<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
5e71638c-346a-4321-9df1-d9b41fa20e9d|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="5e71638c-346a-4321-9df1-d9b41fa20e9d">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84794" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-23T00:00:00" End="2026-06-24T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
5e71638c-346a-4321-9df1-d9b41fa20e9d|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
5e71638c-346a-4321-9df1-d9b41fa20e9d|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-23T10:16:39.8958356+01:00" Version="0" EchoToken="Search" TransactionIdentifier="5e71638c-346a-4321-9df1-d9b41fa20e9d" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="6.02" OriginalAmount="5.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772284" Longitude="106.690775" StarRating="2" HotelCode="905926|1162688" HotelName="Nouveau Happy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Bùi Th? Xuân, Phu?ng B?n Thành, Qu?n 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/61/5b61ced4a7cadd5d7910ebf4979c277745fb055c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated about 10 m from Tao Dan Park and some 100 m from the nearest restaurants and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6.12" OriginalAmount="6.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="696398|sunrise_trung_son_hotel" HotelName="Sunrise Trung Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 63 Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ec/6decbb3848a064f1e54bec03da2aac9b81a27951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6.12" OriginalAmount="6.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="829149|ngoi_sao_phuong_nam_hotel" HotelName="Ngoi Sao Phuong Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41/2 Tan Thoi Nhat 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/03/a803200be4b1503f324da927b958820f90f5dfc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7.11" OriginalAmount="6.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.843616463999" Longitude="106.65712357156" StarRating="2" HotelCode="347359|1222298" HotelName="Lan Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>251/28 Le Van Tho, Pham Ngu Lao Ward, Go Vap, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/45/3445c7f6ba11b8e2a177c1b52fbe848ade5fb087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.14" OriginalAmount="7.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76285199" Longitude="106.67635399" StarRating="1" HotelCode="373134|trang_thu_2_hotel_" HotelName="Trang Thu 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>328 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d8/edd8aea3451fbf41be7614b4669f9438c776f013.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.14" OriginalAmount="7.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74717235" Longitude="106.61666251" StarRating="0" HotelCode="698256|hong_tam_hotel" HotelName="Hong Tam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Street 14</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a2/34a2b500a1c66c290bd12f8e39e3fb43f0c10737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78671726" Longitude="106.63458034" StarRating="2" HotelCode="346598|avatar_hotel_2" HotelName="Avatar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Le Van Phan, Phu Tho Hoa Ward, Tan Phu District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/be/7abe64a3afb410225bf950076a7d39ea28568a93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a bar, a tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768942745378" Longitude="106.69401345656" StarRating="2" HotelCode="309439|ipeace_hotel" HotelName="Ipeace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>175/8 Pham Ngu Lao Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/34/2d34efe25c7d2b624826773738627d31e72ca562.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75683433" Longitude="106.63412633" StarRating="2" HotelCode="626493|ba_dat_homestay_q6" HotelName="Ba Dat Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68b/13 Dang Nguyen Can</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/61/4a61ed9b4d662f9a2aa6873b286a1a78ce8e856c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="826179|ngoc_trinh_hotel_2" HotelName="Ngoc Trinh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>107 Ho Ba Kien</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/a2/0aa211af4432a6951c1b6465c70186a9ac1f6a9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.01" OriginalAmount="8.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.807323264546" Longitude="106.67519631298" StarRating="2" HotelCode="376520|1810488" HotelName="Huong Mai 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>112 Dao Duy Anh Street, Phu Nhuan District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/be/90be63aa085ad2dd3d566760372f7270682827ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76725251" Longitude="106.69370287" StarRating="3" HotelCode="309425|aston_hotel_saigon" HotelName="Aston Hotel - Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 - 29 Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/1d/dc1dc3bcc6eeaf7a18fa609ff77327f1187d8543.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76764638367" Longitude="106.69387233223" StarRating="2" HotelCode="346391|saigon_europe_hotel" HotelName="Saigon Europe &amp; Spa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>207 De Tham, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/a0/86a060fda153b58d6997b5ddfb70255f8cede13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.797369845317" Longitude="106.67803368713" StarRating="2" HotelCode="309442|kim_yen_hotel" HotelName="Kim Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Nguyen Trong Tuyen, Phu Nhuan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/f6/abf66ec15768942f615e22f711f846309bb30b64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a restaurant and room servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766736246649" Longitude="106.69278420974" StarRating="2" HotelCode="346919|nn_hotel" HotelName="NN Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6c/376cb912ae347d8fe0e953222492a14c2dc91626.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79665553" Longitude="106.64815204" StarRating="2" HotelCode="346732|hung_anh_hotel" HotelName="Hung Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>35 Thep Moi, Ward 12, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/4b/e94bd81c2ea6778e97e61a018106e36ce104d01b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75169655828" Longitude="106.71154543298" StarRating="2" HotelCode="347296|ngoc_tung_riverside" HotelName="Ngoc Tung Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>361 Tran Xuan Soan, Tan Kieng Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/1c/691c81fed936c3ec80b1e3f216e3d460fc290adb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7734013" Longitude="106.69637328" StarRating="2" HotelCode="363798|mai_vuong_sai_gon_hotel" HotelName="Mai Vuong Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>153 Ly Tu Trong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/29/8c29baabcd9c810ee3ecce6df39ae0ab8c26d00b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76367193527" Longitude="106.67587796226" StarRating="0" HotelCode="347730|hoang_yen_nhi_hotel" HotelName="Hoang Yen Nhi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>370 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/92/0e92233fb769ed075a7cc2abc6127c05f3d9a9f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79704875" Longitude="106.65917328" StarRating="2" HotelCode="372498|hoa_de_nhat" HotelName="Hoa De Nhat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4/1/9-4/1/11 Hoang Viet, Tan Binh Distrikt, Ho Chi Minh Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/bb/f4bbe3c79315acc957272656624df34decab582b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78872176" Longitude="106.67539805" StarRating="3" HotelCode="630527|tropical_house_5" HotelName="Tropical House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>413/37 A Le Van Sy, Ward 12, District 3, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/ef/09ef5d965e525111016c25cb51526a9ce97958c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77982451" Longitude="106.66823007" StarRating="3" HotelCode="586659|bonita_tht" HotelName="Bonita THT" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>185 To Hien Thanh, Ward 13, District 10, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/a7/88a7db304177ba80ef4ec3718a0ca0fe790d0301.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76780951" Longitude="106.69443028" StarRating="0" HotelCode="839942|titi_hotel_" HotelName="Ti Ti Room For Rent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/12-14A Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/4b/994b960f08bbabd2019ebe841f07c6b6e920c862.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76757213" Longitude="106.69190697" StarRating="2" HotelCode="783042|h_best_hostel_cafe_saigon" HotelName="H Best Hostel Cafe Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>265/39 Pham Ngu Lao, Phuong Pham Ngu Lao, Quan 1, Ho Chi Minh City 700000, Sai Gon</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/2f/de2f9efa0955e79b0668354081608ed6b6bda46e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80105584" Longitude="106.64306701" StarRating="0" HotelCode="808746|nui_thanh" HotelName="Nui Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Parking,Pets allowed,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3A Nui Thanh Street, Ward 13, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/5f/ed5febcae674b2ba26849061c1a8a28162340e1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Nui Thanh Hotel to discover the wonders of Ho Chi Minh City. Offering a variety of facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="967501|reddoorz_nguyen_kiem_street" HotelName="Van Giao Hotel by RedDoorz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>740B Nguyen Kiem Street, Ward 4, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e7/83e74619113979005889b922417741c491a611d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.20" OriginalAmount="9.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769343989153" Longitude="106.70243844654" StarRating="2" HotelCode="309422|3432465" HotelName="Anh Duy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Nguyen Cong Tru, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/3b/c63bff1c279951d5b94d403278482f0d5be1dc40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.37" OriginalAmount="9.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76919427" Longitude="106.69034195" StarRating="2" HotelCode="518106|3475775" HotelName="Ace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>139H Nguyen Trai, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b9/e9b9c043ebe043808245b560d6d085dc66042d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.38" OriginalAmount="9.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766855776695" Longitude="106.68949317369" StarRating="2" HotelCode="378557|1720158" HotelName="Khoi Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/11 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/9f/e59f99c11d614c1413cf2e42e25796fa4fe88041.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.38" OriginalAmount="9.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81287762" Longitude="106.66700005" StarRating="2" HotelCode="772394|3440245" HotelName="95 Lam Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Lam Son, Ward 2, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a1/eea189982d02e1fe7dad4210dd6cdd9ceee2112d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.45" OriginalAmount="9.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767538967221" Longitude="106.69078566219" StarRating="2" HotelCode="346965|1897475" HotelName="Hoang Phi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>313 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b5/a2b53c325ba978b1a0ebbee5c6ab8417cd2aba89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.77" OriginalAmount="9.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.84919597" Longitude="106.67861124" StarRating="3" HotelCode="828962|3471675" HotelName="Galaxy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>594-596 Nguyen Oanh, Phuong 6, Quan Go Vap, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/d9/d5d92e7ddd1b9ec5f64e9997ad5a3be27cd69420.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.96" OriginalAmount="9.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79787932" Longitude="106.73022569" StarRating="1" HotelCode="694403|3434985" HotelName="Sai Gon River Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35/8 Street 19, Binh An Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/06/4d0619c38792781a86b869ec9109cd5285ae5817.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.06" OriginalAmount="9.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767" Longitude="106.6893" StarRating="2" HotelCode="491735|1221758" HotelName="Long Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>373/10 Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/36/35360f0baa73c26ea3f23ca3d847c634e5fb6de5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76756647" Longitude="106.69121823" StarRating="2" HotelCode="347133|giang_son_2_hotel_2" HotelName="Giang Son Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>283/24 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/35/9f35c9221eea835029e047cbe02c18a17faef1ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80054826" Longitude="106.64258544" StarRating="2" HotelCode="424761|song_nhat" HotelName="Song Nhat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Designated Smoking Area,Elevator,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20/19 Nui Thanh, Ward 13, Ho Chi Minh, Tan Binh District</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1c/f31cad49bc996872da84e2ad7564769a25458e6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Song Nhat Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. The h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80248594" Longitude="106.64285103" StarRating="3" HotelCode="698183|van_ha" HotelName="Van Ha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bicycle Rental,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>440 Cong Hoa Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/ac/83ac79acf51a8b5b47341c1af425aab841859b35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Van Ha Hotel to discover the wonders of Ho Chi Minh City. The property features a wide range...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79187045" Longitude="106.6435422" StarRating="3" HotelCode="691105|hung_miami_hotel" HotelName="Hung Miami Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160-162 Bau Cat, 160-160 Bau Cat, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5a/415aa653c8a2835b6436f148eaa367dcccea48f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73449326" Longitude="106.66011349" StarRating="0" HotelCode="808832|felix_garden_hotel_" HotelName="Felix Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>908 Ta Quang Buu Street, Ward 5, District 8, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/98/2d988c2828b4e0633b065c0cef8691a69ea6edde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Felix Garden Hotel puts everything the city has to offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76590077" Longitude="106.69132104" StarRating="3" HotelCode="784985|an_nam_corner_dreamer" HotelName="An Nam Corner Dreamer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>183/15 Bui Vien, Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/de/f4de4fc5a0e926431f49f6e497e3eafd27925911.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="829310|nhu_y_hotel" HotelName="Nhu Y Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185 Duong 16</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/3f/d53fd550e2adb0100ab192a3dde633efaf732671.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="876931|phuong_linh_hotel_3" HotelName="Phuong Linh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-27A Nguyen Thái Bình, Phuong 4, Quan Tan Bình, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/26/632604c258cf2825eb5aad46e4a41840cfa8db3e.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="884419|nam_bac_hotel" HotelName="Nam Bac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>206 Phan Dang Luu</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/b0/aab0b58e6fe300647a1cbb478a5b219cf2edb8c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.27" OriginalAmount="10.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76845965" Longitude="106.69392118" StarRating="2" HotelCode="374002|3450305" HotelName="Saigon Amigo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>185/24 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/dc/8cdc574d1246b9e7cf3313f5da840256902a1ab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.42" OriginalAmount="10.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767537640709" Longitude="106.69269375155" StarRating="2" HotelCode="384112|1722338" HotelName="Thanh Ha Guesthouse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241/39 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/77/3177e1b17b3093d58568b9849fcb6ff7e22a467f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.57" OriginalAmount="10.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73279645" Longitude="106.70739983" StarRating="3" HotelCode="773644|3426595" HotelName="Laguna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>R3-84 Hung Gia 4, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/20/c32092acdf7f5b6b2156b143e9c82580d223ead9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.58" OriginalAmount="10.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="782923|3443475" HotelName="Language Exchange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>399/43/5 Nguyen Dinh Chieu, District 3, 1500 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/da/59da8ab74e87191346da5de9a513283046b8e9cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.69" OriginalAmount="10.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75282582" Longitude="106.66744778" StarRating="2" HotelCode="632284|3476115" HotelName="Thanh Lan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Tran Xuan Hoa, Phuong 7, Quan 5, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/17/d317c13f987619288ccbfd02a770d8f6eb6c059b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.96" OriginalAmount="10.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80422033" Longitude="106.64253823" StarRating="2" HotelCode="857198|2347205" HotelName="RedDoorz Plus Near E-Town 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Than Nhan Trung, Phuong 13, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647181/647181a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81141176" Longitude="106.71345483" StarRating="1" HotelCode="372702|nhat_binh_hotel_" HotelName="Nhat Bình Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>625/7 Xô Vi?t Ngh? Tinh, Ward 26, Bình Th?nh Distrikt, H? Chí Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b9/4ab9f5255c2c68e870b42d5f0053f2057cb58824.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nhat Binh Hotel is located in Ho Chi Minh City, 2.8 km from the Jade Emperor Pagoda and 3.8 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81537353" Longitude="106.66828289" StarRating="2" HotelCode="370392|mi_linh_hotel" HotelName="Mi Linh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B38A Bach Dang Street, Ward 02, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/fa/85fa40a50fcf2afcc5e4d4a0c8461bb035ec4916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774437" Longitude="106.6350308" StarRating="3" HotelCode="369076|dong_du_hotel" HotelName="Dong Du Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Dong Du, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/e4/7fe46ec3e30766badc271d2c49ac96002b8c94bb.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79646653" Longitude="106.65316673" StarRating="1" HotelCode="424810|hung_huong_hotel_" HotelName="Hung Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>321 Nguyen Thai Binh street, ward 12 Tan Binh district, Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/29/a029a54f7b4d75f1b088cd84006dd29dc0161c9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Hung Huong Hotel puts everything the city has to offer ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766937819478" Longitude="106.68938906265" StarRating="2" HotelCode="383568|saigon_backpackers_hostel__pham_ngu_lao" HotelName="Saigon Backpackers Hostel @ Pham Ngu Lao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/20 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/39/27398f71f7d2ce335b8432115e4c4452b1eda33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81009668" Longitude="106.68973839" StarRating="0" HotelCode="518246|tt_hotel" HotelName="TT Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155-157 Nguyen Van Dau, Ward 5, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/b1/beb103c0b15d323bc98ff4a18a4ffb4c98928da8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83808079" Longitude="106.65261342" StarRating="0" HotelCode="512643|venus_hotel_11" HotelName="Venus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>872 Quang Trung</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/2e/152ee45029dc21f634648fbb6770729b9863ef68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7274698" Longitude="106.70574936" StarRating="0" HotelCode="424712|smp_serviced_apartments" HotelName="SMP Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>SMP Serviced Apartments, R3-27 Pham Thai Buong Street, My Toan 1, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/6a/f36ab1afaf06f3489bfddda84ea7e07728dd77e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at SMP Serviced Apartments to discover the wonders of Ho Chi Minh City. The property features a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7741056" Longitude="106.6972227" StarRating="3" HotelCode="599862|ace_hotel_ben_thanh" HotelName="Ace Hotel Ben Thanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/6c/4b6c06e39e07c05bd1afac6a9de812c6085b3ec5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="586837|elegance_283_hotel_2" HotelName="Elegance 283 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>283 Hoang Van Thu, Tan Binh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/6e/416e74acf71711cbae3f33c2b57daf023f02e1f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76828203" Longitude="106.68811677" StarRating="1" HotelCode="587767|alleyway_hostel_adults_only" HotelName="Alleyway Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Luong Huu Khanh, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/f3/52f339896d6a30e71a27c61a5da4fc2344404f93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80375137" Longitude="106.66219578" StarRating="2" HotelCode="620098|oyo_203_the_blue_hotel" HotelName="The Blue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/37 Phan Thuc Duyen Street, Ward 4, Tan Binh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e5/dde5082755f15dae5b92f87114a336438fbe9d84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="808994|minh_nhu_hotel" HotelName="Minh Nhu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Dong Xoai Street, Ward 13, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/38/73381aa1b0fbed50ff0788a934f2eeaf8656a963.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76646644" Longitude="106.69182267" StarRating="2" HotelCode="915645|meraki_hotel_2" HotelName="Meraki Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>198 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/fc/3cfc7db1d3ea8d6af1ae160ba91feed89c60498e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.38" OriginalAmount="11.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7507322" Longitude="106.66147928" StarRating="1" HotelCode="696353|3442435" HotelName="Truong Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55-57-59 Trieu Quang Phuc Street, Ward 10, District 5, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/b0/00b00d6274eeb42a1c12451df129a72ac911bfb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Truong Giang Hotel to discover the wonders of Ho Chi Minh City. Featuring a complete list of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.69" OriginalAmount="11.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76779956" Longitude="106.69469686" StarRating="3" HotelCode="869470|3443535" HotelName="An Nam Corner Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>186/20 Bùi Vien, Pham Ngu Lao Ward, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/3a/05/3a05965bd2192cc0b4458d32e76381127528a8f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.80" OriginalAmount="11.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79743051" Longitude="106.67528452" StarRating="2" HotelCode="374783|1802978" HotelName="Yen Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>219 Nguy?n Tr?ng Tuy?n, P. 8, Q., Phú Nhu?n District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/70/7f70167e387882a0df9a217106804d044ec7f377.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.86" OriginalAmount="11.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72727581" Longitude="106.70558166" StarRating="3" HotelCode="620077|3456775" HotelName="Emerald Serviced Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>159-161 Pham Thai Buong Street, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/793292/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.86" OriginalAmount="11.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76970126" Longitude="106.69083414" StarRating="3" HotelCode="701139|3449705" HotelName="Lucky Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146 Nguyen Trãi, Phu?ng Ben Thành, Qu?n 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/17/6417ea4b5daf6d9763426b34ecdd133234c91646.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.03" OriginalAmount="11.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767699910813" Longitude="106.69089631483" StarRating="2" HotelCode="365896|3426235" HotelName="Koniko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Currency Exchange,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>283/22 Pham Ngu Lao Street, District  1, Ho Chi Minh City  70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/76/617614ec5b1767af02e29713a72161c665746f85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;We are glad to welcome your stay at our hotel our hotel is located in a peaceful and lovely alley wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.04" OriginalAmount="11.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77169421" Longitude="106.69374817" StarRating="2" HotelCode="363860|3436755" HotelName="Holiday Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Ly Tu Trong Street  Ben Thanh Ward, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/35/47359fd88cc46e6085f9410adfeb167f9319f057.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77190984" Longitude="106.69602406" StarRating="3" HotelCode="374170|cat_hotel_ben_thanh" HotelName="Platinum Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/c5/d0c5adf430eeb08e89506d83e06a31b48acb685c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774244984181" Longitude="106.67185757176" StarRating="0" HotelCode="373910|hoa_mai_hotel" HotelName="Hoa Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>723-725 Le Hong Phong Street, District 10, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/c6/f4c6bda08e3b85b7ca5d3da614f093d3f010ae41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75286907" Longitude="106.65564001" StarRating="2" HotelCode="492336|sao_mai_hotel_4" HotelName="Sao Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>896 Nguyen Trai, Ward 14, Ho Chi Minh 70000, District 5</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/6d/106dad05ae6d0572b4d0bdedd308d4a2084acbdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sao Mai 896 Hotel is a popular choice amongst travelers in Ho Chi Minh City, whether exploring or ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76775" Longitude="106.6945" StarRating="3" HotelCode="568657|an_an_hotel" HotelName="CCentral Hotel Bui Vien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/f3/dbf3fd57bb02b9d5be6f83e7b469b0a8e1da20ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81254342" Longitude="106.66841799" StarRating="3" HotelCode="586775|uyen_anh" HotelName="Uyen Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43-45 Yen The Street, Ward 02, Tan Binh District, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/4a/a44af8da4d4b66334d872436462674f90f384893.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83233809" Longitude="106.6098267" StarRating="2" HotelCode="586698|atana_hotel_2" HotelName="Atana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>327 Phan Van Hon, District 12, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/1c/791caaa21a4e6b0338cf21f1a9a59590e9949db3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="836120|mai_vang_hotel_2" HotelName="Khach San Mai Vàng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So Nha 48 Ðuong 4A</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/eb/d3eb62d8e779dd4f6b5f29c53e01daa8d0ae763d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80292711" Longitude="106.64073253" StarRating="2" HotelCode="784726|the_lumiere_hotel" HotelName="ND Building" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Le Van Huan Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/1d/401df7ff1b3a6eb9981736407f116cd3810e0570.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers. Additional facilities available...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="828989|an_tinh_hotel" HotelName="Khach San An Tinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241 Le Dai Hanh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/e2/a4e2af99ba9e7b6a131cc123bb51dc62a3afe84a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79652101" Longitude="106.68860296" StarRating="3" HotelCode="963207|cupid_2_hotel" HotelName="Cupid 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/25-52/27 Cu Lao Street, Ward 2, Phu Nhuan District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/bc/61bcc86a097f750d5bb87e2fbc826ac4ef06ae6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.46" OriginalAmount="12.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7675384" Longitude="106.694" StarRating="2" HotelCode="568658|2272185" HotelName="CCentral Hotel De Tham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>216 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/ff/0affb3106899e92670cb8a8a84af01826f77f367.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.53" OriginalAmount="12.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76802096" Longitude="106.69437282" StarRating="2" HotelCode="364737|2255005" HotelName="Beautiful Saigon 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/27 Bui Vien Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f8/4ef800043108482a0762cfc774a14634d4b0480c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.60" OriginalAmount="12.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73338004" Longitude="106.7069118" StarRating="2" HotelCode="774716|3435455" HotelName="Melody Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Hung Gia 2, Tan Phong, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/68/836859e62ab811baec484f11e3736e4a89610f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.72" OriginalAmount="12.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81273161" Longitude="106.6667208" StarRating="3" HotelCode="774255|3433575" HotelName="GIC Apartment And Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/11 Hong Ha, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/15/8f154169b57c069391ca0e2b08f051a51b637ccb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.99" OriginalAmount="12.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7666732" Longitude="106.69112892" StarRating="2" HotelCode="587106|3450635" HotelName="Green Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Do Quang Dau Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/be/4ebeb8093e887724fa1e965931cc7e7bcf3bb968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.10" OriginalAmount="12.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7762395" Longitude="106.69120256" StarRating="2" HotelCode="363875|1751518" HotelName="Ruby Star 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Truong Dinh, District 3, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/15/f01541f3288b7df6b93da03294b1b6b50a717e13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.21" OriginalAmount="12.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7679342" Longitude="106.69421719" StarRating="2" HotelCode="595899|3475745" HotelName="Quang Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/7 Bui Vien, Pham Ngu Lao ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/44695/2844695/37.jpg?f=15505547</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76891599535" Longitude="106.69829186743" StarRating="2" HotelCode="346629|dinh_phat_hotel" HotelName="Dinh Phat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>141-143 Calmette, Phuong Nguyen Thai Binh, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/31/4231927a75fc17e673f120417d028a3c88ad9061.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76716790156" Longitude="106.69348672444" StarRating="2" HotelCode="225963|beautiful_saigon" HotelName="Beautiful Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>62 Bui Vien Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2d/00/2d002b89765765c1dabb4856de7ced338156bc0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77456187" Longitude="106.69016198" StarRating="1" HotelCode="372654|dai_hoang_ha_hotel_" HotelName="New Star Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>214 Nguyen Thi Minh Khai Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c6/96c640de762d1b36ce76f64d00a4686cce7d56bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Ho Chi Minh City. Its setting is especially ide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7682098277" Longitude="106.69218235857" StarRating="1" HotelCode="370146|freedom_hotel_2" HotelName="Freedom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>269,267 Pham Ngu Lao, Ho Chi Minh 700000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/dc/7bdce6704cae7f16b1b661c90c0c625efb812ab9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Freedom Hotel puts everything the city has to offer jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77327339" Longitude="106.68498548" StarRating="2" HotelCode="369887|leblanc_saigon" HotelName="LeBlanc Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>414 (Behind) Nguyen Dinh Chieu, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/9e/5f9e25d08ca68b60fee1bd89d3f374ee9e1cf9d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7668329" Longitude="106.6926976" StarRating="3" HotelCode="376128|quan_san_guest_house" HotelName="Violet Star Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Dry Cleaning,Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>35/10 Bui Vien, Phuong Pham Ngu Lao, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/93/d59324b1475c0bcfbef6a3b3ecd69ac5283581d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quan San Guesthouse is a popular choice amongst travelers in Ho Chi Minh City, whether exploring or ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767670895466" Longitude="106.69080581993" StarRating="2" HotelCode="397067|ailen_garden_hotel" HotelName="Ailen Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>283/33 Pham Ngu Lao, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/40/2840d847c4d804c7a1d36633eb6ddfe28932d23c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79792794" Longitude="106.64155718" StarRating="2" HotelCode="601456|huy_hoang_1_hotel" HotelName="Huy Hoang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Binh Gia Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/f3/fef380de40860f0039e7f64c076762db1b6caed5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80797974" Longitude="106.66355923" StarRating="2" HotelCode="595924|gia_hoa_hotel" HotelName="Gia Hoa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4 Hau Giang Street, Ward 4, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6a/426a31c199ec5a4cf5908dc5a28f5617db8de18a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.808281" Longitude="106.6635045" StarRating="0" HotelCode="690957|thu_ha_hotel_2" HotelName="Hotel Thu Ha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Hau Giang, Tan Binh, Quan Tan Binh, Ho Chi´ Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/9c/5e9c7da39b29af3f7ecaf1846afb14a746285fb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thu Ha Hotel is conveniently located in the popular Tan Son Nhat International Airport area. Offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="698259|cozy_hotel_8" HotelName="Cozy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>265/7/15 Pham Ngu Lao</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/1c/661cebed8d3af8d8feb4e3f454bcdb3751b1b887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83921808" Longitude="106.63694469" StarRating="2" HotelCode="691064|eros_hotel_4" HotelName="Eros Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>331/8 Phan Huy Ich, Go Vap District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/7a/057a5922cb377c78d43650ece0ba46c81ae047dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7389465" Longitude="106.6901895" StarRating="0" HotelCode="963361|la_galerie_hotel_3" HotelName="La Galerie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-19 Duong So 4, Kdc Trung Son, Bình Hung, Bình Chánh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/5b/ae5bcf1c63c56e346346a213ac67371eae75a047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.42" OriginalAmount="13.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80739491" Longitude="106.6616006" StarRating="2" HotelCode="586847|3441005" HotelName="Vivian Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Thang Long, Phuong 4, Quan Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/df/21dfc0f5d807ec26a1a87d65169ebeb3ffffc3a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.44" OriginalAmount="13.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76975902" Longitude="106.6965785" StarRating="1" HotelCode="855923|3438105" HotelName="My Friends Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>572B/4 Tran Hung Ðao, Phuong 2, Quan 5, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b8/59b8bcd3de699b37f50a7e4dc5307c5cce460cc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.48" OriginalAmount="13.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.758118834036" Longitude="106.67371796811" StarRating="3" HotelCode="309420|1196388" HotelName="An Dong Center Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14-16-20 Su Van Hanh, P. 9, Q. 5, Tp, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/20/fd206b72a6c7230cb31c5baa5a79bbca8762a751.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.53" OriginalAmount="13.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7529465" Longitude="106.65914528" StarRating="1" HotelCode="375385|1802988" HotelName="Trung Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>785 Nguyen Trai, Dist 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/9b/869bf045bd0ef49464dd9dbd192fd899ad2ca74f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.55" OriginalAmount="13.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8143154" Longitude="106.67075552" StarRating="2" HotelCode="372363|1753258" HotelName="Golden Palm Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Bach Dang, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/35/44355afb313bc5c7cabb8c42cc7779ac0685a248.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.89" OriginalAmount="13.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77129089952" Longitude="106.69479444623" StarRating="2" HotelCode="173645|1447118" HotelName="Blessing Central Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>267-269 Le Thanh Ton Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/3b/113b1867d47b1c8cf35275fb945e23f3869d62af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a vibrant location in Ho Chi Minh City, in close proximity to the Mariamman Temple...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.13" OriginalAmount="13.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76800746" Longitude="106.69428749" StarRating="2" HotelCode="346837|1461558" HotelName="Kim Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>40/18 Bui Vien Street, Pham Ngu Lao Ward, 1st District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/0a/360a848ffda917453d0a8760f6c2c2fff0a4af26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.19" OriginalAmount="13.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77173101" Longitude="106.69516594" StarRating="3" HotelCode="373896|3444815" HotelName="Pavilion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Le Anh Xuan, Ben Thanh Ward, District 1, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/ce/57ce60d5d3c6484677073fb65d3453ccc19da658.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.27" OriginalAmount="13.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771734264341" Longitude="106.69601722887" StarRating="3" HotelCode="382879|1166968" HotelName="Bloom Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Truong Dinh Street, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/04/9c042711b8945a22ad0dff192fa1ae74647eaf9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768472301364" Longitude="106.69340139319" StarRating="1" HotelCode="347844|1750858" HotelName="Galaxy Hotel &amp; Capsule" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>269/19 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/7e/5e7ee0aafc117ca8e0bdee259f127ce202336756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771206581069" Longitude="106.69673770666" StarRating="3" HotelCode="166815|my_anh_hotel" HotelName="My Anh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>108 Le Lai Ben, Thanh Ward District 1, Ho Chi Minh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/2b/db2bcbd5aced8b84216f598dad19384f48bd0f3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district in Ho Chi Minh City, just 5 minutes' wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77048577" Longitude="106.67133514" StarRating="0" HotelCode="373303|phuong_thanh_hotel_3" HotelName="Phuong Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Tran Thien Chanh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/e5/afe565e3c1d1210160d091da5f6f808782d596cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only 6 km from Tan Son Nhat International Airport, Phuong Thanh Hotel is located in Ho Chi Minh City...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.764521953335" Longitude="106.69514679437" StarRating="2" HotelCode="368159|yellow_house_saigon" HotelName="Yellow House Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114/32 De Tham Street, Ho Chi Minh, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/6b/976b386074fc0235dccacd34be5f0a536b1ca4e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76863241" Longitude="106.6941182" StarRating="2" HotelCode="368646|gia_vien_hotel" HotelName="Gia Vien Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>175/4-6 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/2f/1e2fb2fd84ee0f04b7f14469b7753149f6e1cabe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.789164" Longitude="106.604285" StarRating="2" HotelCode="504127|thien_phu_logia_hotel" HotelName="Thien Phu Logia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>8A Go Xoai, Binh Hung Hoa A, Binh Tan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/e1/43e148d7313a9fd853a376bfe668732594010037.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Thien Phu Logia Hotel offers comfort and convenience whether you're on business or holida...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76861993" Longitude="106.6949001" StarRating="2" HotelCode="489009|roomsaigon" HotelName="Room@saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>193 Nguyen Thai Hoc, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/94/359402a1c9e1e8eff6398eb4590ba1cb6666646a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73144586" Longitude="106.70732717" StarRating="2" HotelCode="567743|the_garden_6" HotelName="The Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Hung Phuoc 2 Internal Street, Tan Phong Ward, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/0b/900b5c359e4c83a88c540f64f800a1724cbb1348.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79465663" Longitude="106.64173106" StarRating="0" HotelCode="696551|lilly_hotel" HotelName="Lilly Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Bau Cat 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/37/2537bcc2ace0f2e02ef4954f9f505d55ff822fb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72959918" Longitude="106.7071246" StarRating="3" HotelCode="754639|atlas_hotel_apartment" HotelName="Atlas Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Hung Phuoc 4, Tan Phong, Quan 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b3/1bb363f95ce6632050e0282fb028027fd375dd1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="781299|hotel_thien_phat" HotelName="Hotel Thien Phat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>470 Nguyen Van Linh, Phuong Tan Phu, District 7, Ho Chi Minh City 756335</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/90/bb90247a2219e5f5dc4c4318619287c11ec635e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7685189" Longitude="106.687124" StarRating="2" HotelCode="781122|alleyway_home_hostel" HotelName="Alleyway Home Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>162/9 Bui Thi Xuan, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/5e/155e7792c7ec6b7565844034a2038bfcc60a96f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="810894|queen_victoria_hotel_4" HotelName="Queen Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Ðuong So 10</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a1/eea1b364cac37140c2e1fe73bb7e5765b6e9748c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791701" Longitude="106.67293417" StarRating="0" HotelCode="962723|aladdin_hotel_and_apartment" HotelName="Aladdin Hotel And Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>397 Huynh Van Banh, Phuong 11, Quan Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/41/5741d94c63567945f8fce40256b19af196b737ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.33" OriginalAmount="14.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="874545|2347295" HotelName="RedDoorz Plus Near Nowzone Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>135 Nguyen Van Cu Street, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647286/647286a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.47" OriginalAmount="14.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80210285" Longitude="106.64682889" StarRating="3" HotelCode="550330|3430045" HotelName="Minh Tam Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>278-280 Cong Hoa Street, Ward 13, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/06/8206351707a576bae170f43a1565f284e5a1d45f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.47" OriginalAmount="14.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78912916" Longitude="106.70281747" StarRating="2" HotelCode="618529|3449915" HotelName="Holo Fairy House Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/11 Nguyen Binh Khiem, Da Kao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/04/b40413225ae65d0c3ab31c295d8038f27eae0b2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.54" OriginalAmount="14.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75993249" Longitude="106.66723648" StarRating="3" HotelCode="385855|3465675" HotelName="Hue My Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Nguyen Tieu La Street, ward 5, District 10, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/33/8d33e5d6cd5fbafdc4df88061d182f2adea2b61b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;##Property Location  Located in Ho Chi Minh City (District 10), Hue My Hotel is minutes from An Dong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.75" OriginalAmount="14.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76814853" Longitude="106.69225184" StarRating="3" HotelCode="364673|2255035" HotelName="Dragon Palace II Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>221 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/9e/8a9e1f49a84213ea465d584c9e4b635b55afa48d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a transfer service and room service are available to guests of the hotel....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.838636950983" Longitude="106.67241755348" StarRating="2" HotelCode="346671|ha_oanh_2_hotel" HotelName="Ha Oanh 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>222 Nguyen Van Luong, Ward 17, Go Vap District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/zz/4bad6c758c8b98eec98ed648c1e6ee59972ca012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Ha Oanh Hotel 2 offers comfort and convenience whether you're on business or holiday in H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77213916" Longitude="106.69617885" StarRating="2" HotelCode="363870|hoang_phuong_hotel" HotelName="Saigon Sparkle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>229 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/14/4614e98523769dfac50b63c7e3a9ea0700612e65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81636114" Longitude="106.67661071" StarRating="1" HotelCode="368824|hong_tuoi_hotel" HotelName="Hong Tuoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>491/24 (Ha Do - Nguyen Van Cong Apartment Building) Nguyen Van Cong Street, Ward 03, Go Vap District, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/3b/753b8304132de9a5ec85c042a06ac40e93573519.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77538901" Longitude="106.70480499" StarRating="3" HotelCode="370349|hampton_hotel_by_jinnu_lai" HotelName="Asian Ruby Center Point Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46-48 Mac Thi Buoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/fc/4bfc050ca38863a53ec8c30263223f704e55a262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77016947631" Longitude="106.68844623276" StarRating="2" HotelCode="347443|hoan_thai_hotel_" HotelName="Hoan Thai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Ton That Tung, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/7d/907de91facb80609e5e0d538a3a57c59b0493516.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77164137" Longitude="106.67258028" StarRating="2" HotelCode="368077|saigon_garden_hotel" HotelName="Saigon Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>781/D1 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/c1/3dc104b7a18cf2fdb78bdb4e0f1bcfe3c4c9207d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 10 - Phu Tho Stadium / Ky Hoa Park, Saigon G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769492167224" Longitude="106.70272524323" StarRating="2" HotelCode="347732|ohana_hotel_" HotelName="Ohana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Nguyen Cong Tru Street, Nguyen Thai Binh Ward, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/1c/a51cdd61ce613909f1e0cbb64755a26b2a07a988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Ohana Hotel offers comfort and convenience whether you're on business or holiday in Ho Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.751144510673" Longitude="106.66461030809" StarRating="1" HotelCode="347281|tan_da_hotel" HotelName="Tan Da Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Tan Da, District 5, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/01/e2011d0a81aa4ce24a80f0776bc707ead91eedc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in District 5 - China Town / Cho Lon, Tan Da Hotel is a perfect starting point from which to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8063434" Longitude="106.73005104" StarRating="3" HotelCode="440416|kelly_apartment_thao_dien" HotelName="Kelly Serviced Apartment Thao Dien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>12 Street 43, Thao Dien Ward, District 2, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/09/7d09f863533af3e955fb82f84d07cdf6f6cdee65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76499722" Longitude="106.69509672" StarRating="3" HotelCode="599360|oyo_101_saigon_hotel" HotelName="Kien Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Co Bac Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/26/6c266073f49d573b58c79a209e318bfa5da124a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Kien Hotel 2 in Ho Chi Minh City (Core area of Ho Chi Minh Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79300627" Longitude="106.68558114" StarRating="2" HotelCode="763946|lai_hotel" HotelName="Lai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Phan Dinh Phung, Ward 2, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/89/e4897186b72b1b100fa0567729c2b04b3ee3db10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78002012" Longitude="106.67919746" StarRating="2" HotelCode="773625|thien_truong_hotel" HotelName="Thien Truong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Cong Hop Rach Bung Binh, Phuong 10, Quan 3, Thanh Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/34/b234d7c7409a5147b125e70357c50c050bcd356d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77070775" Longitude="106.69306548" StarRating="2" HotelCode="743783|city_backpackers_hostel_3" HotelName="City Backpackers Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7/1 Nguyen Trãi, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/ed/4ced46e05b196b0b273f0a3bec3e23c3fce222e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7674651" Longitude="106.69270759" StarRating="0" HotelCode="839413|4_boys_hotel" HotelName="4 Boys Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241/22 Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/00/a9003d94c845c50a4207912fc1d108cf87eb39c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877916|the_umi_hotel" HotelName="The Umi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23-23A Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/21/e921a7baba5ea843f03a6cc5a94ffd64b7cc2961.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="977731|prague_airport_hotel_2" HotelName="Prague Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Bach Dang, Phuong 2, Ho Chi Minh City 070000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/5a/1e5a91ea69f78da5f0de76e66d4425043df43933.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="963351|thanh_vinh_hotel" HotelName="Hotel Thanh Vinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>666/17 Duong 3/2, Phuong 14, Quan 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/e6/1ae6397280418b39f977775f2091e13e430f1d6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76681496" Longitude="106.69113198" StarRating="3" HotelCode="968937|the_white_house_60" HotelName="The White Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26/5 Do Quang Dau Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/9b/ea9b6d6a321350fdd6dcaf68b908d952befda2dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.31" OriginalAmount="15.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791536019451" Longitude="106.66571255755" StarRating="2" HotelCode="309467|1752978" HotelName="Vuong Quang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Bui Thi Xuan Street, Ward 3, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/72/4b72d989a0daba0969c6a8a6deba099203cfe724.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.46" OriginalAmount="15.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778625211191" Longitude="106.67286939942" StarRating="2" HotelCode="309445|1202358" HotelName="Minh Chau Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Hoa Hung, Ward 12, District 10, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/e8/21e8f6550a47d605c94a6d45054dba83b5d248ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.03" OriginalAmount="15.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770633182872" Longitude="106.69230153506" StarRating="2" HotelCode="404159|3450345" HotelName="Sakura Hostel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Designated Smoking Area,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39/26 Nguyen Trai Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/fd/f2fd6429dc9967858c7f91e9a4ef63ccb0210e97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Sakura Hostel Saigon, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.12" OriginalAmount="15.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76773546" Longitude="106.68822168" StarRating="3" HotelCode="744552|3444805" HotelName="Triip Cupid Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Bis Nam Quoc Cang, Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/23/7323123eaf8a9369089ea3e2b390735562b2f949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.15" OriginalAmount="15.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.759006" Longitude="106.684921" StarRating="2" HotelCode="607584|3427275" HotelName="Smiley Apartment 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>385/16 Nguyen Trai, Phuong Nguyen Cu Trinh, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/65/99651bcad4d013bac4bf5e04fef03f58a4600e46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.15" OriginalAmount="15.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.812831" Longitude="106.66856004" StarRating="2" HotelCode="853020|3442405" HotelName="Victory Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96 Yen The, Ward 2, Tan Binh, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/50/5250e8a60deea040703cf4bf21a80375c094fca2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.20" OriginalAmount="15.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80873145" Longitude="106.66522049" StarRating="2" HotelCode="877684|3470945" HotelName="White Diamond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So 7 Ðong Ða, Phuong 2, Qu?n Tân Bình, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/83/4783217b44cae26c01d11af3e6079fecad91d231.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.26" OriginalAmount="15.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8131415" Longitude="106.67182775" StarRating="3" HotelCode="635666|3835635" HotelName="Mai Villa Hotel Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54/34 Bach Dang, Ward 2, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4d/974dbc73fe0ac751b8e1b670488e3b9036d25c7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.792482319465" Longitude="106.69608063105" StarRating="1" HotelCode="347310|tuan_viet_hotel" HotelName="Tuan Viet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>232 Dinh Tien Hoang, Dakao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/c9/d4c92c3e65a09763046add579f3d7d34f8692cbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76736509" Longitude="106.69114826" StarRating="1" HotelCode="373122|quoc_minh_hotel_" HotelName="Quoc Minh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>283/8 Pham Ngu Lao, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/75/a8758f76a4285150cfbc57444dafe605ef021dd3.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Quoc Minh Hotel offers comfort and convenience whether you're on business or holiday in H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76824921" Longitude="106.69383632" StarRating="2" HotelCode="372104|bi_saigon_hotel_" HotelName="Bi Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185/26, Pham Ngu Lao Street, District 1,, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/89/d089241bca9abc244fc59bf334ca274e76ad12b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7965221" Longitude="106.65903137" StarRating="1" HotelCode="372574|quynh_giang_hotel_" HotelName="Quynh Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16/4 Hoang Viet, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/4a/f64a5db69047c527cc7b8e68b11a1ae31eff179e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers. Additional facilities available...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77153317" Longitude="106.69008803" StarRating="3" HotelCode="368543|an_thai_hotel" HotelName="EM&amp;EM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/30/803042c2c24dec4b47af7ddd56e7f2ec2852fad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77443641" Longitude="106.69009344" StarRating="2" HotelCode="424719|vuon_tao_dan" HotelName="Vuon Tao Dan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>220 Nguyen Thi Minh Khai, Ho Chi Minh City, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/94/0594177663b686a1d5788137a7f92ad0083563d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767705446377" Longitude="106.6926182825" StarRating="2" HotelCode="383558|mai_vy_hotel" HotelName="Mai Vy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>241/12 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b2/0ab2f199735ffcdc925c575786035df1ea93b79d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7922192" Longitude="106.692695" StarRating="0" HotelCode="424421|phuong_nhan_hotel_" HotelName="Phuong Nhan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Tran Quang Khai Street, Tan Dinh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/78/4a784fc5b665b52dece352bdf6b4f5e1b36106bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Phuong Nhan Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. Off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76822269" Longitude="106.69359315" StarRating="3" HotelCode="553411|dragon_palace_3_hotel" HotelName="Dragon Palace 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>52 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/4e/984ef2f788d09e663e6593613d8f72286672b5c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a transfer service, room...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76629419" Longitude="106.68790765" StarRating="3" HotelCode="835867|chillsuites_sai_gon" HotelName="Chill Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A67 Nguyen Trai, Ward Nguyen Cu Trinh, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/a7/b3a7aaa769b0e39e7e8299382d4910d2123556c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773367202696" Longitude="106.69909537116" StarRating="2" HotelCode="915648|vuong_tai_hotel" HotelName="Vuong Tai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Luu Van Lang Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ea/6dea8f3be0af9e07c8197164f0891db58dab60ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767904769216" Longitude="106.6914553086" StarRating="2" HotelCode="915652|nam_long_hotel" HotelName="Nam Long Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>283/3 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a5/5ca5809b93d8ba68d6db59d85c1ebf3ca08fc9da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.76" OriginalAmount="16.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76729435" Longitude="106.69117497" StarRating="2" HotelCode="369260|1730428" HotelName="Ngoc Minh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Off-Site Parking,Parking,Pets allowed,Pick &amp;amp; Drop,Porter,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>283/11-13 Pham Ngu Lao, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/eb/49ebfc97fc49d5bd687a367bcd5a46cebd7e5ca7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Ngoc Minh Hotel places you in the heart of Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.79" OriginalAmount="16.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.734475812853" Longitude="106.67371325501" StarRating="3" HotelCode="346327|1786138" HotelName="Hoang Le Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Street 9, Hamlet 4, Binh Hung Commune, Binh Chanh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a6/b1a678651c842a63ee8e3d0cfddbdae7f0a7bb52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.90" OriginalAmount="16.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80676351" Longitude="106.66431281" StarRating="3" HotelCode="373607|1716768" HotelName="Saigon's Book Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15A Truong Son, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/46/5b469618c7af7ecec9bc59b3bded80818a41b51b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.19" OriginalAmount="16.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76454104" Longitude="106.6874994" StarRating="1" HotelCode="586862|3439035" HotelName="Hanh Phuc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>265 Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/d0/41d01b333e372afd4cf664ab6bdfdc44eadc8ac3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.28" OriginalAmount="16.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74055046" Longitude="106.69572022" StarRating="3" HotelCode="701339|3471815" HotelName="Bin Bin Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>L19 Street 14, Him Lam Residence, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/58/d35871eb2f5e7f43e825ddcbfd06ea208d0fea4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.31" OriginalAmount="16.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730277052148" Longitude="106.70700043408" StarRating="2" HotelCode="346260|1753708" HotelName="Vien Dong Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>R4-27/28 Hung Phuoc 3, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ab/34ab5268db034696fe46f4600ad2aae5ed5fba23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.33" OriginalAmount="16.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78605281" Longitude="106.66704636" StarRating="2" HotelCode="773525|3463885" HotelName="C'Lavie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>548A Cach Mang Thang 8, Phuong 11, Quan 3, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/67/43/6743eff2267e8e09839c57018495bfb8ae470654.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.804108" Longitude="106.70932089" StarRating="2" HotelCode="347105|apogee_hotel" HotelName="Apogee Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33-33A Dinh Bo Linh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/b0/97b01bb101f12a5827a0195089fdbcafeb345922.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Apogee Saigon Hotel puts everything the city has to off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79648576" Longitude="106.67259866" StarRating="2" HotelCode="367959|hoang_ha_hotel_2" HotelName="Hoang Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>53-57 Truong Quoc Dung, Phu Nhuan, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/2b/342b9416a8cbe31bc23a1dbb5ec8c37cd8cc2085.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7995359" Longitude="106.67330877" StarRating="2" HotelCode="367481|han_river_" HotelName="Namu Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>197A Hoang Van Thu, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/a5/f4a5c2b538c5bfbb82ed9de78c6157086cc6dab4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Namu Saigon Hotel is conveniently located in the popular Tan Son Nhat International Airport area. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7717884" Longitude="106.69704618" StarRating="2" HotelCode="366951|thanh_thu_hotel" HotelName="Thanh Thu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>34 Nguyen An Ninh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b4/0db47896314c11df520157093a4f37d09c9275b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 1 - Ben Thanh Market, Thanh Thu Hotel promis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771504667603" Longitude="106.6972599492" StarRating="2" HotelCode="368607|song_anh_3_hotel" HotelName="Song Anh 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24 Le Lai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/b7/79b7b11680f8a10d04a828ad77cc6f81e6ed87d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.799605225555" Longitude="106.67310991638" StarRating="2" HotelCode="383563|yen_nam_hotel_hoang_van_thu" HotelName="Hotel Namu Ho Chi Minh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>197A Hoang Van Thu Street, Ward 08, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e0/8ae01e14019d17a2e9f70831ebd780be9a7c008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="809009|apollo_hotel_23" HotelName="Apollo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Yen The</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/c6/f3c6be54bc1a5782192f011e726b4e244b55194e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="856066|reddoorz_plus_nguyen_van_troi" HotelName="RedDoorz Plus @ Nguyen Van Troi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>251/8 Nguyen Van Troi, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/09/020989a7ef277117f160579bb70fbfdbad18aa31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75253125" Longitude="106.6736995" StarRating="3" HotelCode="915626|dong_kinh_hotel" HotelName="Dong Kinh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>106-108 Tran Tuan Khai, Ward 5, Ho Chi Minh City, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/9b/fb9b1c1d2cae6645f4bf31b2bd4bfa5d2e6389c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.51" OriginalAmount="17.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7378593" Longitude="106.70532095" StarRating="2" HotelCode="758691|2347825" HotelName="Bin Bin Hotel 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Street 73, Tan Quy Dong Residence, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/58/52587c568dc517c44f8ae0ac4f69b9ad92c5ae47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.65" OriginalAmount="17.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767062476939" Longitude="106.68928885994" StarRating="2" HotelCode="309449|1165908" HotelName="Phan Anh Backpackers Hostel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/6 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/bf/1dbff13baac0b3ca8a288a971e825a8636ff5768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.20" OriginalAmount="17.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72732236" Longitude="106.70555043" StarRating="3" HotelCode="744063|3440195" HotelName="Fide Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>472-474 Pham Thai Buong Street, Tan Phong Ward, District 7, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/00/4800e39df060122a768df36fbebff81b8025e01d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.21" OriginalAmount="17.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81150275" Longitude="106.66696501" StarRating="3" HotelCode="585983|3452275" HotelName="New Space Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Lam Son, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/d0/89d0fd58ce2606a2be4beff318a53c72a5c221cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.24" OriginalAmount="17.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80031817" Longitude="106.64796675" StarRating="2" HotelCode="346862|1819498" HotelName="Hoang Thanh Thuy Hotel 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ward 12, 9 Nguyen Minh Hoang, Tan Binh district, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/a1/6ca15ab88461224000676ba059974fb8166e41a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.28" OriginalAmount="17.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791501719569" Longitude="106.69131918142" StarRating="2" HotelCode="383557|1716018" HotelName="The Sun Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Nguyen Huu Cau, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/7e/f87eece70fe47bef5ef65051be73bc9d6dc2b81f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.33" OriginalAmount="17.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73193098" Longitude="106.70932982" StarRating="3" HotelCode="623988|3465975" HotelName="Bizu Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60-62 Cao Trieu Phat Street, Hung Gia 4, Phy My hung Town, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/43/e343274742bd3b6774b6f685326d915027f6265a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75518559" Longitude="106.68039768" StarRating="2" HotelCode="518110|bonita_grand_hotel" HotelName="Bonita Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>570-572 Tran Hung Dao Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/zz/15ad8535610e0cf74e0d8b80f427114dcc960dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Bonita Grand Hotel to discover the wonders of Ho Chi Minh City. The hotel has everything you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76979117" Longitude="106.69762498" StarRating="2" HotelCode="424829|quy_hung_hotel_" HotelName="Quy Hung Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>20 Dang Thi Nhu street, Nguyen Thai Binh ward, dis 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/3d/623df1c0ae662c087e62b70f7227282354ad6d8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quy Hung Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. The pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76633876" Longitude="106.6932622" StarRating="2" HotelCode="518285|nest_hotel_4" HotelName="Nest Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>100/2A3 Tran Hung Dao, Phuong Pham Ngu Lao, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/d6/99d6cba7983a1ec45439b5629bdfb5dc095afb65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7273742" Longitude="106.69305985" StarRating="2" HotelCode="623121|spring_light_home" HotelName="Spring Light Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>2 Street 16, Riverside Housing Area, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/ce/8dce03ee7357c90fd5aa7d331dd694aeb3fd58f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77033753" Longitude="106.68495005" StarRating="3" HotelCode="754861|the_sargon" HotelName="The Sargon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/42 Cao Thang, Ward 5, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/59/6b59206a4c78dd3098031ff9b97f62e8ca562df0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76785129" Longitude="106.69445097" StarRating="2" HotelCode="743994|urban_lodge_hotel_hostel" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/8 Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/fc/d9fc3bb9298918b274e8a2a5803cda11e008f75b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73715609" Longitude="106.72752976" StarRating="3" HotelCode="784951|sonata_residence" HotelName="Sonata Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Thi Thap Street, Tan Phu Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/60/83606c8e5df7ed6bc493332aa709b21a0d098f3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7707645" Longitude="106.69121826" StarRating="3" HotelCode="947104|ben_thanh_retreats" HotelName="Ben Thanh Retreats Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121/39 Le Thi Rieng Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5b/415baf8eb707ce2bba1a5c097b7b76499ba7b8f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7304856" Longitude="106.7075641" StarRating="1" HotelCode="965408|vien_dong_3d_apartment" HotelName="Vien Dong 3D Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-35 Hung Phuoc 3, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/6a/446acb389b13d62fecfddc9291f85467293754fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76769118" Longitude="106.6912408" StarRating="2" HotelCode="980406|louis_hostel" HotelName="Louis Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>283/17 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City 12345</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/58/f1584dc25f584727a367bf7f3996da0ebd8c4999.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="963218|sabay_airport_apartment" HotelName="Sabay Airport Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Cuu Long Street, Ward 2, Ho Chi Minh City 72108</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/3b/473b528f842003f0f4952f2d9f40acfb5639ce25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73376655" Longitude="106.70977175" StarRating="0" HotelCode="971389|vietlife_cultural_homestay" HotelName="Vietlife Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-09 Hung GIa 1, Duong So 2, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/e6/20e62c590b003aa2a270ce2c8011998f8bfae6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.39" OriginalAmount="18.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7702816" Longitude="106.68865096" StarRating="3" HotelCode="744047|3435105" HotelName="Bonita Signature Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118A Bui Thi Xuan, Ben Thanh, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/43/014324f23af5a88649fee8657915da09df05d702.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.84" OriginalAmount="18.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80987555" Longitude="106.66578031" StarRating="3" HotelCode="518198|3473175" HotelName="The Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Cuu Long, Ward 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/57/5c574c619e50817f8f94354f907c2f8de39641a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.05" OriginalAmount="18.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77013684" Longitude="106.69219129" StarRating="3" HotelCode="639504|3463365" HotelName="Sai Gon Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Nguyen Van Trang, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/58/9858ec82c83b13310748cbd9d7e47e4eec2e4922.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.15" OriginalAmount="18.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81329608269" Longitude="106.66795318052" StarRating="3" HotelCode="524070|2103335" HotelName="Erato Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>44,46 Hong Ha Street, Ward 2, Tan Binh District, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/ca/79ca4d996f30cda672f0f193856f608903ebeea5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.28" OriginalAmount="18.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73355933" Longitude="106.70763566" StarRating="2" HotelCode="773759|3427435" HotelName="Hoang Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-62,63,64 Duong Noi Khu Hung Gia 2, Phuong Tan Phong, Quan 7, Than Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c6/96c64d32d3af9071b5e319f2ff841431e93e1ff8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.34" OriginalAmount="18.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="3" HotelCode="773499|3451335" HotelName="HT Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128/1-5 Tran Quoc Thao Street, Ward 7, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/70/e870c30678355338889d24cf5e7901e92b72b389.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77162553814" Longitude="106.69646412134" StarRating="2" HotelCode="320344|little_saigon_corner_boutique_hotel" HotelName="Little Saigon Corner Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Truong Dinh Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/77/2b773cb7e50642337590fa92aec22fb42bda771c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right in the centre of Ho Chi Minh City, within walking distance of the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771791539837" Longitude="106.69701397419" StarRating="3" HotelCode="163643|aluna_hotel_2" HotelName="Aluna Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Nguyen An Ninh Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/ff/52ff942933c2f617fffcde45082ea1cfe548e1fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the business centre of Ho Chi Minh City, 50 metres from Ben Thanh mar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76610531965" Longitude="106.68951807488" StarRating="2" HotelCode="225964|madam_cuc_184" HotelName="Spotlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>184 Cong Quynh, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/58/4d58f72537f7362c9c10d143f14d51fd5cacda11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83943613" Longitude="106.74098399" StarRating="3" HotelCode="267979|hoa_phat_hotel_apartment" HotelName="Hoa Phat Hotel &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Currency Exchange,Golf,Internet,Kitchen,Laundry,Massage Centre,Pets allowed,Restaurant,Room Service,Smoking Rooms,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>526/5 Pham Van Dong Square, District Thu Duc, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/ec/adecbb965a0ca9b838ea31be139949a869c6d4f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Ho Chi Minh City at Sai Gon River side the city is known for being a dynamic economic ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767283" Longitude="106.69111107" StarRating="1" HotelCode="370233|giang_son_hotel_1" HotelName="Giang Son Hotel 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>283/14 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b2/3bb2da25d5974115b5cd166761968e70c44b48c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Giang Son 3 Hotel places you in the heart of Ho Chi Minh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73005949" Longitude="106.70744149" StarRating="2" HotelCode="517781|vien_dong_2" HotelName="Vien Dong Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-20 Hung Phuoc 3, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/b8/31b8c07ed2390892363d6d1853481294383ef575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76787994" Longitude="106.692557" StarRating="2" HotelCode="488617|sunny_guesthouse_5" HotelName="Sunny Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241/33 Pham Ngu Lao Street, Pham Ngu Lao Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e9/62e9b091980dce60a7c74dce3a35a3fcf2d9fe64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service. Wireless internet access in public areas allows guests t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73334916" Longitude="106.70947439" StarRating="2" HotelCode="762297|la_cigale_residence" HotelName="La Cigale Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37-39 Khu Pho Hung Gia 1, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/0b/770b2ad5b6324fc3c166262a0a1b1dd9beaca791.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="700462|minh_ngoc_hotel_3" HotelName="Minh Ngoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Street 6C</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/1b/8f1b27f5ab4a1f878066442baefb2fd9675145ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73097093" Longitude="106.70715018" StarRating="2" HotelCode="857424|parkhill_hotel_apartment" HotelName="Parkhill Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>67 Le Van Thiem, Hung Phuoc 3, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/40/3e40be8b1dac0dc4cae0f209a9f8536262e420e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77231192" Longitude="106.70211592" StarRating="0" HotelCode="977788|sunway_hotel_saigon" HotelName="Sunway Hotel Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Huynh Thuc Khang, Phuong Ben Nghe, Quan 1, Ho Chi Minh City 7000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/0d/790dd67eb81d58ac113826742e3b3d29a01b0fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.48" OriginalAmount="19.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7334404" Longitude="106.70893447" StarRating="0" HotelCode="743934|3428265" HotelName="Sabina Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Khu Pho Hung Gia 1, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/ea/10ea4a3e456028c95493899ab361668044b493f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.56" OriginalAmount="19.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771823015125" Longitude="106.69622728214" StarRating="2" HotelCode="347863|1830028" HotelName="Moc Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>26/12-13 Truong Dinh, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079ce483af07636d2883d69a1fcb797bb97c64d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.83" OriginalAmount="19.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73240759" Longitude="106.70985922" StarRating="3" HotelCode="626133|3457625" HotelName="Saigon By Night Luxury Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4 90 Hung Gia 3, Phu My Hung, Ho Chi Minh Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/97/ef97a2f5486479288402c7ffd06a05fcd056b5f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.86" OriginalAmount="19.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77178331" Longitude="106.6903505" StarRating="3" HotelCode="309465|3476415" HotelName="Tuong Vy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Bicycle Rental,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40-42 Bùi Thi Xuan, Phuong Ben Thành, Quan 1, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ec/5dec3ec00f7d1f0facdd7f4bcfe99fa2d0705db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tuong Vy Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. Offeri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.38" OriginalAmount="19.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76884379" Longitude="106.6940616" StarRating="2" HotelCode="489160|3449495" HotelName="Kim Khoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>181 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f4/0af45d653435d2c2417bdbb23b99673493bb5c8f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.40" OriginalAmount="20.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77216189" Longitude="106.69067688" StarRating="2" HotelCode="450960|mayflower_saigon" HotelName="Asian Ruby Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>20 Bis Bui Thi Xuan, Ben Thanh, District 1, Ho-Chi-Minh-City 7000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/5e/095e9ee97a1ddc423789aebef174139cf0df98dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.40" OriginalAmount="20.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76668688" Longitude="106.67704412" StarRating="0" HotelCode="824851|happy_3" HotelName="Happy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>7 Ly Thai To Street, Ward 1, District 10, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e9/39e9a5706c01ca653af56a539f57569319844670.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 10 Phu Tho Racecourse, Happy Hotel promises ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.77" OriginalAmount="20.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76944577" Longitude="106.69218176" StarRating="2" HotelCode="369411|3443915" HotelName="Hoang Hoang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120/4 Le Lai Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/95/6b95e08da3d01414a4d002ef6c4055e987ffd96c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.81" OriginalAmount="20.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773774" Longitude="106.686191" StarRating="2" HotelCode="642279|3448715" HotelName="La Regatta Boutique Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225/4 Nguyen Dinh Chieu, Phuong 5, Quan 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/68/d9687a436fc5bd9047adb3df08797672b67b7903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.28" OriginalAmount="20.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7687804" Longitude="106.69381405" StarRating="3" HotelCode="632262|3425885" HotelName="Saigon Kiko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211-213-215 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/805012/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773444290375" Longitude="106.6974474308" StarRating="2" HotelCode="309437|halo_hotel" HotelName="Halo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/08/a9088cb04152a466de0a23df6f6258b9ad586e91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769952323438" Longitude="106.69228528966" StarRating="2" HotelCode="369407|bloom_2_hotel" HotelName="Bloom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Nguyen Van Trang Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6c/806c0c7f22976b6910c618f811605123b4b5bfeb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Bloom Hotel 3 offers comfort and convenience whether you're on business or holiday in Ho ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77268386" Longitude="106.69698777" StarRating="3" HotelCode="374051|ngan_ha" HotelName="Ngan Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>190 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ec/7d/ec7de905bb5af82a58e76793fd568e017eada331.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76658152" Longitude="106.69504478" StarRating="2" HotelCode="764100|punto_hostel_2" HotelName="Gemini Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135/23 Tran Hung Dao, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/c5/08c508ee2b7e4e73a264d96218f331b2b85319e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768983419183" Longitude="106.69417615531" StarRating="2" HotelCode="915637|le_le_hotel" HotelName="Le Le Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/24/0d241225dc4f66d31831cc8a2b23da754f90298b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.54" OriginalAmount="21.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81030654" Longitude="106.73459017" StarRating="2" HotelCode="599936|3433035" HotelName="Sen Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>51 2 Street, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/a2/0da27e7ac6339d20341324ad463dd36e44dd782c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.85" OriginalAmount="21.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767774" Longitude="106.6947" StarRating="3" HotelCode="303836|1215368" HotelName="Eden Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28/12 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/e0/d4e0a4dc3cbe1b477a08a7162a136465f93163c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.89" OriginalAmount="21.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77251392" Longitude="106.6949021" StarRating="2" HotelCode="375285|3467875" HotelName="Thien Hai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/92/87922cf9f4615c06213669a534049325380c1cc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.24" OriginalAmount="21.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770097" Longitude="106.697759" StarRating="3" HotelCode="119032|359035" HotelName="Dong Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Tran Hung Dao B St., Ward 7, Dist. 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ba/49ba16a9244abded678f6f19f556f4e63e6d959d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.40" OriginalAmount="21.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79595784" Longitude="106.6717919" StarRating="3" HotelCode="518221|3427935" HotelName="Ananas Family Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/5A Hoang Dieu street, Ward 10, Phu Nhuan district, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b8/35b8f0740550218958ae5cc9a90fdf758d13dfb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767271590683" Longitude="106.68687684113" StarRating="2" HotelCode="309433|cozy_house_140" HotelName="Elegant Inn Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Cong Quynh, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/37/9237672a780f9fff86a04548a166d850f3a4f76a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76908195069" Longitude="106.69820279482" StarRating="3" HotelCode="347824|calmette_hotel" HotelName="Calmette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 Calmette Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/48/6248975c1bc33c98af8d8fa9bb2f6e70bc19e2d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.762400308632" Longitude="106.69889098454" StarRating="3" HotelCode="640958|herla_central_saigon" HotelName="River Gate Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 - 155 Ben Van Don, Ward 6, District 4, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/ef/f1ef045b0c241878c961dab8c03c9d8f53fbda9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78960411" Longitude="106.68694475" StarRating="3" HotelCode="852742|emerald_central" HotelName="Emerald Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69-71 Huynh Tinh Cua Street, Ward 8, District 3, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/99/74993cbe07a0d8a6c744c0b2a055273ee0fc0bd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.756985" Longitude="106.685679" StarRating="3" HotelCode="905927|sunshine_antique_hotel_saigon" HotelName="Universe Central Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>549 Tran Hung Dao Ave, Dist 1, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/f7/a0f74c16a46c439748f9e80002117cd3a212cbcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a perfect location right on the main Tr?n Hung Ð?o Avenue, the main artery of Ho C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80271199" Longitude="106.64392809" StarRating="0" HotelCode="951226|cherry_hotel_and_apartment" HotelName="RedDoorz Premium Near E Town 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>406/14 Cong Hoa Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/23/7f23b391bee573225b4fda9efc920e32578b678c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="984396|the_cozy_inn_2" HotelName="The Cozy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Co Giang, Phuong Cau Ong Lanh, Ho Chi Minh City 700000, Quan 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/16/481609f52aa40d870cebd65ccb96b1f9c3ca8f18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.50" OriginalAmount="22.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77170682" Longitude="106.69397923" StarRating="2" HotelCode="553404|3464545" HotelName="A25 Hotel 307-309 Ly Tu Trong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>307-309 Ly Tu Trong, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/3f/1d3f509bf715e40ee21aa58759c9eac071a15734.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.73" OriginalAmount="22.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7686353" Longitude="106.69401127" StarRating="3" HotelCode="586715|3472865" HotelName="Prague Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>175/10–12 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/cc/58cccff27e2504f1588bf6a8e5b82d52503bf7e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.74" OriginalAmount="22.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777957516383" Longitude="106.70417857372" StarRating="3" HotelCode="309798|1456168" HotelName="King Star Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>18 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/90/2990086e4056f8837b8d9f55c19475794418bd40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.98" OriginalAmount="22.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778636723549" Longitude="106.68877756575" StarRating="3" HotelCode="309421|1742728" HotelName="Angela Boutique Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107/17 Truong Dinh Street, District 03, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fb/78fbf5d6269bb86353680d5f4ccd58aa9877fb98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.20" OriginalAmount="22.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778222662252" Longitude="106.69186850913" StarRating="3" HotelCode="346268|3453695" HotelName="Minh Khang Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155 Vo Van Tan, Ward 6, District 3, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/a4/1fa4f88edaa15b99b82091c100cccf1bab752fef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.26" OriginalAmount="22.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76939919" Longitude="106.69206929" StarRating="1" HotelCode="367542|3436995" HotelName="A25 Hotel 122 Le Lai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/8b/378b3c353c9cb32bcab47594ce7afd0d91def51a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.43" OriginalAmount="22.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.764817746482" Longitude="106.69190631866" StarRating="1" HotelCode="384658|3466055" HotelName="A25 Hotel 22 Nguyen Cu Trinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Nguyen Cu Trinh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/da/e4da6a59a1e3d8dbe3263d4464c6b387fa66477b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773610868485" Longitude="106.69718827105" StarRating="2" HotelCode="320708|the_white_2_hotel" HotelName="Charner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/0f/780ff765c69993232df817ea1d458516ee5acc01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is set in Ho Chi Minh City. The total number of rooms is 22. Pets are not p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766185927558" Longitude="106.69411072394" StarRating="3" HotelCode="640311|babylon_serviced_apartment" HotelName="Babylon Central Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161C Tran Hung Dao Street, Co Giang Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d6/31d689ce30edb85d9c95fac69d658bde1f20142f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7847762" Longitude="106.68500044" StarRating="3" HotelCode="947084|t78_hotel" HotelName="Nha Khach T78" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Lý Chính Thang, Phuong 7, Quan 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/3c/4a3c5bfe446c092293af63ded030ed4517e79444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75855358838" Longitude="106.67361904048" StarRating="2" HotelCode="915643|phuoc_loc_tho_2_hotel_2" HotelName="Phuoc Loc Tho 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192 - 194 Su Van Hanh, Ward 9, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/23/d2239d66840f5383ad2f77d74f05331291be90d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.752424058179" Longitude="106.66508495808" StarRating="3" HotelCode="905931|bat_dat_hotel" HotelName="Bat Dat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>238 - 244 Tran Hung Dao Street, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6e/fb6e4a53de5bbac577b70a393beb226a4aa0b304.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cho Lon Commercial Centre, in China Town, a popular tourist draw in Ho Chi ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.64" OriginalAmount="23.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768906" Longitude="106.68326" StarRating="3" HotelCode="172041|1142568" HotelName="White Lion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>15C Cao Thang, Ward 2, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/00/3400b99d7451ba8e6863147ed3ffbb6e15ad58ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Saigon's business, shopping and entertainment district....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.96" OriginalAmount="23.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768209" Longitude="106.692333" StarRating="3" HotelCode="68353|139594" HotelName="Liberty Saigon Parkview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>265 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0a/110aad2401dc3ecf1d3977f006600a8fbfc38df8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located in the hub of the tourist district, only few minutes walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.98" OriginalAmount="23.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76667179461" Longitude="106.68868303299" StarRating="3" HotelCode="173644|1122938" HotelName="La Felix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>287-289 Pham Ngu Lao st, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/68/7268159d254ff7028acdd4d814327144ce5e0217.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in district 1 of Ho Chi Minh City, the hotel is within a short walking distance to the bust...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.01" OriginalAmount="23.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7721745" Longitude="106.69606471" StarRating="3" HotelCode="413190|3472485" HotelName="The Luxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>261-263 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e2/30e27880994292ff5484a637d1e1291b58c513ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Luxe Hotel in Ho Chi Minh City (Ben Thanh Marke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.09" OriginalAmount="23.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80290773" Longitude="106.73277037" StarRating="3" HotelCode="635507|3440785" HotelName="Common Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Street 38, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.26" OriginalAmount="23.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76984" Longitude="106.6864" StarRating="1" HotelCode="267976|3467915" HotelName="A25 Hotel 14 Luong Huu Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Luong Huu Khanh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/79/2079bda12098f525cc7bbe818d5e821294e07051.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.43" OriginalAmount="23.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774305810988" Longitude="106.69656635132" StarRating="3" HotelCode="346690|1457348" HotelName="Rosa Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>55 Thu Khoa Huan, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/57/0757c219e567c9e0d911dfcdac4edd19aa7b6877.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772858471215" Longitude="106.69707371074" StarRating="3" HotelCode="309424|anpha_boutique_hotel" HotelName="Anpha Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>202 Le Thanh Ton Street, Near Ben Thanh Market, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/8b/c38b4832e105e3234e925fd5e1d7c6fa36e664eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806238253838" Longitude="106.6641670035" StarRating="3" HotelCode="347377|iris_hotel_13" HotelName="Iris Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9-9A Truong Son Street, Phuong 4, Quan Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/24/0e24a12bee8df4dbd596605f1371876522f84dac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Tan Son Nhat International Airport, Iris Hotel Saigon is a perfect starting point from wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75307875" Longitude="106.67308865" StarRating="2" HotelCode="602200|fortune_1127_hotel" HotelName="Fortune 1127 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1127 Tran Hung Dao, Ward 5, Distrikt 5, Ho Chi Minh Stadt 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/29/df2926b8ddb2bf0891502c778be75725d59cc026.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.857098991297" Longitude="106.69779978934" StarRating="4" HotelCode="933298|silver_creek_city_resort_6" HotelName="Toki Saigon - Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Võ Th? Li?u, Phu?ng An Phú Ðông, Qu?n12, Thành ph? H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/53/7b53d2b6e8e8bb0401720b57defa9fec4f18a892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.98" OriginalAmount="24.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768003" Longitude="106.686459" StarRating="3" HotelCode="166813|1128248" HotelName="Hoang Ngan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/f0/e0f0a4a0d0f1f91f24378b35817919dac27e5c8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City's centre. It is only a 4-minute drive to Ben T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.19" OriginalAmount="24.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.752808784891" Longitude="106.66424274445" StarRating="3" HotelCode="905930|1113458" HotelName="Arc En Ciel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 - 56 Tan Da St, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/f2/32f29165c9111cd778f6e7484bfd31bb90b0ed86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right by the Thien Hau pagoda in Cho Lon Commercial Centre. It is set in China...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778900691049" Longitude="106.70321212214" StarRating="3" HotelCode="309459|the_spring_hotel" HotelName="The Spring Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Le Thanh Ton Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c8/68c8f66a42eda17df6bce5406991aaa9a04a44af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730469537432" Longitude="106.70767158654" StarRating="3" HotelCode="368084|boutique_garden_hotel" HotelName="Boutique Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>R3-84 Hung Phuoc 3, Phu My Hung, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/a4/8aa40b61aeed6f244a9f503ff20758042dd66c2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7737699" Longitude="106.7063543" StarRating="3" HotelCode="402015|riverside_saigon_" HotelName="Riverside Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-19-20 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/dc/abdc7aab199bc37340a59f66d92021077a892a41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80481541" Longitude="106.64766772" StarRating="2" HotelCode="600182|thinh_gia_phat_hotel" HotelName="Thinh Gia Phat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>440/71 Nguyen Kiem, Ward 3, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/fb/ebfb2e69b06d8c5acd6b68a5f50008a1c8be3157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Ho Chi Minh City (Ba Queo), Thinh Gia Phat Hotel is convenient to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.82583845" Longitude="106.63293899" StarRating="3" HotelCode="828694|tan_binh_hotel_3" HotelName="Tan Binh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36B Cong Lo, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/f7/0df7301f2abd5bb9f1c3e0a2d80d2c62f9a3c072.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766151979686" Longitude="106.69128459392" StarRating="2" HotelCode="915644|duc_vuong_hotel" HotelName="Duc Vuong Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>195 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/54/c9545c0af783fc532b0ee5621c37c4d003d06008.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76573955" Longitude="106.69103103" StarRating="0" HotelCode="947072|aquarizon_boutique_hostel_city_bar" HotelName="Aquarizon Boutique Hostel &amp; City Bar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>197 Bui Vien Street, Pham Ngu Lao Ward, Distric 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4f/a04ffa017bbd421577b6fd7d85e8c4676f0798da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773608967567" Longitude="106.69691685152" StarRating="3" HotelCode="915631|thanh_lien_hotel" HotelName="Sunrise Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135-137 Ly Tu Trong Street, Ben Thanh, Ward District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/5e/505ed7f8d8c4f55b5b6407208590219204bd1bdc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.07" OriginalAmount="25.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76814836" Longitude="106.69833869" StarRating="3" HotelCode="620157|3434095" HotelName="Lotus Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55/29-31-33 Le Thi Hong Gam Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/64/6764486a9908183ed3fed91c4d5e8efc9367027e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.11" OriginalAmount="25.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.797215271176" Longitude="106.65998091055" StarRating="2" HotelCode="346782|3438055" HotelName="Royal Dragon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1/16-1/18 Hoang Viet Street, Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/04/c1047d8fbee26c91ae0f94b0ca7d1cc880e6d735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Royal Dragon Boutique Hotel is a distinct addition to the city's skyline. With its location just 3.0...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.15" OriginalAmount="25.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768945783802" Longitude="106.69423520565" StarRating="3" HotelCode="70180|571895" HotelName="Elios Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231-233-235 Pham Ngu Lao Street, District 1, Ho Chi Minh City 10032</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/57/565700f9dc57efcc598d75871f5ad92a2737d8ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of HCMC, within walking distance of fabulous shopping as well as t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.15" OriginalAmount="25.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80662875" Longitude="106.66500316" StarRating="3" HotelCode="856629|3450045" HotelName="Airstar Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Song Day, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/bb/8cbb0451556700bd64200bacdb40461c2cfef330.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.44" OriginalAmount="25.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773726734398" Longitude="106.69671439681" StarRating="3" HotelCode="915629|1588398" HotelName="Joviale Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/3a/453a2ca90418d64b21eac97466a43b19342841b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75807848" Longitude="106.68026043" StarRating="3" HotelCode="346722|signature_boutique_hotel_3" HotelName="Signature Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>80/1 Nguyen Trai, Ward 3, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/d9/ecd9979914a37190f0e5d4de1b6353dd552e9d7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77241584087" Longitude="106.69482562343" StarRating="2" HotelCode="370927|the_one_hotel_ben_thanh" HotelName="The One Hotel Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>230 Ly Tu Trong, Thanh Pho, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/53/d3536b24ef1c3cc7f37962e555027b17936392f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7869779" Longitude="106.66442009" StarRating="3" HotelCode="436114|cam_ly_boutique_apartment__hotel" HotelName="Cam Ly Boutique Apartment &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>656 Cach Mang Thang 8, Ward 11, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/b0/a7b0bf486ee8abac3255fbc8ef3f7e25e300d14a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77433136" Longitude="106.69664086" StarRating="3" HotelCode="623639|sam_hotel_apartment" HotelName="A&amp;EM Hotel &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Thu Khoa Huan Street, Ben Thanh Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/33/b7330f3c3b461a39161a978c7b47d2977ba0956c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76918104" Longitude="106.69981737" StarRating="2" HotelCode="631573|triple_e" HotelName="Triple E" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Nguyen Thai Binh, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1c/f31cfe63c9fa3732410534612b71d1d4b4abaef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75502521" Longitude="106.61163388" StarRating="3" HotelCode="826631|hong_bao_thach_hotel" HotelName="Hong Bao Thach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Duong 24A, Phuong Binh Tri Dong B, Quan Binh Tan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6a/426a29c54a88bae3f68815fe865527597becf826.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877604|indochine_ben_thanh_hotel_apartments_2" HotelName="Indochine Ben Thanh Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Luu Van Lang</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/b9/23b967ac4db6b892970b9960be24803db44f743c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77471201" Longitude="106.68244151" StarRating="0" HotelCode="960849|babylon_d3_serviced_apartment" HotelName="Babylon D3 Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136/6 Vuon Chuoi Street, Ward 4, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/7219da5984dde6bfd08b494fb98b2df2e6c00552.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.62" OriginalAmount="26.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768982352702" Longitude="106.69768035171" StarRating="3" HotelCode="350364|1733218" HotelName="Ben Thanh Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55/34 Lethi Hong Gam Street, Nguyen Thai Binh Ward, Ho Chi Minh, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/7e/577e061d370cb4bd559e85f3270433a6eadc31f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.83" OriginalAmount="26.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.800476666667" Longitude="106.66148" StarRating="3" HotelCode="185786|1151688" HotelName="TTC Hotel Deluxe Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>315 Hoang Van Thu Street, Ward 2, Tan Binh District, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b1/46b1004d423d7bd5098828e9cd70a9af33eb506e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on Hoang Van Thu Street, the hotel is opposite Hoang Van Thu Cultural Park, War Remnants Mu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.85" OriginalAmount="26.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784948556179" Longitude="106.69071307606" StarRating="3" HotelCode="307374|1075788" HotelName="Emm Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157 Pasteur street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/e9/66e9ba88c504e39ed89523722611f9ef2fb1b152.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.03" OriginalAmount="26.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768459413716" Longitude="106.69340853372" StarRating="3" HotelCode="391305|1201458" HotelName="A25 Hotel 274 De Tham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>274 De Tham Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/fd/d4fd036c6f81baa46a73bccff1c623975dbbe13d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.04" OriginalAmount="26.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77407982" Longitude="106.67812005" StarRating="3" HotelCode="368066|3453815" HotelName="Minh Tam Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>206 Ba Thang Hai Street, District 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/e4/90e43c5862759170e6bc1300dcebe4f452257be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73096782" Longitude="106.70769819" StarRating="3" HotelCode="407859|hotel_l_odeon_phu_my_hung" HotelName="Hotel L Odeon Phu My Hung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>63-65 Le Van Thiem Street, Khu Pho Hung Phuoc 3, Tan Phong Ward, Dist.7, Phu My Hung, Ho Chi Min City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/0c/a20cd4e9831f930118eb238bfc39472795ca3df3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel L Odeon Phu My Hung is perfectly located for both business and leisure guests in Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773232230765" Longitude="106.69605237808" StarRating="2" HotelCode="915639|aem_corp__the_petit_hotel" HotelName="A And Em 179 Ly Tu Trong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179 Ly Tu Trong Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4d/974da4a5c5dbd1c2d382c816ec83ebe13fc16b40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="977877|akoya_saigon_central_hotel" HotelName="The Akoya Ben Thanh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88 Ly Tu Trong, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/f7/43f7b7dc792838d2833753aa3e6bb9aa1bcac3b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76547724" Longitude="106.68673681" StarRating="0" HotelCode="963589|christinas_saigon" HotelName="Christina's Saigon - The Mothership" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212/2B Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/35/f835942797e0315f019df05eec603fa2ad26057d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.86" OriginalAmount="27.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774332471457" Longitude="106.69744104688" StarRating="3" HotelCode="319764|1208798" HotelName="Gk Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Ly Tu Trong, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/98/5d98428dc4ccfbe7560f163105efcd6e24cea54a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.99" OriginalAmount="27.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78720314" Longitude="106.69264124" StarRating="2" HotelCode="374268|3429685" HotelName="A25 Hotel 251 Hai Ba Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>251 Hai Ba Trung Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/fa/a1fa29b409df30078791cd40995afe560b3d8619.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.02" OriginalAmount="27.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73135636" Longitude="106.70751581" StarRating="3" HotelCode="407933|1739568" HotelName="Song Hung 2 Hotel &amp; Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Kitchen,Laundry,Luggage Storage,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>R4 33 - 34 Le Van Thiem, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/f5/e8f51525571835d86f40de75ccaed2abb77fcf57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Saigon Exhibition and Convention Center, Song Hung Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.10" OriginalAmount="27.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7722601" Longitude="106.69053433" StarRating="3" HotelCode="595539|3461305" HotelName="A25 Hotel 20 Bui Thi Xuan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Bui Thi Xuan, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/b7/a3b78c02cf5a1bb8cad0c53991c66e695c412289.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.28" OriginalAmount="27.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768849378209" Longitude="106.69379633821" StarRating="2" HotelCode="384349|1731758" HotelName="Beauty Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>185/14 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/78/fd78996eab94fb70d3b0dfa777377e94e78ef483.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771022" Longitude="106.700078" StarRating="3" HotelCode="68050|liberty_2_hotel" HotelName="Liberty 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129-133 Ham Nghi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/14/1d14a9f0e14b0e4d113c98250b93c1a7e0b26c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just across the street from Ben Thanh Market and gives guests perfect access t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77181546" Longitude="106.69678305" StarRating="3" HotelCode="309434|gia_huy_hotel_2" HotelName="Gia Huy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Nguyen An Ninh, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ef/feefd4e14bbfe0ab220ec168d8116a640488f299.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77351843" Longitude="106.69852452" StarRating="2" HotelCode="374252|lien_an_saigon_hotel_2" HotelName="Lien An Sai Gon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181 Duong Le Thanh Ton, Phuong Ben Thanh, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/88/1a888b81e6993bd563c31abfa6bfaf0f8a8002dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Lien An Saigon Hotel 2 puts everything the city has to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76928248" Longitude="106.68774786" StarRating="2" HotelCode="613818|triip_le_han_dai_nam" HotelName="Triip Le Han Dai Nam Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>142 Bui Thi Xuan, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/02/31020b078050164fcb83ba17968b04cd63cfd54c.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="968973|luxy_park_hotel_apartments_city_centre" HotelName="Luxy Park Hotel &amp; Apartments-City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15B Tran Khanh Du, Tan Dinh Ward, Ho Chi Minh City 70000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/35/dd353a31a4b16af4dda0aa90b993e0cc498a88e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.88" OriginalAmount="28.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769770528827" Longitude="106.68826192617" StarRating="2" HotelCode="59859|112472" HotelName="Empress" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Bui Thi Xuan Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/94/79947b2a5c35cb3ef7374e5894870c3cfd0e1b52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 30-minute drive away from the Tan Son Nhat International Airport, 15 minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.94" OriginalAmount="28.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772282" Longitude="106.690906" StarRating="3" HotelCode="142299|572525" HotelName="Queen Ann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>86 - 88 Bui Thi Xuan St., District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/9b/3d9b3bd3f5ddc59238dc601f7f1e81f03e78927d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Bui Thi Xuan street, which is considered one of the most convenient location...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770400269433" Longitude="106.68918719152" StarRating="3" HotelCode="309451|a25_hotel_le_thi_rieng" HotelName="A25 Hotel 145 Le Thi Rieng" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 Le Thi Rieng Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/49/fd49e700a0a797c9ff018dc4085187ca5172393e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 64 rooms. Wireless internet access is available to travellers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767737545531" Longitude="106.69381245269" StarRating="2" HotelCode="367688|new_sunny_hotel" HotelName="Sunny Ho Chi Minh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>232 De Tham Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773914444264" Longitude="106.69882493006" StarRating="3" HotelCode="915627|thien_xuan_hotel" HotelName="Thien Xuan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>108 - 110 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/19/db19a166ec1ed7d10a0bd753bb8df7ffef738bdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.61" OriginalAmount="29.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777896825494" Longitude="106.70499577294" StarRating="3" HotelCode="305182|1176668" HotelName="White Lotus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6A Thi Sach, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/47/2c476ea36ef8939ffe66983eded9a189d4fda4c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.57" OriginalAmount="29.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79720139" Longitude="106.70542219" StarRating="3" HotelCode="596246|2305315" HotelName="Maison De Camille Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>174/21 Dien Bien Phu, Ward 17, Ho Chi Minh City 700000, Binh Thanh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/28/0328d3a7d424484afb3c137b61ceb409db550f55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.760131109319" Longitude="106.67002" StarRating="3" HotelCode="307378|valentine_hotel_2" HotelName="Valentine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93/1 Nguyen Chi Thanh, Ward 9 Dist. 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/1a/b51a7dce1becbd484d965fad81f4dffd9ae00f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781389" Longitude="106.694731" StarRating="3" HotelCode="168313|golden_rose_hotel" HotelName="Aristo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3A Vo Van Tan St., District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/61/5561020a8b8414066dc8752c9b227d7043e73a6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only a few steps away from all that Ho Chi Minh City can offer. Not far from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73050138" Longitude="106.70721162" StarRating="2" HotelCode="367628|bali_hotel_2" HotelName="Bali Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 - 41 Hung Phuoc 3 Street, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/21/d62181ad71ac5c2709c1ae084ee22e32dd5a1c86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79563858733" Longitude="106.72027165502" StarRating="0" HotelCode="640122|homes_by_christine_vinhomes_central_park" HotelName="The Landmark 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>phuong 22</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/5d/dd5df5538c9fbdd19e514b258278dc6fa8053b3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="876995|aha_friday_city_view_hotel" HotelName="Triip Friday City View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>811 Le Hong Phong</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774625" Longitude="106.696633" StarRating="4" HotelCode="141676|kingston_hotel" HotelName="A&amp;EM Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f5/6af59f4e48ac5c01824857a6774c85f2e61fd575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale boutique suite hotel is located at the heart of Ho Chi Minh City. Its prestigious addre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72732872" Longitude="106.69667093" StarRating="3" HotelCode="692140|bin_bin_hotel_1" HotelName="Bin Bin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Street 1, KDC Ven Song, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/0f/680fb89ae0f5e5cb5190f8b6da6ba71222290f8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77182563" Longitude="106.69047159" StarRating="3" HotelCode="701067|kim_long_chau" HotelName="Kim Long Chau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19D Bui Thi Xuan, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/a4/20a4d9ccfa0ceb32a8a67207d545f7eb7622f8bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772265" Longitude="106.694868" StarRating="3" HotelCode="915649|tespoir_saigon_hotel" HotelName="Cititel Central Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>247-249 Ly Tu Trong, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/6a/9e6a941e8ec771df363f05cc7ef14bbb19b10361.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.74" OriginalAmount="31.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769044" Longitude="106.694578" StarRating="3" HotelCode="36291|1610158" HotelName="Liberty Hotel Saigon Greenview" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/63/ed631cedd8ef027fa6786040bacb21f76602ee02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.05" OriginalAmount="31.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77366235" Longitude="106.69854731" StarRating="2" HotelCode="367909|3456735" HotelName="Ruby Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185-187 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/29/c929a9ae5e833e88b09412caefdd737725f6f715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.13" OriginalAmount="31.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771881128016" Longitude="106.69520616531" StarRating="3" HotelCode="189202|1150568" HotelName="Cap Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Le Anh Xuan Street, Ben Thành Ward, District I, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/a5/d3a569d722b359c937ae31da1fe2a4450b74e93b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the crossroads of Ho Chi Minh City's business, cultural and historical distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.46" OriginalAmount="31.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77703388197" Longitude="106.68343580681" StarRating="3" HotelCode="167055|308765" HotelName="Lotus Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Cach Mang Thang 8 Street, Ward 7 District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/12/011247074785d4c1aad2c284b11375287f9bf97a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the entertainment area, next to 126 Stage and two minutes' walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774421205304" Longitude="106.69681549072" StarRating="3" HotelCode="161942|blue_diamond_hotel" HotelName="Blue Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Thu Khoa Huan Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/3b/0a3b719e06e01d7693f88204823f6e447851b54a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, in a very quiet street just behind the Tao Dan Park. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76886848" Longitude="106.69724395" StarRating="3" HotelCode="600203|diamond_luxury_ben_thanh" HotelName="Diamond Luxury Ben Thanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100/6 Le Thi Hong Gam, Ben Thanh Quan 1, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/26/4f265fb4198eae004521144f06f797ab59756773.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Ho Chi Minh City (Core area of Ho Chi Minh City), Diamond Luxury ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.80" OriginalAmount="32.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80696721" Longitude="106.73089723" StarRating="3" HotelCode="852699|2625445" HotelName="Aurora Western Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Quoc Huong, Thao Dien, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/22/97223917ff25f5a5cb602118caddc7ee370acc82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.45" OriginalAmount="32.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77533625" Longitude="106.7048125" StarRating="2" HotelCode="225948|1200518" HotelName="A25 Hotel Mac Thi Buoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>35 Mac Thi Buoi Street, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/2c/a72c9c900c05e607253cd639b2f4024cd10aa4f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Dong Do Hotel places you in the heart of Ho Chi Minh City, walking dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79589" Longitude="106.659453" StarRating="4" HotelCode="68049|first_hotel_ho_chi_minh" HotelName="First Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Hoang Viet Street, Ward 4, Tan Binh District, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/8e/6d8e1289bf0470f9654464fe5cfe4f536095279e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="701419|ain_hotel_riverside" HotelName="A in Hotel Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>188 Ben Van Don</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/88/9888911b5922297d554638081fb39cd1ab0bbf48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80100789" Longitude="106.64241257" StarRating="3" HotelCode="694411|solex_hotel" HotelName="Solex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Duong Nui Thanh, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/1b/3a1bd27bb26f571c98af29d7c21872b67bbd1356.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.809681526318" Longitude="106.73193083961" StarRating="3" HotelCode="968782|glenwood_city_resort" HotelName="Glenwood City Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>243 Nguyen Van Huong Street, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/63/8963c5b018d8f82083de780baa69fb0f7727b6e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.75" OriginalAmount="33.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775122152295" Longitude="106.70418483188" StarRating="3" HotelCode="99679|1162488" HotelName="Huong Sen" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66-68-70 Dong khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/31/1631632abfa10a99c518d6f35d36701272480b26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78455495177" Longitude="106.65354073048" StarRating="3" HotelCode="185378|kelly_hotel" HotelName="Kelly Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Thu Khoa Huan, District 1, Ho Chi Minh City, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/28/7a289fd1842d940ba9c8a9986d6c8105cd74fe1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76931340526" Longitude="106.6966414866" StarRating="3" HotelCode="402012|dai_nam_2" HotelName="Dai Nam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/57/195703b623a48dd03181104c6a499ab39fcaa5eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77670396" Longitude="106.7046897" StarRating="3" HotelCode="852681|bel_ami_hotel_3" HotelName="Bel Ami Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Hai Ba Trung, Ben Nghe Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/71/2c711bbee2a2be94d65e0f6c13929b9122cb603b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76827921" Longitude="106.69359447" StarRating="3" HotelCode="785984|saigonciti_hotel" HotelName="Saigonciti Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>264 De Tham, Phuong Pham Ngu Lao, quan 1, Ho Chi Minh City 770000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/69/4569de399def429f44269d8096966a1f5566d79f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.84" OriginalAmount="34.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.786589" Longitude="106.677674" StarRating="4" HotelCode="68048|340645" HotelName="Ramana Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Le Van Sy Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/75/69758306ee05686ffbd855b5bea96d5b5f4d427e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of charming Ho Chi Minh City, the hotel is within a few minutes' drive of the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.51" OriginalAmount="34.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77871819" Longitude="106.6884877" StarRating="2" HotelCode="587162|3465505" HotelName="Hoang Lan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>107/16 Truong Dinh, Ward 06, District 3, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/94/17942bc49fd524d8aaaf68f2c76f206b9aaa14a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.14" OriginalAmount="35.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77194595" Longitude="106.6928224" StarRating="3" HotelCode="309454|90248" HotelName="Cicilia Saigon Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>12D Cach Mang Thang 8, District 1, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/68/656806ce63dff4133fa85aed4abb7ac3a16aed0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77227994" Longitude="106.69615734" StarRating="3" HotelCode="263258|nhat_ha_1_hotel_2" HotelName="Nhat Ha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>252 B-C Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chí Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/cc/f9ccb01817b0143a5adb3df9f2e2fda723397190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769646" Longitude="106.700236" StarRating="3" HotelCode="915663|ruby_river_hotel" HotelName="The Hammock Hotel Fine Arts Museum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Nguyen Thai Binh Street, Nguyen Thai Binh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/23/f7235c51b0545ba530f6c916ea8575c1c65f3cf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.16" OriginalAmount="36.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779099650938" Longitude="106.70479713713" StarRating="3" HotelCode="225955|3465865" HotelName="Roseland Corp Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8A/6D2 Thai Van Lung Street, Ben Nghe Ward, District 01, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/09/9e09783f6a199fa3363341c2cdab6d6e6927b57a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774533" Longitude="106.700266" StarRating="2" HotelCode="915654|little_saigon_boutique_hotel" HotelName="Little Saigon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Bis/2 Le Loi Boulevard, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/41/7941f38a5c702df730a1ac02622b97f4e588db55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="971490|princess_saigon_central_hotel" HotelName="Princess Saigon Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34-36 Thu Khoa Huan Street, Ben Thanh Ward, Ho Chi Minh City 700000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/d6/d2d67a704b8b80bf36f703e92e706a4d0b7ab2c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.98" OriginalAmount="37.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771868" Longitude="106.694091" StarRating="3" HotelCode="307377|1684688" HotelName="Alagon Saigon Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>289 – 291 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/82/5582c9a14ea1d8f47015e4cf005419dd6d4a6e5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7717" Longitude="106.696826" StarRating="3" HotelCode="166833|hoang_hai_long_2_hotel" HotelName="Alagon Western Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 - 30 Nguyen An Ninh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/e0/7ae0c71efb3dee8111e207a4082b3f64fb9d3033.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of Ho Chi Minh City, close to the Ben Thanh handicrafts marke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.817388370238" Longitude="106.62417047559" StarRating="2" HotelCode="915667|tan_hai_long_hotel_4" HotelName="Silverland Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Hai Ba Trung Street, Stadtbezirk 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.795456" Longitude="106.71858385" StarRating="0" HotelCode="938532|vinhomes_central_park_luxury_apartment" HotelName="Vinhomes Central Park by Apartmentel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 Nguyen Huu Canh, Binh Thanh Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/7f/a87f311fb6b8a9e0eb8239094571633825051f65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Vinhomes Central Park Apartmentel, you'll be centrally locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77841581" Longitude="106.70460742" StarRating="3" HotelCode="967979|roseland_sweet_hotel_spa" HotelName="Roseland Sweet Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/eb/13eb8e8d2c3b3558c909c2ddcc1cf97c9e154b13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.91" OriginalAmount="38.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780566997093" Longitude="106.70685901472" StarRating="4" HotelCode="429157|1943255" HotelName="Bay Hotel Ho Chi Minh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Housekeeping,Internet,Laundry,Lounge,Meeting Room,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Ngo Van Nam Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/66/52/6652a7968a7bc709b0bbc4a8336bcbe0a325c444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Renovated in , the Bay Hotel Ho Chi Minh guarantees guests a pleasant stay whether in Ho Chi Minh Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.18" OriginalAmount="38.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.736204576366" Longitude="106.73067386595" StarRating="3" HotelCode="320706|1458878" HotelName="Liberty Hotel Saigon South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>542A,544 Huynh Tan Phat, Binh Thuan Ward, District 7, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/6e/e56e0011a40517bc25ae2f1d23212778b674a7f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77122549" Longitude="106.69416115" StarRating="3" HotelCode="410675|hoang_hai_long_south" HotelName="Alagon City Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-58 Pham Hong Thai Street, Ben Thanh Ward District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/af/bfaf45fb228890d0410f0127d95b6ddb0c711f80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.741269" Longitude="106.700997" StarRating="3" HotelCode="641051|sunrise_city_apartment" HotelName="Sunrise City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 - 25 - 27 Nguyen Huu Tho, Tan Hung Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/56/e956b2efdec6b6f3a1b21df760a28b1473522cdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779134" Longitude="106.7048295" StarRating="3" HotelCode="915669|aem_hotel_8a_thai_van_lung" HotelName="A&amp;EM Hotel 8A Thai Van Lung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A/1D2 Thái Van Lung, Qu?n 1, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/04/1a04c74ad29f9d470ffce5abb8c735ba2e9f9832.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77772819" Longitude="106.70539673" StarRating="0" HotelCode="966436|blue_diamond_luxury_hotel" HotelName="Blue Diamond Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6B Thi Sach, Ben Nghe, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/54/845480eee68d7ecc29cb98da61af91dfd1e3adce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.22" OriginalAmount="39.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76889882" Longitude="106.69753814" StarRating="3" HotelCode="773917|2533875" HotelName="Lotus Central Hotel Saigon" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102-104-106 Le Thi Hong Gam, Quan 1, Thanh Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/86/89864e6433be812fdc01fa7f2c3173eb1f4dee4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.24" OriginalAmount="39.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77873391" Longitude="106.70485452" StarRating="3" HotelCode="374980|1786148" HotelName="Thuy Sakura Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/d7/3dd798964e5ecc07529e2c4bf673947af43bce37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78020744243" Longitude="106.69330179691" StarRating="3" HotelCode="166326|victory_saigon_hotel" HotelName="Victory Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>141 Nam Ky Khoi Nghia Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/98/54988564143242c5bc996889e1a8e907f29ba76e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city, the hotel is very convenient for trade, shopping, sightseeing and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772094659109" Longitude="106.69506695583" StarRating="3" HotelCode="373207|grand_cititel_central_saigon" HotelName="Ngoc Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>53-55 Le Anh Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/c6/f4c6bda08e3b85b7ca5d3da614f093d3f010ae41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771296888664" Longitude="106.69141592996" StarRating="3" HotelCode="347818|the_hammock_hotel_ben_thanh" HotelName="The Hammock Hotel Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>47-49 Le Thi Rieng Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/9e/bb9edd1a27b17c31fc53265feb053ed4fbc50a39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770652" Longitude="106.693778" StarRating="3" HotelCode="387498|le_duy_hotel" HotelName="Le Duy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Nguy?n Th? Nghia, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ee/daeec232cf29489b1aae7e528a464c60006aa6b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a high and main street right in the centre of Ho Chi Minh City, within the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78487161" Longitude="106.69936961" StarRating="0" HotelCode="884371|cityview_serviced_apartment_2" HotelName="Cityview Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Mac Dinh Chi, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a9/3ca9fa36d7ee2a65ef4edab3d99eb512278da78f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="882957|the_bloom_pham_viet_chanh_2" HotelName="The Bloom Pham Viet Chanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/8/3 Pham Viet Chanh, Ward 19, District Binh Thanh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/7f/6a7f58f89109a8e1cf372a5859d4dbfab253c6cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78184526" Longitude="106.70541493" StarRating="3" HotelCode="958611|blue_diamond_new_hotel" HotelName="Blue Diamond New Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8B-8C Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/0b/930b1f68a46233fbc5f001dd55b382e314f382be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.88" OriginalAmount="42.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78698208" Longitude="106.69454179" StarRating="3" HotelCode="754962|3468885" HotelName="Nta Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>171 - 173 Dien Bien Phu, Dakao Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d0/afd012c225ba5e9cc878d25976843888bb98a81b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.96" OriginalAmount="42.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77446993" Longitude="106.68729972" StarRating="3" HotelCode="435952|3426845" HotelName="Le Duy Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82-84 Cach Mang Thang 8 Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/07868/2507868/1.jpg?f=15044573</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.31" OriginalAmount="42.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77558955" Longitude="106.69713232" StarRating="4" HotelCode="488546|2103305" HotelName="Central Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39-39A Nguyen Trung Truc, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/28/72284b1141c7e35bd15b2ad1788ddbf32306d186.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.42" OriginalAmount="42.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775152" Longitude="106.703883" StarRating="3" HotelCode="37540|894405" HotelName="Bongsen Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 - 123 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/4c/664c15ce411e28cec73191c055aefe69936882cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the midst of business offices, airline offices, souvenir shops, department ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769462" Longitude="106.70017" StarRating="3" HotelCode="300620|signature_saigon_hotel_2" HotelName="Signature Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>65-67-69 Nguyen Thai Binh Street, Nguyen Thai Binh Ward, District 1, Hochiminh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/51/31514aae195c7910cfe90550ef103aca357fed87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780805269736" Longitude="106.70455172024" StarRating="4" HotelCode="434761|lancaster_saigon_serviced_apartments_le_thanh_ton" HotelName="Lancaster Saigon Serviced Apartments Le Thanh Ton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Nightclub,Parking,Restaurant,Room Service,Sauna,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/de/5ddea6ac1f1a1dd4f4768eff67e74a259060ba53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Lancaster Saigon Serviced Apartments Le Thanh Ton to discover the wonders of Ho Chi Minh Cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80283510781" Longitude="106.74110500646" StarRating="3" HotelCode="611679|mrt_apartment_in_masteri_thao_dien" HotelName="Masteri Thao Dien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>159 Hanoi Highway, Thao Dien Ward, District 2, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/65/fc65780c30e86c1d21e3a76116e08814b714af1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773232923721" Longitude="106.69833565601" StarRating="3" HotelCode="915657|aem__phan_boi_chau" HotelName="A&amp;EM - Phan Boi Chau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Phan B?i Châu, Qu?n 1, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/e6/14e66c882c452eb42a8ef82f584a3a3452452d18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.35" OriginalAmount="43.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77610353" Longitude="106.70529508" StarRating="3" HotelCode="623269|3471965" HotelName="Huong Sen Annex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4-6-8 Mac Thi Buoi Street, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4f/454fc35eb62d660bc62f9e6f0a3eb2a8f8b78e04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78901" Longitude="106.69052" StarRating="3" HotelCode="171270|hong_vy_1_hotel" HotelName="Central Park Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Hai Ba Trung, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/bc/b3bc486cab7ebba4318b4d4d8239a81a82af60ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City's business and tourist district, opposite a g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7309592" Longitude="106.70835293" StarRating="0" HotelCode="971023|sabina_hotel_2_2" HotelName="Sabina Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47-49-51 Le Van Thiem Street, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/53/5d53bc7d21f6211eececaa3a78ec1d7054d8b1f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.24" OriginalAmount="44.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775821" Longitude="106.704626" StarRating="3" HotelCode="68053|572465" HotelName="Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41-47 Dong Du Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/a2/9ea23a33aa2ad355527ba052bc093760456dd842.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of city, which is just 5 minutes' walk away. The bus station can ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.31" OriginalAmount="44.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773246026982" Longitude="106.69619590044" StarRating="3" HotelCode="140907|572535" HotelName="Sanouva" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175-177 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/42/7242c41c084ebab7398b236aef2882a6ed1e6aac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.72" OriginalAmount="44.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772060299687" Longitude="106.69027040608" StarRating="3" HotelCode="887860|1525998" HotelName="Harmony Saigon Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32A-34 Bui Thi Xuan Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/f6/edf63e9998f62e1c78ef23df988d3355ede188e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7929141" Longitude="106.6723785" StarRating="3" HotelCode="536103|oakwood_apartments_ho_chi_minh_city" HotelName="Oakwood Apartments Ho Chi Minh City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>18 Street 3, Cu Xa Do Thanh, Ward 4, District 3, Ho-Chi-Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="962813|zazz_urban_ho_chi_minh_hotel" HotelName="Zazz Urban Ho Chi Minh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Su Van Hanh, Ward 9, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ed/00edb013478fcbb4ddcbadb82c0171a3e617c137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.92" OriginalAmount="46.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777920013663" Longitude="106.6886691546" StarRating="3" HotelCode="491729|downtown_retro_serviced_apartment" HotelName="Saigon Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2K Ho Xuan Huong, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/7f/337f0a404524c143a446b31e8db2d42daec3d7cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.07" OriginalAmount="46.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774635" Longitude="106.696681" StarRating="3" HotelCode="163645|1441698" HotelName="Alagon Zen Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 - 46Bis Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/55/b25579869efa9cf21f8b1236719dd0b29be6df3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.51" OriginalAmount="46.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774703142022" Longitude="106.70338153839" StarRating="3" HotelCode="56463|572515" HotelName="Oscar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68A Nguyen Hue Avenue, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3f/c43fafd076b9dda69f7c8f1bd15213f3739701a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.57" OriginalAmount="46.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771900961231" Longitude="106.69533261455" StarRating="3" HotelCode="320704|1200818" HotelName="A &amp; Em 280 Le Thanh Ton Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>280 Le Thanh Ton, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/fb/fdfb1a84ac4d1ee48fc18b3c72105796174d001f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.96" OriginalAmount="48.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771054" Longitude="106.692969" StarRating="2" HotelCode="207691|aries_hotel" HotelName="TRIIP Boutique Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7/9 Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f0/b7f0ad657fdfc6576aa03a446188b3ec7e8bb1e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.83" OriginalAmount="48.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.97525313" Longitude="106.67036313" StarRating="3" HotelCode="372535|1700258" HotelName="Becamex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>230 Binh Duong Boulevard, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/04/1304880480561c0e429304a44008529d3c56a151.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a bar, a transfer service, room service, a conference room an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.92" OriginalAmount="48.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.757692" Longitude="106.673247" StarRating="5" HotelCode="51813|37604" HotelName="Windsor Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 An Duong Vuong, Ward 4, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/66/8a66e343849b5387ff1fb232852b3a9507c502e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Ho Chi Minh City, this hotel offers unparalleled access to the shopping, ni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773027" Longitude="106.69748" StarRating="3" HotelCode="171271|paradise_saigon_boutique_hotel" HotelName="Paradise Saigon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>288 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ed/62ed77ad48f74f3faf6547e11b37e5afd2db5aaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City, just 5 minutes’ walking distance from Ben Tha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.783850626008" Longitude="106.69025957965" StarRating="3" HotelCode="376200|hotel_165_nam_ky_khoi_nghia" HotelName="165 Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Nam Ky Khoi Nghia Avenue, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/48/484839561ab2a59f23cd6694b26f987ad96aad86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.71" OriginalAmount="49.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774323713107" Longitude="106.70371949672" StarRating="4" HotelCode="336606|256616" HotelName="Palace Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-66 Nguyen Hue Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/65/1465b94cbddb5443415649d34b175531cbf48dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the city centre, in the city’s administrative and commercial ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.796171715349" Longitude="106.6746121645" StarRating="4" HotelCode="168312|starcity_saigon_hotel" HotelName="Vissai Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ward 8, 144 Nguyen Van Troi Street, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/10/d610e5048d5ccb681099f2e6a5f98c31c37c7a3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a quiet and peaceful place, this hotel is a good choice for guests not wanting to stay i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79552094" Longitude="106.71957478" StarRating="2" HotelCode="937885|christines_saigon_apartment" HotelName="Vinhomes Central Park by Christine’s Saigon Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 Nguyen Huu Canh, Ward 22, Binh Thanh District, Ho-Chi-Minh-City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/34/9b346b36ba4541851a518828e247b4600300f54c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="882837|orchid_boutique_apartment" HotelName="Orchid Boutique Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R1-72-R4-71 Bui Bang Doan Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/c6/67c634e56f1e56e50116f54187d18996a83719f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.81" OriginalAmount="50.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7715986" Longitude="106.69526735" StarRating="4" HotelCode="623863|3441845" HotelName="A&amp;EM Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Le Anh Xuan Street, Phuoong Bên Tha`nh, H? Chí Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/98/6798e4863c76818f4d33337c4f45c9952e43b5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.95" OriginalAmount="50.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7776891" Longitude="106.66522936" StarRating="4" HotelCode="373992|1726108" HotelName="Athena Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>280 To Hien Thanh, Ward 15, Distrikt 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/9c/029c3705f72e4eb9a5491e33a20f63197a28fdf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.98" OriginalAmount="50.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="780699|3453455" HotelName="Scenic Valley Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Nguyen Van Linh Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/6f/4e6f03dbd4ddea1fb0d904f468a28a7a774a8a13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.02" OriginalAmount="51.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="960665|winsuites_saigon" HotelName="Winsuites Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28-30-32 Le Lai Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/be/27beb9c6600c38e96f531c765982787962124cd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.35" OriginalAmount="51.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79971" Longitude="106.668174" StarRating="4" HotelCode="39407|111662" HotelName="PARKROYAL Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>309B-311 Nguyen Van Troi Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/31/4f3174892dc7676cbfc53ce0632fd6ef9b5d5f58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Tan Binh District of Ho Chi Minh City, this hotel offers excellent quality and a gre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.66" OriginalAmount="51.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771856" Longitude="106.70388" StarRating="3" HotelCode="142302|572635" HotelName="Roseland Point Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>65 Ho Tung Mau Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/72/87722e76c456fc53ca2862ded3c8d4c32abebd7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district in Ho Chi Minh City, close to Ben Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.04" OriginalAmount="52.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77355931249" Longitude="106.69670367582" StarRating="3" HotelCode="915633|ha_hien_hotel" HotelName="Ha Hien Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>145-147 Ly Tu Trong street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/6e/756e94456e5a16cf74c7714d952a6635fe1c7c79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.42" OriginalAmount="53.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77177502" Longitude="106.69410088" StarRating="4" HotelCode="489347|2514515" HotelName="Alagon D'antique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>301-303 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/597541/597541a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.82" OriginalAmount="54.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771579210236" Longitude="106.69560362155" StarRating="3" HotelCode="142266|572685" HotelName="Good Vibes Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f7/a9f7fa5d9f2348cde93ddf0e42815fdf852c2e5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, 100 metres away from Ben Thanh Market and near the 23...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.12" OriginalAmount="56.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7771271928" Longitude="106.7057507835" StarRating="3" HotelCode="915661|la_jolie_hotel__spa" HotelName="Silverland Jolie Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>4D Thi Sach Street, Ben Nghe Ward, Dist 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/dd/b2ddd48f74ba816faac3a1a6ab413dd654555889.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.43" OriginalAmount="56.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="3" HotelCode="770918|3470115" HotelName="Au Lac Center Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Nguyen Thi Minh Khai, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.80" OriginalAmount="56.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.819587" Longitude="106.620169" StarRating="3" HotelCode="423100|3449645" HotelName="Garden View Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>101 Nguyen Du Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/15/571581c2d2685df2c9d207b4a875c026486efc57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.29" OriginalAmount="57.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.796653838903" Longitude="106.67320236186" StarRating="5" HotelCode="15548|90238" HotelName="Eastin Grand Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>253 Nguyen Van Troi Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/d2/c4d2fde770554afe604f9f4abb6b718f22fc5f2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the Phu Nhuan District of Ho Chi Minh City, which is still affectionately kn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.45" OriginalAmount="57.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.813168850803" Longitude="106.66606929168" StarRating="4" HotelCode="525352|2048645" HotelName="ibis Saigon Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2 Hong Ha Street, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/38/09388b449436cf989d5044bcdb3bdc478573e7d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780844850948" Longitude="106.69605495493" StarRating="2" HotelCode="401582|au_lac" HotelName="Au Lac 1 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Nguyen Thi Minh Khai, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/98/6798e4863c76818f4d33337c4f45c9952e43b5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 2 star hotel is located in the city centre of Ho Chi Minh. The Hotel has a coffee shop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77357138" Longitude="106.69939579" StarRating="3" HotelCode="943527|uptown_hotel_3" HotelName="Uptown Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-13 Luu Van Lang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/92/6f92cd8efcda6c2934fede4f245f5bc09ff20447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.08" OriginalAmount="59.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777440812873" Longitude="106.70547366142" StarRating="3" HotelCode="189201|1160978" HotelName="Aquari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Thi Sach st., Dist. 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/2c/ba2c5c12b8e0dcfbd7fd914a7d331bfce2a3d2f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Ho Chi Minh's inner city with its myriad of attractions such as the Op...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.20" OriginalAmount="60.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80014014" Longitude="106.67076292" StarRating="5" HotelCode="320377|tan_son_nhat_saigon_hotel_2" HotelName="5-star Tan Son Nhat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>202 Hoang Van Thu Street, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/b4/84b46ea086570949702bcd5f8152ac231e1191be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.46" OriginalAmount="60.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78403834" Longitude="106.70033" StarRating="4" HotelCode="350367|1817708" HotelName="Muong Thanh Saigon Centre Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A Mac Dinh Chi Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/d3/67d3638cac397205c4b470e75c0ea5cb35d98bca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.87" OriginalAmount="60.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772297412644" Longitude="106.70370335276" StarRating="3" HotelCode="293149|1805388" HotelName="Silverland Charner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87-89-91 Ho Tung Mau Street, Ben Nghe Ward, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/93/ff93ff9fd2343a9476de4330940c1233751031df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.93" OriginalAmount="60.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78419595" Longitude="106.6944062" StarRating="4" HotelCode="773932|2303125" HotelName="Citadines Regency Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Pham Ngoc Thach Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/4f/6e4fca0cdd85d2b5a393d16a8479593e1163ea10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Ho Chi Minh City. Citadines Regency Saigon 									 guarantees a quiet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.22" OriginalAmount="61.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77245646" Longitude="106.70253843" StarRating="4" HotelCode="965064|innside_by_melia_saigon_central" HotelName="Innside By Melia Saigon Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 -131 Ton That Dam Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/9f/b39fd429acd81245c7e3063d6627057ef00153ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.29" OriginalAmount="61.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77753" Longitude="106.705251" StarRating="3" HotelCode="887852|1116038" HotelName="Northern" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 A Thi Sach Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/57/f157b721d0fd088e7ed2249f70b066b939e99345.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.34" OriginalAmount="61.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806803343364" Longitude="106.74704321693" StarRating="4" HotelCode="225965|1182928" HotelName="Riverside Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vo Truong Toan Street 53, Thao Dien Ward District 2, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/a6/84a6b73fe4dd830ea5abfcadefe7550bbfb17e84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780344455804" Longitude="106.70370072126" StarRating="3" HotelCode="166009|sophia_hotel" HotelName="Sophia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Thai Van Lung, Ben Nghe Ward, Disttrict 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/4b/2f4b3facf688897efd47bc8b7aa1ff3c4f775a25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the city centre, the hotel is close to Ben Thanh market and a number of museums in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77301316" Longitude="106.69575607" StarRating="3" HotelCode="309456|sunflower_saigon_hotel_2" HotelName="Sunflower Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>189 - 191 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/0c/a20c2f657e2ab1247dcc87c55178da1b6ba0d4c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant is among the facilities. Wireless internet access is available to guests in the public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.15" OriginalAmount="64.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774695237258" Longitude="106.69630587101" StarRating="3" HotelCode="163644|572185" HotelName="Silverland Yen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73-75 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/1a/071ad538d164efe54bbf97d79e53492ee4b51ad3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;From this business hotel, it takes only a few minutes to walk to Ben Thanh Market, Unification Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.43" OriginalAmount="65.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773097153167" Longitude="106.70432567596" StarRating="4" HotelCode="27130|34174" HotelName="Saigon Prince Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Nguyen Hue Boulevard, Ho Chi Minh City, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/fd/68fdca2ab10e91d6793aa7a6b6304bca84ddb396.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of the city, the hotel offers easy access to the business and gov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.54" OriginalAmount="66.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77270773" Longitude="106.69005833" StarRating="4" HotelCode="435237|2013445" HotelName="Fusion Suites Sai Gon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Suong Nguyet Anh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a6/d6a6f1fd9499a80f8d811aa3c28ae512fcf29bb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.64" OriginalAmount="66.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772628856641" Longitude="106.69320192394" StarRating="4" HotelCode="384226|1245308" HotelName="Homestead Parkview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>149- 151 Nguyen Du Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c1/f7c10dd6256c57f9f67288fddb5618f5d4060123.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779056847524" Longitude="106.70403644916" StarRating="3" HotelCode="130176|asian_ruby_luxury_hotel" HotelName="Hotel De Charme Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Thi Sach, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/39/6e392148bd7bf004ce693c29f251dc47ab967539.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the District 1, Dong Khoi neighbourhood of Ho Chi Minh City, the hotel is close to Ho Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="962928|republic_plaza_serviced_apartment" HotelName="Republic Plaza Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Cong Hoa Street, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/7d/107dbc2cae3e8812f271aa72ab0ece4c81565532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.78" OriginalAmount="67.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773541213731" Longitude="106.69869572454" StarRating="4" HotelCode="295333|119272" HotelName="Liberty Central Saigon Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 - 179 Le Thanh Ton, District 1, Ho-Chi-Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/a8/0ba8fd28243d2a19384be35dac634466c692d929.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Ho Chi Minh City, this urban hotel is about 1.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.06" OriginalAmount="67.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776733" Longitude="106.702603" StarRating="4" HotelCode="59858|141054" HotelName="Continental Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 - 134 Dong Khoi St., Dist 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/8d/318dab5918c77eb7e0054bb5751b82d640b21b31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre, close to a variety of conveniences for the traveller and bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.17" OriginalAmount="67.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78106843" Longitude="106.69047923" StarRating="4" HotelCode="552447|2514545" HotelName="Sila Urban Living" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>21 Ngo Thoi Nhiem Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/eb/56eb9a1ae01543c1a6d6b779c0dce6da5054a0a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776229047251" Longitude="106.69136065641" StarRating="3" HotelCode="307375|sonnet_saigon_hotel" HotelName="Sonnet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Truong Dinh Street, Disrict 3, Ho Chi Minh City ( Saigon )</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/44/be442ebab6616898f8797c577b2d5d6054eb03f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772633527899" Longitude="106.69519898731" StarRating="3" HotelCode="347829|lavender_boutique_hotel" HotelName="Lavender Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>200-204 Ly Tu Trong, Phuong Ben Thanh, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/ec/faec08916fe94d3fd393a89811e6f9c538fb2de6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774227666667" Longitude="106.696833" StarRating="4" HotelCode="915656|aem_corp__royal_palace_hotel" HotelName="A&amp;Em Corner Sai Gon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>39-41 Thu Khoa Huan Street, District 1, Ho Chi Minh City, Ðông Nam B? (Südostregion)</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/e5/d0e54885b18173f1df9639f70d2577e0228974f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.72" OriginalAmount="69.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.762013" Longitude="106.696365" StarRating="3" HotelCode="307373|1204908" HotelName="Sunland Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302-304 Vo Van Kiet Str, Co Giang Ward, District 1, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/7b/f77bf6cd724764a662f21491a3558c322f89ab27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.40" OriginalAmount="70.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771849506508" Longitude="106.69016356442" StarRating="4" HotelCode="933301|edenstar_saigon_hotel" HotelName="EdenStar Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ae/02ae357e049d74c903aac802d9196377e7dd9f7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.13" OriginalAmount="70.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784147" Longitude="106.699607" StarRating="4" HotelCode="410259|991675" HotelName="Somerset Chancellor Court Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Nguyen Thi Minh Khai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f1/0af13d0aafa651f4f1614f188d3eb806b70739c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled among tree-lined boulevards on the corner of Mac Dinah Chi and Nguyen Thi Minh Khai streets,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.22" OriginalAmount="70.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72656182" Longitude="106.7234994" StarRating="4" HotelCode="374714|1757548" HotelName="MerPerle Crystal Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>C17-1-2 Nguyen Luong Bang, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/2f/c42ff82d56cf62d36a10ed2e92adc1e2f693b28b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.46" OriginalAmount="73.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778166773973" Longitude="106.70589742879" StarRating="4" HotelCode="317062|millennium_boutique_hotel" HotelName="Millennium Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7A Thai Van Lung, Ben Nghe Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c8/2c/c82c300082ec1a83c53760a8d26a699d0c557c58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.79" OriginalAmount="74.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77874" Longitude="106.704061" StarRating="4" HotelCode="307376|1450358" HotelName="Paragon Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Thi Sach Street, Ben Nghe Ward, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/54/67543220689e7a4ee0b9c9222422686f169c74c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.59" OriginalAmount="75.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730909152082" Longitude="106.72361579172" StarRating="3" HotelCode="200090|1017438" HotelName="ibis Saigon South Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Hoang Van Thai Street, Phu My Hung Tan Phu Ward, District 7, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/23/c5234809dfb5bdb17a0d0402d52010795240d7ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.56" OriginalAmount="78.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77936414" Longitude="106.70471469" StarRating="3" HotelCode="436084|saigon_city_residence_serviced_apartment" HotelName="Saigon City Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>8A/3D2 Thai Van Lung street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/90/cd906e6b8f8ec4c4b96468bdad07ba39d87c8134.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.64" OriginalAmount="82.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80140933" Longitude="106.65541187" StarRating="3" HotelCode="844971|holiday_inn_hotel_and_suites_saigon_airport" HotelName="Holiday Inn &amp; Suites Saigon Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18E Cong Hoa Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/42/33/4233c484fca258183a0a0bc25ec893cf8051ee98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.68" OriginalAmount="84.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779091" Longitude="106.703987" StarRating="3" HotelCode="72564|may_hotel" HotelName="May Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Thi Sach Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/45/9a457f3b3d3700a01d60902446df8c0eebf46e3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Saigon, within walking distance of the city theatre, Ben Than...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79981512" Longitude="106.72366222" StarRating="4" HotelCode="372528|charm_suite_saigon_2" HotelName="Charm Suite Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>330A/330B Ung Van Khiem Stree, Ward25, Binh Thanh, Ho Chi Minh City (Saigon)</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/02/fe02d91ac7849171b95758af2b58445510a9cce6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78897659" Longitude="106.70874303" StarRating="3" HotelCode="968950|mh_serviced_apartment" HotelName="M-H Residence &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Ngoc Phuong, Ward 19, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/1e/361e2de31a08a462b1d9aa9ccd506eb1fafc908d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.67" OriginalAmount="87.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772975" Longitude="106.706286" StarRating="5" HotelCode="14523|572425" HotelName="Majestic Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Ski Hotel " CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/f1/1ef1f89998c542b259146d2ab168a4d415e9fdc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, overlooking the Saigon River. It features original Fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.91" OriginalAmount="88.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.763357" Longitude="106.678984" StarRating="5" HotelCode="12148|90146" HotelName="Equatorial Ho Chi Minh City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>242 Tran Binh Trong, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/6b/3b6b48d8db148843e364a2fc2a125c5a41b5a3b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upper- mid range hotel is located in the 5th district on Tran Binh Trong Street and between Sai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.63" OriginalAmount="88.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81993" Longitude="106.726024" StarRating="4" HotelCode="119020|572505" HotelName="Saigon Domaine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Country House,Club Resort,Golf Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1057 Binh Quoi Street, Ward 28, Bin Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/1b/60/1b605eb9cff8a62e6220557077d4f4497e377501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is surrounded by Saigon River, on the green island of Thanh Da in Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.42" OriginalAmount="90.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773855" Longitude="106.70564" StarRating="4" HotelCode="46026|825595" HotelName="Grand Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/65/5a65a9a49076d57cbe5c52f10a86ea71e93c05eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfectly located in the heart of the city centre, this hotel is the ideal choice whether guests are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.47" OriginalAmount="92.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.763731" Longitude="106.682752" StarRating="5" HotelCode="176758|967285" HotelName="Nikko Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>235 Nguyen Van Cu Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/ac/1aac16642288a5ca9412b58d3c44dcd860262d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the centre of Ho Chi Minh City, the hotel offers easy access to Tan Son Nhat Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.71" OriginalAmount="92.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73038275721" Longitude="106.72360549134" StarRating="4" HotelCode="263801|1176748" HotelName="Capri by Fraser, Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.2, Street C, Tan Phu Ward, District 7 - Lot A, New Urban South City, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d5/add556376492a2e2c7f45c175b8fc89e5757ca18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.86" OriginalAmount="93.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80470337" Longitude="106.73989438" StarRating="3" HotelCode="736391|la_casita_saigon" HotelName="La Casita Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Tran Ngoc Dien, Q2, Thao Dien, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/10/241053b158685e3b2d90415ca3e47885b59c8dc9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.60" OriginalAmount="94.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771608" Longitude="106.697459" StarRating="3" HotelCode="142301|1525378" HotelName="Silverland Central Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 - 16 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/7e/f57eb7c7c9d3dbbcc9df930c12dad2466c036c0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district of Ho Chi Minh City. Close to Ben Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.815904460376" Longitude="106.73341814103" StarRating="4" HotelCode="915646|villa_song_saigon" HotelName="Villa Song Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197/2 Nguyen Van Huong Street, Thao Dien Ward, District 2, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/32/a2323cba1c141a971612b9785944a4c526e19b26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781594302784" Longitude="106.70560659201" StarRating="4" HotelCode="933873|silverland_sakyo_hotel__spa" HotelName="Silverland Sakyo Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>10A Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/cf/8bcf3ba495ae544e40ddf73f68e7c2b4fdb4fa35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.01" OriginalAmount="97.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.782758450669" Longitude="106.69339942797" StarRating="5" HotelCode="902518|332675" HotelName="Sherwood Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>127 Pasteur Street, Ward 6, District 3, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/db/7cdb72da6b825b56ebe6ac0b0d1ca5b24988311f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.25" OriginalAmount="98.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78107863" Longitude="106.6954924" StarRating="4" HotelCode="771363|3466575" HotelName="Orchids Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>192 Pasteur Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/90/3d901b70683ef8edf2ec18651a59a01a0959e2aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Orchids Saigon Hotel is located in the best convenient location, with easy access to major consulate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.72" OriginalAmount="100.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775464633334" Longitude="106.7017185688" StarRating="5" HotelCode="36290|143126" HotelName="Rex" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>141 Nguyen Hue Blvd., Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e3/68e3ed005fe146d5b65e0bdcab9ba38709d001f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of one of Vietnam's metropolises. The famous Ben-Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="103.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780879795401" Longitude="106.7041373623" StarRating="5" HotelCode="314293|norfolk_mansion" HotelName="Norfolk Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-19-21 Ly Tu Trong Street, Distrikt 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/82/5782560bc42ccd559d39048353657769eec0d8be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.45" OriginalAmount="103.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77322654" Longitude="106.7019244" StarRating="3" HotelCode="856648|3429825" HotelName="M Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Ton That Thiep Street, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/96/cb9634681eafd1c5dafb026a6bb508c5b8a59d09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.53" OriginalAmount="104.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78249957" Longitude="106.69658126" StarRating="3" HotelCode="744034|3453175" HotelName="Bach Suites Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Designated Smoking Area,Dining,Internet,Kitchen,Laundry,Meeting Room,Parking,Printer,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10A Pham Ngoc Thach, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/9d/809d3a561678466a7e5f47ddf09ad2cd505fd12d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Defined by a sweeping feeling of nostalgia that recalls this region's French colonial past, Bach Sui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.12" OriginalAmount="106.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.805483296251" Longitude="106.75175038935" StarRating="5" HotelCode="263802|somerset_vista_ho_chi_minh" HotelName="Somerset Vista Ho Chi Minh City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>628C Hanoi Highway, An Phu, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b0/91/b091858ff2f2157cecba99002ec36d5d87eb01bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.49" OriginalAmount="106.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78044532" Longitude="106.70445237" StarRating="3" HotelCode="586742|2283205" HotelName="Amena Residences &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>24 Le Thanh Ton Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/7b/357b39d059bf512248c85fa15956b775a681a28e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.18" OriginalAmount="108.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784629" Longitude="106.695984" StarRating="4" HotelCode="186075|894845" HotelName="Novotel Saigon Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Hai Ba Trung, District 3, Ho-Chi-Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/bb/3bbbc978018819dc9f14f36d7299e459e64d6eb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.13" OriginalAmount="113.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773754475146" Longitude="106.70632367361" StarRating="4" HotelCode="151366|962365" HotelName="Liberty Central Saigon Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/1d/5d1d544dc0d12d116ad916811f702c9bf522e25f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Ho Chi Minh City, this urban hotel is about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.98" OriginalAmount="119.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776315709579" Longitude="106.70354783535" StarRating="5" HotelCode="20557|34114" HotelName="Caravelle Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-23 Lam Son Square, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/37/cf/37cfee34538938fef4a427c8eb84dc93346a4dc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the midst of the business, shopping and entertainment districts o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.99" OriginalAmount="119.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778884733186" Longitude="106.70697569847" StarRating="5" HotelCode="33861|96028" HotelName="Lotte Legend Hotel Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A - 4A Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/10/101040bf99cc1e029993803b17550e2b2447161b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City on Ton Duc Thang Street fronting the scenic Sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79768907" Longitude="106.73076822" StarRating="1" HotelCode="760825|thadico_3_hotel" HotelName="Thadico 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-8 Duong 19B, Binh An Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/6a/166a9b1b70ca645cbbe3cf01599f893b631cf0de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877889|saigon_1979" HotelName="Cong Quynh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>190 Cong Qu?nh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/57/0a57de2323ab638268658a46022b44ae44797b8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.29" OriginalAmount="123.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772685994812" Longitude="106.70119836011" StarRating="4" HotelCode="82917|1093168" HotelName="Sedona Suites Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Le Loi Boulevard, Saigon Centre, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/08/8308915126f6add7b34800f8bb78f2ad668b85c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784038523645" Longitude="106.70265197754" StarRating="5" HotelCode="17762|sofitel_saigon_plaza" HotelName="Sofitel Saigon Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Le Duan, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/de/07de9c5ee8ee1f54c21ba63c1696cba9bc5b4774.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international hotel is located on the historical tree-lined Le Duan Boulevard, in the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78229692" Longitude="106.69192185" StarRating="0" HotelCode="963806|mai_house_saigon" HotelName="Mai House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Nam Ky Khoi Nghia Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/92/3792a6c8e0ac297b15df3a29a284fa618db59520.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.52" OriginalAmount="126.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77454" Longitude="106.706428" StarRating="5" HotelCode="20679|renaissance_riverside_hotel_saigon" HotelName="Renaissance Riverside Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-15 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/de/2bde0b3059bfb3fec61a3f44a8bf57dff7647c17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located at the heart of Ho Chi Minh City, just a few minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.49" OriginalAmount="128.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78230731" Longitude="106.69230252" StarRating="4" HotelCode="626745|2283895" HotelName="Sherwood Suites Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>192 Nam Ky Khoi Nghia, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a1/77a12875677d33bbb4b83ed747c9e6359bbef61b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.94" OriginalAmount="129.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73019994" Longitude="106.70437831" StarRating="4" HotelCode="639571|2552575" HotelName="Oakwood Residence Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1056A Nguyen Van Linh Road, Tan Phong War, District 7, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/f8/1bf8771040465d7396bd9ab51dc720bfcb0c0864.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.34" OriginalAmount="133.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.782333" Longitude="106.697399" StarRating="5" HotelCode="317378|1621068" HotelName="Hotel Des Arts Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76-78 Nguyen Thi Minh Khai Street, District 3, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/1d/e41da77dd1b0e3429f3df21721651ae274027997.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.75" OriginalAmount="134.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.800120014297" Longitude="106.68124345002" StarRating="2" HotelCode="347731|1785938" HotelName="Quynh Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>206B Phan Dang Luu, Ward 03, Phu Nhuan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/22/fb22cfebf8c0ced74f202458dcf1f4c0df989665.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.70" OriginalAmount="135.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770901" Longitude="106.695044" StarRating="5" HotelCode="15141|new_world_saigon_hotel" HotelName="New World Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/cb/8ccb4adbcc125cebfd607bb57c1af1607fb363e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located directly in the business centre of HCMC where a selection of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.48" OriginalAmount="136.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7743695" Longitude="106.7065418" StarRating="5" HotelCode="314951|1474768" HotelName="Le Méridien Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3C Ton Duc Thang Street, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/41/3b/413b1cf7805715a7985a38f5483c6d93264dc79b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.71" OriginalAmount="139.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.789538660286" Longitude="106.70287930059" StarRating="4" HotelCode="410260|826155" HotelName="Somerset Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A Nguyen Binh Khiem Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/b3/89b34ff5be60c03ed29f876e959af9de421ef7d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the business and shopping district, conveniently close to business destinati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.54" OriginalAmount="146.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775733394513" Longitude="106.70403599739" StarRating="5" HotelCode="50609|91630" HotelName="Sheraton Saigon Hotel &amp; Towers" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Dong Khoi, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/bb/f8bb4744ab504c755fc897f8087445576c55d870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a privileged location in the heart of Ho Chi Minh City, on the most famous street, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.89" OriginalAmount="157.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774697214273" Longitude="106.70569880738" StarRating="4" HotelCode="525353|2103345" HotelName="The Myst Dong Khoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6,8 H? Hu?n Nghi?p, P. B?n Nghé, H? Chí Minh, Qu?n 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d5/cdd55f223313e64f043357b271720f4cb0269e67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.42" OriginalAmount="171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81015268" Longitude="106.7515607" StarRating="5" HotelCode="961035|mia_saigon_luxury_boutique_hotel" HotelName="Mia Saigon Luxury Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Street 10, An Phu Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/8d/458d4fb87e92ccceb162452146e452fb7c117d1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.09" OriginalAmount="174.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781488269724" Longitude="106.7011069828" StarRating="5" HotelCode="175615|824515" HotelName="InterContinental Residences Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Nguyen Du Street &amp; Hai Ba Trung, St., District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/95/8d958dfd77f3212d7f51631ba8ad8ccc02ec3dc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="183.67" OriginalAmount="180.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77358808" Longitude="106.70456638" StarRating="5" HotelCode="263804|1526488" HotelName="The Reverie Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-36 Nguyen Hue Boulevard, 57-69F Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/e9/3ee9001b49759907b9e32b80a6797c8b9b0fbdd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="209.97" OriginalAmount="205.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774258514345" Longitude="106.70497618926" StarRating="5" HotelCode="376432|1847348" HotelName="The Reverie Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57-69F Dong Khoi Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.94" OriginalAmount="247.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77458" Longitude="106.700705" StarRating="4" HotelCode="936613|liberty_central_saigon_city_point_hotel_" HotelName="Liberty Central Saigon Citypoint Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Pasteur, Qu?n 1, TP. H? Chí Minh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/10/2a1080dd3300e5e125879a9cf4628da33ac7f14c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78083238" Longitude="106.7049958" StarRating="3" HotelCode="945440|roseland_centa_hotel" HotelName="Roseland Centa Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>15/1A-15A/57A Le Thanh Ton, Ben Nghe Ward, Dist 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/79/8879d23f52080fca87a11d5aa3aeef61f4c64daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74779125" Longitude="106.61092075" StarRating="0" HotelCode="839596|minh_ha_hotel" HotelName="Minh Ha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Beauty Salon,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24-26 Street 30, Binh Tri Dong B Ward, Binh Tan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/2e/ee2e7cd979d85a4930eb29141c38e0b5d61a8123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Minh Ha Hotel is conveniently located in the popular Tan Tao Industry Zone area. The hotel offers a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="416.16" OriginalAmount="408.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.759449" Longitude="106.669292" StarRating="5" HotelCode="904542|an_lam_private_residences_saigon_river" HotelName="An Lam Saigon River" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/84/2984e70420e619e1bc5254d33876f0b505d09a7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6902.95" OriginalAmount="6767.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7919913" Longitude="106.7223097" StarRating="5" HotelCode="815739|2343045" HotelName="Vinpearl Luxury Landmark 81" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>720A Dien Bien Phu Street, Landmark 81 Building, Vinhomes Central Park, Ward 22, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/30/a130dc28d54a304e9ae3f059c08be152fff0b714.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Lounge,Massage Centre,Sauna,Shopping Arcade,Nightclub,Bicycle Rental,Kitchen,Central Heating,Swimming Pool,Garden,Wheelchair Access,Golf,Spa,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Pets allowed,Smoking Rooms,Wake-up Call Service,24 Hour Front Desk,Beauty Salon,Concierge,Dry Cleaning,Elevator,Luggage Storage,Parking,24 Hour Room Service,Business Centre,Coffee Shop,Housekeeping,LCD/Projector,Off-Site Parking,Pick &amp;amp; Drop,Porter,Valet Parking,Meeting Room,Banquet Hall,Dining,Printer,Babysitting</BasicAmenities>
    <HotelRating>3,5,4,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SKI HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,APARTMENT HOTEL,COUNTRY HOUSE,CLUB RESORT,GOLF HOTEL,ECO HOTEL,HOTEL DE CHARME,HOTEL,HOLIDAY HOMES,RESIDENCES,HOSTELS,GUEST HOUSES,AIRPORT HOTELS,APARTMENT,APARTHOTEL,SPA HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7eba3426-8a98-4dcc-b035-285a315a5477|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="7eba3426-8a98-4dcc-b035-285a315a5477">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84794" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-23T00:00:00" End="2026-06-24T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7eba3426-8a98-4dcc-b035-285a315a5477|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7eba3426-8a98-4dcc-b035-285a315a5477|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-23T10:19:58.0637115+01:00" Version="0" EchoToken="Search" TransactionIdentifier="7eba3426-8a98-4dcc-b035-285a315a5477" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="6.02" OriginalAmount="5.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772284" Longitude="106.690775" StarRating="2" HotelCode="905926|1162688" HotelName="Nouveau Happy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Bùi Th? Xuân, Phu?ng B?n Thành, Qu?n 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/61/5b61ced4a7cadd5d7910ebf4979c277745fb055c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated about 10 m from Tao Dan Park and some 100 m from the nearest restaurants and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6.12" OriginalAmount="6.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="696398|sunrise_trung_son_hotel" HotelName="Sunrise Trung Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 63 Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ec/6decbb3848a064f1e54bec03da2aac9b81a27951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6.12" OriginalAmount="6.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="829149|ngoi_sao_phuong_nam_hotel" HotelName="Ngoi Sao Phuong Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41/2 Tan Thoi Nhat 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/03/a803200be4b1503f324da927b958820f90f5dfc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6.73" OriginalAmount="6.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.843616463999" Longitude="106.65712357156" StarRating="2" HotelCode="347359|1222298" HotelName="Lan Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>251/28 Le Van Tho, Pham Ngu Lao Ward, Go Vap, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/45/3445c7f6ba11b8e2a177c1b52fbe848ade5fb087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.14" OriginalAmount="7.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76285199" Longitude="106.67635399" StarRating="1" HotelCode="373134|trang_thu_2_hotel_" HotelName="Trang Thu 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>328 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d8/edd8aea3451fbf41be7614b4669f9438c776f013.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.14" OriginalAmount="7.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74717235" Longitude="106.61666251" StarRating="0" HotelCode="698256|hong_tam_hotel" HotelName="Hong Tam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Street 14</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a2/34a2b500a1c66c290bd12f8e39e3fb43f0c10737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78671726" Longitude="106.63458034" StarRating="2" HotelCode="346598|avatar_hotel_2" HotelName="Avatar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Le Van Phan, Phu Tho Hoa Ward, Tan Phu District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/be/7abe64a3afb410225bf950076a7d39ea28568a93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a bar, a tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768942745378" Longitude="106.69401345656" StarRating="2" HotelCode="309439|ipeace_hotel" HotelName="Ipeace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>175/8 Pham Ngu Lao Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/34/2d34efe25c7d2b624826773738627d31e72ca562.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75683433" Longitude="106.63412633" StarRating="2" HotelCode="626493|ba_dat_homestay_q6" HotelName="Ba Dat Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68b/13 Dang Nguyen Can</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/61/4a61ed9b4d662f9a2aa6873b286a1a78ce8e856c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="826179|ngoc_trinh_hotel_2" HotelName="Ngoc Trinh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>107 Ho Ba Kien</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/a2/0aa211af4432a6951c1b6465c70186a9ac1f6a9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.01" OriginalAmount="8.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.807323264546" Longitude="106.67519631298" StarRating="2" HotelCode="376520|1810488" HotelName="Huong Mai 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>112 Dao Duy Anh Street, Phu Nhuan District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/be/90be63aa085ad2dd3d566760372f7270682827ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76725251" Longitude="106.69370287" StarRating="3" HotelCode="309425|aston_hotel_saigon" HotelName="Aston Hotel - Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 - 29 Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/1d/dc1dc3bcc6eeaf7a18fa609ff77327f1187d8543.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76764638367" Longitude="106.69387233223" StarRating="2" HotelCode="346391|saigon_europe_hotel" HotelName="Saigon Europe &amp; Spa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>207 De Tham, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/a0/86a060fda153b58d6997b5ddfb70255f8cede13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79665553" Longitude="106.64815204" StarRating="2" HotelCode="346732|hung_anh_hotel" HotelName="Hung Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>35 Thep Moi, Ward 12, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/4b/e94bd81c2ea6778e97e61a018106e36ce104d01b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766736246649" Longitude="106.69278420974" StarRating="2" HotelCode="346919|nn_hotel" HotelName="NN Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6c/376cb912ae347d8fe0e953222492a14c2dc91626.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.797369845317" Longitude="106.67803368713" StarRating="2" HotelCode="309442|kim_yen_hotel" HotelName="Kim Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Nguyen Trong Tuyen, Phu Nhuan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/f6/abf66ec15768942f615e22f711f846309bb30b64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a restaurant and room servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79704875" Longitude="106.65917328" StarRating="2" HotelCode="372498|hoa_de_nhat" HotelName="Hoa De Nhat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4/1/9-4/1/11 Hoang Viet, Tan Binh Distrikt, Ho Chi Minh Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/bb/f4bbe3c79315acc957272656624df34decab582b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7734013" Longitude="106.69637328" StarRating="2" HotelCode="363798|mai_vuong_sai_gon_hotel" HotelName="Mai Vuong Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>153 Ly Tu Trong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/29/8c29baabcd9c810ee3ecce6df39ae0ab8c26d00b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76367193527" Longitude="106.67587796226" StarRating="0" HotelCode="347730|hoang_yen_nhi_hotel" HotelName="Hoang Yen Nhi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>370 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/92/0e92233fb769ed075a7cc2abc6127c05f3d9a9f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75169655828" Longitude="106.71154543298" StarRating="2" HotelCode="347296|ngoc_tung_riverside" HotelName="Ngoc Tung Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>361 Tran Xuan Soan, Tan Kieng Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/1c/691c81fed936c3ec80b1e3f216e3d460fc290adb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78872176" Longitude="106.67539805" StarRating="3" HotelCode="630527|tropical_house_5" HotelName="Tropical House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>413/37 A Le Van Sy, Ward 12, District 3, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/ef/09ef5d965e525111016c25cb51526a9ce97958c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77982451" Longitude="106.66823007" StarRating="3" HotelCode="586659|bonita_tht" HotelName="Bonita THT" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>185 To Hien Thanh, Ward 13, District 10, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/a7/88a7db304177ba80ef4ec3718a0ca0fe790d0301.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80105584" Longitude="106.64306701" StarRating="0" HotelCode="808746|nui_thanh" HotelName="Nui Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Parking,Pets allowed,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3A Nui Thanh Street, Ward 13, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/5f/ed5febcae674b2ba26849061c1a8a28162340e1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Nui Thanh Hotel to discover the wonders of Ho Chi Minh City. Offering a variety of facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76757213" Longitude="106.69190697" StarRating="2" HotelCode="783042|h_best_hostel_cafe_saigon" HotelName="H Best Hostel Cafe Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>265/39 Pham Ngu Lao, Phuong Pham Ngu Lao, Quan 1, Ho Chi Minh City 700000, Sai Gon</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/2f/de2f9efa0955e79b0668354081608ed6b6bda46e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76780951" Longitude="106.69443028" StarRating="0" HotelCode="839942|titi_hotel_" HotelName="Ti Ti Room For Rent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/12-14A Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/4b/994b960f08bbabd2019ebe841f07c6b6e920c862.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="967501|reddoorz_nguyen_kiem_street" HotelName="Van Giao Hotel by RedDoorz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>740B Nguyen Kiem Street, Ward 4, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e7/83e74619113979005889b922417741c491a611d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.20" OriginalAmount="9.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769343989153" Longitude="106.70243844654" StarRating="2" HotelCode="309422|3432465" HotelName="Anh Duy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Nguyen Cong Tru, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/3b/c63bff1c279951d5b94d403278482f0d5be1dc40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.37" OriginalAmount="9.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76919427" Longitude="106.69034195" StarRating="2" HotelCode="518106|3475775" HotelName="Ace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>139H Nguyen Trai, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b9/e9b9c043ebe043808245b560d6d085dc66042d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.38" OriginalAmount="9.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766855776695" Longitude="106.68949317369" StarRating="2" HotelCode="378557|1720158" HotelName="Khoi Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/11 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/9f/e59f99c11d614c1413cf2e42e25796fa4fe88041.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.38" OriginalAmount="9.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81287762" Longitude="106.66700005" StarRating="2" HotelCode="772394|3440245" HotelName="95 Lam Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Lam Son, Ward 2, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a1/eea189982d02e1fe7dad4210dd6cdd9ceee2112d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.45" OriginalAmount="9.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767538967221" Longitude="106.69078566219" StarRating="2" HotelCode="346965|1897475" HotelName="Hoang Phi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>313 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b5/a2b53c325ba978b1a0ebbee5c6ab8417cd2aba89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.77" OriginalAmount="9.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.84919597" Longitude="106.67861124" StarRating="3" HotelCode="828962|3471675" HotelName="Galaxy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>594-596 Nguyen Oanh, Phuong 6, Quan Go Vap, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/d9/d5d92e7ddd1b9ec5f64e9997ad5a3be27cd69420.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.96" OriginalAmount="9.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79787932" Longitude="106.73022569" StarRating="1" HotelCode="694403|3434985" HotelName="Sai Gon River Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35/8 Street 19, Binh An Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/06/4d0619c38792781a86b869ec9109cd5285ae5817.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.06" OriginalAmount="9.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767" Longitude="106.6893" StarRating="2" HotelCode="491735|1221758" HotelName="Long Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>373/10 Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/36/35360f0baa73c26ea3f23ca3d847c634e5fb6de5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76756647" Longitude="106.69121823" StarRating="2" HotelCode="347133|giang_son_2_hotel_2" HotelName="Giang Son Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>283/24 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/35/9f35c9221eea835029e047cbe02c18a17faef1ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80054826" Longitude="106.64258544" StarRating="2" HotelCode="424761|song_nhat" HotelName="Song Nhat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Designated Smoking Area,Elevator,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20/19 Nui Thanh, Ward 13, Ho Chi Minh, Tan Binh District</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1c/f31cad49bc996872da84e2ad7564769a25458e6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Song Nhat Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. The h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79187045" Longitude="106.6435422" StarRating="3" HotelCode="691105|hung_miami_hotel" HotelName="Hung Miami Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160-162 Bau Cat, 160-160 Bau Cat, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5a/415aa653c8a2835b6436f148eaa367dcccea48f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80248594" Longitude="106.64285103" StarRating="3" HotelCode="698183|van_ha" HotelName="Van Ha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bicycle Rental,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>440 Cong Hoa Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/ac/83ac79acf51a8b5b47341c1af425aab841859b35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Van Ha Hotel to discover the wonders of Ho Chi Minh City. The property features a wide range...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="829310|nhu_y_hotel" HotelName="Nhu Y Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185 Duong 16</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/3f/d53fd550e2adb0100ab192a3dde633efaf732671.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73449326" Longitude="106.66011349" StarRating="0" HotelCode="808832|felix_garden_hotel_" HotelName="Felix Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>908 Ta Quang Buu Street, Ward 5, District 8, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/98/2d988c2828b4e0633b065c0cef8691a69ea6edde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Felix Garden Hotel puts everything the city has to offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76590077" Longitude="106.69132104" StarRating="3" HotelCode="784985|an_nam_corner_dreamer" HotelName="An Nam Corner Dreamer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>183/15 Bui Vien, Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/de/f4de4fc5a0e926431f49f6e497e3eafd27925911.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="876931|phuong_linh_hotel_3" HotelName="Phuong Linh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-27A Nguyen Thái Bình, Phuong 4, Quan Tan Bình, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/26/632604c258cf2825eb5aad46e4a41840cfa8db3e.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="884419|nam_bac_hotel" HotelName="Nam Bac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>206 Phan Dang Luu</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/b0/aab0b58e6fe300647a1cbb478a5b219cf2edb8c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.27" OriginalAmount="10.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76845965" Longitude="106.69392118" StarRating="2" HotelCode="374002|3450305" HotelName="Saigon Amigo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>185/24 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/dc/8cdc574d1246b9e7cf3313f5da840256902a1ab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.42" OriginalAmount="10.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767537640709" Longitude="106.69269375155" StarRating="2" HotelCode="384112|1722338" HotelName="Thanh Ha Guesthouse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241/39 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/77/3177e1b17b3093d58568b9849fcb6ff7e22a467f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.57" OriginalAmount="10.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73279645" Longitude="106.70739983" StarRating="3" HotelCode="773644|3426595" HotelName="Laguna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>R3-84 Hung Gia 4, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/20/c32092acdf7f5b6b2156b143e9c82580d223ead9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.58" OriginalAmount="10.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="782923|3443475" HotelName="Language Exchange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>399/43/5 Nguyen Dinh Chieu, District 3, 1500 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/da/59da8ab74e87191346da5de9a513283046b8e9cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.69" OriginalAmount="10.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75282582" Longitude="106.66744778" StarRating="2" HotelCode="632284|3476115" HotelName="Thanh Lan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Tran Xuan Hoa, Phuong 7, Quan 5, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/17/d317c13f987619288ccbfd02a770d8f6eb6c059b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.96" OriginalAmount="10.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80422033" Longitude="106.64253823" StarRating="2" HotelCode="857198|2347205" HotelName="RedDoorz Plus Near E-Town 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Than Nhan Trung, Phuong 13, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647181/647181a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81141176" Longitude="106.71345483" StarRating="1" HotelCode="372702|nhat_binh_hotel_" HotelName="Nhat Bình Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>625/7 Xô Vi?t Ngh? Tinh, Ward 26, Bình Th?nh Distrikt, H? Chí Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b9/4ab9f5255c2c68e870b42d5f0053f2057cb58824.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nhat Binh Hotel is located in Ho Chi Minh City, 2.8 km from the Jade Emperor Pagoda and 3.8 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774437" Longitude="106.6350308" StarRating="3" HotelCode="369076|dong_du_hotel" HotelName="Dong Du Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Dong Du, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/e4/7fe46ec3e30766badc271d2c49ac96002b8c94bb.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81537353" Longitude="106.66828289" StarRating="2" HotelCode="370392|mi_linh_hotel" HotelName="Mi Linh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B38A Bach Dang Street, Ward 02, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/fa/85fa40a50fcf2afcc5e4d4a0c8461bb035ec4916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79646653" Longitude="106.65316673" StarRating="1" HotelCode="424810|hung_huong_hotel_" HotelName="Hung Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>321 Nguyen Thai Binh street, ward 12 Tan Binh district, Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/29/a029a54f7b4d75f1b088cd84006dd29dc0161c9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Hung Huong Hotel puts everything the city has to offer ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766937819478" Longitude="106.68938906265" StarRating="2" HotelCode="383568|saigon_backpackers_hostel__pham_ngu_lao" HotelName="Saigon Backpackers Hostel @ Pham Ngu Lao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/20 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/39/27398f71f7d2ce335b8432115e4c4452b1eda33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7274698" Longitude="106.70574936" StarRating="0" HotelCode="424712|smp_serviced_apartments" HotelName="SMP Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>SMP Serviced Apartments, R3-27 Pham Thai Buong Street, My Toan 1, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/6a/f36ab1afaf06f3489bfddda84ea7e07728dd77e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at SMP Serviced Apartments to discover the wonders of Ho Chi Minh City. The property features a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83808079" Longitude="106.65261342" StarRating="0" HotelCode="512643|venus_hotel_11" HotelName="Venus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>872 Quang Trung</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/2e/152ee45029dc21f634648fbb6770729b9863ef68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81009668" Longitude="106.68973839" StarRating="0" HotelCode="518246|tt_hotel" HotelName="TT Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155-157 Nguyen Van Dau, Ward 5, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/b1/beb103c0b15d323bc98ff4a18a4ffb4c98928da8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="586837|elegance_283_hotel_2" HotelName="Elegance 283 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>283 Hoang Van Thu, Tan Binh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/6e/416e74acf71711cbae3f33c2b57daf023f02e1f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7741056" Longitude="106.6972227" StarRating="3" HotelCode="599862|ace_hotel_ben_thanh" HotelName="Ace Hotel Ben Thanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/6c/4b6c06e39e07c05bd1afac6a9de812c6085b3ec5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80375137" Longitude="106.66219578" StarRating="2" HotelCode="620098|oyo_203_the_blue_hotel" HotelName="The Blue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/37 Phan Thuc Duyen Street, Ward 4, Tan Binh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e5/dde5082755f15dae5b92f87114a336438fbe9d84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="808994|minh_nhu_hotel" HotelName="Minh Nhu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Dong Xoai Street, Ward 13, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/38/73381aa1b0fbed50ff0788a934f2eeaf8656a963.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76646644" Longitude="106.69182267" StarRating="2" HotelCode="915645|meraki_hotel_2" HotelName="Meraki Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>198 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/fc/3cfc7db1d3ea8d6af1ae160ba91feed89c60498e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.38" OriginalAmount="11.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7507322" Longitude="106.66147928" StarRating="1" HotelCode="696353|3442435" HotelName="Truong Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55-57-59 Trieu Quang Phuc Street, Ward 10, District 5, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/b0/00b00d6274eeb42a1c12451df129a72ac911bfb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Truong Giang Hotel to discover the wonders of Ho Chi Minh City. Featuring a complete list of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.69" OriginalAmount="11.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76779956" Longitude="106.69469686" StarRating="3" HotelCode="869470|3443535" HotelName="An Nam Corner Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>186/20 Bùi Vien, Pham Ngu Lao Ward, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/3a/05/3a05965bd2192cc0b4458d32e76381127528a8f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.80" OriginalAmount="11.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79743051" Longitude="106.67528452" StarRating="2" HotelCode="374783|1802978" HotelName="Yen Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>219 Nguy?n Tr?ng Tuy?n, P. 8, Q., Phú Nhu?n District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/70/7f70167e387882a0df9a217106804d044ec7f377.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.86" OriginalAmount="11.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76970126" Longitude="106.69083414" StarRating="3" HotelCode="701139|3449705" HotelName="Lucky Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146 Nguyen Trãi, Phu?ng Ben Thành, Qu?n 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/17/6417ea4b5daf6d9763426b34ecdd133234c91646.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.93" OriginalAmount="11.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="874545|2347295" HotelName="RedDoorz Plus Near Nowzone Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>135 Nguyen Van Cu Street, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647286/647286a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.94" OriginalAmount="11.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72727581" Longitude="106.70558166" StarRating="3" HotelCode="620077|3456775" HotelName="Emerald Serviced Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>159-161 Pham Thai Buong Street, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/793292/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.03" OriginalAmount="11.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767699910813" Longitude="106.69089631483" StarRating="2" HotelCode="365896|3426235" HotelName="Koniko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Currency Exchange,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>283/22 Pham Ngu Lao Street, District  1, Ho Chi Minh City  70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/76/617614ec5b1767af02e29713a72161c665746f85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;We are glad to welcome your stay at our hotel our hotel is located in a peaceful and lovely alley wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.04" OriginalAmount="11.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77169421" Longitude="106.69374817" StarRating="2" HotelCode="363860|3436755" HotelName="Holiday Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Ly Tu Trong Street  Ben Thanh Ward, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/35/47359fd88cc46e6085f9410adfeb167f9319f057.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77190984" Longitude="106.69602406" StarRating="3" HotelCode="374170|cat_hotel_ben_thanh" HotelName="Platinum Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/c5/d0c5adf430eeb08e89506d83e06a31b48acb685c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774244984181" Longitude="106.67185757176" StarRating="0" HotelCode="373910|hoa_mai_hotel" HotelName="Hoa Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>723-725 Le Hong Phong Street, District 10, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/c6/f4c6bda08e3b85b7ca5d3da614f093d3f010ae41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75286907" Longitude="106.65564001" StarRating="2" HotelCode="492336|sao_mai_hotel_4" HotelName="Sao Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>896 Nguyen Trai, Ward 14, Ho Chi Minh 70000, District 5</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/6d/106dad05ae6d0572b4d0bdedd308d4a2084acbdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sao Mai 896 Hotel is a popular choice amongst travelers in Ho Chi Minh City, whether exploring or ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81254342" Longitude="106.66841799" StarRating="3" HotelCode="586775|uyen_anh" HotelName="Uyen Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43-45 Yen The Street, Ward 02, Tan Binh District, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/4a/a44af8da4d4b66334d872436462674f90f384893.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83233809" Longitude="106.6098267" StarRating="2" HotelCode="586698|atana_hotel_2" HotelName="Atana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>327 Phan Van Hon, District 12, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/1c/791caaa21a4e6b0338cf21f1a9a59590e9949db3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76775" Longitude="106.6945" StarRating="3" HotelCode="568657|an_an_hotel" HotelName="CCentral Hotel Bui Vien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/f3/dbf3fd57bb02b9d5be6f83e7b469b0a8e1da20ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80292711" Longitude="106.64073253" StarRating="2" HotelCode="784726|the_lumiere_hotel" HotelName="ND Building" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Le Van Huan Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/1d/401df7ff1b3a6eb9981736407f116cd3810e0570.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers. Additional facilities available...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="828989|an_tinh_hotel" HotelName="Khach San An Tinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241 Le Dai Hanh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/e2/a4e2af99ba9e7b6a131cc123bb51dc62a3afe84a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="836120|mai_vang_hotel_2" HotelName="Khach San Mai Vàng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So Nha 48 Ðuong 4A</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/eb/d3eb62d8e779dd4f6b5f29c53e01daa8d0ae763d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79652101" Longitude="106.68860296" StarRating="3" HotelCode="963207|cupid_2_hotel" HotelName="Cupid 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/25-52/27 Cu Lao Street, Ward 2, Phu Nhuan District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/bc/61bcc86a097f750d5bb87e2fbc826ac4ef06ae6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.46" OriginalAmount="12.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7675384" Longitude="106.694" StarRating="2" HotelCode="568658|2272185" HotelName="CCentral Hotel De Tham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>216 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/ff/0affb3106899e92670cb8a8a84af01826f77f367.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.54" OriginalAmount="12.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76802096" Longitude="106.69437282" StarRating="2" HotelCode="364737|2255005" HotelName="Beautiful Saigon 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/27 Bui Vien Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f8/4ef800043108482a0762cfc774a14634d4b0480c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.60" OriginalAmount="12.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73338004" Longitude="106.7069118" StarRating="2" HotelCode="774716|3435455" HotelName="Melody Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Hung Gia 2, Tan Phong, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/68/836859e62ab811baec484f11e3736e4a89610f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.72" OriginalAmount="12.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81273161" Longitude="106.6667208" StarRating="3" HotelCode="774255|3433575" HotelName="GIC Apartment And Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/11 Hong Ha, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/15/8f154169b57c069391ca0e2b08f051a51b637ccb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.99" OriginalAmount="12.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7666732" Longitude="106.69112892" StarRating="2" HotelCode="587106|3450635" HotelName="Green Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Do Quang Dau Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/be/4ebeb8093e887724fa1e965931cc7e7bcf3bb968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.10" OriginalAmount="12.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7762395" Longitude="106.69120256" StarRating="2" HotelCode="363875|1751518" HotelName="Ruby Star 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Truong Dinh, District 3, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/15/f01541f3288b7df6b93da03294b1b6b50a717e13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.21" OriginalAmount="12.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7679342" Longitude="106.69421719" StarRating="2" HotelCode="595899|3475745" HotelName="Quang Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/7 Bui Vien, Pham Ngu Lao ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/44695/2844695/37.jpg?f=15505547</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76891599535" Longitude="106.69829186743" StarRating="2" HotelCode="346629|dinh_phat_hotel" HotelName="Dinh Phat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>141-143 Calmette, Phuong Nguyen Thai Binh, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/31/4231927a75fc17e673f120417d028a3c88ad9061.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76716790156" Longitude="106.69348672444" StarRating="2" HotelCode="225963|beautiful_saigon" HotelName="Beautiful Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>62 Bui Vien Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2d/00/2d002b89765765c1dabb4856de7ced338156bc0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77327339" Longitude="106.68498548" StarRating="2" HotelCode="369887|leblanc_saigon" HotelName="LeBlanc Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>414 (Behind) Nguyen Dinh Chieu, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/9e/5f9e25d08ca68b60fee1bd89d3f374ee9e1cf9d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77456187" Longitude="106.69016198" StarRating="1" HotelCode="372654|dai_hoang_ha_hotel_" HotelName="New Star Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>214 Nguyen Thi Minh Khai Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c6/96c640de762d1b36ce76f64d00a4686cce7d56bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Ho Chi Minh City. Its setting is especially ide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7682098277" Longitude="106.69218235857" StarRating="1" HotelCode="370146|freedom_hotel_2" HotelName="Freedom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>269,267 Pham Ngu Lao, Ho Chi Minh 700000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/dc/7bdce6704cae7f16b1b661c90c0c625efb812ab9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Freedom Hotel puts everything the city has to offer jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7668329" Longitude="106.6926976" StarRating="3" HotelCode="376128|quan_san_guest_house" HotelName="Violet Star Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Dry Cleaning,Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>35/10 Bui Vien, Phuong Pham Ngu Lao, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/93/d59324b1475c0bcfbef6a3b3ecd69ac5283581d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quan San Guesthouse is a popular choice amongst travelers in Ho Chi Minh City, whether exploring or ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767670895466" Longitude="106.69080581993" StarRating="2" HotelCode="397067|ailen_garden_hotel" HotelName="Ailen Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>283/33 Pham Ngu Lao, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/40/2840d847c4d804c7a1d36633eb6ddfe28932d23c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79792794" Longitude="106.64155718" StarRating="2" HotelCode="601456|huy_hoang_hotel_3" HotelName="Huy Hoang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Binh Gia Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/f3/fef380de40860f0039e7f64c076762db1b6caed5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80797974" Longitude="106.66355923" StarRating="2" HotelCode="595924|gia_hoa_hotel" HotelName="Gia Hoa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4 Hau Giang Street, Ward 4, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6a/426a31c199ec5a4cf5908dc5a28f5617db8de18a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="698259|cozy_hotel_8" HotelName="Cozy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>265/7/15 Pham Ngu Lao</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/1c/661cebed8d3af8d8feb4e3f454bcdb3751b1b887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.808281" Longitude="106.6635045" StarRating="0" HotelCode="690957|thu_ha_hotel_2" HotelName="Hotel Thu Ha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Hau Giang, Tan Binh, Quan Tan Binh, Ho Chi´ Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/9c/5e9c7da39b29af3f7ecaf1846afb14a746285fb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thu Ha Hotel is conveniently located in the popular Tan Son Nhat International Airport area. Offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83921808" Longitude="106.63694469" StarRating="2" HotelCode="691064|eros_hotel_4" HotelName="Eros Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>331/8 Phan Huy Ich, Go Vap District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/7a/057a5922cb377c78d43650ece0ba46c81ae047dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7389465" Longitude="106.6901895" StarRating="0" HotelCode="963361|la_galerie_hotel_3" HotelName="La Galerie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-19 Duong So 4, Kdc Trung Son, Bình Hung, Bình Chánh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/5b/ae5bcf1c63c56e346346a213ac67371eae75a047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.44" OriginalAmount="13.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80739491" Longitude="106.6616006" StarRating="2" HotelCode="586847|3441005" HotelName="Vivian Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Thang Long, Phuong 4, Quan Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/df/21dfc0f5d807ec26a1a87d65169ebeb3ffffc3a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.44" OriginalAmount="13.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76975902" Longitude="106.6965785" StarRating="1" HotelCode="855923|3438105" HotelName="My Friends Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>572B/4 Tran Hung Ðao, Phuong 2, Quan 5, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b8/59b8bcd3de699b37f50a7e4dc5307c5cce460cc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.48" OriginalAmount="13.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.758118834036" Longitude="106.67371796811" StarRating="3" HotelCode="309420|1196388" HotelName="An Dong Center Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14-16-20 Su Van Hanh, P. 9, Q. 5, Tp, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/20/fd206b72a6c7230cb31c5baa5a79bbca8762a751.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.53" OriginalAmount="13.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7529465" Longitude="106.65914528" StarRating="1" HotelCode="375385|1802988" HotelName="Trung Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>785 Nguyen Trai, Dist 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/9b/869bf045bd0ef49464dd9dbd192fd899ad2ca74f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.89" OriginalAmount="13.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77129089952" Longitude="106.69479444623" StarRating="2" HotelCode="173645|1447118" HotelName="Blessing Central Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>267-269 Le Thanh Ton Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/3b/113b1867d47b1c8cf35275fb945e23f3869d62af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a vibrant location in Ho Chi Minh City, in close proximity to the Mariamman Temple...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.07" OriginalAmount="13.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76800746" Longitude="106.69428749" StarRating="2" HotelCode="346837|1461558" HotelName="Kim Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>40/18 Bui Vien Street, Pham Ngu Lao Ward, 1st District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/0a/360a848ffda917453d0a8760f6c2c2fff0a4af26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.19" OriginalAmount="13.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77173101" Longitude="106.69516594" StarRating="3" HotelCode="373896|3444815" HotelName="Pavilion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Le Anh Xuan, Ben Thanh Ward, District 1, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/ce/57ce60d5d3c6484677073fb65d3453ccc19da658.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.27" OriginalAmount="13.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771734264341" Longitude="106.69601722887" StarRating="3" HotelCode="382879|1166968" HotelName="Bloom Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Truong Dinh Street, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/04/9c042711b8945a22ad0dff192fa1ae74647eaf9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768472301364" Longitude="106.69340139319" StarRating="1" HotelCode="347844|1750858" HotelName="Galaxy Hotel &amp; Capsule" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>269/19 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/7e/5e7ee0aafc117ca8e0bdee259f127ce202336756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771206581069" Longitude="106.69673770666" StarRating="3" HotelCode="166815|my_anh_hotel" HotelName="My Anh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>108 Le Lai Ben, Thanh Ward District 1, Ho Chi Minh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/2b/db2bcbd5aced8b84216f598dad19384f48bd0f3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district in Ho Chi Minh City, just 5 minutes' wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8143154" Longitude="106.67075552" StarRating="2" HotelCode="372363|golden_palm_hotel" HotelName="Golden Palm Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Bach Dang, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/35/44355afb313bc5c7cabb8c42cc7779ac0685a248.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76863241" Longitude="106.6941182" StarRating="2" HotelCode="368646|gia_vien_hotel" HotelName="Gia Vien Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>175/4-6 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/2f/1e2fb2fd84ee0f04b7f14469b7753149f6e1cabe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.764521953335" Longitude="106.69514679437" StarRating="2" HotelCode="368159|yellow_house_saigon" HotelName="Yellow House Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114/32 De Tham Street, Ho Chi Minh, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/6b/976b386074fc0235dccacd34be5f0a536b1ca4e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77048577" Longitude="106.67133514" StarRating="0" HotelCode="373303|phuong_thanh_hotel_3" HotelName="Phuong Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Tran Thien Chanh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/e5/afe565e3c1d1210160d091da5f6f808782d596cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only 6 km from Tan Son Nhat International Airport, Phuong Thanh Hotel is located in Ho Chi Minh City...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76861993" Longitude="106.6949001" StarRating="2" HotelCode="489009|roomsaigon" HotelName="Room@saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>193 Nguyen Thai Hoc, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/94/359402a1c9e1e8eff6398eb4590ba1cb6666646a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.789164" Longitude="106.604285" StarRating="2" HotelCode="504127|thien_phu_logia_hotel" HotelName="Thien Phu Logia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>8A Go Xoai, Binh Hung Hoa A, Binh Tan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/e1/43e148d7313a9fd853a376bfe668732594010037.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Thien Phu Logia Hotel offers comfort and convenience whether you're on business or holida...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73144586" Longitude="106.70732717" StarRating="2" HotelCode="567743|the_garden_6" HotelName="The Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Hung Phuoc 2 Internal Street, Tan Phong Ward, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/0b/900b5c359e4c83a88c540f64f800a1724cbb1348.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79465663" Longitude="106.64173106" StarRating="0" HotelCode="696551|lilly_hotel" HotelName="Lilly Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Bau Cat 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/37/2537bcc2ace0f2e02ef4954f9f505d55ff822fb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72959918" Longitude="106.7071246" StarRating="3" HotelCode="754639|atlas_hotel_apartment" HotelName="Atlas Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Hung Phuoc 4, Tan Phong, Quan 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b3/1bb363f95ce6632050e0282fb028027fd375dd1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="810894|queen_victoria_hotel_4" HotelName="Queen Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Ðuong So 10</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a1/eea1b364cac37140c2e1fe73bb7e5765b6e9748c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7685189" Longitude="106.687124" StarRating="2" HotelCode="781122|alleyway_home_hostel" HotelName="Alleyway Home Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>162/9 Bui Thi Xuan, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/5e/155e7792c7ec6b7565844034a2038bfcc60a96f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="781299|hotel_thien_phat" HotelName="Hotel Thien Phat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>470 Nguyen Van Linh, Phuong Tan Phu, District 7, Ho Chi Minh City 756335</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/90/bb90247a2219e5f5dc4c4318619287c11ec635e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791701" Longitude="106.67293417" StarRating="0" HotelCode="962723|aladdin_hotel_and_apartment" HotelName="Aladdin Hotel And Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>397 Huynh Van Banh, Phuong 11, Quan Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/41/5741d94c63567945f8fce40256b19af196b737ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.47" OriginalAmount="14.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80210285" Longitude="106.64682889" StarRating="3" HotelCode="550330|3430045" HotelName="Minh Tam Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>278-280 Cong Hoa Street, Ward 13, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/06/8206351707a576bae170f43a1565f284e5a1d45f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.48" OriginalAmount="14.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78912916" Longitude="106.70281747" StarRating="2" HotelCode="618529|3449915" HotelName="Holo Fairy House Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/11 Nguyen Binh Khiem, Da Kao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/04/b40413225ae65d0c3ab31c295d8038f27eae0b2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.54" OriginalAmount="14.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75993249" Longitude="106.66723648" StarRating="3" HotelCode="385855|3465675" HotelName="Hue My Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Nguyen Tieu La Street, ward 5, District 10, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/33/8d33e5d6cd5fbafdc4df88061d182f2adea2b61b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;##Property Location  Located in Ho Chi Minh City (District 10), Hue My Hotel is minutes from An Dong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.75" OriginalAmount="14.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76814853" Longitude="106.69225184" StarRating="3" HotelCode="364673|2255035" HotelName="Dragon Palace II Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>221 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/9e/8a9e1f49a84213ea465d584c9e4b635b55afa48d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a transfer service and room service are available to guests of the hotel....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.838636950983" Longitude="106.67241755348" StarRating="2" HotelCode="346671|ha_oanh_2_hotel" HotelName="Ha Oanh 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>222 Nguyen Van Luong, Ward 17, Go Vap District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/zz/4bad6c758c8b98eec98ed648c1e6ee59972ca012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Ha Oanh Hotel 2 offers comfort and convenience whether you're on business or holiday in H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.751144510673" Longitude="106.66461030809" StarRating="1" HotelCode="347281|tan_da_hotel" HotelName="Tan Da Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Tan Da, District 5, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/01/e2011d0a81aa4ce24a80f0776bc707ead91eedc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in District 5 - China Town / Cho Lon, Tan Da Hotel is a perfect starting point from which to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77164137" Longitude="106.67258028" StarRating="2" HotelCode="368077|saigon_garden_hotel" HotelName="Saigon Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>781/D1 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/c1/3dc104b7a18cf2fdb78bdb4e0f1bcfe3c4c9207d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 10 - Phu Tho Stadium / Ky Hoa Park, Saigon G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81636114" Longitude="106.67661071" StarRating="1" HotelCode="368824|hong_tuoi_hotel" HotelName="Hong Tuoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>491/24 (Ha Do - Nguyen Van Cong Apartment Building) Nguyen Van Cong Street, Ward 03, Go Vap District, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/3b/753b8304132de9a5ec85c042a06ac40e93573519.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77213916" Longitude="106.69617885" StarRating="2" HotelCode="363870|hoang_phuong_hotel" HotelName="Saigon Sparkle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>229 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/14/4614e98523769dfac50b63c7e3a9ea0700612e65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769492167224" Longitude="106.70272524323" StarRating="2" HotelCode="347732|ohana_hotel_" HotelName="Ohana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Nguyen Cong Tru Street, Nguyen Thai Binh Ward, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/1c/a51cdd61ce613909f1e0cbb64755a26b2a07a988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Ohana Hotel offers comfort and convenience whether you're on business or holiday in Ho Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77538901" Longitude="106.70480499" StarRating="3" HotelCode="370349|hampton_hotel_by_jinnu_lai" HotelName="Asian Ruby Center Point Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46-48 Mac Thi Buoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/fc/4bfc050ca38863a53ec8c30263223f704e55a262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77016947631" Longitude="106.68844623276" StarRating="2" HotelCode="347443|hoan_thai_hotel_" HotelName="Hoan Thai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Ton That Tung, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/7d/907de91facb80609e5e0d538a3a57c59b0493516.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8063434" Longitude="106.73005104" StarRating="3" HotelCode="440416|kelly_apartment_thao_dien" HotelName="Kelly Serviced Apartment Thao Dien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>12 Street 43, Thao Dien Ward, District 2, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/09/7d09f863533af3e955fb82f84d07cdf6f6cdee65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76499722" Longitude="106.69509672" StarRating="3" HotelCode="599360|oyo_101_saigon_hotel" HotelName="Kien Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Co Bac Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/26/6c266073f49d573b58c79a209e318bfa5da124a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Kien Hotel 2 in Ho Chi Minh City (Core area of Ho Chi Minh Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78002012" Longitude="106.67919746" StarRating="2" HotelCode="773625|thien_truong_hotel" HotelName="Thien Truong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Cong Hop Rach Bung Binh, Phuong 10, Quan 3, Thanh Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/34/b234d7c7409a5147b125e70357c50c050bcd356d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79300627" Longitude="106.68558114" StarRating="2" HotelCode="763946|lai_hotel" HotelName="Lai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Phan Dinh Phung, Ward 2, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/89/e4897186b72b1b100fa0567729c2b04b3ee3db10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77070775" Longitude="106.69306548" StarRating="2" HotelCode="743783|city_backpackers_hostel_3" HotelName="City Backpackers Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7/1 Nguyen Trãi, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/ed/4ced46e05b196b0b273f0a3bec3e23c3fce222e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7674651" Longitude="106.69270759" StarRating="0" HotelCode="839413|4_boys_hotel" HotelName="4 Boys Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241/22 Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/00/a9003d94c845c50a4207912fc1d108cf87eb39c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877916|the_umi_hotel" HotelName="The Umi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23-23A Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/21/e921a7baba5ea843f03a6cc5a94ffd64b7cc2961.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="977731|prague_airport_hotel_2" HotelName="Prague Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Bach Dang, Phuong 2, Ho Chi Minh City 070000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/5a/1e5a91ea69f78da5f0de76e66d4425043df43933.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76681496" Longitude="106.69113198" StarRating="3" HotelCode="968937|the_white_house_60" HotelName="The White Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26/5 Do Quang Dau Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/9b/ea9b6d6a321350fdd6dcaf68b908d952befda2dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="963351|thanh_vinh_hotel" HotelName="Hotel Thanh Vinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>666/17 Duong 3/2, Phuong 14, Quan 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/e6/1ae6397280418b39f977775f2091e13e430f1d6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.31" OriginalAmount="15.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791536019451" Longitude="106.66571255755" StarRating="2" HotelCode="309467|1752978" HotelName="Vuong Quang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Bui Thi Xuan Street, Ward 3, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/72/4b72d989a0daba0969c6a8a6deba099203cfe724.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.46" OriginalAmount="15.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778625211191" Longitude="106.67286939942" StarRating="2" HotelCode="309445|1202358" HotelName="Minh Chau Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Hoa Hung, Ward 12, District 10, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/e8/21e8f6550a47d605c94a6d45054dba83b5d248ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.03" OriginalAmount="15.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770633182872" Longitude="106.69230153506" StarRating="2" HotelCode="404159|3450345" HotelName="Sakura Hostel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Designated Smoking Area,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39/26 Nguyen Trai Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/fd/f2fd6429dc9967858c7f91e9a4ef63ccb0210e97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Sakura Hostel Saigon, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.12" OriginalAmount="15.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76773546" Longitude="106.68822168" StarRating="3" HotelCode="744552|3444805" HotelName="Triip Cupid Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Bis Nam Quoc Cang, Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/23/7323123eaf8a9369089ea3e2b390735562b2f949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.15" OriginalAmount="15.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.759006" Longitude="106.684921" StarRating="2" HotelCode="607584|3427275" HotelName="Smiley Apartment 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>385/16 Nguyen Trai, Phuong Nguyen Cu Trinh, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/65/99651bcad4d013bac4bf5e04fef03f58a4600e46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.15" OriginalAmount="15.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.812831" Longitude="106.66856004" StarRating="2" HotelCode="853020|3442405" HotelName="Victory Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96 Yen The, Ward 2, Tan Binh, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/50/5250e8a60deea040703cf4bf21a80375c094fca2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.20" OriginalAmount="15.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80873145" Longitude="106.66522049" StarRating="2" HotelCode="877684|3470945" HotelName="White Diamond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So 7 Ðong Ða, Phuong 2, Qu?n Tân Bình, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/83/4783217b44cae26c01d11af3e6079fecad91d231.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.26" OriginalAmount="15.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8131415" Longitude="106.67182775" StarRating="3" HotelCode="635666|3835635" HotelName="Mai Villa Hotel Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54/34 Bach Dang, Ward 2, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4d/974dbc73fe0ac751b8e1b670488e3b9036d25c7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7965221" Longitude="106.65903137" StarRating="1" HotelCode="372574|quynh_giang_hotel_" HotelName="Quynh Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16/4 Hoang Viet, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/4a/f64a5db69047c527cc7b8e68b11a1ae31eff179e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers. Additional facilities available...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76824921" Longitude="106.69383632" StarRating="2" HotelCode="372104|bi_saigon_hotel_" HotelName="Bi Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185/26, Pham Ngu Lao Street, District 1,, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/89/d089241bca9abc244fc59bf334ca274e76ad12b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76736509" Longitude="106.69114826" StarRating="1" HotelCode="373122|quoc_minh_hotel_" HotelName="Quoc Minh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>283/8 Pham Ngu Lao, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/75/a8758f76a4285150cfbc57444dafe605ef021dd3.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Quoc Minh Hotel offers comfort and convenience whether you're on business or holiday in H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.792482319465" Longitude="106.69608063105" StarRating="1" HotelCode="347310|tuan_viet_hotel" HotelName="Tuan Viet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>232 Dinh Tien Hoang, Dakao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/c9/d4c92c3e65a09763046add579f3d7d34f8692cbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77153317" Longitude="106.69008803" StarRating="3" HotelCode="368543|an_thai_hotel" HotelName="EM&amp;EM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/30/803042c2c24dec4b47af7ddd56e7f2ec2852fad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77443641" Longitude="106.69009344" StarRating="2" HotelCode="424719|vuon_tao_dan" HotelName="Vuon Tao Dan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>220 Nguyen Thi Minh Khai, Ho Chi Minh City, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/94/0594177663b686a1d5788137a7f92ad0083563d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7922192" Longitude="106.692695" StarRating="0" HotelCode="424421|phuong_nhan_hotel_" HotelName="Phuong Nhan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Tran Quang Khai Street, Tan Dinh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/78/4a784fc5b665b52dece352bdf6b4f5e1b36106bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Phuong Nhan Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. Off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767705446377" Longitude="106.6926182825" StarRating="2" HotelCode="383558|mai_vy_hotel" HotelName="Mai Vy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>241/12 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b2/0ab2f199735ffcdc925c575786035df1ea93b79d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76822269" Longitude="106.69359315" StarRating="3" HotelCode="553411|dragon_palace_3_hotel" HotelName="Dragon Palace 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>52 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/4e/984ef2f788d09e663e6593613d8f72286672b5c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a transfer service, room...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76629419" Longitude="106.68790765" StarRating="3" HotelCode="835867|chillsuites_sai_gon" HotelName="Chill Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A67 Nguyen Trai, Ward Nguyen Cu Trinh, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/a7/b3a7aaa769b0e39e7e8299382d4910d2123556c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773367202696" Longitude="106.69909537116" StarRating="2" HotelCode="915648|vuong_tai_hotel" HotelName="Vuong Tai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Luu Van Lang Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ea/6dea8f3be0af9e07c8197164f0891db58dab60ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767904769216" Longitude="106.6914553086" StarRating="2" HotelCode="915652|nam_long_hotel" HotelName="Nam Long Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>283/3 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a5/5ca5809b93d8ba68d6db59d85c1ebf3ca08fc9da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.76" OriginalAmount="16.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76729435" Longitude="106.69117497" StarRating="2" HotelCode="369260|1730428" HotelName="Ngoc Minh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Off-Site Parking,Parking,Pets allowed,Pick &amp;amp; Drop,Porter,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>283/11-13 Pham Ngu Lao, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/eb/49ebfc97fc49d5bd687a367bcd5a46cebd7e5ca7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Ngoc Minh Hotel places you in the heart of Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.84" OriginalAmount="16.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80676351" Longitude="106.66431281" StarRating="3" HotelCode="373607|1716768" HotelName="Saigon's Book Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15A Truong Son, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/46/5b469618c7af7ecec9bc59b3bded80818a41b51b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.85" OriginalAmount="16.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.734475812853" Longitude="106.67371325501" StarRating="3" HotelCode="346327|1786138" HotelName="Hoang Le Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Street 9, Hamlet 4, Binh Hung Commune, Binh Chanh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a6/b1a678651c842a63ee8e3d0cfddbdae7f0a7bb52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.19" OriginalAmount="16.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76454104" Longitude="106.6874994" StarRating="1" HotelCode="586862|3439035" HotelName="Hanh Phuc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>265 Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/d0/41d01b333e372afd4cf664ab6bdfdc44eadc8ac3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.28" OriginalAmount="16.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74055046" Longitude="106.69572022" StarRating="3" HotelCode="701339|3471815" HotelName="Bin Bin Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>L19 Street 14, Him Lam Residence, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/58/d35871eb2f5e7f43e825ddcbfd06ea208d0fea4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.31" OriginalAmount="16.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730277052148" Longitude="106.70700043408" StarRating="2" HotelCode="346260|1753708" HotelName="Vien Dong Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>R4-27/28 Hung Phuoc 3, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ab/34ab5268db034696fe46f4600ad2aae5ed5fba23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.33" OriginalAmount="16.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78605281" Longitude="106.66704636" StarRating="2" HotelCode="773525|3463885" HotelName="C'Lavie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>548A Cach Mang Thang 8, Phuong 11, Quan 3, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/67/43/6743eff2267e8e09839c57018495bfb8ae470654.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.804108" Longitude="106.70932089" StarRating="2" HotelCode="347105|apogee_hotel" HotelName="Apogee Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33-33A Dinh Bo Linh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/b0/97b01bb101f12a5827a0195089fdbcafeb345922.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Apogee Saigon Hotel puts everything the city has to off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771504667603" Longitude="106.6972599492" StarRating="2" HotelCode="368607|song_anh_3_hotel" HotelName="Song Anh 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24 Le Lai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/b7/79b7b11680f8a10d04a828ad77cc6f81e6ed87d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7717884" Longitude="106.69704618" StarRating="2" HotelCode="366951|thanh_thu_hotel" HotelName="Thanh Thu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>34 Nguyen An Ninh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b4/0db47896314c11df520157093a4f37d09c9275b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 1 - Ben Thanh Market, Thanh Thu Hotel promis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7995359" Longitude="106.67330877" StarRating="2" HotelCode="367481|han_river_" HotelName="Namu Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>197A Hoang Van Thu, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/a5/f4a5c2b538c5bfbb82ed9de78c6157086cc6dab4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Namu Saigon Hotel is conveniently located in the popular Tan Son Nhat International Airport area. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79648576" Longitude="106.67259866" StarRating="2" HotelCode="367959|hoang_ha_hotel_2" HotelName="Hoang Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>53-57 Truong Quoc Dung, Phu Nhuan, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/2b/342b9416a8cbe31bc23a1dbb5ec8c37cd8cc2085.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.799605225555" Longitude="106.67310991638" StarRating="2" HotelCode="383563|yen_nam_hotel_hoang_van_thu" HotelName="Hotel Namu Ho Chi Minh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>197A Hoang Van Thu Street, Ward 08, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e0/8ae01e14019d17a2e9f70831ebd780be9a7c008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="809009|apollo_hotel_23" HotelName="Apollo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Yen The</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/c6/f3c6be54bc1a5782192f011e726b4e244b55194e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="856066|reddoorz_plus_nguyen_van_troi" HotelName="RedDoorz Plus @ Nguyen Van Troi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>251/8 Nguyen Van Troi, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/09/020989a7ef277117f160579bb70fbfdbad18aa31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75253125" Longitude="106.6736995" StarRating="3" HotelCode="915626|dong_kinh_hotel" HotelName="Dong Kinh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>106-108 Tran Tuan Khai, Ward 5, Ho Chi Minh City, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/9b/fb9b1c1d2cae6645f4bf31b2bd4bfa5d2e6389c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.51" OriginalAmount="17.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7378593" Longitude="106.70532095" StarRating="2" HotelCode="758691|2347825" HotelName="Bin Bin Hotel 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Street 73, Tan Quy Dong Residence, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/58/52587c568dc517c44f8ae0ac4f69b9ad92c5ae47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.61" OriginalAmount="17.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767062476939" Longitude="106.68928885994" StarRating="2" HotelCode="309449|1165908" HotelName="Phan Anh Backpackers Hostel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/6 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/bf/1dbff13baac0b3ca8a288a971e825a8636ff5768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.81" OriginalAmount="17.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73715609" Longitude="106.72752976" StarRating="3" HotelCode="784951|3433965" HotelName="Sonata Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Thi Thap Street, Tan Phu Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/60/83606c8e5df7ed6bc493332aa709b21a0d098f3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.20" OriginalAmount="17.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72732236" Longitude="106.70555043" StarRating="3" HotelCode="744063|3440195" HotelName="Fide Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>472-474 Pham Thai Buong Street, Tan Phong Ward, District 7, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/00/4800e39df060122a768df36fbebff81b8025e01d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.21" OriginalAmount="17.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81150275" Longitude="106.66696501" StarRating="3" HotelCode="585983|3452275" HotelName="New Space Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Lam Son, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/d0/89d0fd58ce2606a2be4beff318a53c72a5c221cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.24" OriginalAmount="17.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80031817" Longitude="106.64796675" StarRating="2" HotelCode="346862|1819498" HotelName="Hoang Thanh Thuy Hotel 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ward 12, 9 Nguyen Minh Hoang, Tan Binh district, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/a1/6ca15ab88461224000676ba059974fb8166e41a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.28" OriginalAmount="17.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791501719569" Longitude="106.69131918142" StarRating="2" HotelCode="383557|1716018" HotelName="The Sun Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Nguyen Huu Cau, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/7e/f87eece70fe47bef5ef65051be73bc9d6dc2b81f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.33" OriginalAmount="17.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73193098" Longitude="106.70932982" StarRating="3" HotelCode="623988|3465975" HotelName="Bizu Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60-62 Cao Trieu Phat Street, Hung Gia 4, Phy My hung Town, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/43/e343274742bd3b6774b6f685326d915027f6265a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75518559" Longitude="106.68039768" StarRating="2" HotelCode="518110|bonita_grand_hotel" HotelName="Bonita Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>570-572 Tran Hung Dao Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/zz/15ad8535610e0cf74e0d8b80f427114dcc960dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Bonita Grand Hotel to discover the wonders of Ho Chi Minh City. The hotel has everything you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76979117" Longitude="106.69762498" StarRating="2" HotelCode="424829|quy_hung_hotel_" HotelName="Quy Hung Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>20 Dang Thi Nhu street, Nguyen Thai Binh ward, dis 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/3d/623df1c0ae662c087e62b70f7227282354ad6d8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quy Hung Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. The pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76633876" Longitude="106.6932622" StarRating="2" HotelCode="518285|nest_hotel_4" HotelName="Nest Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>100/2A3 Tran Hung Dao, Phuong Pham Ngu Lao, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/d6/99d6cba7983a1ec45439b5629bdfb5dc095afb65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7273742" Longitude="106.69305985" StarRating="2" HotelCode="623121|spring_light_home" HotelName="Spring Light Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>2 Street 16, Riverside Housing Area, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/ce/8dce03ee7357c90fd5aa7d331dd694aeb3fd58f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76785129" Longitude="106.69445097" StarRating="2" HotelCode="743994|urban_lodge_hotel_hostel" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/8 Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/fc/d9fc3bb9298918b274e8a2a5803cda11e008f75b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77033753" Longitude="106.68495005" StarRating="3" HotelCode="754861|the_sargon" HotelName="The Sargon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/42 Cao Thang, Ward 5, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/59/6b59206a4c78dd3098031ff9b97f62e8ca562df0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7707645" Longitude="106.69121826" StarRating="3" HotelCode="947104|ben_thanh_retreats" HotelName="Ben Thanh Retreats Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121/39 Le Thi Rieng Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5b/415baf8eb707ce2bba1a5c097b7b76499ba7b8f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="963218|sabay_airport_apartment" HotelName="Sabay Airport Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Cuu Long Street, Ward 2, Ho Chi Minh City 72108</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/3b/473b528f842003f0f4952f2d9f40acfb5639ce25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76769118" Longitude="106.6912408" StarRating="2" HotelCode="980406|louis_hostel" HotelName="Louis Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>283/17 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City 12345</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/58/f1584dc25f584727a367bf7f3996da0ebd8c4999.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73376655" Longitude="106.70977175" StarRating="0" HotelCode="971389|vietlife_cultural_homestay" HotelName="Vietlife Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-09 Hung GIa 1, Duong So 2, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/e6/20e62c590b003aa2a270ce2c8011998f8bfae6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7304856" Longitude="106.7075641" StarRating="1" HotelCode="965408|vien_dong_3d_apartment" HotelName="Vien Dong 3D Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-35 Hung Phuoc 3, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/6a/446acb389b13d62fecfddc9291f85467293754fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.39" OriginalAmount="18.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7702816" Longitude="106.68865096" StarRating="3" HotelCode="744047|3435105" HotelName="Bonita Signature Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118A Bui Thi Xuan, Ben Thanh, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/43/014324f23af5a88649fee8657915da09df05d702.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.84" OriginalAmount="18.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80987555" Longitude="106.66578031" StarRating="3" HotelCode="518198|3473175" HotelName="The Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Cuu Long, Ward 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/57/5c574c619e50817f8f94354f907c2f8de39641a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.05" OriginalAmount="18.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77013684" Longitude="106.69219129" StarRating="3" HotelCode="639504|3463365" HotelName="Sai Gon Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Nguyen Van Trang, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/58/9858ec82c83b13310748cbd9d7e47e4eec2e4922.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.15" OriginalAmount="18.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81329608269" Longitude="106.66795318052" StarRating="3" HotelCode="524070|2103335" HotelName="Erato Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>44,46 Hong Ha Street, Ward 2, Tan Binh District, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/ca/79ca4d996f30cda672f0f193856f608903ebeea5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.28" OriginalAmount="18.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73355933" Longitude="106.70763566" StarRating="2" HotelCode="773759|3427435" HotelName="Hoang Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-62,63,64 Duong Noi Khu Hung Gia 2, Phuong Tan Phong, Quan 7, Than Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c6/96c64d32d3af9071b5e319f2ff841431e93e1ff8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.31" OriginalAmount="18.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="3" HotelCode="773499|3451335" HotelName="HT Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128/1-5 Tran Quoc Thao Street, Ward 7, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/70/e870c30678355338889d24cf5e7901e92b72b389.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771791539837" Longitude="106.69701397419" StarRating="3" HotelCode="163643|aluna_hotel_2" HotelName="Aluna Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Nguyen An Ninh Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/ff/52ff942933c2f617fffcde45082ea1cfe548e1fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the business centre of Ho Chi Minh City, 50 metres from Ben Thanh mar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83943613" Longitude="106.74098399" StarRating="3" HotelCode="267979|hoa_phat_hotel_apartment" HotelName="Hoa Phat Hotel &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Currency Exchange,Golf,Internet,Kitchen,Laundry,Massage Centre,Pets allowed,Restaurant,Room Service,Smoking Rooms,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>526/5 Pham Van Dong Square, District Thu Duc, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/ec/adecbb965a0ca9b838ea31be139949a869c6d4f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Ho Chi Minh City at Sai Gon River side the city is known for being a dynamic economic ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77162553814" Longitude="106.69646412134" StarRating="2" HotelCode="320344|little_saigon_corner_boutique_hotel_2" HotelName="Little Saigon Corner Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Truong Dinh Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/77/2b773cb7e50642337590fa92aec22fb42bda771c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right in the centre of Ho Chi Minh City, within walking distance of the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76610531965" Longitude="106.68951807488" StarRating="2" HotelCode="225964|madam_cuc_184" HotelName="Spotlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>184 Cong Quynh, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/58/4d58f72537f7362c9c10d143f14d51fd5cacda11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767283" Longitude="106.69111107" StarRating="1" HotelCode="370233|giang_son_hotel_1" HotelName="Giang Son Hotel 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>283/14 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b2/3bb2da25d5974115b5cd166761968e70c44b48c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Giang Son 3 Hotel places you in the heart of Ho Chi Minh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73005949" Longitude="106.70744149" StarRating="2" HotelCode="517781|vien_dong_2" HotelName="Vien Dong Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-20 Hung Phuoc 3, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/b8/31b8c07ed2390892363d6d1853481294383ef575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76787994" Longitude="106.692557" StarRating="2" HotelCode="488617|sunny_guesthouse_5" HotelName="Sunny Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241/33 Pham Ngu Lao Street, Pham Ngu Lao Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e9/62e9b091980dce60a7c74dce3a35a3fcf2d9fe64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service. Wireless internet access in public areas allows guests t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73334916" Longitude="106.70947439" StarRating="2" HotelCode="762297|la_cigale_residence" HotelName="La Cigale Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37-39 Khu Pho Hung Gia 1, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/0b/770b2ad5b6324fc3c166262a0a1b1dd9beaca791.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="700462|minh_ngoc_hotel_3" HotelName="Minh Ngoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Street 6C</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/1b/8f1b27f5ab4a1f878066442baefb2fd9675145ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73097093" Longitude="106.70715018" StarRating="2" HotelCode="857424|parkhill_hotel_apartment" HotelName="Parkhill Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>67 Le Van Thiem, Hung Phuoc 3, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/40/3e40be8b1dac0dc4cae0f209a9f8536262e420e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77231192" Longitude="106.70211592" StarRating="0" HotelCode="977788|sunway_hotel_saigon" HotelName="Sunway Hotel Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Huynh Thuc Khang, Phuong Ben Nghe, Quan 1, Ho Chi Minh City 7000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/0d/790dd67eb81d58ac113826742e3b3d29a01b0fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.48" OriginalAmount="19.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7334404" Longitude="106.70893447" StarRating="0" HotelCode="743934|3428265" HotelName="Sabina Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Khu Pho Hung Gia 1, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/ea/10ea4a3e456028c95493899ab361668044b493f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.55" OriginalAmount="19.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771823015125" Longitude="106.69622728214" StarRating="2" HotelCode="347863|1830028" HotelName="Moc Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>26/12-13 Truong Dinh, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079ce483af07636d2883d69a1fcb797bb97c64d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.83" OriginalAmount="19.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73240759" Longitude="106.70985922" StarRating="3" HotelCode="626133|3457625" HotelName="Saigon By Night Luxury Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4 90 Hung Gia 3, Phu My Hung, Ho Chi Minh Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/97/ef97a2f5486479288402c7ffd06a05fcd056b5f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.86" OriginalAmount="19.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77178331" Longitude="106.6903505" StarRating="3" HotelCode="309465|3476415" HotelName="Tuong Vy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Bicycle Rental,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40-42 Bùi Thi Xuan, Phuong Ben Thành, Quan 1, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ec/5dec3ec00f7d1f0facdd7f4bcfe99fa2d0705db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tuong Vy Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. Offeri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.38" OriginalAmount="19.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76884379" Longitude="106.6940616" StarRating="2" HotelCode="489160|3449495" HotelName="Kim Khoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>181 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f4/0af45d653435d2c2417bdbb23b99673493bb5c8f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.40" OriginalAmount="20.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77216189" Longitude="106.69067688" StarRating="2" HotelCode="450960|mayflower_saigon" HotelName="Asian Ruby Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>20 Bis Bui Thi Xuan, Ben Thanh, District 1, Ho-Chi-Minh-City 7000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/5e/095e9ee97a1ddc423789aebef174139cf0df98dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.40" OriginalAmount="20.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76668688" Longitude="106.67704412" StarRating="0" HotelCode="824851|happy_3" HotelName="Happy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>7 Ly Thai To Street, Ward 1, District 10, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e9/39e9a5706c01ca653af56a539f57569319844670.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 10 Phu Tho Racecourse, Happy Hotel promises ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.77" OriginalAmount="20.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76944577" Longitude="106.69218176" StarRating="2" HotelCode="369411|3443915" HotelName="Hoang Hoang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120/4 Le Lai Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/95/6b95e08da3d01414a4d002ef6c4055e987ffd96c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.81" OriginalAmount="20.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773774" Longitude="106.686191" StarRating="2" HotelCode="642279|3448715" HotelName="La Regatta Boutique Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225/4 Nguyen Dinh Chieu, Phuong 5, Quan 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/68/d9687a436fc5bd9047adb3df08797672b67b7903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.28" OriginalAmount="20.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7687804" Longitude="106.69381405" StarRating="3" HotelCode="632262|3425885" HotelName="Saigon Kiko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211-213-215 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/805012/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773444290375" Longitude="106.6974474308" StarRating="2" HotelCode="309437|halo_hotel" HotelName="Halo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/08/a9088cb04152a466de0a23df6f6258b9ad586e91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769952323438" Longitude="106.69228528966" StarRating="2" HotelCode="369407|bloom_2_hotel" HotelName="Bloom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Nguyen Van Trang Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6c/806c0c7f22976b6910c618f811605123b4b5bfeb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Bloom Hotel 3 offers comfort and convenience whether you're on business or holiday in Ho ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77268386" Longitude="106.69698777" StarRating="3" HotelCode="374051|ngan_ha" HotelName="Ngan Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>190 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ec/7d/ec7de905bb5af82a58e76793fd568e017eada331.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76658152" Longitude="106.69504478" StarRating="2" HotelCode="764100|punto_hostel_2" HotelName="Gemini Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135/23 Tran Hung Dao, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/c5/08c508ee2b7e4e73a264d96218f331b2b85319e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768983419183" Longitude="106.69417615531" StarRating="2" HotelCode="915637|le_le_hotel" HotelName="Le Le Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/24/0d241225dc4f66d31831cc8a2b23da754f90298b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.54" OriginalAmount="21.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81030654" Longitude="106.73459017" StarRating="2" HotelCode="599936|3433035" HotelName="Sen Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>51 2 Street, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/a2/0da27e7ac6339d20341324ad463dd36e44dd782c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.85" OriginalAmount="21.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767774" Longitude="106.6947" StarRating="3" HotelCode="303836|1215368" HotelName="Eden Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28/12 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/e0/d4e0a4dc3cbe1b477a08a7162a136465f93163c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.89" OriginalAmount="21.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77251392" Longitude="106.6949021" StarRating="2" HotelCode="375285|3467875" HotelName="Thien Hai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/92/87922cf9f4615c06213669a534049325380c1cc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.24" OriginalAmount="21.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770097" Longitude="106.697759" StarRating="3" HotelCode="119032|359035" HotelName="Dong Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Tran Hung Dao B St., Ward 7, Dist. 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ba/49ba16a9244abded678f6f19f556f4e63e6d959d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.40" OriginalAmount="21.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79595784" Longitude="106.6717919" StarRating="3" HotelCode="518221|3427935" HotelName="Ananas Family Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/5A Hoang Dieu street, Ward 10, Phu Nhuan district, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b8/35b8f0740550218958ae5cc9a90fdf758d13dfb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767271590683" Longitude="106.68687684113" StarRating="2" HotelCode="309433|cozy_house_140" HotelName="Elegant Inn Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Cong Quynh, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/37/9237672a780f9fff86a04548a166d850f3a4f76a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76908195069" Longitude="106.69820279482" StarRating="3" HotelCode="347824|calmette_hotel" HotelName="Calmette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 Calmette Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/48/6248975c1bc33c98af8d8fa9bb2f6e70bc19e2d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.762400308632" Longitude="106.69889098454" StarRating="3" HotelCode="640958|herla_central_saigon" HotelName="River Gate Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 - 155 Ben Van Don, Ward 6, District 4, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/ef/f1ef045b0c241878c961dab8c03c9d8f53fbda9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78960411" Longitude="106.68694475" StarRating="3" HotelCode="852742|emerald_central" HotelName="Emerald Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69-71 Huynh Tinh Cua Street, Ward 8, District 3, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/99/74993cbe07a0d8a6c744c0b2a055273ee0fc0bd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.756985" Longitude="106.685679" StarRating="3" HotelCode="905927|sunshine_antique_hotel_saigon" HotelName="Universe Central Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>549 Tran Hung Dao Ave, Dist 1, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/f7/a0f74c16a46c439748f9e80002117cd3a212cbcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a perfect location right on the main Tr?n Hung Ð?o Avenue, the main artery of Ho C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80271199" Longitude="106.64392809" StarRating="0" HotelCode="951226|cherry_hotel_and_apartment" HotelName="RedDoorz Premium Near E Town 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>406/14 Cong Hoa Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/23/7f23b391bee573225b4fda9efc920e32578b678c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="984396|the_cozy_inn_2" HotelName="The Cozy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Co Giang, Phuong Cau Ong Lanh, Ho Chi Minh City 700000, Quan 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/16/481609f52aa40d870cebd65ccb96b1f9c3ca8f18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.50" OriginalAmount="22.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77170682" Longitude="106.69397923" StarRating="2" HotelCode="553404|3464545" HotelName="A25 Hotel 307-309 Ly Tu Trong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>307-309 Ly Tu Trong, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/3f/1d3f509bf715e40ee21aa58759c9eac071a15734.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.73" OriginalAmount="22.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7686353" Longitude="106.69401127" StarRating="3" HotelCode="586715|3472865" HotelName="Prague Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>175/10–12 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/cc/58cccff27e2504f1588bf6a8e5b82d52503bf7e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.74" OriginalAmount="22.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777957516383" Longitude="106.70417857372" StarRating="3" HotelCode="309798|1456168" HotelName="King Star Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>18 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/90/2990086e4056f8837b8d9f55c19475794418bd40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.98" OriginalAmount="22.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778636723549" Longitude="106.68877756575" StarRating="3" HotelCode="309421|1742728" HotelName="Angela Boutique Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107/17 Truong Dinh Street, District 03, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fb/78fbf5d6269bb86353680d5f4ccd58aa9877fb98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.20" OriginalAmount="22.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778222662252" Longitude="106.69186850913" StarRating="3" HotelCode="346268|3453695" HotelName="Minh Khang Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155 Vo Van Tan, Ward 6, District 3, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/a4/1fa4f88edaa15b99b82091c100cccf1bab752fef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.26" OriginalAmount="22.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76939919" Longitude="106.69206929" StarRating="1" HotelCode="367542|3436995" HotelName="A25 Hotel 122 Le Lai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/8b/378b3c353c9cb32bcab47594ce7afd0d91def51a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.43" OriginalAmount="22.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.764817746482" Longitude="106.69190631866" StarRating="1" HotelCode="384658|3466055" HotelName="A25 Hotel 22 Nguyen Cu Trinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Nguyen Cu Trinh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/da/e4da6a59a1e3d8dbe3263d4464c6b387fa66477b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773610868485" Longitude="106.69718827105" StarRating="2" HotelCode="320708|the_white_2_hotel" HotelName="Charner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/0f/780ff765c69993232df817ea1d458516ee5acc01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is set in Ho Chi Minh City. The total number of rooms is 22. Pets are not p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766185927558" Longitude="106.69411072394" StarRating="3" HotelCode="640311|babylon_serviced_apartment" HotelName="Babylon Central Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161C Tran Hung Dao Street, Co Giang Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d6/31d689ce30edb85d9c95fac69d658bde1f20142f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.752424058179" Longitude="106.66508495808" StarRating="3" HotelCode="905931|bat_dat_hotel" HotelName="Bat Dat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>238 - 244 Tran Hung Dao Street, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6e/fb6e4a53de5bbac577b70a393beb226a4aa0b304.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cho Lon Commercial Centre, in China Town, a popular tourist draw in Ho Chi ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7847762" Longitude="106.68500044" StarRating="3" HotelCode="947084|t78_hotel" HotelName="Nha Khach T78" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Lý Chính Thang, Phuong 7, Quan 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/3c/4a3c5bfe446c092293af63ded030ed4517e79444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75855358838" Longitude="106.67361904048" StarRating="2" HotelCode="915643|phuoc_loc_tho_2_hotel_2" HotelName="Phuoc Loc Tho 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192 - 194 Su Van Hanh, Ward 9, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/23/d2239d66840f5383ad2f77d74f05331291be90d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.64" OriginalAmount="23.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768906" Longitude="106.68326" StarRating="3" HotelCode="172041|1142568" HotelName="White Lion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>15C Cao Thang, Ward 2, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/00/3400b99d7451ba8e6863147ed3ffbb6e15ad58ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Saigon's business, shopping and entertainment district....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.96" OriginalAmount="23.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768209" Longitude="106.692333" StarRating="3" HotelCode="68353|139594" HotelName="Liberty Saigon Parkview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>265 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0a/110aad2401dc3ecf1d3977f006600a8fbfc38df8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located in the hub of the tourist district, only few minutes walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.98" OriginalAmount="23.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76667179461" Longitude="106.68868303299" StarRating="3" HotelCode="173644|1122938" HotelName="La Felix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>287-289 Pham Ngu Lao st, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/68/7268159d254ff7028acdd4d814327144ce5e0217.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in district 1 of Ho Chi Minh City, the hotel is within a short walking distance to the bust...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.01" OriginalAmount="23.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7721745" Longitude="106.69606471" StarRating="3" HotelCode="413190|3472485" HotelName="The Luxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>261-263 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e2/30e27880994292ff5484a637d1e1291b58c513ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Luxe Hotel in Ho Chi Minh City (Ben Thanh Marke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.09" OriginalAmount="23.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80290773" Longitude="106.73277037" StarRating="3" HotelCode="635507|3440785" HotelName="Common Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Street 38, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.26" OriginalAmount="23.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76984" Longitude="106.6864" StarRating="1" HotelCode="267976|3467915" HotelName="A25 Hotel 14 Luong Huu Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Luong Huu Khanh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/79/2079bda12098f525cc7bbe818d5e821294e07051.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.43" OriginalAmount="23.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774305810988" Longitude="106.69656635132" StarRating="3" HotelCode="346690|1457348" HotelName="Rosa Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>55 Thu Khoa Huan, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/57/0757c219e567c9e0d911dfcdac4edd19aa7b6877.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772858471215" Longitude="106.69707371074" StarRating="3" HotelCode="309424|anpha_boutique_hotel" HotelName="Anpha Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>202 Le Thanh Ton Street, Near Ben Thanh Market, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/8b/c38b4832e105e3234e925fd5e1d7c6fa36e664eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806238253838" Longitude="106.6641670035" StarRating="3" HotelCode="347377|iris_hotel_13" HotelName="Iris Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9-9A Truong Son Street, Phuong 4, Quan Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/24/0e24a12bee8df4dbd596605f1371876522f84dac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Tan Son Nhat International Airport, Iris Hotel Saigon is a perfect starting point from wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75307875" Longitude="106.67308865" StarRating="2" HotelCode="602200|fortune_1127_hotel" HotelName="Fortune 1127 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1127 Tran Hung Dao, Ward 5, Distrikt 5, Ho Chi Minh Stadt 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/29/df2926b8ddb2bf0891502c778be75725d59cc026.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.857098991297" Longitude="106.69779978934" StarRating="4" HotelCode="933298|silver_creek_city_resort_6" HotelName="Toki Saigon - Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Võ Th? Li?u, Phu?ng An Phú Ðông, Qu?n12, Thành ph? H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/53/7b53d2b6e8e8bb0401720b57defa9fec4f18a892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.98" OriginalAmount="24.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768003" Longitude="106.686459" StarRating="3" HotelCode="166813|1128248" HotelName="Hoang Ngan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/f0/e0f0a4a0d0f1f91f24378b35817919dac27e5c8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City's centre. It is only a 4-minute drive to Ben T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.19" OriginalAmount="24.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.752808784891" Longitude="106.66424274445" StarRating="3" HotelCode="905930|1113458" HotelName="Arc En Ciel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 - 56 Tan Da St, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/f2/32f29165c9111cd778f6e7484bfd31bb90b0ed86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right by the Thien Hau pagoda in Cho Lon Commercial Centre. It is set in China...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778900691049" Longitude="106.70321212214" StarRating="3" HotelCode="309459|the_spring_hotel" HotelName="The Spring Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Le Thanh Ton Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c8/68c8f66a42eda17df6bce5406991aaa9a04a44af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730469537432" Longitude="106.70767158654" StarRating="3" HotelCode="368084|boutique_garden_hotel" HotelName="Boutique Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>R3-84 Hung Phuoc 3, Phu My Hung, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/a4/8aa40b61aeed6f244a9f503ff20758042dd66c2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7737699" Longitude="106.7063543" StarRating="3" HotelCode="402015|riverside_saigon_" HotelName="Riverside Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-19-20 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/dc/abdc7aab199bc37340a59f66d92021077a892a41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80481541" Longitude="106.64766772" StarRating="2" HotelCode="600182|thinh_gia_phat_hotel" HotelName="Thinh Gia Phat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>440/71 Nguyen Kiem, Ward 3, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/fb/ebfb2e69b06d8c5acd6b68a5f50008a1c8be3157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Ho Chi Minh City (Ba Queo), Thinh Gia Phat Hotel is convenient to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.82583845" Longitude="106.63293899" StarRating="3" HotelCode="828694|tan_binh_hotel_3" HotelName="Tan Binh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36B Cong Lo, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/f7/0df7301f2abd5bb9f1c3e0a2d80d2c62f9a3c072.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76573955" Longitude="106.69103103" StarRating="0" HotelCode="947072|aquarizon_boutique_hostel_city_bar" HotelName="Aquarizon Boutique Hostel &amp; City Bar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>197 Bui Vien Street, Pham Ngu Lao Ward, Distric 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4f/a04ffa017bbd421577b6fd7d85e8c4676f0798da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773608967567" Longitude="106.69691685152" StarRating="3" HotelCode="915631|thanh_lien_hotel" HotelName="Sunrise Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135-137 Ly Tu Trong Street, Ben Thanh, Ward District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/5e/505ed7f8d8c4f55b5b6407208590219204bd1bdc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766151979686" Longitude="106.69128459392" StarRating="2" HotelCode="915644|duc_vuong_hotel" HotelName="Duc Vuong Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>195 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/54/c9545c0af783fc532b0ee5621c37c4d003d06008.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.11" OriginalAmount="25.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.797215271176" Longitude="106.65998091055" StarRating="2" HotelCode="346782|3438055" HotelName="Royal Dragon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1/16-1/18 Hoang Viet Street, Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/04/c1047d8fbee26c91ae0f94b0ca7d1cc880e6d735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Royal Dragon Boutique Hotel is a distinct addition to the city's skyline. With its location just 3.0...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.15" OriginalAmount="25.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768945783802" Longitude="106.69423520565" StarRating="3" HotelCode="70180|571895" HotelName="Elios Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231-233-235 Pham Ngu Lao Street, District 1, Ho Chi Minh City 10032</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/57/565700f9dc57efcc598d75871f5ad92a2737d8ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of HCMC, within walking distance of fabulous shopping as well as t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.15" OriginalAmount="25.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80662875" Longitude="106.66500316" StarRating="3" HotelCode="856629|3450045" HotelName="Airstar Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Song Day, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/bb/8cbb0451556700bd64200bacdb40461c2cfef330.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75807848" Longitude="106.68026043" StarRating="3" HotelCode="346722|signature_boutique_hotel_3" HotelName="Signature Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>80/1 Nguyen Trai, Ward 3, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/d9/ecd9979914a37190f0e5d4de1b6353dd552e9d7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77241584087" Longitude="106.69482562343" StarRating="2" HotelCode="370927|the_one_hotel_ben_thanh" HotelName="The One Hotel Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>230 Ly Tu Trong, Thanh Pho, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/53/d3536b24ef1c3cc7f37962e555027b17936392f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7869779" Longitude="106.66442009" StarRating="3" HotelCode="436114|cam_ly_boutique_apartment__hotel" HotelName="Cam Ly Boutique Apartment &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>656 Cach Mang Thang 8, Ward 11, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/b0/a7b0bf486ee8abac3255fbc8ef3f7e25e300d14a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77433136" Longitude="106.69664086" StarRating="3" HotelCode="623639|sam_hotel_apartment" HotelName="A&amp;EM Hotel &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Thu Khoa Huan Street, Ben Thanh Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/33/b7330f3c3b461a39161a978c7b47d2977ba0956c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76918104" Longitude="106.69981737" StarRating="2" HotelCode="631573|triple_e" HotelName="Triple E" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Nguyen Thai Binh, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1c/f31cfe63c9fa3732410534612b71d1d4b4abaef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76814836" Longitude="106.69833869" StarRating="3" HotelCode="620157|lotus_boutique_hotel_2" HotelName="Lotus Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55/29-31-33 Le Thi Hong Gam Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/64/6764486a9908183ed3fed91c4d5e8efc9367027e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75502521" Longitude="106.61163388" StarRating="3" HotelCode="826631|hong_bao_thach_hotel" HotelName="Hong Bao Thach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Duong 24A, Phuong Binh Tri Dong B, Quan Binh Tan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6a/426a29c54a88bae3f68815fe865527597becf826.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877604|indochine_ben_thanh_hotel_apartments_2" HotelName="Indochine Ben Thanh Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Luu Van Lang</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/b9/23b967ac4db6b892970b9960be24803db44f743c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77471201" Longitude="106.68244151" StarRating="0" HotelCode="960849|babylon_d3_serviced_apartment" HotelName="Babylon D3 Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136/6 Vuon Chuoi Street, Ward 4, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/7219da5984dde6bfd08b494fb98b2df2e6c00552.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.59" OriginalAmount="26.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773726734398" Longitude="106.69671439681" StarRating="3" HotelCode="915629|1588398" HotelName="Joviale Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/3a/453a2ca90418d64b21eac97466a43b19342841b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.62" OriginalAmount="26.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768982352702" Longitude="106.69768035171" StarRating="3" HotelCode="350364|1733218" HotelName="Ben Thanh Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55/34 Lethi Hong Gam Street, Nguyen Thai Binh Ward, Ho Chi Minh, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/7e/577e061d370cb4bd559e85f3270433a6eadc31f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.83" OriginalAmount="26.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.800476666667" Longitude="106.66148" StarRating="3" HotelCode="185786|1151688" HotelName="TTC Hotel Deluxe Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>315 Hoang Van Thu Street, Ward 2, Tan Binh District, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b1/46b1004d423d7bd5098828e9cd70a9af33eb506e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on Hoang Van Thu Street, the hotel is opposite Hoang Van Thu Cultural Park, War Remnants Mu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.85" OriginalAmount="26.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784948556179" Longitude="106.69071307606" StarRating="3" HotelCode="307374|1075788" HotelName="Emm Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157 Pasteur street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/e9/66e9ba88c504e39ed89523722611f9ef2fb1b152.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.03" OriginalAmount="26.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768459413716" Longitude="106.69340853372" StarRating="3" HotelCode="391305|1201458" HotelName="A25 Hotel 274 De Tham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>274 De Tham Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/fd/d4fd036c6f81baa46a73bccff1c623975dbbe13d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.04" OriginalAmount="26.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77407982" Longitude="106.67812005" StarRating="3" HotelCode="368066|3453815" HotelName="Minh Tam Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>206 Ba Thang Hai Street, District 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/e4/90e43c5862759170e6bc1300dcebe4f452257be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73096782" Longitude="106.70769819" StarRating="3" HotelCode="407859|hotel_l_odeon_phu_my_hung" HotelName="Hotel L Odeon Phu My Hung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>63-65 Le Van Thiem Street, Khu Pho Hung Phuoc 3, Tan Phong Ward, Dist.7, Phu My Hung, Ho Chi Min City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/0c/a20cd4e9831f930118eb238bfc39472795ca3df3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel L Odeon Phu My Hung is perfectly located for both business and leisure guests in Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773232230765" Longitude="106.69605237808" StarRating="2" HotelCode="915639|aem_corp__the_petit_hotel" HotelName="A And Em 179 Ly Tu Trong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179 Ly Tu Trong Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4d/974da4a5c5dbd1c2d382c816ec83ebe13fc16b40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="977877|akoya_saigon_central_hotel" HotelName="The Akoya Ben Thanh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88 Ly Tu Trong, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/f7/43f7b7dc792838d2833753aa3e6bb9aa1bcac3b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76547724" Longitude="106.68673681" StarRating="0" HotelCode="963589|christinas_saigon" HotelName="Christina's Saigon - The Mothership" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212/2B Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/35/f835942797e0315f019df05eec603fa2ad26057d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.86" OriginalAmount="27.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774332471457" Longitude="106.69744104688" StarRating="3" HotelCode="319764|1208798" HotelName="Gk Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Ly Tu Trong, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/98/5d98428dc4ccfbe7560f163105efcd6e24cea54a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.99" OriginalAmount="27.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78720314" Longitude="106.69264124" StarRating="2" HotelCode="374268|3429685" HotelName="A25 Hotel 251 Hai Ba Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>251 Hai Ba Trung Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/fa/a1fa29b409df30078791cd40995afe560b3d8619.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.02" OriginalAmount="27.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73135636" Longitude="106.70751581" StarRating="3" HotelCode="407933|1739568" HotelName="Song Hung 2 Hotel &amp; Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Kitchen,Laundry,Luggage Storage,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>R4 33 - 34 Le Van Thiem, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/f5/e8f51525571835d86f40de75ccaed2abb77fcf57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Saigon Exhibition and Convention Center, Song Hung Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.10" OriginalAmount="27.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7722601" Longitude="106.69053433" StarRating="3" HotelCode="595539|3461305" HotelName="A25 Hotel 20 Bui Thi Xuan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Bui Thi Xuan, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/b7/a3b78c02cf5a1bb8cad0c53991c66e695c412289.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.28" OriginalAmount="27.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768849378209" Longitude="106.69379633821" StarRating="2" HotelCode="384349|1731758" HotelName="Beauty Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>185/14 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/78/fd78996eab94fb70d3b0dfa777377e94e78ef483.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771022" Longitude="106.700078" StarRating="3" HotelCode="68050|liberty_2_hotel" HotelName="Liberty 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129-133 Ham Nghi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/14/1d14a9f0e14b0e4d113c98250b93c1a7e0b26c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just across the street from Ben Thanh Market and gives guests perfect access t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77181546" Longitude="106.69678305" StarRating="3" HotelCode="309434|gia_huy_hotel_2" HotelName="Gia Huy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Nguyen An Ninh, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ef/feefd4e14bbfe0ab220ec168d8116a640488f299.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77351843" Longitude="106.69852452" StarRating="2" HotelCode="374252|lien_an_saigon_hotel_2" HotelName="Lien An Sai Gon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181 Duong Le Thanh Ton, Phuong Ben Thanh, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/88/1a888b81e6993bd563c31abfa6bfaf0f8a8002dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Lien An Saigon Hotel 2 puts everything the city has to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76928248" Longitude="106.68774786" StarRating="2" HotelCode="613818|triip_le_han_dai_nam" HotelName="Triip Le Han Dai Nam Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>142 Bui Thi Xuan, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/02/31020b078050164fcb83ba17968b04cd63cfd54c.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="968973|luxy_park_hotel_apartments_city_centre" HotelName="Luxy Park Hotel &amp; Apartments-City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15B Tran Khanh Du, Tan Dinh Ward, Ho Chi Minh City 70000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/35/dd353a31a4b16af4dda0aa90b993e0cc498a88e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.88" OriginalAmount="28.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769770528827" Longitude="106.68826192617" StarRating="2" HotelCode="59859|112472" HotelName="Empress" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Bui Thi Xuan Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/94/79947b2a5c35cb3ef7374e5894870c3cfd0e1b52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 30-minute drive away from the Tan Son Nhat International Airport, 15 minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.94" OriginalAmount="28.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772282" Longitude="106.690906" StarRating="3" HotelCode="142299|572525" HotelName="Queen Ann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>86 - 88 Bui Thi Xuan St., District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/9b/3d9b3bd3f5ddc59238dc601f7f1e81f03e78927d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Bui Thi Xuan street, which is considered one of the most convenient location...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770400269433" Longitude="106.68918719152" StarRating="3" HotelCode="309451|a25_hotel_le_thi_rieng" HotelName="A25 Hotel 145 Le Thi Rieng" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 Le Thi Rieng Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/49/fd49e700a0a797c9ff018dc4085187ca5172393e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 64 rooms. Wireless internet access is available to travellers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767737545531" Longitude="106.69381245269" StarRating="2" HotelCode="367688|new_sunny_hotel" HotelName="Sunny Ho Chi Minh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>232 De Tham Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773914444264" Longitude="106.69882493006" StarRating="3" HotelCode="915627|thien_xuan_hotel" HotelName="Thien Xuan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>108 - 110 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/19/db19a166ec1ed7d10a0bd753bb8df7ffef738bdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.61" OriginalAmount="29.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777896825494" Longitude="106.70499577294" StarRating="3" HotelCode="305182|1176668" HotelName="White Lotus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6A Thi Sach, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/47/2c476ea36ef8939ffe66983eded9a189d4fda4c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.57" OriginalAmount="29.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79720139" Longitude="106.70542219" StarRating="3" HotelCode="596246|2305315" HotelName="Maison De Camille Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>174/21 Dien Bien Phu, Ward 17, Ho Chi Minh City 700000, Binh Thanh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/28/0328d3a7d424484afb3c137b61ceb409db550f55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781389" Longitude="106.694731" StarRating="3" HotelCode="168313|golden_rose_hotel" HotelName="Aristo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3A Vo Van Tan St., District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/61/5561020a8b8414066dc8752c9b227d7043e73a6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only a few steps away from all that Ho Chi Minh City can offer. Not far from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.760131109319" Longitude="106.67002" StarRating="3" HotelCode="307378|valentine_hotel_2" HotelName="Valentine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93/1 Nguyen Chi Thanh, Ward 9 Dist. 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/1a/b51a7dce1becbd484d965fad81f4dffd9ae00f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73050138" Longitude="106.70721162" StarRating="2" HotelCode="367628|bali_hotel_2" HotelName="Bali Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 - 41 Hung Phuoc 3 Street, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/21/d62181ad71ac5c2709c1ae084ee22e32dd5a1c86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79563858733" Longitude="106.72027165502" StarRating="0" HotelCode="640122|homes_by_christine_vinhomes_central_park" HotelName="The Landmark 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>phuong 22</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/5d/dd5df5538c9fbdd19e514b258278dc6fa8053b3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="876995|aha_friday_city_view_hotel" HotelName="Triip Friday City View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>811 Le Hong Phong</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774625" Longitude="106.696633" StarRating="4" HotelCode="141676|kingston_hotel" HotelName="A&amp;EM Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f5/6af59f4e48ac5c01824857a6774c85f2e61fd575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale boutique suite hotel is located at the heart of Ho Chi Minh City. Its prestigious addre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77182563" Longitude="106.69047159" StarRating="3" HotelCode="701067|kim_long_chau" HotelName="Kim Long Chau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19D Bui Thi Xuan, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/a4/20a4d9ccfa0ceb32a8a67207d545f7eb7622f8bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72732872" Longitude="106.69667093" StarRating="3" HotelCode="692140|bin_bin_hotel_1" HotelName="Bin Bin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Street 1, KDC Ven Song, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/0f/680fb89ae0f5e5cb5190f8b6da6ba71222290f8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772265" Longitude="106.694868" StarRating="3" HotelCode="915649|tespoir_saigon_hotel" HotelName="Cititel Central Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>247-249 Ly Tu Trong, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/6a/9e6a941e8ec771df363f05cc7ef14bbb19b10361.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.74" OriginalAmount="31.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769044" Longitude="106.694578" StarRating="3" HotelCode="36291|1610158" HotelName="Liberty Hotel Saigon Greenview" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/63/ed631cedd8ef027fa6786040bacb21f76602ee02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.05" OriginalAmount="31.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77366235" Longitude="106.69854731" StarRating="2" HotelCode="367909|3456735" HotelName="Ruby Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185-187 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/29/c929a9ae5e833e88b09412caefdd737725f6f715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.07" OriginalAmount="31.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771881128016" Longitude="106.69520616531" StarRating="3" HotelCode="189202|1150568" HotelName="Cap Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Le Anh Xuan Street, Ben Thành Ward, District I, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/a5/d3a569d722b359c937ae31da1fe2a4450b74e93b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the crossroads of Ho Chi Minh City's business, cultural and historical distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.42" OriginalAmount="31.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77703388197" Longitude="106.68343580681" StarRating="3" HotelCode="167055|308765" HotelName="Lotus Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Cach Mang Thang 8 Street, Ward 7 District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/12/011247074785d4c1aad2c284b11375287f9bf97a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the entertainment area, next to 126 Stage and two minutes' walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774421205304" Longitude="106.69681549072" StarRating="3" HotelCode="161942|blue_diamond_hotel" HotelName="Blue Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Thu Khoa Huan Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/3b/0a3b719e06e01d7693f88204823f6e447851b54a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, in a very quiet street just behind the Tao Dan Park. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76886848" Longitude="106.69724395" StarRating="3" HotelCode="600203|diamond_luxury_ben_thanh" HotelName="Diamond Luxury Ben Thanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100/6 Le Thi Hong Gam, Ben Thanh Quan 1, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/26/4f265fb4198eae004521144f06f797ab59756773.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Ho Chi Minh City (Core area of Ho Chi Minh City), Diamond Luxury ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.80" OriginalAmount="32.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80696721" Longitude="106.73089723" StarRating="3" HotelCode="852699|2625445" HotelName="Aurora Western Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Quoc Huong, Thao Dien, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/22/97223917ff25f5a5cb602118caddc7ee370acc82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.37" OriginalAmount="32.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77533625" Longitude="106.7048125" StarRating="2" HotelCode="225948|1200518" HotelName="A25 Hotel Mac Thi Buoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>35 Mac Thi Buoi Street, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/2c/a72c9c900c05e607253cd639b2f4024cd10aa4f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Dong Do Hotel places you in the heart of Ho Chi Minh City, walking dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79589" Longitude="106.659453" StarRating="4" HotelCode="68049|first_hotel_ho_chi_minh" HotelName="First Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Hoang Viet Street, Ward 4, Tan Binh District, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/8e/6d8e1289bf0470f9654464fe5cfe4f536095279e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80100789" Longitude="106.64241257" StarRating="3" HotelCode="694411|solex_hotel" HotelName="Solex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Duong Nui Thanh, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/1b/3a1bd27bb26f571c98af29d7c21872b67bbd1356.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.809681526318" Longitude="106.73193083961" StarRating="3" HotelCode="968782|glenwood_city_resort" HotelName="Glenwood City Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>243 Nguyen Van Huong Street, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/63/8963c5b018d8f82083de780baa69fb0f7727b6e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.74" OriginalAmount="33.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775122152295" Longitude="106.70418483188" StarRating="3" HotelCode="99679|1162488" HotelName="Huong Sen" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66-68-70 Dong khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/31/1631632abfa10a99c518d6f35d36701272480b26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78455495177" Longitude="106.65354073048" StarRating="3" HotelCode="185378|kelly_hotel" HotelName="Kelly Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Thu Khoa Huan, District 1, Ho Chi Minh City, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/28/7a289fd1842d940ba9c8a9986d6c8105cd74fe1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76931340526" Longitude="106.6966414866" StarRating="3" HotelCode="402012|dai_nam_2" HotelName="Dai Nam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/57/195703b623a48dd03181104c6a499ab39fcaa5eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76827921" Longitude="106.69359447" StarRating="3" HotelCode="785984|saigonciti_hotel" HotelName="Saigonciti Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>264 De Tham, Phuong Pham Ngu Lao, quan 1, Ho Chi Minh City 770000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/69/4569de399def429f44269d8096966a1f5566d79f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77670396" Longitude="106.7046897" StarRating="3" HotelCode="852681|bel_ami_hotel_3" HotelName="Bel Ami Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Hai Ba Trung, Ben Nghe Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/71/2c711bbee2a2be94d65e0f6c13929b9122cb603b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.84" OriginalAmount="34.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.786589" Longitude="106.677674" StarRating="4" HotelCode="68048|340645" HotelName="Ramana Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Le Van Sy Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/75/69758306ee05686ffbd855b5bea96d5b5f4d427e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of charming Ho Chi Minh City, the hotel is within a few minutes' drive of the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.51" OriginalAmount="34.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77871819" Longitude="106.6884877" StarRating="2" HotelCode="587162|3465505" HotelName="Hoang Lan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>107/16 Truong Dinh, Ward 06, District 3, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/94/17942bc49fd524d8aaaf68f2c76f206b9aaa14a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.14" OriginalAmount="35.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77194595" Longitude="106.6928224" StarRating="3" HotelCode="309454|90248" HotelName="Cicilia Saigon Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>12D Cach Mang Thang 8, District 1, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/68/656806ce63dff4133fa85aed4abb7ac3a16aed0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77227994" Longitude="106.69615734" StarRating="3" HotelCode="263258|nhat_ha_1_hotel_2" HotelName="Nhat Ha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>252 B-C Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chí Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/cc/f9ccb01817b0143a5adb3df9f2e2fda723397190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769646" Longitude="106.700236" StarRating="3" HotelCode="915663|ruby_river_hotel" HotelName="The Hammock Hotel Fine Arts Museum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Nguyen Thai Binh Street, Nguyen Thai Binh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/23/f7235c51b0545ba530f6c916ea8575c1c65f3cf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.16" OriginalAmount="36.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779099650938" Longitude="106.70479713713" StarRating="3" HotelCode="225955|3465865" HotelName="Roseland Corp Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8A/6D2 Thai Van Lung Street, Ben Nghe Ward, District 01, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/09/9e09783f6a199fa3363341c2cdab6d6e6927b57a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774533" Longitude="106.700266" StarRating="2" HotelCode="915654|little_saigon_boutique_hotel" HotelName="Little Saigon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Bis/2 Le Loi Boulevard, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/41/7941f38a5c702df730a1ac02622b97f4e588db55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="971490|princess_saigon_central_hotel" HotelName="Princess Saigon Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34-36 Thu Khoa Huan Street, Ben Thanh Ward, Ho Chi Minh City 700000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/d6/d2d67a704b8b80bf36f703e92e706a4d0b7ab2c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.98" OriginalAmount="37.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771868" Longitude="106.694091" StarRating="3" HotelCode="307377|1684688" HotelName="Alagon Saigon Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>289 – 291 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/82/5582c9a14ea1d8f47015e4cf005419dd6d4a6e5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7717" Longitude="106.696826" StarRating="3" HotelCode="166833|hoang_hai_long_2_hotel" HotelName="Alagon Western Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 - 30 Nguyen An Ninh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/e0/7ae0c71efb3dee8111e207a4082b3f64fb9d3033.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of Ho Chi Minh City, close to the Ben Thanh handicrafts marke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.817388370238" Longitude="106.62417047559" StarRating="2" HotelCode="915667|tan_hai_long_hotel_4" HotelName="Silverland Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Hai Ba Trung Street, Stadtbezirk 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.795456" Longitude="106.71858385" StarRating="0" HotelCode="938532|vinhomes_central_park_luxury_apartment" HotelName="Vinhomes Central Park by Apartmentel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 Nguyen Huu Canh, Binh Thanh Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/7f/a87f311fb6b8a9e0eb8239094571633825051f65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Vinhomes Central Park Apartmentel, you'll be centrally locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77841581" Longitude="106.70460742" StarRating="3" HotelCode="967979|roseland_sweet_hotel_spa" HotelName="Roseland Sweet Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/eb/13eb8e8d2c3b3558c909c2ddcc1cf97c9e154b13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.91" OriginalAmount="38.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780566997093" Longitude="106.70685901472" StarRating="4" HotelCode="429157|1943255" HotelName="Bay Hotel Ho Chi Minh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Housekeeping,Internet,Laundry,Lounge,Meeting Room,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Ngo Van Nam Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/66/52/6652a7968a7bc709b0bbc4a8336bcbe0a325c444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Renovated in , the Bay Hotel Ho Chi Minh guarantees guests a pleasant stay whether in Ho Chi Minh Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.18" OriginalAmount="38.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.736204576366" Longitude="106.73067386595" StarRating="3" HotelCode="320706|1458878" HotelName="Liberty Hotel Saigon South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>542A,544 Huynh Tan Phat, Binh Thuan Ward, District 7, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/6e/e56e0011a40517bc25ae2f1d23212778b674a7f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77122549" Longitude="106.69416115" StarRating="3" HotelCode="410675|hoang_hai_long_south" HotelName="Alagon City Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-58 Pham Hong Thai Street, Ben Thanh Ward District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/af/bfaf45fb228890d0410f0127d95b6ddb0c711f80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.741269" Longitude="106.700997" StarRating="3" HotelCode="641051|sunrise_city_apartment" HotelName="Sunrise City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 - 25 - 27 Nguyen Huu Tho, Tan Hung Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/56/e956b2efdec6b6f3a1b21df760a28b1473522cdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779134" Longitude="106.7048295" StarRating="3" HotelCode="915669|aem_hotel_8a_thai_van_lung" HotelName="A&amp;EM Hotel 8A Thai Van Lung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A/1D2 Thái Van Lung, Qu?n 1, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/04/1a04c74ad29f9d470ffce5abb8c735ba2e9f9832.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77772819" Longitude="106.70539673" StarRating="0" HotelCode="966436|blue_diamond_luxury_hotel" HotelName="Blue Diamond Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6B Thi Sach, Ben Nghe, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/54/845480eee68d7ecc29cb98da61af91dfd1e3adce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.93" OriginalAmount="39.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77873391" Longitude="106.70485452" StarRating="3" HotelCode="374980|1786148" HotelName="Thuy Sakura Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/d7/3dd798964e5ecc07529e2c4bf673947af43bce37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.22" OriginalAmount="39.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76889882" Longitude="106.69753814" StarRating="3" HotelCode="773917|2533875" HotelName="Lotus Central Hotel Saigon" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102-104-106 Le Thi Hong Gam, Quan 1, Thanh Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/86/89864e6433be812fdc01fa7f2c3173eb1f4dee4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78020744243" Longitude="106.69330179691" StarRating="3" HotelCode="166326|victory_saigon_hotel" HotelName="Victory Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>141 Nam Ky Khoi Nghia Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/98/54988564143242c5bc996889e1a8e907f29ba76e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city, the hotel is very convenient for trade, shopping, sightseeing and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771296888664" Longitude="106.69141592996" StarRating="3" HotelCode="347818|the_hammock_hotel_ben_thanh" HotelName="The Hammock Hotel Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>47-49 Le Thi Rieng Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/9e/bb9edd1a27b17c31fc53265feb053ed4fbc50a39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772094659109" Longitude="106.69506695583" StarRating="3" HotelCode="373207|grand_cititel_central_saigon" HotelName="Ngoc Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>53-55 Le Anh Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/c6/f4c6bda08e3b85b7ca5d3da614f093d3f010ae41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770652" Longitude="106.693778" StarRating="3" HotelCode="387498|le_duy_hotel" HotelName="Le Duy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Nguy?n Th? Nghia, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ee/daeec232cf29489b1aae7e528a464c60006aa6b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a high and main street right in the centre of Ho Chi Minh City, within the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="882957|the_bloom_pham_viet_chanh_2" HotelName="The Bloom Pham Viet Chanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/8/3 Pham Viet Chanh, Ward 19, District Binh Thanh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/7f/6a7f58f89109a8e1cf372a5859d4dbfab253c6cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78487161" Longitude="106.69936961" StarRating="0" HotelCode="884371|cityview_serviced_apartment_2" HotelName="Cityview Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Mac Dinh Chi, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a9/3ca9fa36d7ee2a65ef4edab3d99eb512278da78f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78184526" Longitude="106.70541493" StarRating="3" HotelCode="958611|blue_diamond_new_hotel" HotelName="Blue Diamond New Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8B-8C Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/0b/930b1f68a46233fbc5f001dd55b382e314f382be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.88" OriginalAmount="42.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78698208" Longitude="106.69454179" StarRating="3" HotelCode="754962|3468885" HotelName="Nta Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>171 - 173 Dien Bien Phu, Dakao Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d0/afd012c225ba5e9cc878d25976843888bb98a81b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.96" OriginalAmount="42.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77446993" Longitude="106.68729972" StarRating="3" HotelCode="435952|3426845" HotelName="Le Duy Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82-84 Cach Mang Thang 8 Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/07868/2507868/1.jpg?f=15044573</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.31" OriginalAmount="42.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77558955" Longitude="106.69713232" StarRating="4" HotelCode="488546|2103305" HotelName="Central Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39-39A Nguyen Trung Truc, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/28/72284b1141c7e35bd15b2ad1788ddbf32306d186.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.42" OriginalAmount="42.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775152" Longitude="106.703883" StarRating="3" HotelCode="37540|894405" HotelName="Bongsen Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 - 123 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/4c/664c15ce411e28cec73191c055aefe69936882cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the midst of business offices, airline offices, souvenir shops, department ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769462" Longitude="106.70017" StarRating="3" HotelCode="300620|signature_saigon_hotel_2" HotelName="Signature Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>65-67-69 Nguyen Thai Binh Street, Nguyen Thai Binh Ward, District 1, Hochiminh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/51/31514aae195c7910cfe90550ef103aca357fed87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780805269736" Longitude="106.70455172024" StarRating="4" HotelCode="434761|lancaster_saigon_serviced_apartments_le_thanh_ton" HotelName="Lancaster Saigon Serviced Apartments Le Thanh Ton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Nightclub,Parking,Restaurant,Room Service,Sauna,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/de/5ddea6ac1f1a1dd4f4768eff67e74a259060ba53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Lancaster Saigon Serviced Apartments Le Thanh Ton to discover the wonders of Ho Chi Minh Cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80283510781" Longitude="106.74110500646" StarRating="3" HotelCode="611679|mrt_apartment_in_masteri_thao_dien" HotelName="Masteri Thao Dien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>159 Hanoi Highway, Thao Dien Ward, District 2, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/65/fc65780c30e86c1d21e3a76116e08814b714af1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773232923721" Longitude="106.69833565601" StarRating="3" HotelCode="915657|aem__phan_boi_chau" HotelName="A&amp;EM - Phan Boi Chau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Phan B?i Châu, Qu?n 1, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/e6/14e66c882c452eb42a8ef82f584a3a3452452d18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.32" OriginalAmount="43.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77610353" Longitude="106.70529508" StarRating="3" HotelCode="623269|3471965" HotelName="Huong Sen Annex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4-6-8 Mac Thi Buoi Street, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4f/454fc35eb62d660bc62f9e6f0a3eb2a8f8b78e04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78901" Longitude="106.69052" StarRating="3" HotelCode="171270|hong_vy_1_hotel" HotelName="Central Park Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Hai Ba Trung, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/bc/b3bc486cab7ebba4318b4d4d8239a81a82af60ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City's business and tourist district, opposite a g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7309592" Longitude="106.70835293" StarRating="0" HotelCode="971023|sabina_hotel_2_2" HotelName="Sabina Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47-49-51 Le Van Thiem Street, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/53/5d53bc7d21f6211eececaa3a78ec1d7054d8b1f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.24" OriginalAmount="44.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775821" Longitude="106.704626" StarRating="3" HotelCode="68053|572465" HotelName="Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41-47 Dong Du Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/a2/9ea23a33aa2ad355527ba052bc093760456dd842.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of city, which is just 5 minutes' walk away. The bus station can ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.26" OriginalAmount="44.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772060299687" Longitude="106.69027040608" StarRating="3" HotelCode="887860|1525998" HotelName="Harmony Saigon Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32A-34 Bui Thi Xuan Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/f6/edf63e9998f62e1c78ef23df988d3355ede188e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.31" OriginalAmount="44.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773246026982" Longitude="106.69619590044" StarRating="3" HotelCode="140907|572535" HotelName="Sanouva" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175-177 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/42/7242c41c084ebab7398b236aef2882a6ed1e6aac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7929141" Longitude="106.6723785" StarRating="3" HotelCode="536103|oakwood_apartments_ho_chi_minh_city" HotelName="Oakwood Apartments Ho Chi Minh City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>18 Street 3, Cu Xa Do Thanh, Ward 4, District 3, Ho-Chi-Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="962813|zazz_urban_ho_chi_minh_hotel" HotelName="Zazz Urban Ho Chi Minh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Su Van Hanh, Ward 9, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ed/00edb013478fcbb4ddcbadb82c0171a3e617c137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.92" OriginalAmount="46.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777920013663" Longitude="106.6886691546" StarRating="3" HotelCode="491729|downtown_retro_serviced_apartment" HotelName="Saigon Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2K Ho Xuan Huong, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/7f/337f0a404524c143a446b31e8db2d42daec3d7cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.07" OriginalAmount="46.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774635" Longitude="106.696681" StarRating="3" HotelCode="163645|1441698" HotelName="Alagon Zen Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 - 46Bis Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/55/b25579869efa9cf21f8b1236719dd0b29be6df3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.51" OriginalAmount="46.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774703142022" Longitude="106.70338153839" StarRating="3" HotelCode="56463|572515" HotelName="Oscar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68A Nguyen Hue Avenue, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3f/c43fafd076b9dda69f7c8f1bd15213f3739701a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.51" OriginalAmount="46.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771900961231" Longitude="106.69533261455" StarRating="3" HotelCode="320704|1200818" HotelName="A &amp; Em 280 Le Thanh Ton Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>280 Le Thanh Ton, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/fb/fdfb1a84ac4d1ee48fc18b3c72105796174d001f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.96" OriginalAmount="48.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771054" Longitude="106.692969" StarRating="2" HotelCode="207691|aries_hotel" HotelName="TRIIP Boutique Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7/9 Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f0/b7f0ad657fdfc6576aa03a446188b3ec7e8bb1e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.83" OriginalAmount="48.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.97525313" Longitude="106.67036313" StarRating="3" HotelCode="372535|1700258" HotelName="Becamex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>230 Binh Duong Boulevard, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/04/1304880480561c0e429304a44008529d3c56a151.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a bar, a transfer service, room service, a conference room an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.757692" Longitude="106.673247" StarRating="5" HotelCode="51813|windsor_plaza_hotel" HotelName="Windsor Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 An Duong Vuong, Ward 4, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/66/8a66e343849b5387ff1fb232852b3a9507c502e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Ho Chi Minh City, this hotel offers unparalleled access to the shopping, ni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773027" Longitude="106.69748" StarRating="3" HotelCode="171271|paradise_saigon_boutique_hotel" HotelName="Paradise Saigon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>288 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ed/62ed77ad48f74f3faf6547e11b37e5afd2db5aaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City, just 5 minutes’ walking distance from Ben Tha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.783850626008" Longitude="106.69025957965" StarRating="3" HotelCode="376200|hotel_165_nam_ky_khoi_nghia" HotelName="165 Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Nam Ky Khoi Nghia Avenue, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/48/484839561ab2a59f23cd6694b26f987ad96aad86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.71" OriginalAmount="49.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774323713107" Longitude="106.70371949672" StarRating="4" HotelCode="336606|256616" HotelName="Palace Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-66 Nguyen Hue Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/65/1465b94cbddb5443415649d34b175531cbf48dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the city centre, in the city’s administrative and commercial ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.796171715349" Longitude="106.6746121645" StarRating="4" HotelCode="168312|starcity_saigon_hotel" HotelName="Vissai Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ward 8, 144 Nguyen Van Troi Street, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/10/d610e5048d5ccb681099f2e6a5f98c31c37c7a3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a quiet and peaceful place, this hotel is a good choice for guests not wanting to stay i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="882837|orchid_boutique_apartment" HotelName="Orchid Boutique Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R1-72-R4-71 Bui Bang Doan Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/c6/67c634e56f1e56e50116f54187d18996a83719f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79552094" Longitude="106.71957478" StarRating="2" HotelCode="937885|christines_saigon_apartment" HotelName="Vinhomes Central Park by Christine’s Saigon Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 Nguyen Huu Canh, Ward 22, Binh Thanh District, Ho-Chi-Minh-City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/34/9b346b36ba4541851a518828e247b4600300f54c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.81" OriginalAmount="50.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7715986" Longitude="106.69526735" StarRating="4" HotelCode="623863|3441845" HotelName="A&amp;EM Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Le Anh Xuan Street, Phuoong Bên Tha`nh, H? Chí Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/98/6798e4863c76818f4d33337c4f45c9952e43b5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.95" OriginalAmount="50.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7776891" Longitude="106.66522936" StarRating="4" HotelCode="373992|1726108" HotelName="Athena Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>280 To Hien Thanh, Ward 15, Distrikt 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/9c/029c3705f72e4eb9a5491e33a20f63197a28fdf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.98" OriginalAmount="50.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="780699|3453455" HotelName="Scenic Valley Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Nguyen Van Linh Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/6f/4e6f03dbd4ddea1fb0d904f468a28a7a774a8a13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.02" OriginalAmount="51.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="960665|winsuites_saigon" HotelName="Winsuites Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28-30-32 Le Lai Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/be/27beb9c6600c38e96f531c765982787962124cd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.35" OriginalAmount="51.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79971" Longitude="106.668174" StarRating="4" HotelCode="39407|111662" HotelName="PARKROYAL Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>309B-311 Nguyen Van Troi Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/31/4f3174892dc7676cbfc53ce0632fd6ef9b5d5f58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Tan Binh District of Ho Chi Minh City, this hotel offers excellent quality and a gre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.66" OriginalAmount="51.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771856" Longitude="106.70388" StarRating="3" HotelCode="142302|572635" HotelName="Roseland Point Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>65 Ho Tung Mau Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/72/87722e76c456fc53ca2862ded3c8d4c32abebd7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district in Ho Chi Minh City, close to Ben Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.04" OriginalAmount="52.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77355931249" Longitude="106.69670367582" StarRating="3" HotelCode="915633|ha_hien_hotel" HotelName="Ha Hien Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>145-147 Ly Tu Trong street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/6e/756e94456e5a16cf74c7714d952a6635fe1c7c79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.61" OriginalAmount="54.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77177502" Longitude="106.69410088" StarRating="4" HotelCode="489347|2514515" HotelName="Alagon D'antique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>301-303 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/597541/597541a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.82" OriginalAmount="54.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771579210236" Longitude="106.69560362155" StarRating="3" HotelCode="142266|572685" HotelName="Good Vibes Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f7/a9f7fa5d9f2348cde93ddf0e42815fdf852c2e5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, 100 metres away from Ben Thanh Market and near the 23...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.12" OriginalAmount="56.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7771271928" Longitude="106.7057507835" StarRating="3" HotelCode="915661|la_jolie_hotel__spa" HotelName="Silverland Jolie Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>4D Thi Sach Street, Ben Nghe Ward, Dist 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/dd/b2ddd48f74ba816faac3a1a6ab413dd654555889.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.28" OriginalAmount="56.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80014014" Longitude="106.67076292" StarRating="5" HotelCode="320377|1075958" HotelName="5-star Tan Son Nhat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>202 Hoang Van Thu Street, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/b4/84b46ea086570949702bcd5f8152ac231e1191be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.43" OriginalAmount="56.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="3" HotelCode="770918|3470115" HotelName="Au Lac Center Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Nguyen Thi Minh Khai, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.62" OriginalAmount="56.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.819587" Longitude="106.620169" StarRating="3" HotelCode="423100|3449645" HotelName="Garden View Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>101 Nguyen Du Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/15/571581c2d2685df2c9d207b4a875c026486efc57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.29" OriginalAmount="57.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.796653838903" Longitude="106.67320236186" StarRating="5" HotelCode="15548|90238" HotelName="Eastin Grand Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>253 Nguyen Van Troi Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/d2/c4d2fde770554afe604f9f4abb6b718f22fc5f2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the Phu Nhuan District of Ho Chi Minh City, which is still affectionately kn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.45" OriginalAmount="57.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.813168850803" Longitude="106.66606929168" StarRating="4" HotelCode="525352|2048645" HotelName="ibis Saigon Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2 Hong Ha Street, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/38/09388b449436cf989d5044bcdb3bdc478573e7d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780844850948" Longitude="106.69605495493" StarRating="2" HotelCode="401582|au_lac" HotelName="Au Lac 1 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Nguyen Thi Minh Khai, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/98/6798e4863c76818f4d33337c4f45c9952e43b5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 2 star hotel is located in the city centre of Ho Chi Minh. The Hotel has a coffee shop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77357138" Longitude="106.69939579" StarRating="3" HotelCode="943527|uptown_hotel_3" HotelName="Uptown Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-13 Luu Van Lang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/92/6f92cd8efcda6c2934fede4f245f5bc09ff20447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.75" OriginalAmount="59.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777440812873" Longitude="106.70547366142" StarRating="3" HotelCode="189201|1160978" HotelName="Aquari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Thi Sach st., Dist. 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/2c/ba2c5c12b8e0dcfbd7fd914a7d331bfce2a3d2f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Ho Chi Minh's inner city with its myriad of attractions such as the Op...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.33" OriginalAmount="60.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78403834" Longitude="106.70033" StarRating="4" HotelCode="350367|1817708" HotelName="Muong Thanh Saigon Centre Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A Mac Dinh Chi Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/d3/67d3638cac397205c4b470e75c0ea5cb35d98bca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.87" OriginalAmount="60.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772297412644" Longitude="106.70370335276" StarRating="3" HotelCode="293149|1805388" HotelName="Silverland Charner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87-89-91 Ho Tung Mau Street, Ben Nghe Ward, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/93/ff93ff9fd2343a9476de4330940c1233751031df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.93" OriginalAmount="60.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78419595" Longitude="106.6944062" StarRating="4" HotelCode="773932|2303125" HotelName="Citadines Regency Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Pham Ngoc Thach Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/4f/6e4fca0cdd85d2b5a393d16a8479593e1163ea10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Ho Chi Minh City. Citadines Regency Saigon 									 guarantees a quiet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.04" OriginalAmount="60.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77753" Longitude="106.705251" StarRating="3" HotelCode="887852|1116038" HotelName="Northern" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 A Thi Sach Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/57/f157b721d0fd088e7ed2249f70b066b939e99345.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.22" OriginalAmount="61.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77245646" Longitude="106.70253843" StarRating="4" HotelCode="965064|innside_by_melia_saigon_central" HotelName="Innside By Melia Saigon Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 -131 Ton That Dam Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/9f/b39fd429acd81245c7e3063d6627057ef00153ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.34" OriginalAmount="61.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806803343364" Longitude="106.74704321693" StarRating="4" HotelCode="225965|1182928" HotelName="Riverside Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vo Truong Toan Street 53, Thao Dien Ward District 2, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/a6/84a6b73fe4dd830ea5abfcadefe7550bbfb17e84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77301316" Longitude="106.69575607" StarRating="3" HotelCode="309456|sunflower_saigon_hotel_2" HotelName="Sunflower Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>189 - 191 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/0c/a20c2f657e2ab1247dcc87c55178da1b6ba0d4c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant is among the facilities. Wireless internet access is available to guests in the public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780344455804" Longitude="106.70370072126" StarRating="3" HotelCode="166009|sophia_hotel" HotelName="Sophia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Thai Van Lung, Ben Nghe Ward, Disttrict 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/4b/2f4b3facf688897efd47bc8b7aa1ff3c4f775a25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the city centre, the hotel is close to Ben Thanh market and a number of museums in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.15" OriginalAmount="64.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774695237258" Longitude="106.69630587101" StarRating="3" HotelCode="163644|572185" HotelName="Silverland Yen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73-75 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/1a/071ad538d164efe54bbf97d79e53492ee4b51ad3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;From this business hotel, it takes only a few minutes to walk to Ben Thanh Market, Unification Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.43" OriginalAmount="65.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773097153167" Longitude="106.70432567596" StarRating="4" HotelCode="27130|34174" HotelName="Saigon Prince Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Nguyen Hue Boulevard, Ho Chi Minh City, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/fd/68fdca2ab10e91d6793aa7a6b6304bca84ddb396.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of the city, the hotel offers easy access to the business and gov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.64" OriginalAmount="66.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772628856641" Longitude="106.69320192394" StarRating="4" HotelCode="384226|1245308" HotelName="Homestead Parkview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>149- 151 Nguyen Du Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c1/f7c10dd6256c57f9f67288fddb5618f5d4060123.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779056847524" Longitude="106.70403644916" StarRating="3" HotelCode="130176|asian_ruby_luxury_hotel" HotelName="Hotel De Charme Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Thi Sach, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/39/6e392148bd7bf004ce693c29f251dc47ab967539.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the District 1, Dong Khoi neighbourhood of Ho Chi Minh City, the hotel is close to Ho Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="962928|republic_plaza_serviced_apartment" HotelName="Republic Plaza Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Cong Hoa Street, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/7d/107dbc2cae3e8812f271aa72ab0ece4c81565532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.02" OriginalAmount="67.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773541213731" Longitude="106.69869572454" StarRating="4" HotelCode="295333|119272" HotelName="Liberty Central Saigon Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 - 179 Le Thanh Ton, District 1, Ho-Chi-Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/a8/0ba8fd28243d2a19384be35dac634466c692d929.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Ho Chi Minh City, this urban hotel is about 1.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.06" OriginalAmount="67.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776733" Longitude="106.702603" StarRating="4" HotelCode="59858|141054" HotelName="Continental Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 - 134 Dong Khoi St., Dist 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/8d/318dab5918c77eb7e0054bb5751b82d640b21b31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre, close to a variety of conveniences for the traveller and bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.17" OriginalAmount="67.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78106843" Longitude="106.69047923" StarRating="4" HotelCode="552447|2514545" HotelName="Sila Urban Living" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>21 Ngo Thoi Nhiem Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/eb/56eb9a1ae01543c1a6d6b779c0dce6da5054a0a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776229047251" Longitude="106.69136065641" StarRating="3" HotelCode="307375|sonnet_saigon_hotel" HotelName="Sonnet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Truong Dinh Street, Disrict 3, Ho Chi Minh City ( Saigon )</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/44/be442ebab6616898f8797c577b2d5d6054eb03f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772633527899" Longitude="106.69519898731" StarRating="3" HotelCode="347829|lavender_boutique_hotel" HotelName="Lavender Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>200-204 Ly Tu Trong, Phuong Ben Thanh, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/ec/faec08916fe94d3fd393a89811e6f9c538fb2de6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774227666667" Longitude="106.696833" StarRating="4" HotelCode="915656|aem_corp__royal_palace_hotel" HotelName="A&amp;Em Corner Sai Gon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>39-41 Thu Khoa Huan Street, District 1, Ho Chi Minh City, Ðông Nam B? (Südostregion)</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/e5/d0e54885b18173f1df9639f70d2577e0228974f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.72" OriginalAmount="69.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.762013" Longitude="106.696365" StarRating="3" HotelCode="307373|1204908" HotelName="Sunland Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302-304 Vo Van Kiet Str, Co Giang Ward, District 1, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/7b/f77bf6cd724764a662f21491a3558c322f89ab27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.40" OriginalAmount="70.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771849506508" Longitude="106.69016356442" StarRating="4" HotelCode="933301|edenstar_saigon_hotel" HotelName="EdenStar Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ae/02ae357e049d74c903aac802d9196377e7dd9f7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.13" OriginalAmount="70.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784147" Longitude="106.699607" StarRating="4" HotelCode="410259|991675" HotelName="Somerset Chancellor Court Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Nguyen Thi Minh Khai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f1/0af13d0aafa651f4f1614f188d3eb806b70739c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled among tree-lined boulevards on the corner of Mac Dinah Chi and Nguyen Thi Minh Khai streets,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.22" OriginalAmount="70.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72656182" Longitude="106.7234994" StarRating="4" HotelCode="374714|1757548" HotelName="MerPerle Crystal Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>C17-1-2 Nguyen Luong Bang, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/2f/c42ff82d56cf62d36a10ed2e92adc1e2f693b28b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.31" OriginalAmount="70.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77270773" Longitude="106.69005833" StarRating="4" HotelCode="435237|2013445" HotelName="Fusion Suites Sai Gon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Suong Nguyet Anh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a6/d6a6f1fd9499a80f8d811aa3c28ae512fcf29bb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.46" OriginalAmount="73.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778166773973" Longitude="106.70589742879" StarRating="4" HotelCode="317062|millennium_boutique_hotel" HotelName="Millennium Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7A Thai Van Lung, Ben Nghe Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c8/2c/c82c300082ec1a83c53760a8d26a699d0c557c58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.79" OriginalAmount="74.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77874" Longitude="106.704061" StarRating="4" HotelCode="307376|1450358" HotelName="Paragon Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Thi Sach Street, Ben Nghe Ward, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/54/67543220689e7a4ee0b9c9222422686f169c74c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.59" OriginalAmount="75.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730909152082" Longitude="106.72361579172" StarRating="3" HotelCode="200090|1017438" HotelName="ibis Saigon South Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Hoang Van Thai Street, Phu My Hung Tan Phu Ward, District 7, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/23/c5234809dfb5bdb17a0d0402d52010795240d7ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.56" OriginalAmount="78.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77936414" Longitude="106.70471469" StarRating="3" HotelCode="436084|saigon_city_residence_serviced_apartment" HotelName="Saigon City Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>8A/3D2 Thai Van Lung street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/90/cd906e6b8f8ec4c4b96468bdad07ba39d87c8134.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.64" OriginalAmount="82.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80140933" Longitude="106.65541187" StarRating="3" HotelCode="844971|holiday_inn_hotel_and_suites_saigon_airport" HotelName="Holiday Inn &amp; Suites Saigon Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18E Cong Hoa Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/42/33/4233c484fca258183a0a0bc25ec893cf8051ee98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.68" OriginalAmount="84.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779091" Longitude="106.703987" StarRating="3" HotelCode="72564|may_hotel" HotelName="May Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Thi Sach Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/45/9a457f3b3d3700a01d60902446df8c0eebf46e3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Saigon, within walking distance of the city theatre, Ben Than...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79981512" Longitude="106.72366222" StarRating="4" HotelCode="372528|charm_suite_saigon_2" HotelName="Charm Suite Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>330A/330B Ung Van Khiem Stree, Ward25, Binh Thanh, Ho Chi Minh City (Saigon)</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/02/fe02d91ac7849171b95758af2b58445510a9cce6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78897659" Longitude="106.70874303" StarRating="3" HotelCode="968950|mh_serviced_apartment" HotelName="M-H Residence &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Ngoc Phuong, Ward 19, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/1e/361e2de31a08a462b1d9aa9ccd506eb1fafc908d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.67" OriginalAmount="87.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772975" Longitude="106.706286" StarRating="5" HotelCode="14523|572425" HotelName="Majestic Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Ski Hotel " CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/f1/1ef1f89998c542b259146d2ab168a4d415e9fdc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, overlooking the Saigon River. It features original Fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.91" OriginalAmount="88.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.763357" Longitude="106.678984" StarRating="5" HotelCode="12148|90146" HotelName="Equatorial Ho Chi Minh City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>242 Tran Binh Trong, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/6b/3b6b48d8db148843e364a2fc2a125c5a41b5a3b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upper- mid range hotel is located in the 5th district on Tran Binh Trong Street and between Sai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.63" OriginalAmount="88.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81993" Longitude="106.726024" StarRating="4" HotelCode="119020|572505" HotelName="Saigon Domaine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Country House,Club Resort,Golf Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1057 Binh Quoi Street, Ward 28, Bin Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/1b/60/1b605eb9cff8a62e6220557077d4f4497e377501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is surrounded by Saigon River, on the green island of Thanh Da in Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.42" OriginalAmount="90.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773855" Longitude="106.70564" StarRating="4" HotelCode="46026|825595" HotelName="Grand Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/65/5a65a9a49076d57cbe5c52f10a86ea71e93c05eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfectly located in the heart of the city centre, this hotel is the ideal choice whether guests are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.47" OriginalAmount="92.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.763731" Longitude="106.682752" StarRating="5" HotelCode="176758|967285" HotelName="Nikko Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>235 Nguyen Van Cu Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/ac/1aac16642288a5ca9412b58d3c44dcd860262d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the centre of Ho Chi Minh City, the hotel offers easy access to Tan Son Nhat Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.71" OriginalAmount="92.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73038275721" Longitude="106.72360549134" StarRating="4" HotelCode="263801|1176748" HotelName="Capri by Fraser, Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.2, Street C, Tan Phu Ward, District 7 - Lot A, New Urban South City, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d5/add556376492a2e2c7f45c175b8fc89e5757ca18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.86" OriginalAmount="93.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80470337" Longitude="106.73989438" StarRating="3" HotelCode="736391|la_casita_saigon" HotelName="La Casita Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Tran Ngoc Dien, Q2, Thao Dien, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/10/241053b158685e3b2d90415ca3e47885b59c8dc9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.23" OriginalAmount="95.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771608" Longitude="106.697459" StarRating="3" HotelCode="142301|1525378" HotelName="Silverland Central Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 - 16 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/7e/f57eb7c7c9d3dbbcc9df930c12dad2466c036c0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district of Ho Chi Minh City. Close to Ben Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781594302784" Longitude="106.70560659201" StarRating="4" HotelCode="933873|silverland_sakyo_hotel__spa" HotelName="Silverland Sakyo Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>10A Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/cf/8bcf3ba495ae544e40ddf73f68e7c2b4fdb4fa35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.815904460376" Longitude="106.73341814103" StarRating="4" HotelCode="915646|villa_song_saigon" HotelName="Villa Song Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197/2 Nguyen Van Huong Street, Thao Dien Ward, District 2, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/32/a2323cba1c141a971612b9785944a4c526e19b26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.01" OriginalAmount="97.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.782758450669" Longitude="106.69339942797" StarRating="5" HotelCode="902518|332675" HotelName="Sherwood Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>127 Pasteur Street, Ward 6, District 3, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/db/7cdb72da6b825b56ebe6ac0b0d1ca5b24988311f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.25" OriginalAmount="98.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78107863" Longitude="106.6954924" StarRating="4" HotelCode="771363|3466575" HotelName="Orchids Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>192 Pasteur Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/90/3d901b70683ef8edf2ec18651a59a01a0959e2aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Orchids Saigon Hotel is located in the best convenient location, with easy access to major consulate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.72" OriginalAmount="100.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775464633334" Longitude="106.7017185688" StarRating="5" HotelCode="36290|143126" HotelName="Rex" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>141 Nguyen Hue Blvd., Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e3/68e3ed005fe146d5b65e0bdcab9ba38709d001f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of one of Vietnam's metropolises. The famous Ben-Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="103.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780879795401" Longitude="106.7041373623" StarRating="5" HotelCode="314293|norfolk_mansion" HotelName="Norfolk Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-19-21 Ly Tu Trong Street, Distrikt 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/82/5782560bc42ccd559d39048353657769eec0d8be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.45" OriginalAmount="103.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77322654" Longitude="106.7019244" StarRating="3" HotelCode="856648|3429825" HotelName="M Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Ton That Thiep Street, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/96/cb9634681eafd1c5dafb026a6bb508c5b8a59d09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.53" OriginalAmount="104.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78249957" Longitude="106.69658126" StarRating="3" HotelCode="744034|3453175" HotelName="Bach Suites Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Designated Smoking Area,Dining,Internet,Kitchen,Laundry,Meeting Room,Parking,Printer,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10A Pham Ngoc Thach, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/9d/809d3a561678466a7e5f47ddf09ad2cd505fd12d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Defined by a sweeping feeling of nostalgia that recalls this region's French colonial past, Bach Sui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.12" OriginalAmount="106.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.805483296251" Longitude="106.75175038935" StarRating="5" HotelCode="263802|somerset_vista_ho_chi_minh" HotelName="Somerset Vista Ho Chi Minh City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>628C Hanoi Highway, An Phu, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b0/91/b091858ff2f2157cecba99002ec36d5d87eb01bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.49" OriginalAmount="106.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78044532" Longitude="106.70445237" StarRating="3" HotelCode="586742|2283205" HotelName="Amena Residences &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>24 Le Thanh Ton Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/7b/357b39d059bf512248c85fa15956b775a681a28e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.18" OriginalAmount="108.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784629" Longitude="106.695984" StarRating="4" HotelCode="186075|894845" HotelName="Novotel Saigon Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Hai Ba Trung, District 3, Ho-Chi-Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/bb/3bbbc978018819dc9f14f36d7299e459e64d6eb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.72" OriginalAmount="112.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773754475146" Longitude="106.70632367361" StarRating="4" HotelCode="151366|962365" HotelName="Liberty Central Saigon Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/1d/5d1d544dc0d12d116ad916811f702c9bf522e25f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Ho Chi Minh City, this urban hotel is about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.98" OriginalAmount="119.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776315709579" Longitude="106.70354783535" StarRating="5" HotelCode="20557|34114" HotelName="Caravelle Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-23 Lam Son Square, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/37/cf/37cfee34538938fef4a427c8eb84dc93346a4dc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the midst of the business, shopping and entertainment districts o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.99" OriginalAmount="119.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778884733186" Longitude="106.70697569847" StarRating="5" HotelCode="33861|96028" HotelName="Lotte Legend Hotel Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A - 4A Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/10/101040bf99cc1e029993803b17550e2b2447161b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City on Ton Duc Thang Street fronting the scenic Sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79768907" Longitude="106.73076822" StarRating="1" HotelCode="760825|thadico_3_hotel" HotelName="Thadico 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-8 Duong 19B, Binh An Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/6a/166a9b1b70ca645cbbe3cf01599f893b631cf0de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877889|saigon_1979" HotelName="Cong Quynh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>190 Cong Qu?nh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/57/0a57de2323ab638268658a46022b44ae44797b8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.83" OriginalAmount="123.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772685994812" Longitude="106.70119836011" StarRating="4" HotelCode="82917|1093168" HotelName="Sedona Suites Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Le Loi Boulevard, Saigon Centre, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/08/8308915126f6add7b34800f8bb78f2ad668b85c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784038523645" Longitude="106.70265197754" StarRating="5" HotelCode="17762|sofitel_saigon_plaza" HotelName="Sofitel Saigon Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Le Duan, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/de/07de9c5ee8ee1f54c21ba63c1696cba9bc5b4774.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international hotel is located on the historical tree-lined Le Duan Boulevard, in the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78229692" Longitude="106.69192185" StarRating="0" HotelCode="963806|mai_house_saigon" HotelName="Mai House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Nam Ky Khoi Nghia Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/92/3792a6c8e0ac297b15df3a29a284fa618db59520.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.52" OriginalAmount="126.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77454" Longitude="106.706428" StarRating="5" HotelCode="20679|renaissance_riverside_hotel_saigon" HotelName="Renaissance Riverside Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-15 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/de/2bde0b3059bfb3fec61a3f44a8bf57dff7647c17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located at the heart of Ho Chi Minh City, just a few minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.03" OriginalAmount="128.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78230731" Longitude="106.69230252" StarRating="4" HotelCode="626745|2283895" HotelName="Sherwood Suites Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>192 Nam Ky Khoi Nghia, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a1/77a12875677d33bbb4b83ed747c9e6359bbef61b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.86" OriginalAmount="129.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73019994" Longitude="106.70437831" StarRating="4" HotelCode="639571|2552575" HotelName="Oakwood Residence Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1056A Nguyen Van Linh Road, Tan Phong War, District 7, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/f8/1bf8771040465d7396bd9ab51dc720bfcb0c0864.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.34" OriginalAmount="133.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.782333" Longitude="106.697399" StarRating="5" HotelCode="317378|1621068" HotelName="Hotel Des Arts Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76-78 Nguyen Thi Minh Khai Street, District 3, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/1d/e41da77dd1b0e3429f3df21721651ae274027997.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.75" OriginalAmount="134.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.800120014297" Longitude="106.68124345002" StarRating="2" HotelCode="347731|1785938" HotelName="Quynh Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>206B Phan Dang Luu, Ward 03, Phu Nhuan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/22/fb22cfebf8c0ced74f202458dcf1f4c0df989665.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.70" OriginalAmount="135.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770901" Longitude="106.695044" StarRating="5" HotelCode="15141|new_world_saigon_hotel" HotelName="New World Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/cb/8ccb4adbcc125cebfd607bb57c1af1607fb363e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located directly in the business centre of HCMC where a selection of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.48" OriginalAmount="136.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7743695" Longitude="106.7065418" StarRating="5" HotelCode="314951|1474768" HotelName="Le Méridien Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3C Ton Duc Thang Street, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/41/3b/413b1cf7805715a7985a38f5483c6d93264dc79b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.71" OriginalAmount="139.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.789538660286" Longitude="106.70287930059" StarRating="4" HotelCode="410260|826155" HotelName="Somerset Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A Nguyen Binh Khiem Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/b3/89b34ff5be60c03ed29f876e959af9de421ef7d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the business and shopping district, conveniently close to business destinati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.54" OriginalAmount="146.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775733394513" Longitude="106.70403599739" StarRating="5" HotelCode="50609|91630" HotelName="Sheraton Saigon Hotel &amp; Towers" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Dong Khoi, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/bb/f8bb4744ab504c755fc897f8087445576c55d870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a privileged location in the heart of Ho Chi Minh City, on the most famous street, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.89" OriginalAmount="157.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774697214273" Longitude="106.70569880738" StarRating="4" HotelCode="525353|2103345" HotelName="The Myst Dong Khoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6,8 H? Hu?n Nghi?p, P. B?n Nghé, H? Chí Minh, Qu?n 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d5/cdd55f223313e64f043357b271720f4cb0269e67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.42" OriginalAmount="171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81015268" Longitude="106.7515607" StarRating="5" HotelCode="961035|mia_saigon_luxury_boutique_hotel" HotelName="Mia Saigon Luxury Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Street 10, An Phu Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/8d/458d4fb87e92ccceb162452146e452fb7c117d1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.09" OriginalAmount="174.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781488269724" Longitude="106.7011069828" StarRating="5" HotelCode="175615|824515" HotelName="InterContinental Residences Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Nguyen Du Street &amp; Hai Ba Trung, St., District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/95/8d958dfd77f3212d7f51631ba8ad8ccc02ec3dc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77358808" Longitude="106.70456638" StarRating="5" HotelCode="263804|the_reverie_saigon" HotelName="The Reverie Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-36 Nguyen Hue Boulevard, 57-69F Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/e9/3ee9001b49759907b9e32b80a6797c8b9b0fbdd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.51" OriginalAmount="215.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774258514345" Longitude="106.70497618926" StarRating="5" HotelCode="376432|1847348" HotelName="The Reverie Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57-69F Dong Khoi Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.94" OriginalAmount="247.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77458" Longitude="106.700705" StarRating="4" HotelCode="936613|liberty_central_saigon_city_point_hotel_" HotelName="Liberty Central Saigon Citypoint Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Pasteur, Qu?n 1, TP. H? Chí Minh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/10/2a1080dd3300e5e125879a9cf4628da33ac7f14c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78083238" Longitude="106.7049958" StarRating="3" HotelCode="945440|roseland_centa_hotel" HotelName="Roseland Centa Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>15/1A-15A/57A Le Thanh Ton, Ben Nghe Ward, Dist 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/79/8879d23f52080fca87a11d5aa3aeef61f4c64daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74779125" Longitude="106.61092075" StarRating="0" HotelCode="839596|minh_ha_hotel" HotelName="Minh Ha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Beauty Salon,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24-26 Street 30, Binh Tri Dong B Ward, Binh Tan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/2e/ee2e7cd979d85a4930eb29141c38e0b5d61a8123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Minh Ha Hotel is conveniently located in the popular Tan Tao Industry Zone area. The hotel offers a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="416.16" OriginalAmount="408.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.759449" Longitude="106.669292" StarRating="5" HotelCode="904542|an_lam_private_residences_saigon_river" HotelName="An Lam Saigon River" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/84/2984e70420e619e1bc5254d33876f0b505d09a7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6902.95" OriginalAmount="6767.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7919913" Longitude="106.7223097" StarRating="5" HotelCode="815739|2343045" HotelName="Vinpearl Luxury Landmark 81" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>720A Dien Bien Phu Street, Landmark 81 Building, Vinhomes Central Park, Ward 22, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/30/a130dc28d54a304e9ae3f059c08be152fff0b714.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Lounge,Massage Centre,Sauna,Shopping Arcade,Nightclub,Bicycle Rental,Kitchen,Central Heating,Swimming Pool,Garden,Wheelchair Access,Golf,Spa,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Pets allowed,Smoking Rooms,Wake-up Call Service,24 Hour Front Desk,Beauty Salon,Concierge,Dry Cleaning,Elevator,Luggage Storage,Parking,24 Hour Room Service,Business Centre,Coffee Shop,Housekeeping,LCD/Projector,Off-Site Parking,Pick &amp;amp; Drop,Porter,Valet Parking,Meeting Room,Banquet Hall,Dining,Printer,Babysitting</BasicAmenities>
    <HotelRating>3,5,4,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SKI HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,APARTMENT HOTEL,COUNTRY HOUSE,CLUB RESORT,GOLF HOTEL,ECO HOTEL,HOTEL DE CHARME,HOTEL,RESIDENCES,HOSTELS,GUEST HOUSES,AIRPORT HOTELS,APARTMENT,APARTHOTEL,SPA HOTEL,HOLIDAY HOMES</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
97b64323-e756-4fa5-915d-fb3793ee6882|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="97b64323-e756-4fa5-915d-fb3793ee6882">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84794" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-23T00:00:00" End="2026-06-24T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
97b64323-e756-4fa5-915d-fb3793ee6882|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
97b64323-e756-4fa5-915d-fb3793ee6882|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-23T10:20:29.0076134+01:00" Version="0" EchoToken="Search" TransactionIdentifier="97b64323-e756-4fa5-915d-fb3793ee6882" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="6.02" OriginalAmount="5.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772284" Longitude="106.690775" StarRating="2" HotelCode="905926|1162688" HotelName="Nouveau Happy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Bùi Th? Xuân, Phu?ng B?n Thành, Qu?n 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/61/5b61ced4a7cadd5d7910ebf4979c277745fb055c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated about 10 m from Tao Dan Park and some 100 m from the nearest restaurants and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6.12" OriginalAmount="6.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="696398|sunrise_trung_son_hotel" HotelName="Sunrise Trung Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 63 Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ec/6decbb3848a064f1e54bec03da2aac9b81a27951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6.12" OriginalAmount="6.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="829149|ngoi_sao_phuong_nam_hotel" HotelName="Ngoi Sao Phuong Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41/2 Tan Thoi Nhat 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/03/a803200be4b1503f324da927b958820f90f5dfc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6.73" OriginalAmount="6.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.843616463999" Longitude="106.65712357156" StarRating="2" HotelCode="347359|1222298" HotelName="Lan Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>251/28 Le Van Tho, Pham Ngu Lao Ward, Go Vap, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/45/3445c7f6ba11b8e2a177c1b52fbe848ade5fb087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.14" OriginalAmount="7.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76285199" Longitude="106.67635399" StarRating="1" HotelCode="373134|trang_thu_2_hotel_" HotelName="Trang Thu 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>328 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d8/edd8aea3451fbf41be7614b4669f9438c776f013.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.14" OriginalAmount="7.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74717235" Longitude="106.61666251" StarRating="0" HotelCode="698256|hong_tam_hotel" HotelName="Hong Tam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Street 14</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a2/34a2b500a1c66c290bd12f8e39e3fb43f0c10737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768942745378" Longitude="106.69401345656" StarRating="2" HotelCode="309439|ipeace_hotel" HotelName="Ipeace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>175/8 Pham Ngu Lao Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/34/2d34efe25c7d2b624826773738627d31e72ca562.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78671726" Longitude="106.63458034" StarRating="2" HotelCode="346598|avatar_hotel_2" HotelName="Avatar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Le Van Phan, Phu Tho Hoa Ward, Tan Phu District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/be/7abe64a3afb410225bf950076a7d39ea28568a93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a bar, a tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75683433" Longitude="106.63412633" StarRating="2" HotelCode="626493|ba_dat_homestay_q6" HotelName="Ba Dat Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68b/13 Dang Nguyen Can</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/61/4a61ed9b4d662f9a2aa6873b286a1a78ce8e856c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="826179|ngoc_trinh_hotel_2" HotelName="Ngoc Trinh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>107 Ho Ba Kien</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/a2/0aa211af4432a6951c1b6465c70186a9ac1f6a9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.01" OriginalAmount="8.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.807323264546" Longitude="106.67519631298" StarRating="2" HotelCode="376520|1810488" HotelName="Huong Mai 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>112 Dao Duy Anh Street, Phu Nhuan District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/be/90be63aa085ad2dd3d566760372f7270682827ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76764638367" Longitude="106.69387233223" StarRating="2" HotelCode="346391|saigon_europe_hotel" HotelName="Saigon Europe &amp; Spa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>207 De Tham, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/a0/86a060fda153b58d6997b5ddfb70255f8cede13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.797369845317" Longitude="106.67803368713" StarRating="2" HotelCode="309442|kim_yen_hotel" HotelName="Kim Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Nguyen Trong Tuyen, Phu Nhuan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/f6/abf66ec15768942f615e22f711f846309bb30b64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a restaurant and room servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766736246649" Longitude="106.69278420974" StarRating="2" HotelCode="346919|nn_hotel" HotelName="NN Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6c/376cb912ae347d8fe0e953222492a14c2dc91626.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79665553" Longitude="106.64815204" StarRating="2" HotelCode="346732|hung_anh_hotel" HotelName="Hung Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>35 Thep Moi, Ward 12, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/4b/e94bd81c2ea6778e97e61a018106e36ce104d01b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76725251" Longitude="106.69370287" StarRating="3" HotelCode="309425|aston_hotel_saigon" HotelName="Aston Hotel - Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 - 29 Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/1d/dc1dc3bcc6eeaf7a18fa609ff77327f1187d8543.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75169655828" Longitude="106.71154543298" StarRating="2" HotelCode="347296|ngoc_tung_riverside" HotelName="Ngoc Tung Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>361 Tran Xuan Soan, Tan Kieng Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/1c/691c81fed936c3ec80b1e3f216e3d460fc290adb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79704875" Longitude="106.65917328" StarRating="2" HotelCode="372498|hoa_de_nhat" HotelName="Hoa De Nhat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4/1/9-4/1/11 Hoang Viet, Tan Binh Distrikt, Ho Chi Minh Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/bb/f4bbe3c79315acc957272656624df34decab582b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76367193527" Longitude="106.67587796226" StarRating="0" HotelCode="347730|hoang_yen_nhi_hotel" HotelName="Hoang Yen Nhi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>370 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/92/0e92233fb769ed075a7cc2abc6127c05f3d9a9f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7734013" Longitude="106.69637328" StarRating="2" HotelCode="363798|mai_vuong_sai_gon_hotel" HotelName="Mai Vuong Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>153 Ly Tu Trong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/29/8c29baabcd9c810ee3ecce6df39ae0ab8c26d00b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78872176" Longitude="106.67539805" StarRating="3" HotelCode="630527|tropical_house_5" HotelName="Tropical House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>413/37 A Le Van Sy, Ward 12, District 3, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/ef/09ef5d965e525111016c25cb51526a9ce97958c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77982451" Longitude="106.66823007" StarRating="3" HotelCode="586659|bonita_tht" HotelName="Bonita THT" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>185 To Hien Thanh, Ward 13, District 10, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/a7/88a7db304177ba80ef4ec3718a0ca0fe790d0301.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80105584" Longitude="106.64306701" StarRating="0" HotelCode="808746|nui_thanh" HotelName="Nui Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Parking,Pets allowed,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3A Nui Thanh Street, Ward 13, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/5f/ed5febcae674b2ba26849061c1a8a28162340e1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Nui Thanh Hotel to discover the wonders of Ho Chi Minh City. Offering a variety of facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76757213" Longitude="106.69190697" StarRating="2" HotelCode="783042|h_best_hostel_cafe_saigon" HotelName="H Best Hostel Cafe Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>265/39 Pham Ngu Lao, Phuong Pham Ngu Lao, Quan 1, Ho Chi Minh City 700000, Sai Gon</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/2f/de2f9efa0955e79b0668354081608ed6b6bda46e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76780951" Longitude="106.69443028" StarRating="0" HotelCode="839942|titi_hotel_" HotelName="Ti Ti Room For Rent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/12-14A Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/4b/994b960f08bbabd2019ebe841f07c6b6e920c862.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="967501|reddoorz_nguyen_kiem_street" HotelName="Van Giao Hotel by RedDoorz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>740B Nguyen Kiem Street, Ward 4, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e7/83e74619113979005889b922417741c491a611d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.20" OriginalAmount="9.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769343989153" Longitude="106.70243844654" StarRating="2" HotelCode="309422|3432465" HotelName="Anh Duy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Nguyen Cong Tru, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/3b/c63bff1c279951d5b94d403278482f0d5be1dc40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.37" OriginalAmount="9.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76919427" Longitude="106.69034195" StarRating="2" HotelCode="518106|3475775" HotelName="Ace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>139H Nguyen Trai, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b9/e9b9c043ebe043808245b560d6d085dc66042d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.38" OriginalAmount="9.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766855776695" Longitude="106.68949317369" StarRating="2" HotelCode="378557|1720158" HotelName="Khoi Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/11 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/9f/e59f99c11d614c1413cf2e42e25796fa4fe88041.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.38" OriginalAmount="9.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81287762" Longitude="106.66700005" StarRating="2" HotelCode="772394|3440245" HotelName="95 Lam Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Lam Son, Ward 2, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a1/eea189982d02e1fe7dad4210dd6cdd9ceee2112d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.45" OriginalAmount="9.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767538967221" Longitude="106.69078566219" StarRating="2" HotelCode="346965|1897475" HotelName="Hoang Phi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>313 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b5/a2b53c325ba978b1a0ebbee5c6ab8417cd2aba89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.77" OriginalAmount="9.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.84919597" Longitude="106.67861124" StarRating="3" HotelCode="828962|3471675" HotelName="Galaxy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>594-596 Nguyen Oanh, Phuong 6, Quan Go Vap, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/d9/d5d92e7ddd1b9ec5f64e9997ad5a3be27cd69420.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.96" OriginalAmount="9.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79787932" Longitude="106.73022569" StarRating="1" HotelCode="694403|3434985" HotelName="Sai Gon River Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35/8 Street 19, Binh An Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/06/4d0619c38792781a86b869ec9109cd5285ae5817.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.06" OriginalAmount="9.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767" Longitude="106.6893" StarRating="2" HotelCode="491735|1221758" HotelName="Long Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>373/10 Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/36/35360f0baa73c26ea3f23ca3d847c634e5fb6de5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76756647" Longitude="106.69121823" StarRating="2" HotelCode="347133|giang_son_2_hotel_2" HotelName="Giang Son Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>283/24 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/35/9f35c9221eea835029e047cbe02c18a17faef1ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80054826" Longitude="106.64258544" StarRating="2" HotelCode="424761|song_nhat" HotelName="Song Nhat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Designated Smoking Area,Elevator,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20/19 Nui Thanh, Ward 13, Ho Chi Minh, Tan Binh District</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1c/f31cad49bc996872da84e2ad7564769a25458e6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Song Nhat Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. The h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80248594" Longitude="106.64285103" StarRating="3" HotelCode="698183|van_ha" HotelName="Van Ha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bicycle Rental,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>440 Cong Hoa Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/ac/83ac79acf51a8b5b47341c1af425aab841859b35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Van Ha Hotel to discover the wonders of Ho Chi Minh City. The property features a wide range...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79187045" Longitude="106.6435422" StarRating="3" HotelCode="691105|hung_miami_hotel" HotelName="Hung Miami Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160-162 Bau Cat, 160-160 Bau Cat, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5a/415aa653c8a2835b6436f148eaa367dcccea48f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73449326" Longitude="106.66011349" StarRating="0" HotelCode="808832|felix_garden_hotel_" HotelName="Felix Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>908 Ta Quang Buu Street, Ward 5, District 8, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/98/2d988c2828b4e0633b065c0cef8691a69ea6edde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Felix Garden Hotel puts everything the city has to offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76590077" Longitude="106.69132104" StarRating="3" HotelCode="784985|an_nam_corner_dreamer" HotelName="An Nam Corner Dreamer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>183/15 Bui Vien, Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/de/f4de4fc5a0e926431f49f6e497e3eafd27925911.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="829310|nhu_y_hotel" HotelName="Nhu Y Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185 Duong 16</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/3f/d53fd550e2adb0100ab192a3dde633efaf732671.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="884419|nam_bac_hotel" HotelName="Nam Bac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>206 Phan Dang Luu</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/b0/aab0b58e6fe300647a1cbb478a5b219cf2edb8c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="876931|phuong_linh_hotel_3" HotelName="Phuong Linh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-27A Nguyen Thái Bình, Phuong 4, Quan Tan Bình, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/26/632604c258cf2825eb5aad46e4a41840cfa8db3e.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.27" OriginalAmount="10.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76845965" Longitude="106.69392118" StarRating="2" HotelCode="374002|3450305" HotelName="Saigon Amigo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>185/24 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/dc/8cdc574d1246b9e7cf3313f5da840256902a1ab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.42" OriginalAmount="10.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767537640709" Longitude="106.69269375155" StarRating="2" HotelCode="384112|1722338" HotelName="Thanh Ha Guesthouse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241/39 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/77/3177e1b17b3093d58568b9849fcb6ff7e22a467f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.57" OriginalAmount="10.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73279645" Longitude="106.70739983" StarRating="3" HotelCode="773644|3426595" HotelName="Laguna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>R3-84 Hung Gia 4, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/20/c32092acdf7f5b6b2156b143e9c82580d223ead9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.58" OriginalAmount="10.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="782923|3443475" HotelName="Language Exchange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>399/43/5 Nguyen Dinh Chieu, District 3, 1500 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/da/59da8ab74e87191346da5de9a513283046b8e9cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.69" OriginalAmount="10.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75282582" Longitude="106.66744778" StarRating="2" HotelCode="632284|3476115" HotelName="Thanh Lan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Tran Xuan Hoa, Phuong 7, Quan 5, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/17/d317c13f987619288ccbfd02a770d8f6eb6c059b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.96" OriginalAmount="10.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80422033" Longitude="106.64253823" StarRating="2" HotelCode="857198|2347205" HotelName="RedDoorz Plus Near E-Town 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Than Nhan Trung, Phuong 13, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647181/647181a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774437" Longitude="106.6350308" StarRating="3" HotelCode="369076|dong_du_hotel" HotelName="Dong Du Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Dong Du, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/e4/7fe46ec3e30766badc271d2c49ac96002b8c94bb.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81141176" Longitude="106.71345483" StarRating="1" HotelCode="372702|nhat_binh_hotel_" HotelName="Nhat Bình Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>625/7 Xô Vi?t Ngh? Tinh, Ward 26, Bình Th?nh Distrikt, H? Chí Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b9/4ab9f5255c2c68e870b42d5f0053f2057cb58824.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nhat Binh Hotel is located in Ho Chi Minh City, 2.8 km from the Jade Emperor Pagoda and 3.8 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81537353" Longitude="106.66828289" StarRating="2" HotelCode="370392|mi_linh_hotel" HotelName="Mi Linh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B38A Bach Dang Street, Ward 02, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/fa/85fa40a50fcf2afcc5e4d4a0c8461bb035ec4916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81009668" Longitude="106.68973839" StarRating="0" HotelCode="518246|tt_hotel" HotelName="TT Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155-157 Nguyen Van Dau, Ward 5, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/b1/beb103c0b15d323bc98ff4a18a4ffb4c98928da8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766937819478" Longitude="106.68938906265" StarRating="2" HotelCode="383568|saigon_backpackers_hostel__pham_ngu_lao" HotelName="Saigon Backpackers Hostel @ Pham Ngu Lao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/20 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/39/27398f71f7d2ce335b8432115e4c4452b1eda33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79646653" Longitude="106.65316673" StarRating="1" HotelCode="424810|hung_huong_hotel_" HotelName="Hung Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>321 Nguyen Thai Binh street, ward 12 Tan Binh district, Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/29/a029a54f7b4d75f1b088cd84006dd29dc0161c9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Hung Huong Hotel puts everything the city has to offer ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83808079" Longitude="106.65261342" StarRating="0" HotelCode="512643|venus_hotel_11" HotelName="Venus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>872 Quang Trung</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/2e/152ee45029dc21f634648fbb6770729b9863ef68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7274698" Longitude="106.70574936" StarRating="0" HotelCode="424712|smp_serviced_apartments" HotelName="SMP Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>SMP Serviced Apartments, R3-27 Pham Thai Buong Street, My Toan 1, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/6a/f36ab1afaf06f3489bfddda84ea7e07728dd77e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at SMP Serviced Apartments to discover the wonders of Ho Chi Minh City. The property features a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7741056" Longitude="106.6972227" StarRating="3" HotelCode="599862|ace_hotel_ben_thanh" HotelName="Ace Hotel Ben Thanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/6c/4b6c06e39e07c05bd1afac6a9de812c6085b3ec5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80375137" Longitude="106.66219578" StarRating="2" HotelCode="620098|oyo_203_the_blue_hotel" HotelName="The Blue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/37 Phan Thuc Duyen Street, Ward 4, Tan Binh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e5/dde5082755f15dae5b92f87114a336438fbe9d84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="586837|elegance_283_hotel_2" HotelName="Elegance 283 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>283 Hoang Van Thu, Tan Binh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/6e/416e74acf71711cbae3f33c2b57daf023f02e1f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="808994|minh_nhu_hotel" HotelName="Minh Nhu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Dong Xoai Street, Ward 13, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/38/73381aa1b0fbed50ff0788a934f2eeaf8656a963.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76646644" Longitude="106.69182267" StarRating="2" HotelCode="915645|meraki_hotel_2" HotelName="Meraki Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>198 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/fc/3cfc7db1d3ea8d6af1ae160ba91feed89c60498e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.38" OriginalAmount="11.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7507322" Longitude="106.66147928" StarRating="1" HotelCode="696353|3442435" HotelName="Truong Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55-57-59 Trieu Quang Phuc Street, Ward 10, District 5, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/b0/00b00d6274eeb42a1c12451df129a72ac911bfb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Truong Giang Hotel to discover the wonders of Ho Chi Minh City. Featuring a complete list of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.69" OriginalAmount="11.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76779956" Longitude="106.69469686" StarRating="3" HotelCode="869470|3443535" HotelName="An Nam Corner Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>186/20 Bùi Vien, Pham Ngu Lao Ward, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/3a/05/3a05965bd2192cc0b4458d32e76381127528a8f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.80" OriginalAmount="11.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79743051" Longitude="106.67528452" StarRating="2" HotelCode="374783|1802978" HotelName="Yen Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>219 Nguy?n Tr?ng Tuy?n, P. 8, Q., Phú Nhu?n District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/70/7f70167e387882a0df9a217106804d044ec7f377.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.86" OriginalAmount="11.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76970126" Longitude="106.69083414" StarRating="3" HotelCode="701139|3449705" HotelName="Lucky Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146 Nguyen Trãi, Phu?ng Ben Thành, Qu?n 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/17/6417ea4b5daf6d9763426b34ecdd133234c91646.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.93" OriginalAmount="11.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="874545|2347295" HotelName="RedDoorz Plus Near Nowzone Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>135 Nguyen Van Cu Street, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647286/647286a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.94" OriginalAmount="11.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72727581" Longitude="106.70558166" StarRating="3" HotelCode="620077|3456775" HotelName="Emerald Serviced Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>159-161 Pham Thai Buong Street, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/793292/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.03" OriginalAmount="11.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767699910813" Longitude="106.69089631483" StarRating="2" HotelCode="365896|3426235" HotelName="Koniko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Currency Exchange,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>283/22 Pham Ngu Lao Street, District  1, Ho Chi Minh City  70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/76/617614ec5b1767af02e29713a72161c665746f85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;We are glad to welcome your stay at our hotel our hotel is located in a peaceful and lovely alley wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.04" OriginalAmount="11.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77169421" Longitude="106.69374817" StarRating="2" HotelCode="363860|3436755" HotelName="Holiday Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Ly Tu Trong Street  Ben Thanh Ward, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/35/47359fd88cc46e6085f9410adfeb167f9319f057.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774244984181" Longitude="106.67185757176" StarRating="0" HotelCode="373910|hoa_mai_hotel" HotelName="Hoa Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>723-725 Le Hong Phong Street, District 10, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/c6/f4c6bda08e3b85b7ca5d3da614f093d3f010ae41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77190984" Longitude="106.69602406" StarRating="3" HotelCode="374170|cat_hotel_ben_thanh" HotelName="Platinum Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/c5/d0c5adf430eeb08e89506d83e06a31b48acb685c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75286907" Longitude="106.65564001" StarRating="2" HotelCode="492336|sao_mai_hotel_4" HotelName="Sao Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>896 Nguyen Trai, Ward 14, Ho Chi Minh 70000, District 5</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/6d/106dad05ae6d0572b4d0bdedd308d4a2084acbdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sao Mai 896 Hotel is a popular choice amongst travelers in Ho Chi Minh City, whether exploring or ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76775" Longitude="106.6945" StarRating="3" HotelCode="568657|an_an_hotel" HotelName="CCentral Hotel Bui Vien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/f3/dbf3fd57bb02b9d5be6f83e7b469b0a8e1da20ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81254342" Longitude="106.66841799" StarRating="3" HotelCode="586775|uyen_anh" HotelName="Uyen Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43-45 Yen The Street, Ward 02, Tan Binh District, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/4a/a44af8da4d4b66334d872436462674f90f384893.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83233809" Longitude="106.6098267" StarRating="2" HotelCode="586698|atana_hotel_2" HotelName="Atana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>327 Phan Van Hon, District 12, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/1c/791caaa21a4e6b0338cf21f1a9a59590e9949db3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="836120|mai_vang_hotel_2" HotelName="Khach San Mai Vàng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So Nha 48 Ðuong 4A</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/eb/d3eb62d8e779dd4f6b5f29c53e01daa8d0ae763d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="828989|an_tinh_hotel" HotelName="Khach San An Tinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241 Le Dai Hanh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/e2/a4e2af99ba9e7b6a131cc123bb51dc62a3afe84a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80292711" Longitude="106.64073253" StarRating="2" HotelCode="784726|the_lumiere_hotel" HotelName="ND Building" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Le Van Huan Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/1d/401df7ff1b3a6eb9981736407f116cd3810e0570.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers. Additional facilities available...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79652101" Longitude="106.68860296" StarRating="3" HotelCode="963207|cupid_2_hotel" HotelName="Cupid 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/25-52/27 Cu Lao Street, Ward 2, Phu Nhuan District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/bc/61bcc86a097f750d5bb87e2fbc826ac4ef06ae6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.46" OriginalAmount="12.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7675384" Longitude="106.694" StarRating="2" HotelCode="568658|2272185" HotelName="CCentral Hotel De Tham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>216 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/ff/0affb3106899e92670cb8a8a84af01826f77f367.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.54" OriginalAmount="12.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76802096" Longitude="106.69437282" StarRating="2" HotelCode="364737|2255005" HotelName="Beautiful Saigon 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/27 Bui Vien Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f8/4ef800043108482a0762cfc774a14634d4b0480c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.60" OriginalAmount="12.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73338004" Longitude="106.7069118" StarRating="2" HotelCode="774716|3435455" HotelName="Melody Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Hung Gia 2, Tan Phong, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/68/836859e62ab811baec484f11e3736e4a89610f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.72" OriginalAmount="12.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81273161" Longitude="106.6667208" StarRating="3" HotelCode="774255|3433575" HotelName="GIC Apartment And Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/11 Hong Ha, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/15/8f154169b57c069391ca0e2b08f051a51b637ccb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.99" OriginalAmount="12.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7666732" Longitude="106.69112892" StarRating="2" HotelCode="587106|3450635" HotelName="Green Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Do Quang Dau Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/be/4ebeb8093e887724fa1e965931cc7e7bcf3bb968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.10" OriginalAmount="12.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7762395" Longitude="106.69120256" StarRating="2" HotelCode="363875|1751518" HotelName="Ruby Star 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Truong Dinh, District 3, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/15/f01541f3288b7df6b93da03294b1b6b50a717e13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.21" OriginalAmount="12.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7679342" Longitude="106.69421719" StarRating="2" HotelCode="595899|3475745" HotelName="Quang Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/7 Bui Vien, Pham Ngu Lao ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/44695/2844695/37.jpg?f=15505547</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76716790156" Longitude="106.69348672444" StarRating="2" HotelCode="225963|beautiful_saigon" HotelName="Beautiful Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>62 Bui Vien Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2d/00/2d002b89765765c1dabb4856de7ced338156bc0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76891599535" Longitude="106.69829186743" StarRating="2" HotelCode="346629|dinh_phat_hotel" HotelName="Dinh Phat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>141-143 Calmette, Phuong Nguyen Thai Binh, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/31/4231927a75fc17e673f120417d028a3c88ad9061.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7682098277" Longitude="106.69218235857" StarRating="1" HotelCode="370146|freedom_hotel_2" HotelName="Freedom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>269,267 Pham Ngu Lao, Ho Chi Minh 700000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/dc/7bdce6704cae7f16b1b661c90c0c625efb812ab9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Freedom Hotel puts everything the city has to offer jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77456187" Longitude="106.69016198" StarRating="1" HotelCode="372654|dai_hoang_ha_hotel_" HotelName="New Star Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>214 Nguyen Thi Minh Khai Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c6/96c640de762d1b36ce76f64d00a4686cce7d56bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Ho Chi Minh City. Its setting is especially ide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77327339" Longitude="106.68498548" StarRating="2" HotelCode="369887|leblanc_saigon" HotelName="LeBlanc Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>414 (Behind) Nguyen Dinh Chieu, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/9e/5f9e25d08ca68b60fee1bd89d3f374ee9e1cf9d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7668329" Longitude="106.6926976" StarRating="3" HotelCode="376128|quan_san_guest_house" HotelName="Violet Star Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Dry Cleaning,Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>35/10 Bui Vien, Phuong Pham Ngu Lao, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/93/d59324b1475c0bcfbef6a3b3ecd69ac5283581d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quan San Guesthouse is a popular choice amongst travelers in Ho Chi Minh City, whether exploring or ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767670895466" Longitude="106.69080581993" StarRating="2" HotelCode="397067|ailen_garden_hotel" HotelName="Ailen Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>283/33 Pham Ngu Lao, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/40/2840d847c4d804c7a1d36633eb6ddfe28932d23c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79792794" Longitude="106.64155718" StarRating="2" HotelCode="601456|huy_hoang_hotel_3" HotelName="Huy Hoang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Binh Gia Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/f3/fef380de40860f0039e7f64c076762db1b6caed5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80797974" Longitude="106.66355923" StarRating="2" HotelCode="595924|gia_hoa_hotel" HotelName="Gia Hoa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4 Hau Giang Street, Ward 4, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6a/426a31c199ec5a4cf5908dc5a28f5617db8de18a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="698259|cozy_hotel_8" HotelName="Cozy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>265/7/15 Pham Ngu Lao</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/1c/661cebed8d3af8d8feb4e3f454bcdb3751b1b887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.808281" Longitude="106.6635045" StarRating="0" HotelCode="690957|thu_ha_hotel_2" HotelName="Hotel Thu Ha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Hau Giang, Tan Binh, Quan Tan Binh, Ho Chi´ Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/9c/5e9c7da39b29af3f7ecaf1846afb14a746285fb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thu Ha Hotel is conveniently located in the popular Tan Son Nhat International Airport area. Offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83921808" Longitude="106.63694469" StarRating="2" HotelCode="691064|eros_hotel_4" HotelName="Eros Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>331/8 Phan Huy Ich, Go Vap District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/7a/057a5922cb377c78d43650ece0ba46c81ae047dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7389465" Longitude="106.6901895" StarRating="0" HotelCode="963361|la_galerie_hotel_3" HotelName="La Galerie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-19 Duong So 4, Kdc Trung Son, Bình Hung, Bình Chánh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/5b/ae5bcf1c63c56e346346a213ac67371eae75a047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.44" OriginalAmount="13.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80739491" Longitude="106.6616006" StarRating="2" HotelCode="586847|3441005" HotelName="Vivian Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Thang Long, Phuong 4, Quan Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/df/21dfc0f5d807ec26a1a87d65169ebeb3ffffc3a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.44" OriginalAmount="13.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76975902" Longitude="106.6965785" StarRating="1" HotelCode="855923|3438105" HotelName="My Friends Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>572B/4 Tran Hung Ðao, Phuong 2, Quan 5, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b8/59b8bcd3de699b37f50a7e4dc5307c5cce460cc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.48" OriginalAmount="13.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.758118834036" Longitude="106.67371796811" StarRating="3" HotelCode="309420|1196388" HotelName="An Dong Center Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14-16-20 Su Van Hanh, P. 9, Q. 5, Tp, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/20/fd206b72a6c7230cb31c5baa5a79bbca8762a751.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.53" OriginalAmount="13.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7529465" Longitude="106.65914528" StarRating="1" HotelCode="375385|1802988" HotelName="Trung Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>785 Nguyen Trai, Dist 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/9b/869bf045bd0ef49464dd9dbd192fd899ad2ca74f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.89" OriginalAmount="13.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77129089952" Longitude="106.69479444623" StarRating="2" HotelCode="173645|1447118" HotelName="Blessing Central Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>267-269 Le Thanh Ton Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/3b/113b1867d47b1c8cf35275fb945e23f3869d62af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a vibrant location in Ho Chi Minh City, in close proximity to the Mariamman Temple...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.07" OriginalAmount="13.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76800746" Longitude="106.69428749" StarRating="2" HotelCode="346837|1461558" HotelName="Kim Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>40/18 Bui Vien Street, Pham Ngu Lao Ward, 1st District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/0a/360a848ffda917453d0a8760f6c2c2fff0a4af26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.19" OriginalAmount="13.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77173101" Longitude="106.69516594" StarRating="3" HotelCode="373896|3444815" HotelName="Pavilion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Le Anh Xuan, Ben Thanh Ward, District 1, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/ce/57ce60d5d3c6484677073fb65d3453ccc19da658.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.27" OriginalAmount="13.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771734264341" Longitude="106.69601722887" StarRating="3" HotelCode="382879|1166968" HotelName="Bloom Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Truong Dinh Street, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/04/9c042711b8945a22ad0dff192fa1ae74647eaf9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768472301364" Longitude="106.69340139319" StarRating="1" HotelCode="347844|1750858" HotelName="Galaxy Hotel &amp; Capsule" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>269/19 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/7e/5e7ee0aafc117ca8e0bdee259f127ce202336756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771206581069" Longitude="106.69673770666" StarRating="3" HotelCode="166815|my_anh_hotel" HotelName="My Anh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>108 Le Lai Ben, Thanh Ward District 1, Ho Chi Minh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/2b/db2bcbd5aced8b84216f598dad19384f48bd0f3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district in Ho Chi Minh City, just 5 minutes' wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76863241" Longitude="106.6941182" StarRating="2" HotelCode="368646|gia_vien_hotel" HotelName="Gia Vien Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>175/4-6 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/2f/1e2fb2fd84ee0f04b7f14469b7753149f6e1cabe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8143154" Longitude="106.67075552" StarRating="2" HotelCode="372363|golden_palm_hotel" HotelName="Golden Palm Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Bach Dang, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/35/44355afb313bc5c7cabb8c42cc7779ac0685a248.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.764521953335" Longitude="106.69514679437" StarRating="2" HotelCode="368159|yellow_house_saigon" HotelName="Yellow House Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114/32 De Tham Street, Ho Chi Minh, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/6b/976b386074fc0235dccacd34be5f0a536b1ca4e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77048577" Longitude="106.67133514" StarRating="0" HotelCode="373303|phuong_thanh_hotel_3" HotelName="Phuong Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Tran Thien Chanh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/e5/afe565e3c1d1210160d091da5f6f808782d596cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only 6 km from Tan Son Nhat International Airport, Phuong Thanh Hotel is located in Ho Chi Minh City...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.789164" Longitude="106.604285" StarRating="2" HotelCode="504127|thien_phu_logia_hotel" HotelName="Thien Phu Logia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>8A Go Xoai, Binh Hung Hoa A, Binh Tan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/e1/43e148d7313a9fd853a376bfe668732594010037.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Thien Phu Logia Hotel offers comfort and convenience whether you're on business or holida...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76861993" Longitude="106.6949001" StarRating="2" HotelCode="489009|roomsaigon" HotelName="Room@saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>193 Nguyen Thai Hoc, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/94/359402a1c9e1e8eff6398eb4590ba1cb6666646a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73144586" Longitude="106.70732717" StarRating="2" HotelCode="567743|the_garden_6" HotelName="The Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Hung Phuoc 2 Internal Street, Tan Phong Ward, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/0b/900b5c359e4c83a88c540f64f800a1724cbb1348.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79465663" Longitude="106.64173106" StarRating="0" HotelCode="696551|lilly_hotel" HotelName="Lilly Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Bau Cat 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/37/2537bcc2ace0f2e02ef4954f9f505d55ff822fb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72959918" Longitude="106.7071246" StarRating="3" HotelCode="754639|atlas_hotel_apartment" HotelName="Atlas Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Hung Phuoc 4, Tan Phong, Quan 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b3/1bb363f95ce6632050e0282fb028027fd375dd1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7685189" Longitude="106.687124" StarRating="2" HotelCode="781122|alleyway_home_hostel" HotelName="Alleyway Home Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>162/9 Bui Thi Xuan, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/5e/155e7792c7ec6b7565844034a2038bfcc60a96f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="781299|hotel_thien_phat" HotelName="Hotel Thien Phat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>470 Nguyen Van Linh, Phuong Tan Phu, District 7, Ho Chi Minh City 756335</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/90/bb90247a2219e5f5dc4c4318619287c11ec635e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="810894|queen_victoria_hotel_4" HotelName="Queen Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Ðuong So 10</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a1/eea1b364cac37140c2e1fe73bb7e5765b6e9748c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791701" Longitude="106.67293417" StarRating="0" HotelCode="962723|aladdin_hotel_and_apartment" HotelName="Aladdin Hotel And Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>397 Huynh Van Banh, Phuong 11, Quan Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/41/5741d94c63567945f8fce40256b19af196b737ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.47" OriginalAmount="14.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80210285" Longitude="106.64682889" StarRating="3" HotelCode="550330|3430045" HotelName="Minh Tam Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>278-280 Cong Hoa Street, Ward 13, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/06/8206351707a576bae170f43a1565f284e5a1d45f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.48" OriginalAmount="14.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78912916" Longitude="106.70281747" StarRating="2" HotelCode="618529|3449915" HotelName="Holo Fairy House Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/11 Nguyen Binh Khiem, Da Kao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/04/b40413225ae65d0c3ab31c295d8038f27eae0b2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.54" OriginalAmount="14.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75993249" Longitude="106.66723648" StarRating="3" HotelCode="385855|3465675" HotelName="Hue My Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Nguyen Tieu La Street, ward 5, District 10, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/33/8d33e5d6cd5fbafdc4df88061d182f2adea2b61b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;##Property Location  Located in Ho Chi Minh City (District 10), Hue My Hotel is minutes from An Dong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.75" OriginalAmount="14.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76814853" Longitude="106.69225184" StarRating="3" HotelCode="364673|2255035" HotelName="Dragon Palace II Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>221 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/9e/8a9e1f49a84213ea465d584c9e4b635b55afa48d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a transfer service and room service are available to guests of the hotel....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.838636950983" Longitude="106.67241755348" StarRating="2" HotelCode="346671|ha_oanh_2_hotel" HotelName="Ha Oanh 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>222 Nguyen Van Luong, Ward 17, Go Vap District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/zz/4bad6c758c8b98eec98ed648c1e6ee59972ca012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Ha Oanh Hotel 2 offers comfort and convenience whether you're on business or holiday in H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81636114" Longitude="106.67661071" StarRating="1" HotelCode="368824|hong_tuoi_hotel" HotelName="Hong Tuoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>491/24 (Ha Do - Nguyen Van Cong Apartment Building) Nguyen Van Cong Street, Ward 03, Go Vap District, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/3b/753b8304132de9a5ec85c042a06ac40e93573519.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77016947631" Longitude="106.68844623276" StarRating="2" HotelCode="347443|hoan_thai_hotel_" HotelName="Hoan Thai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Ton That Tung, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/7d/907de91facb80609e5e0d538a3a57c59b0493516.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77538901" Longitude="106.70480499" StarRating="3" HotelCode="370349|hampton_hotel_by_jinnu_lai" HotelName="Asian Ruby Center Point Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46-48 Mac Thi Buoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/fc/4bfc050ca38863a53ec8c30263223f704e55a262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769492167224" Longitude="106.70272524323" StarRating="2" HotelCode="347732|ohana_hotel_" HotelName="Ohana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Nguyen Cong Tru Street, Nguyen Thai Binh Ward, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/1c/a51cdd61ce613909f1e0cbb64755a26b2a07a988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Ohana Hotel offers comfort and convenience whether you're on business or holiday in Ho Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77213916" Longitude="106.69617885" StarRating="2" HotelCode="363870|hoang_phuong_hotel" HotelName="Saigon Sparkle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>229 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/14/4614e98523769dfac50b63c7e3a9ea0700612e65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.751144510673" Longitude="106.66461030809" StarRating="1" HotelCode="347281|tan_da_hotel" HotelName="Tan Da Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Tan Da, District 5, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/01/e2011d0a81aa4ce24a80f0776bc707ead91eedc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in District 5 - China Town / Cho Lon, Tan Da Hotel is a perfect starting point from which to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77164137" Longitude="106.67258028" StarRating="2" HotelCode="368077|saigon_garden_hotel" HotelName="Saigon Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>781/D1 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/c1/3dc104b7a18cf2fdb78bdb4e0f1bcfe3c4c9207d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 10 - Phu Tho Stadium / Ky Hoa Park, Saigon G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8063434" Longitude="106.73005104" StarRating="3" HotelCode="440416|kelly_apartment_thao_dien" HotelName="Kelly Serviced Apartment Thao Dien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>12 Street 43, Thao Dien Ward, District 2, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/09/7d09f863533af3e955fb82f84d07cdf6f6cdee65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76499722" Longitude="106.69509672" StarRating="3" HotelCode="599360|oyo_101_saigon_hotel" HotelName="Kien Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Co Bac Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/26/6c266073f49d573b58c79a209e318bfa5da124a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Kien Hotel 2 in Ho Chi Minh City (Core area of Ho Chi Minh Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79300627" Longitude="106.68558114" StarRating="2" HotelCode="763946|lai_hotel" HotelName="Lai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Phan Dinh Phung, Ward 2, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/89/e4897186b72b1b100fa0567729c2b04b3ee3db10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77070775" Longitude="106.69306548" StarRating="2" HotelCode="743783|city_backpackers_hostel_3" HotelName="City Backpackers Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7/1 Nguyen Trãi, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/ed/4ced46e05b196b0b273f0a3bec3e23c3fce222e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78002012" Longitude="106.67919746" StarRating="2" HotelCode="773625|thien_truong_hotel" HotelName="Thien Truong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Cong Hop Rach Bung Binh, Phuong 10, Quan 3, Thanh Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/34/b234d7c7409a5147b125e70357c50c050bcd356d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7674651" Longitude="106.69270759" StarRating="0" HotelCode="839413|4_boys_hotel" HotelName="4 Boys Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241/22 Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/00/a9003d94c845c50a4207912fc1d108cf87eb39c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877916|the_umi_hotel" HotelName="The Umi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23-23A Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/21/e921a7baba5ea843f03a6cc5a94ffd64b7cc2961.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="977731|prague_airport_hotel_2" HotelName="Prague Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Bach Dang, Phuong 2, Ho Chi Minh City 070000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/5a/1e5a91ea69f78da5f0de76e66d4425043df43933.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="963351|thanh_vinh_hotel" HotelName="Hotel Thanh Vinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>666/17 Duong 3/2, Phuong 14, Quan 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/e6/1ae6397280418b39f977775f2091e13e430f1d6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76681496" Longitude="106.69113198" StarRating="3" HotelCode="968937|the_white_house_60" HotelName="The White Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26/5 Do Quang Dau Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/9b/ea9b6d6a321350fdd6dcaf68b908d952befda2dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.31" OriginalAmount="15.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791536019451" Longitude="106.66571255755" StarRating="2" HotelCode="309467|1752978" HotelName="Vuong Quang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Bui Thi Xuan Street, Ward 3, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/72/4b72d989a0daba0969c6a8a6deba099203cfe724.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.46" OriginalAmount="15.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778625211191" Longitude="106.67286939942" StarRating="2" HotelCode="309445|1202358" HotelName="Minh Chau Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Hoa Hung, Ward 12, District 10, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/e8/21e8f6550a47d605c94a6d45054dba83b5d248ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.03" OriginalAmount="15.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770633182872" Longitude="106.69230153506" StarRating="2" HotelCode="404159|3450345" HotelName="Sakura Hostel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Designated Smoking Area,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39/26 Nguyen Trai Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/fd/f2fd6429dc9967858c7f91e9a4ef63ccb0210e97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Sakura Hostel Saigon, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.12" OriginalAmount="15.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76773546" Longitude="106.68822168" StarRating="3" HotelCode="744552|3444805" HotelName="Triip Cupid Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Bis Nam Quoc Cang, Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/23/7323123eaf8a9369089ea3e2b390735562b2f949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.15" OriginalAmount="15.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.759006" Longitude="106.684921" StarRating="2" HotelCode="607584|3427275" HotelName="Smiley Apartment 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>385/16 Nguyen Trai, Phuong Nguyen Cu Trinh, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/65/99651bcad4d013bac4bf5e04fef03f58a4600e46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.15" OriginalAmount="15.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.812831" Longitude="106.66856004" StarRating="2" HotelCode="853020|3442405" HotelName="Victory Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96 Yen The, Ward 2, Tan Binh, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/50/5250e8a60deea040703cf4bf21a80375c094fca2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.20" OriginalAmount="15.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80873145" Longitude="106.66522049" StarRating="2" HotelCode="877684|3470945" HotelName="White Diamond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So 7 Ðong Ða, Phuong 2, Qu?n Tân Bình, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/83/4783217b44cae26c01d11af3e6079fecad91d231.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.26" OriginalAmount="15.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8131415" Longitude="106.67182775" StarRating="3" HotelCode="635666|3835635" HotelName="Mai Villa Hotel Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54/34 Bach Dang, Ward 2, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4d/974dbc73fe0ac751b8e1b670488e3b9036d25c7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76736509" Longitude="106.69114826" StarRating="1" HotelCode="373122|quoc_minh_hotel_" HotelName="Quoc Minh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>283/8 Pham Ngu Lao, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/75/a8758f76a4285150cfbc57444dafe605ef021dd3.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Quoc Minh Hotel offers comfort and convenience whether you're on business or holiday in H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7965221" Longitude="106.65903137" StarRating="1" HotelCode="372574|quynh_giang_hotel_" HotelName="Quynh Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16/4 Hoang Viet, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/4a/f64a5db69047c527cc7b8e68b11a1ae31eff179e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers. Additional facilities available...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76824921" Longitude="106.69383632" StarRating="2" HotelCode="372104|bi_saigon_hotel_" HotelName="Bi Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185/26, Pham Ngu Lao Street, District 1,, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/89/d089241bca9abc244fc59bf334ca274e76ad12b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.792482319465" Longitude="106.69608063105" StarRating="1" HotelCode="347310|tuan_viet_hotel" HotelName="Tuan Viet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>232 Dinh Tien Hoang, Dakao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/c9/d4c92c3e65a09763046add579f3d7d34f8692cbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77153317" Longitude="106.69008803" StarRating="3" HotelCode="368543|an_thai_hotel" HotelName="EM&amp;EM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/30/803042c2c24dec4b47af7ddd56e7f2ec2852fad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7922192" Longitude="106.692695" StarRating="0" HotelCode="424421|phuong_nhan_hotel_" HotelName="Phuong Nhan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Tran Quang Khai Street, Tan Dinh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/78/4a784fc5b665b52dece352bdf6b4f5e1b36106bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Phuong Nhan Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. Off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77443641" Longitude="106.69009344" StarRating="2" HotelCode="424719|vuon_tao_dan" HotelName="Vuon Tao Dan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>220 Nguyen Thi Minh Khai, Ho Chi Minh City, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/94/0594177663b686a1d5788137a7f92ad0083563d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767705446377" Longitude="106.6926182825" StarRating="2" HotelCode="383558|mai_vy_hotel" HotelName="Mai Vy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>241/12 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b2/0ab2f199735ffcdc925c575786035df1ea93b79d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76822269" Longitude="106.69359315" StarRating="3" HotelCode="553411|dragon_palace_3_hotel" HotelName="Dragon Palace 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>52 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/4e/984ef2f788d09e663e6593613d8f72286672b5c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a transfer service, room...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76629419" Longitude="106.68790765" StarRating="3" HotelCode="835867|chillsuites_sai_gon" HotelName="Chill Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A67 Nguyen Trai, Ward Nguyen Cu Trinh, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/a7/b3a7aaa769b0e39e7e8299382d4910d2123556c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767904769216" Longitude="106.6914553086" StarRating="2" HotelCode="915652|nam_long_hotel" HotelName="Nam Long Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>283/3 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a5/5ca5809b93d8ba68d6db59d85c1ebf3ca08fc9da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773367202696" Longitude="106.69909537116" StarRating="2" HotelCode="915648|vuong_tai_hotel" HotelName="Vuong Tai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Luu Van Lang Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ea/6dea8f3be0af9e07c8197164f0891db58dab60ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.76" OriginalAmount="16.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76729435" Longitude="106.69117497" StarRating="2" HotelCode="369260|1730428" HotelName="Ngoc Minh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Off-Site Parking,Parking,Pets allowed,Pick &amp;amp; Drop,Porter,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>283/11-13 Pham Ngu Lao, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/eb/49ebfc97fc49d5bd687a367bcd5a46cebd7e5ca7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Ngoc Minh Hotel places you in the heart of Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.84" OriginalAmount="16.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80676351" Longitude="106.66431281" StarRating="3" HotelCode="373607|1716768" HotelName="Saigon's Book Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15A Truong Son, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/46/5b469618c7af7ecec9bc59b3bded80818a41b51b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.85" OriginalAmount="16.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.734475812853" Longitude="106.67371325501" StarRating="3" HotelCode="346327|1786138" HotelName="Hoang Le Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Street 9, Hamlet 4, Binh Hung Commune, Binh Chanh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a6/b1a678651c842a63ee8e3d0cfddbdae7f0a7bb52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.19" OriginalAmount="16.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76454104" Longitude="106.6874994" StarRating="1" HotelCode="586862|3439035" HotelName="Hanh Phuc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>265 Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/d0/41d01b333e372afd4cf664ab6bdfdc44eadc8ac3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.28" OriginalAmount="16.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74055046" Longitude="106.69572022" StarRating="3" HotelCode="701339|3471815" HotelName="Bin Bin Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>L19 Street 14, Him Lam Residence, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/58/d35871eb2f5e7f43e825ddcbfd06ea208d0fea4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.31" OriginalAmount="16.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730277052148" Longitude="106.70700043408" StarRating="2" HotelCode="346260|1753708" HotelName="Vien Dong Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>R4-27/28 Hung Phuoc 3, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ab/34ab5268db034696fe46f4600ad2aae5ed5fba23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.33" OriginalAmount="16.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78605281" Longitude="106.66704636" StarRating="2" HotelCode="773525|3463885" HotelName="C'Lavie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>548A Cach Mang Thang 8, Phuong 11, Quan 3, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/67/43/6743eff2267e8e09839c57018495bfb8ae470654.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.804108" Longitude="106.70932089" StarRating="2" HotelCode="347105|apogee_hotel" HotelName="Apogee Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33-33A Dinh Bo Linh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/b0/97b01bb101f12a5827a0195089fdbcafeb345922.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Apogee Saigon Hotel puts everything the city has to off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7717884" Longitude="106.69704618" StarRating="2" HotelCode="366951|thanh_thu_hotel" HotelName="Thanh Thu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>34 Nguyen An Ninh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b4/0db47896314c11df520157093a4f37d09c9275b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 1 - Ben Thanh Market, Thanh Thu Hotel promis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771504667603" Longitude="106.6972599492" StarRating="2" HotelCode="368607|song_anh_3_hotel" HotelName="Song Anh 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24 Le Lai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/b7/79b7b11680f8a10d04a828ad77cc6f81e6ed87d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79648576" Longitude="106.67259866" StarRating="2" HotelCode="367959|hoang_ha_hotel_2" HotelName="Hoang Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>53-57 Truong Quoc Dung, Phu Nhuan, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/2b/342b9416a8cbe31bc23a1dbb5ec8c37cd8cc2085.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7995359" Longitude="106.67330877" StarRating="2" HotelCode="367481|han_river_" HotelName="Namu Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>197A Hoang Van Thu, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/a5/f4a5c2b538c5bfbb82ed9de78c6157086cc6dab4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Namu Saigon Hotel is conveniently located in the popular Tan Son Nhat International Airport area. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.799605225555" Longitude="106.67310991638" StarRating="2" HotelCode="383563|yen_nam_hotel_hoang_van_thu" HotelName="Hotel Namu Ho Chi Minh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>197A Hoang Van Thu Street, Ward 08, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e0/8ae01e14019d17a2e9f70831ebd780be9a7c008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="809009|apollo_hotel_23" HotelName="Apollo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Yen The</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/c6/f3c6be54bc1a5782192f011e726b4e244b55194e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75253125" Longitude="106.6736995" StarRating="3" HotelCode="915626|dong_kinh_hotel" HotelName="Dong Kinh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>106-108 Tran Tuan Khai, Ward 5, Ho Chi Minh City, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/9b/fb9b1c1d2cae6645f4bf31b2bd4bfa5d2e6389c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="856066|reddoorz_plus_nguyen_van_troi" HotelName="RedDoorz Plus @ Nguyen Van Troi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>251/8 Nguyen Van Troi, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/09/020989a7ef277117f160579bb70fbfdbad18aa31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.51" OriginalAmount="17.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7378593" Longitude="106.70532095" StarRating="2" HotelCode="758691|2347825" HotelName="Bin Bin Hotel 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Street 73, Tan Quy Dong Residence, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/58/52587c568dc517c44f8ae0ac4f69b9ad92c5ae47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.61" OriginalAmount="17.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767062476939" Longitude="106.68928885994" StarRating="2" HotelCode="309449|1165908" HotelName="Phan Anh Backpackers Hostel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/6 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/bf/1dbff13baac0b3ca8a288a971e825a8636ff5768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.81" OriginalAmount="17.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73715609" Longitude="106.72752976" StarRating="3" HotelCode="784951|3433965" HotelName="Sonata Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Thi Thap Street, Tan Phu Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/60/83606c8e5df7ed6bc493332aa709b21a0d098f3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.20" OriginalAmount="17.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72732236" Longitude="106.70555043" StarRating="3" HotelCode="744063|3440195" HotelName="Fide Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>472-474 Pham Thai Buong Street, Tan Phong Ward, District 7, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/00/4800e39df060122a768df36fbebff81b8025e01d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.21" OriginalAmount="17.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81150275" Longitude="106.66696501" StarRating="3" HotelCode="585983|3452275" HotelName="New Space Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Lam Son, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/d0/89d0fd58ce2606a2be4beff318a53c72a5c221cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.24" OriginalAmount="17.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80031817" Longitude="106.64796675" StarRating="2" HotelCode="346862|1819498" HotelName="Hoang Thanh Thuy Hotel 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ward 12, 9 Nguyen Minh Hoang, Tan Binh district, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/a1/6ca15ab88461224000676ba059974fb8166e41a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.28" OriginalAmount="17.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791501719569" Longitude="106.69131918142" StarRating="2" HotelCode="383557|1716018" HotelName="The Sun Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Nguyen Huu Cau, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/7e/f87eece70fe47bef5ef65051be73bc9d6dc2b81f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.33" OriginalAmount="17.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73193098" Longitude="106.70932982" StarRating="3" HotelCode="623988|3465975" HotelName="Bizu Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60-62 Cao Trieu Phat Street, Hung Gia 4, Phy My hung Town, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/43/e343274742bd3b6774b6f685326d915027f6265a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75518559" Longitude="106.68039768" StarRating="2" HotelCode="518110|bonita_grand_hotel" HotelName="Bonita Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>570-572 Tran Hung Dao Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/zz/15ad8535610e0cf74e0d8b80f427114dcc960dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Bonita Grand Hotel to discover the wonders of Ho Chi Minh City. The hotel has everything you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76979117" Longitude="106.69762498" StarRating="2" HotelCode="424829|quy_hung_hotel_" HotelName="Quy Hung Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>20 Dang Thi Nhu street, Nguyen Thai Binh ward, dis 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/3d/623df1c0ae662c087e62b70f7227282354ad6d8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quy Hung Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. The pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76633876" Longitude="106.6932622" StarRating="2" HotelCode="518285|nest_hotel_4" HotelName="Nest Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>100/2A3 Tran Hung Dao, Phuong Pham Ngu Lao, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/d6/99d6cba7983a1ec45439b5629bdfb5dc095afb65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7273742" Longitude="106.69305985" StarRating="2" HotelCode="623121|spring_light_home" HotelName="Spring Light Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>2 Street 16, Riverside Housing Area, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/ce/8dce03ee7357c90fd5aa7d331dd694aeb3fd58f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76785129" Longitude="106.69445097" StarRating="2" HotelCode="743994|urban_lodge_hotel_hostel" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/8 Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/fc/d9fc3bb9298918b274e8a2a5803cda11e008f75b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77033753" Longitude="106.68495005" StarRating="3" HotelCode="754861|the_sargon" HotelName="The Sargon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/42 Cao Thang, Ward 5, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/59/6b59206a4c78dd3098031ff9b97f62e8ca562df0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7707645" Longitude="106.69121826" StarRating="3" HotelCode="947104|ben_thanh_retreats" HotelName="Ben Thanh Retreats Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121/39 Le Thi Rieng Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5b/415baf8eb707ce2bba1a5c097b7b76499ba7b8f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76769118" Longitude="106.6912408" StarRating="2" HotelCode="980406|louis_hostel" HotelName="Louis Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>283/17 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City 12345</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/58/f1584dc25f584727a367bf7f3996da0ebd8c4999.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="963218|sabay_airport_apartment" HotelName="Sabay Airport Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Cuu Long Street, Ward 2, Ho Chi Minh City 72108</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/3b/473b528f842003f0f4952f2d9f40acfb5639ce25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7304856" Longitude="106.7075641" StarRating="1" HotelCode="965408|vien_dong_3d_apartment" HotelName="Vien Dong 3D Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-35 Hung Phuoc 3, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/6a/446acb389b13d62fecfddc9291f85467293754fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73376655" Longitude="106.70977175" StarRating="0" HotelCode="971389|vietlife_cultural_homestay" HotelName="Vietlife Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-09 Hung GIa 1, Duong So 2, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/e6/20e62c590b003aa2a270ce2c8011998f8bfae6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.39" OriginalAmount="18.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7702816" Longitude="106.68865096" StarRating="3" HotelCode="744047|3435105" HotelName="Bonita Signature Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118A Bui Thi Xuan, Ben Thanh, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/43/014324f23af5a88649fee8657915da09df05d702.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.84" OriginalAmount="18.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80987555" Longitude="106.66578031" StarRating="3" HotelCode="518198|3473175" HotelName="The Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Cuu Long, Ward 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/57/5c574c619e50817f8f94354f907c2f8de39641a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.05" OriginalAmount="18.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77013684" Longitude="106.69219129" StarRating="3" HotelCode="639504|3463365" HotelName="Sai Gon Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Nguyen Van Trang, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/58/9858ec82c83b13310748cbd9d7e47e4eec2e4922.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.15" OriginalAmount="18.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81329608269" Longitude="106.66795318052" StarRating="3" HotelCode="524070|2103335" HotelName="Erato Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>44,46 Hong Ha Street, Ward 2, Tan Binh District, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/ca/79ca4d996f30cda672f0f193856f608903ebeea5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.28" OriginalAmount="18.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73355933" Longitude="106.70763566" StarRating="2" HotelCode="773759|3427435" HotelName="Hoang Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-62,63,64 Duong Noi Khu Hung Gia 2, Phuong Tan Phong, Quan 7, Than Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c6/96c64d32d3af9071b5e319f2ff841431e93e1ff8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.31" OriginalAmount="18.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="3" HotelCode="773499|3451335" HotelName="HT Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128/1-5 Tran Quoc Thao Street, Ward 7, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/70/e870c30678355338889d24cf5e7901e92b72b389.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83943613" Longitude="106.74098399" StarRating="3" HotelCode="267979|hoa_phat_hotel_apartment" HotelName="Hoa Phat Hotel &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Currency Exchange,Golf,Internet,Kitchen,Laundry,Massage Centre,Pets allowed,Restaurant,Room Service,Smoking Rooms,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>526/5 Pham Van Dong Square, District Thu Duc, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/ec/adecbb965a0ca9b838ea31be139949a869c6d4f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Ho Chi Minh City at Sai Gon River side the city is known for being a dynamic economic ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77162553814" Longitude="106.69646412134" StarRating="2" HotelCode="320344|little_saigon_corner_boutique_hotel_2" HotelName="Little Saigon Corner Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Truong Dinh Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/77/2b773cb7e50642337590fa92aec22fb42bda771c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right in the centre of Ho Chi Minh City, within walking distance of the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76610531965" Longitude="106.68951807488" StarRating="2" HotelCode="225964|madam_cuc_184" HotelName="Spotlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>184 Cong Quynh, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/58/4d58f72537f7362c9c10d143f14d51fd5cacda11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771791539837" Longitude="106.69701397419" StarRating="3" HotelCode="163643|aluna_hotel_2" HotelName="Aluna Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Nguyen An Ninh Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/ff/52ff942933c2f617fffcde45082ea1cfe548e1fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the business centre of Ho Chi Minh City, 50 metres from Ben Thanh mar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767283" Longitude="106.69111107" StarRating="1" HotelCode="370233|giang_son_hotel_1" HotelName="Giang Son Hotel 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>283/14 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b2/3bb2da25d5974115b5cd166761968e70c44b48c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Giang Son 3 Hotel places you in the heart of Ho Chi Minh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76787994" Longitude="106.692557" StarRating="2" HotelCode="488617|sunny_guesthouse_5" HotelName="Sunny Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241/33 Pham Ngu Lao Street, Pham Ngu Lao Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e9/62e9b091980dce60a7c74dce3a35a3fcf2d9fe64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service. Wireless internet access in public areas allows guests t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73005949" Longitude="106.70744149" StarRating="2" HotelCode="517781|vien_dong_2" HotelName="Vien Dong Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-20 Hung Phuoc 3, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/b8/31b8c07ed2390892363d6d1853481294383ef575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="700462|minh_ngoc_hotel_3" HotelName="Minh Ngoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Street 6C</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/1b/8f1b27f5ab4a1f878066442baefb2fd9675145ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73334916" Longitude="106.70947439" StarRating="2" HotelCode="762297|la_cigale_residence" HotelName="La Cigale Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37-39 Khu Pho Hung Gia 1, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/0b/770b2ad5b6324fc3c166262a0a1b1dd9beaca791.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73097093" Longitude="106.70715018" StarRating="2" HotelCode="857424|parkhill_hotel_apartment" HotelName="Parkhill Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>67 Le Van Thiem, Hung Phuoc 3, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/40/3e40be8b1dac0dc4cae0f209a9f8536262e420e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77231192" Longitude="106.70211592" StarRating="0" HotelCode="977788|sunway_hotel_saigon" HotelName="Sunway Hotel Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Huynh Thuc Khang, Phuong Ben Nghe, Quan 1, Ho Chi Minh City 7000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/0d/790dd67eb81d58ac113826742e3b3d29a01b0fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.48" OriginalAmount="19.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7334404" Longitude="106.70893447" StarRating="0" HotelCode="743934|3428265" HotelName="Sabina Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Khu Pho Hung Gia 1, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/ea/10ea4a3e456028c95493899ab361668044b493f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.55" OriginalAmount="19.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771823015125" Longitude="106.69622728214" StarRating="2" HotelCode="347863|1830028" HotelName="Moc Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>26/12-13 Truong Dinh, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079ce483af07636d2883d69a1fcb797bb97c64d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.83" OriginalAmount="19.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73240759" Longitude="106.70985922" StarRating="3" HotelCode="626133|3457625" HotelName="Saigon By Night Luxury Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4 90 Hung Gia 3, Phu My Hung, Ho Chi Minh Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/97/ef97a2f5486479288402c7ffd06a05fcd056b5f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.86" OriginalAmount="19.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77178331" Longitude="106.6903505" StarRating="3" HotelCode="309465|3476415" HotelName="Tuong Vy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Bicycle Rental,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40-42 Bùi Thi Xuan, Phuong Ben Thành, Quan 1, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ec/5dec3ec00f7d1f0facdd7f4bcfe99fa2d0705db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tuong Vy Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. Offeri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.38" OriginalAmount="19.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76884379" Longitude="106.6940616" StarRating="2" HotelCode="489160|3449495" HotelName="Kim Khoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>181 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f4/0af45d653435d2c2417bdbb23b99673493bb5c8f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.40" OriginalAmount="20.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77216189" Longitude="106.69067688" StarRating="2" HotelCode="450960|mayflower_saigon" HotelName="Asian Ruby Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>20 Bis Bui Thi Xuan, Ben Thanh, District 1, Ho-Chi-Minh-City 7000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/5e/095e9ee97a1ddc423789aebef174139cf0df98dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.40" OriginalAmount="20.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76668688" Longitude="106.67704412" StarRating="0" HotelCode="824851|happy_3" HotelName="Happy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>7 Ly Thai To Street, Ward 1, District 10, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e9/39e9a5706c01ca653af56a539f57569319844670.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 10 Phu Tho Racecourse, Happy Hotel promises ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.77" OriginalAmount="20.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76944577" Longitude="106.69218176" StarRating="2" HotelCode="369411|3443915" HotelName="Hoang Hoang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120/4 Le Lai Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/95/6b95e08da3d01414a4d002ef6c4055e987ffd96c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.81" OriginalAmount="20.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773774" Longitude="106.686191" StarRating="2" HotelCode="642279|3448715" HotelName="La Regatta Boutique Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225/4 Nguyen Dinh Chieu, Phuong 5, Quan 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/68/d9687a436fc5bd9047adb3df08797672b67b7903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.28" OriginalAmount="20.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7687804" Longitude="106.69381405" StarRating="3" HotelCode="632262|3425885" HotelName="Saigon Kiko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211-213-215 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/805012/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773444290375" Longitude="106.6974474308" StarRating="2" HotelCode="309437|halo_hotel" HotelName="Halo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/08/a9088cb04152a466de0a23df6f6258b9ad586e91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77268386" Longitude="106.69698777" StarRating="3" HotelCode="374051|ngan_ha" HotelName="Ngan Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>190 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ec/7d/ec7de905bb5af82a58e76793fd568e017eada331.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769952323438" Longitude="106.69228528966" StarRating="2" HotelCode="369407|bloom_2_hotel" HotelName="Bloom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Nguyen Van Trang Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6c/806c0c7f22976b6910c618f811605123b4b5bfeb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Bloom Hotel 3 offers comfort and convenience whether you're on business or holiday in Ho ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76658152" Longitude="106.69504478" StarRating="2" HotelCode="764100|punto_hostel_2" HotelName="Gemini Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135/23 Tran Hung Dao, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/c5/08c508ee2b7e4e73a264d96218f331b2b85319e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768983419183" Longitude="106.69417615531" StarRating="2" HotelCode="915637|le_le_hotel" HotelName="Le Le Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/24/0d241225dc4f66d31831cc8a2b23da754f90298b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.54" OriginalAmount="21.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81030654" Longitude="106.73459017" StarRating="2" HotelCode="599936|3433035" HotelName="Sen Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>51 2 Street, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/a2/0da27e7ac6339d20341324ad463dd36e44dd782c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.85" OriginalAmount="21.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767774" Longitude="106.6947" StarRating="3" HotelCode="303836|1215368" HotelName="Eden Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28/12 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/e0/d4e0a4dc3cbe1b477a08a7162a136465f93163c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.89" OriginalAmount="21.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77251392" Longitude="106.6949021" StarRating="2" HotelCode="375285|3467875" HotelName="Thien Hai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/92/87922cf9f4615c06213669a534049325380c1cc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.24" OriginalAmount="21.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770097" Longitude="106.697759" StarRating="3" HotelCode="119032|359035" HotelName="Dong Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Tran Hung Dao B St., Ward 7, Dist. 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ba/49ba16a9244abded678f6f19f556f4e63e6d959d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.40" OriginalAmount="21.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79595784" Longitude="106.6717919" StarRating="3" HotelCode="518221|3427935" HotelName="Ananas Family Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/5A Hoang Dieu street, Ward 10, Phu Nhuan district, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b8/35b8f0740550218958ae5cc9a90fdf758d13dfb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767271590683" Longitude="106.68687684113" StarRating="2" HotelCode="309433|cozy_house_140" HotelName="Elegant Inn Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Cong Quynh, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/37/9237672a780f9fff86a04548a166d850f3a4f76a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76908195069" Longitude="106.69820279482" StarRating="3" HotelCode="347824|calmette_hotel" HotelName="Calmette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 Calmette Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/48/6248975c1bc33c98af8d8fa9bb2f6e70bc19e2d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.762400308632" Longitude="106.69889098454" StarRating="3" HotelCode="640958|herla_central_saigon" HotelName="River Gate Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 - 155 Ben Van Don, Ward 6, District 4, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/ef/f1ef045b0c241878c961dab8c03c9d8f53fbda9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78960411" Longitude="106.68694475" StarRating="3" HotelCode="852742|emerald_central" HotelName="Emerald Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69-71 Huynh Tinh Cua Street, Ward 8, District 3, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/99/74993cbe07a0d8a6c744c0b2a055273ee0fc0bd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.756985" Longitude="106.685679" StarRating="3" HotelCode="905927|sunshine_antique_hotel_saigon" HotelName="Universe Central Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>549 Tran Hung Dao Ave, Dist 1, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/f7/a0f74c16a46c439748f9e80002117cd3a212cbcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a perfect location right on the main Tr?n Hung Ð?o Avenue, the main artery of Ho C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80271199" Longitude="106.64392809" StarRating="0" HotelCode="951226|cherry_hotel_and_apartment" HotelName="RedDoorz Premium Near E Town 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>406/14 Cong Hoa Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/23/7f23b391bee573225b4fda9efc920e32578b678c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="984396|the_cozy_inn_2" HotelName="The Cozy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Co Giang, Phuong Cau Ong Lanh, Ho Chi Minh City 700000, Quan 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/16/481609f52aa40d870cebd65ccb96b1f9c3ca8f18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.50" OriginalAmount="22.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77170682" Longitude="106.69397923" StarRating="2" HotelCode="553404|3464545" HotelName="A25 Hotel 307-309 Ly Tu Trong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>307-309 Ly Tu Trong, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/3f/1d3f509bf715e40ee21aa58759c9eac071a15734.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.73" OriginalAmount="22.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7686353" Longitude="106.69401127" StarRating="3" HotelCode="586715|3472865" HotelName="Prague Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>175/10–12 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/cc/58cccff27e2504f1588bf6a8e5b82d52503bf7e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.74" OriginalAmount="22.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777957516383" Longitude="106.70417857372" StarRating="3" HotelCode="309798|1456168" HotelName="King Star Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>18 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/90/2990086e4056f8837b8d9f55c19475794418bd40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.98" OriginalAmount="22.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778636723549" Longitude="106.68877756575" StarRating="3" HotelCode="309421|1742728" HotelName="Angela Boutique Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107/17 Truong Dinh Street, District 03, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fb/78fbf5d6269bb86353680d5f4ccd58aa9877fb98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.20" OriginalAmount="22.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778222662252" Longitude="106.69186850913" StarRating="3" HotelCode="346268|3453695" HotelName="Minh Khang Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155 Vo Van Tan, Ward 6, District 3, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/a4/1fa4f88edaa15b99b82091c100cccf1bab752fef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.26" OriginalAmount="22.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76939919" Longitude="106.69206929" StarRating="1" HotelCode="367542|3436995" HotelName="A25 Hotel 122 Le Lai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/8b/378b3c353c9cb32bcab47594ce7afd0d91def51a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.43" OriginalAmount="22.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.764817746482" Longitude="106.69190631866" StarRating="1" HotelCode="384658|3466055" HotelName="A25 Hotel 22 Nguyen Cu Trinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Nguyen Cu Trinh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/da/e4da6a59a1e3d8dbe3263d4464c6b387fa66477b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773610868485" Longitude="106.69718827105" StarRating="2" HotelCode="320708|the_white_2_hotel" HotelName="Charner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/0f/780ff765c69993232df817ea1d458516ee5acc01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is set in Ho Chi Minh City. The total number of rooms is 22. Pets are not p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766185927558" Longitude="106.69411072394" StarRating="3" HotelCode="640311|babylon_serviced_apartment" HotelName="Babylon Central Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161C Tran Hung Dao Street, Co Giang Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d6/31d689ce30edb85d9c95fac69d658bde1f20142f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75855358838" Longitude="106.67361904048" StarRating="2" HotelCode="915643|phuoc_loc_tho_2_hotel_2" HotelName="Phuoc Loc Tho 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192 - 194 Su Van Hanh, Ward 9, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/23/d2239d66840f5383ad2f77d74f05331291be90d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.752424058179" Longitude="106.66508495808" StarRating="3" HotelCode="905931|bat_dat_hotel" HotelName="Bat Dat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>238 - 244 Tran Hung Dao Street, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6e/fb6e4a53de5bbac577b70a393beb226a4aa0b304.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cho Lon Commercial Centre, in China Town, a popular tourist draw in Ho Chi ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7847762" Longitude="106.68500044" StarRating="3" HotelCode="947084|t78_hotel" HotelName="Nha Khach T78" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Lý Chính Thang, Phuong 7, Quan 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/3c/4a3c5bfe446c092293af63ded030ed4517e79444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.64" OriginalAmount="23.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768906" Longitude="106.68326" StarRating="3" HotelCode="172041|1142568" HotelName="White Lion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>15C Cao Thang, Ward 2, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/00/3400b99d7451ba8e6863147ed3ffbb6e15ad58ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Saigon's business, shopping and entertainment district....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.96" OriginalAmount="23.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768209" Longitude="106.692333" StarRating="3" HotelCode="68353|139594" HotelName="Liberty Saigon Parkview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>265 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0a/110aad2401dc3ecf1d3977f006600a8fbfc38df8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located in the hub of the tourist district, only few minutes walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.98" OriginalAmount="23.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76667179461" Longitude="106.68868303299" StarRating="3" HotelCode="173644|1122938" HotelName="La Felix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>287-289 Pham Ngu Lao st, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/68/7268159d254ff7028acdd4d814327144ce5e0217.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in district 1 of Ho Chi Minh City, the hotel is within a short walking distance to the bust...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.01" OriginalAmount="23.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7721745" Longitude="106.69606471" StarRating="3" HotelCode="413190|3472485" HotelName="The Luxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>261-263 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e2/30e27880994292ff5484a637d1e1291b58c513ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Luxe Hotel in Ho Chi Minh City (Ben Thanh Marke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.09" OriginalAmount="23.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80290773" Longitude="106.73277037" StarRating="3" HotelCode="635507|3440785" HotelName="Common Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Street 38, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.26" OriginalAmount="23.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76984" Longitude="106.6864" StarRating="1" HotelCode="267976|3467915" HotelName="A25 Hotel 14 Luong Huu Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Luong Huu Khanh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/79/2079bda12098f525cc7bbe818d5e821294e07051.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.43" OriginalAmount="23.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774305810988" Longitude="106.69656635132" StarRating="3" HotelCode="346690|1457348" HotelName="Rosa Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>55 Thu Khoa Huan, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/57/0757c219e567c9e0d911dfcdac4edd19aa7b6877.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772858471215" Longitude="106.69707371074" StarRating="3" HotelCode="309424|anpha_boutique_hotel" HotelName="Anpha Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>202 Le Thanh Ton Street, Near Ben Thanh Market, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/8b/c38b4832e105e3234e925fd5e1d7c6fa36e664eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806238253838" Longitude="106.6641670035" StarRating="3" HotelCode="347377|iris_hotel_13" HotelName="Iris Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9-9A Truong Son Street, Phuong 4, Quan Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/24/0e24a12bee8df4dbd596605f1371876522f84dac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Tan Son Nhat International Airport, Iris Hotel Saigon is a perfect starting point from wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75307875" Longitude="106.67308865" StarRating="2" HotelCode="602200|fortune_1127_hotel" HotelName="Fortune 1127 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1127 Tran Hung Dao, Ward 5, Distrikt 5, Ho Chi Minh Stadt 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/29/df2926b8ddb2bf0891502c778be75725d59cc026.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.857098991297" Longitude="106.69779978934" StarRating="4" HotelCode="933298|silver_creek_city_resort_6" HotelName="Toki Saigon - Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Võ Th? Li?u, Phu?ng An Phú Ðông, Qu?n12, Thành ph? H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/53/7b53d2b6e8e8bb0401720b57defa9fec4f18a892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.98" OriginalAmount="24.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768003" Longitude="106.686459" StarRating="3" HotelCode="166813|1128248" HotelName="Hoang Ngan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/f0/e0f0a4a0d0f1f91f24378b35817919dac27e5c8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City's centre. It is only a 4-minute drive to Ben T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.19" OriginalAmount="24.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.752808784891" Longitude="106.66424274445" StarRating="3" HotelCode="905930|1113458" HotelName="Arc En Ciel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 - 56 Tan Da St, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/f2/32f29165c9111cd778f6e7484bfd31bb90b0ed86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right by the Thien Hau pagoda in Cho Lon Commercial Centre. It is set in China...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778900691049" Longitude="106.70321212214" StarRating="3" HotelCode="309459|the_spring_hotel" HotelName="The Spring Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Le Thanh Ton Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c8/68c8f66a42eda17df6bce5406991aaa9a04a44af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730469537432" Longitude="106.70767158654" StarRating="3" HotelCode="368084|boutique_garden_hotel" HotelName="Boutique Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>R3-84 Hung Phuoc 3, Phu My Hung, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/a4/8aa40b61aeed6f244a9f503ff20758042dd66c2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7737699" Longitude="106.7063543" StarRating="3" HotelCode="402015|riverside_saigon_" HotelName="Riverside Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-19-20 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/dc/abdc7aab199bc37340a59f66d92021077a892a41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80481541" Longitude="106.64766772" StarRating="2" HotelCode="600182|thinh_gia_phat_hotel" HotelName="Thinh Gia Phat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>440/71 Nguyen Kiem, Ward 3, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/fb/ebfb2e69b06d8c5acd6b68a5f50008a1c8be3157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Ho Chi Minh City (Ba Queo), Thinh Gia Phat Hotel is convenient to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.82583845" Longitude="106.63293899" StarRating="3" HotelCode="828694|tan_binh_hotel_3" HotelName="Tan Binh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36B Cong Lo, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/f7/0df7301f2abd5bb9f1c3e0a2d80d2c62f9a3c072.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76573955" Longitude="106.69103103" StarRating="0" HotelCode="947072|aquarizon_boutique_hostel_city_bar" HotelName="Aquarizon Boutique Hostel &amp; City Bar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>197 Bui Vien Street, Pham Ngu Lao Ward, Distric 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4f/a04ffa017bbd421577b6fd7d85e8c4676f0798da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773608967567" Longitude="106.69691685152" StarRating="3" HotelCode="915631|thanh_lien_hotel" HotelName="Sunrise Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135-137 Ly Tu Trong Street, Ben Thanh, Ward District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/5e/505ed7f8d8c4f55b5b6407208590219204bd1bdc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766151979686" Longitude="106.69128459392" StarRating="2" HotelCode="915644|duc_vuong_hotel" HotelName="Duc Vuong Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>195 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/54/c9545c0af783fc532b0ee5621c37c4d003d06008.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.11" OriginalAmount="25.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.797215271176" Longitude="106.65998091055" StarRating="2" HotelCode="346782|3438055" HotelName="Royal Dragon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1/16-1/18 Hoang Viet Street, Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/04/c1047d8fbee26c91ae0f94b0ca7d1cc880e6d735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Royal Dragon Boutique Hotel is a distinct addition to the city's skyline. With its location just 3.0...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.15" OriginalAmount="25.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768945783802" Longitude="106.69423520565" StarRating="3" HotelCode="70180|571895" HotelName="Elios Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231-233-235 Pham Ngu Lao Street, District 1, Ho Chi Minh City 10032</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/57/565700f9dc57efcc598d75871f5ad92a2737d8ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of HCMC, within walking distance of fabulous shopping as well as t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.15" OriginalAmount="25.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80662875" Longitude="106.66500316" StarRating="3" HotelCode="856629|3450045" HotelName="Airstar Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Song Day, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/bb/8cbb0451556700bd64200bacdb40461c2cfef330.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75807848" Longitude="106.68026043" StarRating="3" HotelCode="346722|signature_boutique_hotel_3" HotelName="Signature Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>80/1 Nguyen Trai, Ward 3, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/d9/ecd9979914a37190f0e5d4de1b6353dd552e9d7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77241584087" Longitude="106.69482562343" StarRating="2" HotelCode="370927|the_one_hotel_ben_thanh" HotelName="The One Hotel Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>230 Ly Tu Trong, Thanh Pho, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/53/d3536b24ef1c3cc7f37962e555027b17936392f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7869779" Longitude="106.66442009" StarRating="3" HotelCode="436114|cam_ly_boutique_apartment__hotel" HotelName="Cam Ly Boutique Apartment &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>656 Cach Mang Thang 8, Ward 11, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/b0/a7b0bf486ee8abac3255fbc8ef3f7e25e300d14a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76814836" Longitude="106.69833869" StarRating="3" HotelCode="620157|lotus_boutique_hotel_2" HotelName="Lotus Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55/29-31-33 Le Thi Hong Gam Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/64/6764486a9908183ed3fed91c4d5e8efc9367027e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77433136" Longitude="106.69664086" StarRating="3" HotelCode="623639|sam_hotel_apartment" HotelName="A&amp;EM Hotel &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Thu Khoa Huan Street, Ben Thanh Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/33/b7330f3c3b461a39161a978c7b47d2977ba0956c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76918104" Longitude="106.69981737" StarRating="2" HotelCode="631573|triple_e" HotelName="Triple E" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Nguyen Thai Binh, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1c/f31cfe63c9fa3732410534612b71d1d4b4abaef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75502521" Longitude="106.61163388" StarRating="3" HotelCode="826631|hong_bao_thach_hotel" HotelName="Hong Bao Thach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Duong 24A, Phuong Binh Tri Dong B, Quan Binh Tan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6a/426a29c54a88bae3f68815fe865527597becf826.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877604|indochine_ben_thanh_hotel_apartments_2" HotelName="Indochine Ben Thanh Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Luu Van Lang</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/b9/23b967ac4db6b892970b9960be24803db44f743c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77471201" Longitude="106.68244151" StarRating="0" HotelCode="960849|babylon_d3_serviced_apartment" HotelName="Babylon D3 Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136/6 Vuon Chuoi Street, Ward 4, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/7219da5984dde6bfd08b494fb98b2df2e6c00552.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.59" OriginalAmount="26.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773726734398" Longitude="106.69671439681" StarRating="3" HotelCode="915629|1588398" HotelName="Joviale Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/3a/453a2ca90418d64b21eac97466a43b19342841b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.62" OriginalAmount="26.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768982352702" Longitude="106.69768035171" StarRating="3" HotelCode="350364|1733218" HotelName="Ben Thanh Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55/34 Lethi Hong Gam Street, Nguyen Thai Binh Ward, Ho Chi Minh, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/7e/577e061d370cb4bd559e85f3270433a6eadc31f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.83" OriginalAmount="26.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.800476666667" Longitude="106.66148" StarRating="3" HotelCode="185786|1151688" HotelName="TTC Hotel Deluxe Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>315 Hoang Van Thu Street, Ward 2, Tan Binh District, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b1/46b1004d423d7bd5098828e9cd70a9af33eb506e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on Hoang Van Thu Street, the hotel is opposite Hoang Van Thu Cultural Park, War Remnants Mu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.85" OriginalAmount="26.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784948556179" Longitude="106.69071307606" StarRating="3" HotelCode="307374|1075788" HotelName="Emm Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157 Pasteur street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/e9/66e9ba88c504e39ed89523722611f9ef2fb1b152.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.03" OriginalAmount="26.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768459413716" Longitude="106.69340853372" StarRating="3" HotelCode="391305|1201458" HotelName="A25 Hotel 274 De Tham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>274 De Tham Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/fd/d4fd036c6f81baa46a73bccff1c623975dbbe13d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.04" OriginalAmount="26.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77407982" Longitude="106.67812005" StarRating="3" HotelCode="368066|3453815" HotelName="Minh Tam Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>206 Ba Thang Hai Street, District 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/e4/90e43c5862759170e6bc1300dcebe4f452257be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73096782" Longitude="106.70769819" StarRating="3" HotelCode="407859|hotel_l_odeon_phu_my_hung" HotelName="Hotel L Odeon Phu My Hung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>63-65 Le Van Thiem Street, Khu Pho Hung Phuoc 3, Tan Phong Ward, Dist.7, Phu My Hung, Ho Chi Min City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/0c/a20cd4e9831f930118eb238bfc39472795ca3df3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel L Odeon Phu My Hung is perfectly located for both business and leisure guests in Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773232230765" Longitude="106.69605237808" StarRating="2" HotelCode="915639|aem_corp__the_petit_hotel" HotelName="A And Em 179 Ly Tu Trong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179 Ly Tu Trong Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4d/974da4a5c5dbd1c2d382c816ec83ebe13fc16b40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="977877|akoya_saigon_central_hotel" HotelName="The Akoya Ben Thanh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88 Ly Tu Trong, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/f7/43f7b7dc792838d2833753aa3e6bb9aa1bcac3b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76547724" Longitude="106.68673681" StarRating="0" HotelCode="963589|christinas_saigon" HotelName="Christina's Saigon - The Mothership" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212/2B Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/35/f835942797e0315f019df05eec603fa2ad26057d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.86" OriginalAmount="27.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774332471457" Longitude="106.69744104688" StarRating="3" HotelCode="319764|1208798" HotelName="Gk Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Ly Tu Trong, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/98/5d98428dc4ccfbe7560f163105efcd6e24cea54a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.99" OriginalAmount="27.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78720314" Longitude="106.69264124" StarRating="2" HotelCode="374268|3429685" HotelName="A25 Hotel 251 Hai Ba Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>251 Hai Ba Trung Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/fa/a1fa29b409df30078791cd40995afe560b3d8619.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.02" OriginalAmount="27.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73135636" Longitude="106.70751581" StarRating="3" HotelCode="407933|1739568" HotelName="Song Hung 2 Hotel &amp; Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Kitchen,Laundry,Luggage Storage,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>R4 33 - 34 Le Van Thiem, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/f5/e8f51525571835d86f40de75ccaed2abb77fcf57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Saigon Exhibition and Convention Center, Song Hung Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.10" OriginalAmount="27.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7722601" Longitude="106.69053433" StarRating="3" HotelCode="595539|3461305" HotelName="A25 Hotel 20 Bui Thi Xuan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Bui Thi Xuan, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/b7/a3b78c02cf5a1bb8cad0c53991c66e695c412289.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.28" OriginalAmount="27.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768849378209" Longitude="106.69379633821" StarRating="2" HotelCode="384349|1731758" HotelName="Beauty Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>185/14 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/78/fd78996eab94fb70d3b0dfa777377e94e78ef483.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771022" Longitude="106.700078" StarRating="3" HotelCode="68050|liberty_2_hotel" HotelName="Liberty 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129-133 Ham Nghi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/14/1d14a9f0e14b0e4d113c98250b93c1a7e0b26c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just across the street from Ben Thanh Market and gives guests perfect access t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77181546" Longitude="106.69678305" StarRating="3" HotelCode="309434|gia_huy_hotel_2" HotelName="Gia Huy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Nguyen An Ninh, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ef/feefd4e14bbfe0ab220ec168d8116a640488f299.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77351843" Longitude="106.69852452" StarRating="2" HotelCode="374252|lien_an_saigon_hotel_2" HotelName="Lien An Sai Gon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181 Duong Le Thanh Ton, Phuong Ben Thanh, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/88/1a888b81e6993bd563c31abfa6bfaf0f8a8002dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Lien An Saigon Hotel 2 puts everything the city has to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76928248" Longitude="106.68774786" StarRating="2" HotelCode="613818|triip_le_han_dai_nam" HotelName="Triip Le Han Dai Nam Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>142 Bui Thi Xuan, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/02/31020b078050164fcb83ba17968b04cd63cfd54c.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="968973|luxy_park_hotel_apartments_city_centre" HotelName="Luxy Park Hotel &amp; Apartments-City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15B Tran Khanh Du, Tan Dinh Ward, Ho Chi Minh City 70000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/35/dd353a31a4b16af4dda0aa90b993e0cc498a88e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.88" OriginalAmount="28.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769770528827" Longitude="106.68826192617" StarRating="2" HotelCode="59859|112472" HotelName="Empress" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Bui Thi Xuan Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/94/79947b2a5c35cb3ef7374e5894870c3cfd0e1b52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 30-minute drive away from the Tan Son Nhat International Airport, 15 minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.94" OriginalAmount="28.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772282" Longitude="106.690906" StarRating="3" HotelCode="142299|572525" HotelName="Queen Ann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>86 - 88 Bui Thi Xuan St., District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/9b/3d9b3bd3f5ddc59238dc601f7f1e81f03e78927d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Bui Thi Xuan street, which is considered one of the most convenient location...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770400269433" Longitude="106.68918719152" StarRating="3" HotelCode="309451|a25_hotel_le_thi_rieng" HotelName="A25 Hotel 145 Le Thi Rieng" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 Le Thi Rieng Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/49/fd49e700a0a797c9ff018dc4085187ca5172393e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 64 rooms. Wireless internet access is available to travellers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767737545531" Longitude="106.69381245269" StarRating="2" HotelCode="367688|new_sunny_hotel" HotelName="Sunny Ho Chi Minh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>232 De Tham Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773914444264" Longitude="106.69882493006" StarRating="3" HotelCode="915627|thien_xuan_hotel" HotelName="Thien Xuan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>108 - 110 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/19/db19a166ec1ed7d10a0bd753bb8df7ffef738bdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.61" OriginalAmount="29.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777896825494" Longitude="106.70499577294" StarRating="3" HotelCode="305182|1176668" HotelName="White Lotus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6A Thi Sach, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/47/2c476ea36ef8939ffe66983eded9a189d4fda4c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.57" OriginalAmount="29.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79720139" Longitude="106.70542219" StarRating="3" HotelCode="596246|2305315" HotelName="Maison De Camille Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>174/21 Dien Bien Phu, Ward 17, Ho Chi Minh City 700000, Binh Thanh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/28/0328d3a7d424484afb3c137b61ceb409db550f55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.760131109319" Longitude="106.67002" StarRating="3" HotelCode="307378|valentine_hotel_2" HotelName="Valentine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93/1 Nguyen Chi Thanh, Ward 9 Dist. 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/1a/b51a7dce1becbd484d965fad81f4dffd9ae00f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781389" Longitude="106.694731" StarRating="3" HotelCode="168313|golden_rose_hotel" HotelName="Aristo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3A Vo Van Tan St., District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/61/5561020a8b8414066dc8752c9b227d7043e73a6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only a few steps away from all that Ho Chi Minh City can offer. Not far from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73050138" Longitude="106.70721162" StarRating="2" HotelCode="367628|bali_hotel_2" HotelName="Bali Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 - 41 Hung Phuoc 3 Street, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/21/d62181ad71ac5c2709c1ae084ee22e32dd5a1c86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79563858733" Longitude="106.72027165502" StarRating="0" HotelCode="640122|homes_by_christine_vinhomes_central_park" HotelName="The Landmark 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>phuong 22</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/5d/dd5df5538c9fbdd19e514b258278dc6fa8053b3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="876995|aha_friday_city_view_hotel" HotelName="Triip Friday City View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>811 Le Hong Phong</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774625" Longitude="106.696633" StarRating="4" HotelCode="141676|kingston_hotel" HotelName="A&amp;EM Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f5/6af59f4e48ac5c01824857a6774c85f2e61fd575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale boutique suite hotel is located at the heart of Ho Chi Minh City. Its prestigious addre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77182563" Longitude="106.69047159" StarRating="3" HotelCode="701067|kim_long_chau" HotelName="Kim Long Chau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19D Bui Thi Xuan, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/a4/20a4d9ccfa0ceb32a8a67207d545f7eb7622f8bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72732872" Longitude="106.69667093" StarRating="3" HotelCode="692140|bin_bin_hotel_1" HotelName="Bin Bin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Street 1, KDC Ven Song, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/0f/680fb89ae0f5e5cb5190f8b6da6ba71222290f8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772265" Longitude="106.694868" StarRating="3" HotelCode="915649|tespoir_saigon_hotel" HotelName="Cititel Central Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>247-249 Ly Tu Trong, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/6a/9e6a941e8ec771df363f05cc7ef14bbb19b10361.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.74" OriginalAmount="31.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769044" Longitude="106.694578" StarRating="3" HotelCode="36291|1610158" HotelName="Liberty Hotel Saigon Greenview" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/63/ed631cedd8ef027fa6786040bacb21f76602ee02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.05" OriginalAmount="31.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77366235" Longitude="106.69854731" StarRating="2" HotelCode="367909|3456735" HotelName="Ruby Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185-187 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/29/c929a9ae5e833e88b09412caefdd737725f6f715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.07" OriginalAmount="31.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771881128016" Longitude="106.69520616531" StarRating="3" HotelCode="189202|1150568" HotelName="Cap Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Le Anh Xuan Street, Ben Thành Ward, District I, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/a5/d3a569d722b359c937ae31da1fe2a4450b74e93b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the crossroads of Ho Chi Minh City's business, cultural and historical distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.42" OriginalAmount="31.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77703388197" Longitude="106.68343580681" StarRating="3" HotelCode="167055|308765" HotelName="Lotus Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Cach Mang Thang 8 Street, Ward 7 District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/12/011247074785d4c1aad2c284b11375287f9bf97a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the entertainment area, next to 126 Stage and two minutes' walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774421205304" Longitude="106.69681549072" StarRating="3" HotelCode="161942|blue_diamond_hotel" HotelName="Blue Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Thu Khoa Huan Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/3b/0a3b719e06e01d7693f88204823f6e447851b54a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, in a very quiet street just behind the Tao Dan Park. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76886848" Longitude="106.69724395" StarRating="3" HotelCode="600203|diamond_luxury_ben_thanh" HotelName="Diamond Luxury Ben Thanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100/6 Le Thi Hong Gam, Ben Thanh Quan 1, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/26/4f265fb4198eae004521144f06f797ab59756773.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Ho Chi Minh City (Core area of Ho Chi Minh City), Diamond Luxury ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.80" OriginalAmount="32.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80696721" Longitude="106.73089723" StarRating="3" HotelCode="852699|2625445" HotelName="Aurora Western Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Quoc Huong, Thao Dien, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/22/97223917ff25f5a5cb602118caddc7ee370acc82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.37" OriginalAmount="32.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77533625" Longitude="106.7048125" StarRating="2" HotelCode="225948|1200518" HotelName="A25 Hotel Mac Thi Buoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>35 Mac Thi Buoi Street, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/2c/a72c9c900c05e607253cd639b2f4024cd10aa4f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Dong Do Hotel places you in the heart of Ho Chi Minh City, walking dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79589" Longitude="106.659453" StarRating="4" HotelCode="68049|first_hotel_ho_chi_minh" HotelName="First Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Hoang Viet Street, Ward 4, Tan Binh District, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/8e/6d8e1289bf0470f9654464fe5cfe4f536095279e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80100789" Longitude="106.64241257" StarRating="3" HotelCode="694411|solex_hotel" HotelName="Solex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Duong Nui Thanh, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/1b/3a1bd27bb26f571c98af29d7c21872b67bbd1356.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.809681526318" Longitude="106.73193083961" StarRating="3" HotelCode="968782|glenwood_city_resort" HotelName="Glenwood City Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>243 Nguyen Van Huong Street, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/63/8963c5b018d8f82083de780baa69fb0f7727b6e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.74" OriginalAmount="33.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775122152295" Longitude="106.70418483188" StarRating="3" HotelCode="99679|1162488" HotelName="Huong Sen" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66-68-70 Dong khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/31/1631632abfa10a99c518d6f35d36701272480b26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78455495177" Longitude="106.65354073048" StarRating="3" HotelCode="185378|kelly_hotel" HotelName="Kelly Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Thu Khoa Huan, District 1, Ho Chi Minh City, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/28/7a289fd1842d940ba9c8a9986d6c8105cd74fe1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76931340526" Longitude="106.6966414866" StarRating="3" HotelCode="402012|dai_nam_2" HotelName="Dai Nam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/57/195703b623a48dd03181104c6a499ab39fcaa5eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77670396" Longitude="106.7046897" StarRating="3" HotelCode="852681|bel_ami_hotel_3" HotelName="Bel Ami Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Hai Ba Trung, Ben Nghe Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/71/2c711bbee2a2be94d65e0f6c13929b9122cb603b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76827921" Longitude="106.69359447" StarRating="3" HotelCode="785984|saigonciti_hotel" HotelName="Saigonciti Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>264 De Tham, Phuong Pham Ngu Lao, quan 1, Ho Chi Minh City 770000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/69/4569de399def429f44269d8096966a1f5566d79f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.84" OriginalAmount="34.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.786589" Longitude="106.677674" StarRating="4" HotelCode="68048|340645" HotelName="Ramana Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Le Van Sy Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/75/69758306ee05686ffbd855b5bea96d5b5f4d427e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of charming Ho Chi Minh City, the hotel is within a few minutes' drive of the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.51" OriginalAmount="34.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77871819" Longitude="106.6884877" StarRating="2" HotelCode="587162|3465505" HotelName="Hoang Lan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>107/16 Truong Dinh, Ward 06, District 3, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/94/17942bc49fd524d8aaaf68f2c76f206b9aaa14a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.14" OriginalAmount="35.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77194595" Longitude="106.6928224" StarRating="3" HotelCode="309454|90248" HotelName="Cicilia Saigon Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>12D Cach Mang Thang 8, District 1, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/68/656806ce63dff4133fa85aed4abb7ac3a16aed0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77227994" Longitude="106.69615734" StarRating="3" HotelCode="263258|nhat_ha_1_hotel_2" HotelName="Nhat Ha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>252 B-C Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chí Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/cc/f9ccb01817b0143a5adb3df9f2e2fda723397190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769646" Longitude="106.700236" StarRating="3" HotelCode="915663|ruby_river_hotel" HotelName="The Hammock Hotel Fine Arts Museum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Nguyen Thai Binh Street, Nguyen Thai Binh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/23/f7235c51b0545ba530f6c916ea8575c1c65f3cf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.16" OriginalAmount="36.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779099650938" Longitude="106.70479713713" StarRating="3" HotelCode="225955|3465865" HotelName="Roseland Corp Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8A/6D2 Thai Van Lung Street, Ben Nghe Ward, District 01, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/09/9e09783f6a199fa3363341c2cdab6d6e6927b57a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774533" Longitude="106.700266" StarRating="2" HotelCode="915654|little_saigon_boutique_hotel" HotelName="Little Saigon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Bis/2 Le Loi Boulevard, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/41/7941f38a5c702df730a1ac02622b97f4e588db55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="971490|princess_saigon_central_hotel" HotelName="Princess Saigon Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34-36 Thu Khoa Huan Street, Ben Thanh Ward, Ho Chi Minh City 700000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/d6/d2d67a704b8b80bf36f703e92e706a4d0b7ab2c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.98" OriginalAmount="37.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771868" Longitude="106.694091" StarRating="3" HotelCode="307377|1684688" HotelName="Alagon Saigon Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>289 – 291 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/82/5582c9a14ea1d8f47015e4cf005419dd6d4a6e5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7717" Longitude="106.696826" StarRating="3" HotelCode="166833|hoang_hai_long_2_hotel" HotelName="Alagon Western Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 - 30 Nguyen An Ninh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/e0/7ae0c71efb3dee8111e207a4082b3f64fb9d3033.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of Ho Chi Minh City, close to the Ben Thanh handicrafts marke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.817388370238" Longitude="106.62417047559" StarRating="2" HotelCode="915667|tan_hai_long_hotel_4" HotelName="Silverland Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Hai Ba Trung Street, Stadtbezirk 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.795456" Longitude="106.71858385" StarRating="0" HotelCode="938532|vinhomes_central_park_luxury_apartment" HotelName="Vinhomes Central Park by Apartmentel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 Nguyen Huu Canh, Binh Thanh Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/7f/a87f311fb6b8a9e0eb8239094571633825051f65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Vinhomes Central Park Apartmentel, you'll be centrally locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77841581" Longitude="106.70460742" StarRating="3" HotelCode="967979|roseland_sweet_hotel_spa" HotelName="Roseland Sweet Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/eb/13eb8e8d2c3b3558c909c2ddcc1cf97c9e154b13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.91" OriginalAmount="38.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780566997093" Longitude="106.70685901472" StarRating="4" HotelCode="429157|1943255" HotelName="Bay Hotel Ho Chi Minh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Housekeeping,Internet,Laundry,Lounge,Meeting Room,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Ngo Van Nam Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/66/52/6652a7968a7bc709b0bbc4a8336bcbe0a325c444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Renovated in , the Bay Hotel Ho Chi Minh guarantees guests a pleasant stay whether in Ho Chi Minh Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.18" OriginalAmount="38.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.736204576366" Longitude="106.73067386595" StarRating="3" HotelCode="320706|1458878" HotelName="Liberty Hotel Saigon South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>542A,544 Huynh Tan Phat, Binh Thuan Ward, District 7, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/6e/e56e0011a40517bc25ae2f1d23212778b674a7f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77122549" Longitude="106.69416115" StarRating="3" HotelCode="410675|hoang_hai_long_south" HotelName="Alagon City Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-58 Pham Hong Thai Street, Ben Thanh Ward District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/af/bfaf45fb228890d0410f0127d95b6ddb0c711f80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.741269" Longitude="106.700997" StarRating="3" HotelCode="641051|sunrise_city_apartment" HotelName="Sunrise City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 - 25 - 27 Nguyen Huu Tho, Tan Hung Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/56/e956b2efdec6b6f3a1b21df760a28b1473522cdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779134" Longitude="106.7048295" StarRating="3" HotelCode="915669|aem_hotel_8a_thai_van_lung" HotelName="A&amp;EM Hotel 8A Thai Van Lung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A/1D2 Thái Van Lung, Qu?n 1, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/04/1a04c74ad29f9d470ffce5abb8c735ba2e9f9832.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77772819" Longitude="106.70539673" StarRating="0" HotelCode="966436|blue_diamond_luxury_hotel" HotelName="Blue Diamond Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6B Thi Sach, Ben Nghe, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/54/845480eee68d7ecc29cb98da61af91dfd1e3adce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.93" OriginalAmount="39.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77873391" Longitude="106.70485452" StarRating="3" HotelCode="374980|1786148" HotelName="Thuy Sakura Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/d7/3dd798964e5ecc07529e2c4bf673947af43bce37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.22" OriginalAmount="39.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76889882" Longitude="106.69753814" StarRating="3" HotelCode="773917|2533875" HotelName="Lotus Central Hotel Saigon" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102-104-106 Le Thi Hong Gam, Quan 1, Thanh Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/86/89864e6433be812fdc01fa7f2c3173eb1f4dee4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78020744243" Longitude="106.69330179691" StarRating="3" HotelCode="166326|victory_saigon_hotel" HotelName="Victory Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>141 Nam Ky Khoi Nghia Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/98/54988564143242c5bc996889e1a8e907f29ba76e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city, the hotel is very convenient for trade, shopping, sightseeing and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772094659109" Longitude="106.69506695583" StarRating="3" HotelCode="373207|grand_cititel_central_saigon" HotelName="Ngoc Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>53-55 Le Anh Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/c6/f4c6bda08e3b85b7ca5d3da614f093d3f010ae41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771296888664" Longitude="106.69141592996" StarRating="3" HotelCode="347818|the_hammock_hotel_ben_thanh" HotelName="The Hammock Hotel Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>47-49 Le Thi Rieng Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/9e/bb9edd1a27b17c31fc53265feb053ed4fbc50a39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770652" Longitude="106.693778" StarRating="3" HotelCode="387498|le_duy_hotel" HotelName="Le Duy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Nguy?n Th? Nghia, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ee/daeec232cf29489b1aae7e528a464c60006aa6b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a high and main street right in the centre of Ho Chi Minh City, within the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78487161" Longitude="106.69936961" StarRating="0" HotelCode="884371|cityview_serviced_apartment_2" HotelName="Cityview Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Mac Dinh Chi, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a9/3ca9fa36d7ee2a65ef4edab3d99eb512278da78f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="882957|the_bloom_pham_viet_chanh_2" HotelName="The Bloom Pham Viet Chanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/8/3 Pham Viet Chanh, Ward 19, District Binh Thanh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/7f/6a7f58f89109a8e1cf372a5859d4dbfab253c6cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78184526" Longitude="106.70541493" StarRating="3" HotelCode="958611|blue_diamond_new_hotel" HotelName="Blue Diamond New Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8B-8C Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/0b/930b1f68a46233fbc5f001dd55b382e314f382be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.88" OriginalAmount="42.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78698208" Longitude="106.69454179" StarRating="3" HotelCode="754962|3468885" HotelName="Nta Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>171 - 173 Dien Bien Phu, Dakao Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d0/afd012c225ba5e9cc878d25976843888bb98a81b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.96" OriginalAmount="42.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77446993" Longitude="106.68729972" StarRating="3" HotelCode="435952|3426845" HotelName="Le Duy Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82-84 Cach Mang Thang 8 Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/07868/2507868/1.jpg?f=15044573</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.31" OriginalAmount="42.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77558955" Longitude="106.69713232" StarRating="4" HotelCode="488546|2103305" HotelName="Central Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39-39A Nguyen Trung Truc, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/28/72284b1141c7e35bd15b2ad1788ddbf32306d186.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.42" OriginalAmount="42.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775152" Longitude="106.703883" StarRating="3" HotelCode="37540|894405" HotelName="Bongsen Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 - 123 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/4c/664c15ce411e28cec73191c055aefe69936882cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the midst of business offices, airline offices, souvenir shops, department ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769462" Longitude="106.70017" StarRating="3" HotelCode="300620|signature_saigon_hotel_2" HotelName="Signature Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>65-67-69 Nguyen Thai Binh Street, Nguyen Thai Binh Ward, District 1, Hochiminh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/51/31514aae195c7910cfe90550ef103aca357fed87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780805269736" Longitude="106.70455172024" StarRating="4" HotelCode="434761|lancaster_saigon_serviced_apartments_le_thanh_ton" HotelName="Lancaster Saigon Serviced Apartments Le Thanh Ton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Nightclub,Parking,Restaurant,Room Service,Sauna,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/de/5ddea6ac1f1a1dd4f4768eff67e74a259060ba53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Lancaster Saigon Serviced Apartments Le Thanh Ton to discover the wonders of Ho Chi Minh Cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80283510781" Longitude="106.74110500646" StarRating="3" HotelCode="611679|mrt_apartment_in_masteri_thao_dien" HotelName="Masteri Thao Dien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>159 Hanoi Highway, Thao Dien Ward, District 2, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/65/fc65780c30e86c1d21e3a76116e08814b714af1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773232923721" Longitude="106.69833565601" StarRating="3" HotelCode="915657|aem__phan_boi_chau" HotelName="A&amp;EM - Phan Boi Chau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Phan B?i Châu, Qu?n 1, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/e6/14e66c882c452eb42a8ef82f584a3a3452452d18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.32" OriginalAmount="43.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77610353" Longitude="106.70529508" StarRating="3" HotelCode="623269|3471965" HotelName="Huong Sen Annex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4-6-8 Mac Thi Buoi Street, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4f/454fc35eb62d660bc62f9e6f0a3eb2a8f8b78e04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78901" Longitude="106.69052" StarRating="3" HotelCode="171270|hong_vy_1_hotel" HotelName="Central Park Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Hai Ba Trung, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/bc/b3bc486cab7ebba4318b4d4d8239a81a82af60ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City's business and tourist district, opposite a g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7309592" Longitude="106.70835293" StarRating="0" HotelCode="971023|sabina_hotel_2_2" HotelName="Sabina Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47-49-51 Le Van Thiem Street, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/53/5d53bc7d21f6211eececaa3a78ec1d7054d8b1f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.24" OriginalAmount="44.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775821" Longitude="106.704626" StarRating="3" HotelCode="68053|572465" HotelName="Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41-47 Dong Du Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/a2/9ea23a33aa2ad355527ba052bc093760456dd842.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of city, which is just 5 minutes' walk away. The bus station can ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.26" OriginalAmount="44.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772060299687" Longitude="106.69027040608" StarRating="3" HotelCode="887860|1525998" HotelName="Harmony Saigon Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32A-34 Bui Thi Xuan Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/f6/edf63e9998f62e1c78ef23df988d3355ede188e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.31" OriginalAmount="44.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773246026982" Longitude="106.69619590044" StarRating="3" HotelCode="140907|572535" HotelName="Sanouva" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175-177 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/42/7242c41c084ebab7398b236aef2882a6ed1e6aac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7929141" Longitude="106.6723785" StarRating="3" HotelCode="536103|oakwood_apartments_ho_chi_minh_city" HotelName="Oakwood Apartments Ho Chi Minh City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>18 Street 3, Cu Xa Do Thanh, Ward 4, District 3, Ho-Chi-Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="962813|zazz_urban_ho_chi_minh_hotel" HotelName="Zazz Urban Ho Chi Minh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Su Van Hanh, Ward 9, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ed/00edb013478fcbb4ddcbadb82c0171a3e617c137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.92" OriginalAmount="46.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777920013663" Longitude="106.6886691546" StarRating="3" HotelCode="491729|downtown_retro_serviced_apartment" HotelName="Saigon Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2K Ho Xuan Huong, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/7f/337f0a404524c143a446b31e8db2d42daec3d7cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.07" OriginalAmount="46.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774635" Longitude="106.696681" StarRating="3" HotelCode="163645|1441698" HotelName="Alagon Zen Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 - 46Bis Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/55/b25579869efa9cf21f8b1236719dd0b29be6df3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.51" OriginalAmount="46.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774703142022" Longitude="106.70338153839" StarRating="3" HotelCode="56463|572515" HotelName="Oscar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68A Nguyen Hue Avenue, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3f/c43fafd076b9dda69f7c8f1bd15213f3739701a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.51" OriginalAmount="46.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771900961231" Longitude="106.69533261455" StarRating="3" HotelCode="320704|1200818" HotelName="A &amp; Em 280 Le Thanh Ton Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>280 Le Thanh Ton, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/fb/fdfb1a84ac4d1ee48fc18b3c72105796174d001f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.96" OriginalAmount="48.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771054" Longitude="106.692969" StarRating="2" HotelCode="207691|aries_hotel" HotelName="TRIIP Boutique Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7/9 Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f0/b7f0ad657fdfc6576aa03a446188b3ec7e8bb1e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.83" OriginalAmount="48.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.97525313" Longitude="106.67036313" StarRating="3" HotelCode="372535|1700258" HotelName="Becamex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>230 Binh Duong Boulevard, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/04/1304880480561c0e429304a44008529d3c56a151.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a bar, a transfer service, room service, a conference room an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773027" Longitude="106.69748" StarRating="3" HotelCode="171271|paradise_saigon_boutique_hotel" HotelName="Paradise Saigon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>288 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ed/62ed77ad48f74f3faf6547e11b37e5afd2db5aaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City, just 5 minutes’ walking distance from Ben Tha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.757692" Longitude="106.673247" StarRating="5" HotelCode="51813|windsor_plaza_hotel" HotelName="Windsor Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 An Duong Vuong, Ward 4, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/66/8a66e343849b5387ff1fb232852b3a9507c502e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Ho Chi Minh City, this hotel offers unparalleled access to the shopping, ni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.783850626008" Longitude="106.69025957965" StarRating="3" HotelCode="376200|hotel_165_nam_ky_khoi_nghia" HotelName="165 Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Nam Ky Khoi Nghia Avenue, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/48/484839561ab2a59f23cd6694b26f987ad96aad86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.71" OriginalAmount="49.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774323713107" Longitude="106.70371949672" StarRating="4" HotelCode="336606|256616" HotelName="Palace Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-66 Nguyen Hue Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/65/1465b94cbddb5443415649d34b175531cbf48dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the city centre, in the city’s administrative and commercial ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.796171715349" Longitude="106.6746121645" StarRating="4" HotelCode="168312|starcity_saigon_hotel" HotelName="Vissai Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ward 8, 144 Nguyen Van Troi Street, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/10/d610e5048d5ccb681099f2e6a5f98c31c37c7a3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a quiet and peaceful place, this hotel is a good choice for guests not wanting to stay i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="882837|orchid_boutique_apartment" HotelName="Orchid Boutique Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R1-72-R4-71 Bui Bang Doan Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/c6/67c634e56f1e56e50116f54187d18996a83719f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79552094" Longitude="106.71957478" StarRating="2" HotelCode="937885|christines_saigon_apartment" HotelName="Vinhomes Central Park by Christine’s Saigon Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 Nguyen Huu Canh, Ward 22, Binh Thanh District, Ho-Chi-Minh-City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/34/9b346b36ba4541851a518828e247b4600300f54c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.81" OriginalAmount="50.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7715986" Longitude="106.69526735" StarRating="4" HotelCode="623863|3441845" HotelName="A&amp;EM Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Le Anh Xuan Street, Phuoong Bên Tha`nh, H? Chí Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/98/6798e4863c76818f4d33337c4f45c9952e43b5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.95" OriginalAmount="50.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7776891" Longitude="106.66522936" StarRating="4" HotelCode="373992|1726108" HotelName="Athena Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>280 To Hien Thanh, Ward 15, Distrikt 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/9c/029c3705f72e4eb9a5491e33a20f63197a28fdf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.98" OriginalAmount="50.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="780699|3453455" HotelName="Scenic Valley Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Nguyen Van Linh Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/6f/4e6f03dbd4ddea1fb0d904f468a28a7a774a8a13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.02" OriginalAmount="51.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="960665|winsuites_saigon" HotelName="Winsuites Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28-30-32 Le Lai Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/be/27beb9c6600c38e96f531c765982787962124cd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.35" OriginalAmount="51.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79971" Longitude="106.668174" StarRating="4" HotelCode="39407|111662" HotelName="PARKROYAL Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>309B-311 Nguyen Van Troi Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/31/4f3174892dc7676cbfc53ce0632fd6ef9b5d5f58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Tan Binh District of Ho Chi Minh City, this hotel offers excellent quality and a gre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.66" OriginalAmount="51.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771856" Longitude="106.70388" StarRating="3" HotelCode="142302|572635" HotelName="Roseland Point Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>65 Ho Tung Mau Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/72/87722e76c456fc53ca2862ded3c8d4c32abebd7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district in Ho Chi Minh City, close to Ben Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.04" OriginalAmount="52.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77355931249" Longitude="106.69670367582" StarRating="3" HotelCode="915633|ha_hien_hotel" HotelName="Ha Hien Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>145-147 Ly Tu Trong street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/6e/756e94456e5a16cf74c7714d952a6635fe1c7c79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.61" OriginalAmount="54.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77177502" Longitude="106.69410088" StarRating="4" HotelCode="489347|2514515" HotelName="Alagon D'antique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>301-303 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/597541/597541a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.82" OriginalAmount="54.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771579210236" Longitude="106.69560362155" StarRating="3" HotelCode="142266|572685" HotelName="Good Vibes Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f7/a9f7fa5d9f2348cde93ddf0e42815fdf852c2e5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, 100 metres away from Ben Thanh Market and near the 23...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.12" OriginalAmount="56.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7771271928" Longitude="106.7057507835" StarRating="3" HotelCode="915661|la_jolie_hotel__spa" HotelName="Silverland Jolie Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>4D Thi Sach Street, Ben Nghe Ward, Dist 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/dd/b2ddd48f74ba816faac3a1a6ab413dd654555889.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.28" OriginalAmount="56.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80014014" Longitude="106.67076292" StarRating="5" HotelCode="320377|1075958" HotelName="5-star Tan Son Nhat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>202 Hoang Van Thu Street, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/b4/84b46ea086570949702bcd5f8152ac231e1191be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.43" OriginalAmount="56.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="3" HotelCode="770918|3470115" HotelName="Au Lac Center Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Nguyen Thi Minh Khai, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.62" OriginalAmount="56.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.819587" Longitude="106.620169" StarRating="3" HotelCode="423100|3449645" HotelName="Garden View Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>101 Nguyen Du Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/15/571581c2d2685df2c9d207b4a875c026486efc57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.29" OriginalAmount="57.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.796653838903" Longitude="106.67320236186" StarRating="5" HotelCode="15548|90238" HotelName="Eastin Grand Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>253 Nguyen Van Troi Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/d2/c4d2fde770554afe604f9f4abb6b718f22fc5f2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the Phu Nhuan District of Ho Chi Minh City, which is still affectionately kn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.45" OriginalAmount="57.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.813168850803" Longitude="106.66606929168" StarRating="4" HotelCode="525352|2048645" HotelName="ibis Saigon Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2 Hong Ha Street, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/38/09388b449436cf989d5044bcdb3bdc478573e7d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780844850948" Longitude="106.69605495493" StarRating="2" HotelCode="401582|au_lac" HotelName="Au Lac 1 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Nguyen Thi Minh Khai, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/98/6798e4863c76818f4d33337c4f45c9952e43b5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 2 star hotel is located in the city centre of Ho Chi Minh. The Hotel has a coffee shop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77357138" Longitude="106.69939579" StarRating="3" HotelCode="943527|uptown_hotel_3" HotelName="Uptown Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-13 Luu Van Lang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/92/6f92cd8efcda6c2934fede4f245f5bc09ff20447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.75" OriginalAmount="59.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777440812873" Longitude="106.70547366142" StarRating="3" HotelCode="189201|1160978" HotelName="Aquari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Thi Sach st., Dist. 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/2c/ba2c5c12b8e0dcfbd7fd914a7d331bfce2a3d2f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Ho Chi Minh's inner city with its myriad of attractions such as the Op...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.33" OriginalAmount="60.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78403834" Longitude="106.70033" StarRating="4" HotelCode="350367|1817708" HotelName="Muong Thanh Saigon Centre Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A Mac Dinh Chi Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/d3/67d3638cac397205c4b470e75c0ea5cb35d98bca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.87" OriginalAmount="60.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772297412644" Longitude="106.70370335276" StarRating="3" HotelCode="293149|1805388" HotelName="Silverland Charner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87-89-91 Ho Tung Mau Street, Ben Nghe Ward, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/93/ff93ff9fd2343a9476de4330940c1233751031df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.93" OriginalAmount="60.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78419595" Longitude="106.6944062" StarRating="4" HotelCode="773932|2303125" HotelName="Citadines Regency Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Pham Ngoc Thach Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/4f/6e4fca0cdd85d2b5a393d16a8479593e1163ea10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Ho Chi Minh City. Citadines Regency Saigon 									 guarantees a quiet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.04" OriginalAmount="60.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77753" Longitude="106.705251" StarRating="3" HotelCode="887852|1116038" HotelName="Northern" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 A Thi Sach Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/57/f157b721d0fd088e7ed2249f70b066b939e99345.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.22" OriginalAmount="61.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77245646" Longitude="106.70253843" StarRating="4" HotelCode="965064|innside_by_melia_saigon_central" HotelName="Innside By Melia Saigon Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 -131 Ton That Dam Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/9f/b39fd429acd81245c7e3063d6627057ef00153ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.34" OriginalAmount="61.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806803343364" Longitude="106.74704321693" StarRating="4" HotelCode="225965|1182928" HotelName="Riverside Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vo Truong Toan Street 53, Thao Dien Ward District 2, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/a6/84a6b73fe4dd830ea5abfcadefe7550bbfb17e84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780344455804" Longitude="106.70370072126" StarRating="3" HotelCode="166009|sophia_hotel" HotelName="Sophia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Thai Van Lung, Ben Nghe Ward, Disttrict 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/4b/2f4b3facf688897efd47bc8b7aa1ff3c4f775a25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the city centre, the hotel is close to Ben Thanh market and a number of museums in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77301316" Longitude="106.69575607" StarRating="3" HotelCode="309456|sunflower_saigon_hotel_2" HotelName="Sunflower Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>189 - 191 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/0c/a20c2f657e2ab1247dcc87c55178da1b6ba0d4c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant is among the facilities. Wireless internet access is available to guests in the public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.15" OriginalAmount="64.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774695237258" Longitude="106.69630587101" StarRating="3" HotelCode="163644|572185" HotelName="Silverland Yen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73-75 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/1a/071ad538d164efe54bbf97d79e53492ee4b51ad3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;From this business hotel, it takes only a few minutes to walk to Ben Thanh Market, Unification Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.43" OriginalAmount="65.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773097153167" Longitude="106.70432567596" StarRating="4" HotelCode="27130|34174" HotelName="Saigon Prince Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Nguyen Hue Boulevard, Ho Chi Minh City, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/fd/68fdca2ab10e91d6793aa7a6b6304bca84ddb396.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of the city, the hotel offers easy access to the business and gov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.64" OriginalAmount="66.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772628856641" Longitude="106.69320192394" StarRating="4" HotelCode="384226|1245308" HotelName="Homestead Parkview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>149- 151 Nguyen Du Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c1/f7c10dd6256c57f9f67288fddb5618f5d4060123.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779056847524" Longitude="106.70403644916" StarRating="3" HotelCode="130176|asian_ruby_luxury_hotel" HotelName="Hotel De Charme Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Thi Sach, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/39/6e392148bd7bf004ce693c29f251dc47ab967539.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the District 1, Dong Khoi neighbourhood of Ho Chi Minh City, the hotel is close to Ho Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="962928|republic_plaza_serviced_apartment" HotelName="Republic Plaza Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Cong Hoa Street, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/7d/107dbc2cae3e8812f271aa72ab0ece4c81565532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.02" OriginalAmount="67.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773541213731" Longitude="106.69869572454" StarRating="4" HotelCode="295333|119272" HotelName="Liberty Central Saigon Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 - 179 Le Thanh Ton, District 1, Ho-Chi-Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/a8/0ba8fd28243d2a19384be35dac634466c692d929.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Ho Chi Minh City, this urban hotel is about 1.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.06" OriginalAmount="67.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776733" Longitude="106.702603" StarRating="4" HotelCode="59858|141054" HotelName="Continental Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 - 134 Dong Khoi St., Dist 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/8d/318dab5918c77eb7e0054bb5751b82d640b21b31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre, close to a variety of conveniences for the traveller and bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.17" OriginalAmount="67.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78106843" Longitude="106.69047923" StarRating="4" HotelCode="552447|2514545" HotelName="Sila Urban Living" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>21 Ngo Thoi Nhiem Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/eb/56eb9a1ae01543c1a6d6b779c0dce6da5054a0a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776229047251" Longitude="106.69136065641" StarRating="3" HotelCode="307375|sonnet_saigon_hotel" HotelName="Sonnet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Truong Dinh Street, Disrict 3, Ho Chi Minh City ( Saigon )</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/44/be442ebab6616898f8797c577b2d5d6054eb03f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772633527899" Longitude="106.69519898731" StarRating="3" HotelCode="347829|lavender_boutique_hotel" HotelName="Lavender Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>200-204 Ly Tu Trong, Phuong Ben Thanh, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/ec/faec08916fe94d3fd393a89811e6f9c538fb2de6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774227666667" Longitude="106.696833" StarRating="4" HotelCode="915656|aem_corp__royal_palace_hotel" HotelName="A&amp;Em Corner Sai Gon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>39-41 Thu Khoa Huan Street, District 1, Ho Chi Minh City, Ðông Nam B? (Südostregion)</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/e5/d0e54885b18173f1df9639f70d2577e0228974f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.72" OriginalAmount="69.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.762013" Longitude="106.696365" StarRating="3" HotelCode="307373|1204908" HotelName="Sunland Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302-304 Vo Van Kiet Str, Co Giang Ward, District 1, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/7b/f77bf6cd724764a662f21491a3558c322f89ab27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.40" OriginalAmount="70.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771849506508" Longitude="106.69016356442" StarRating="4" HotelCode="933301|edenstar_saigon_hotel" HotelName="EdenStar Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ae/02ae357e049d74c903aac802d9196377e7dd9f7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.13" OriginalAmount="70.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784147" Longitude="106.699607" StarRating="4" HotelCode="410259|991675" HotelName="Somerset Chancellor Court Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Nguyen Thi Minh Khai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f1/0af13d0aafa651f4f1614f188d3eb806b70739c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled among tree-lined boulevards on the corner of Mac Dinah Chi and Nguyen Thi Minh Khai streets,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.22" OriginalAmount="70.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72656182" Longitude="106.7234994" StarRating="4" HotelCode="374714|1757548" HotelName="MerPerle Crystal Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>C17-1-2 Nguyen Luong Bang, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/2f/c42ff82d56cf62d36a10ed2e92adc1e2f693b28b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.31" OriginalAmount="70.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77270773" Longitude="106.69005833" StarRating="4" HotelCode="435237|2013445" HotelName="Fusion Suites Sai Gon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Suong Nguyet Anh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a6/d6a6f1fd9499a80f8d811aa3c28ae512fcf29bb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.46" OriginalAmount="73.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778166773973" Longitude="106.70589742879" StarRating="4" HotelCode="317062|millennium_boutique_hotel" HotelName="Millennium Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7A Thai Van Lung, Ben Nghe Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c8/2c/c82c300082ec1a83c53760a8d26a699d0c557c58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.79" OriginalAmount="74.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77874" Longitude="106.704061" StarRating="4" HotelCode="307376|1450358" HotelName="Paragon Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Thi Sach Street, Ben Nghe Ward, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/54/67543220689e7a4ee0b9c9222422686f169c74c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.59" OriginalAmount="75.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730909152082" Longitude="106.72361579172" StarRating="3" HotelCode="200090|1017438" HotelName="ibis Saigon South Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Hoang Van Thai Street, Phu My Hung Tan Phu Ward, District 7, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/23/c5234809dfb5bdb17a0d0402d52010795240d7ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.56" OriginalAmount="78.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77936414" Longitude="106.70471469" StarRating="3" HotelCode="436084|saigon_city_residence_serviced_apartment" HotelName="Saigon City Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>8A/3D2 Thai Van Lung street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/90/cd906e6b8f8ec4c4b96468bdad07ba39d87c8134.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.64" OriginalAmount="82.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80140933" Longitude="106.65541187" StarRating="3" HotelCode="844971|holiday_inn_hotel_and_suites_saigon_airport" HotelName="Holiday Inn &amp; Suites Saigon Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18E Cong Hoa Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/42/33/4233c484fca258183a0a0bc25ec893cf8051ee98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.68" OriginalAmount="84.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779091" Longitude="106.703987" StarRating="3" HotelCode="72564|may_hotel" HotelName="May Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Thi Sach Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/45/9a457f3b3d3700a01d60902446df8c0eebf46e3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Saigon, within walking distance of the city theatre, Ben Than...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79981512" Longitude="106.72366222" StarRating="4" HotelCode="372528|charm_suite_saigon_2" HotelName="Charm Suite Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>330A/330B Ung Van Khiem Stree, Ward25, Binh Thanh, Ho Chi Minh City (Saigon)</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/02/fe02d91ac7849171b95758af2b58445510a9cce6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78897659" Longitude="106.70874303" StarRating="3" HotelCode="968950|mh_serviced_apartment" HotelName="M-H Residence &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Ngoc Phuong, Ward 19, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/1e/361e2de31a08a462b1d9aa9ccd506eb1fafc908d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.67" OriginalAmount="87.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772975" Longitude="106.706286" StarRating="5" HotelCode="14523|572425" HotelName="Majestic Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Ski Hotel " CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/f1/1ef1f89998c542b259146d2ab168a4d415e9fdc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, overlooking the Saigon River. It features original Fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.91" OriginalAmount="88.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.763357" Longitude="106.678984" StarRating="5" HotelCode="12148|90146" HotelName="Equatorial Ho Chi Minh City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>242 Tran Binh Trong, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/6b/3b6b48d8db148843e364a2fc2a125c5a41b5a3b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upper- mid range hotel is located in the 5th district on Tran Binh Trong Street and between Sai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.63" OriginalAmount="88.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81993" Longitude="106.726024" StarRating="4" HotelCode="119020|572505" HotelName="Saigon Domaine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Country House,Club Resort,Golf Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1057 Binh Quoi Street, Ward 28, Bin Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/1b/60/1b605eb9cff8a62e6220557077d4f4497e377501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is surrounded by Saigon River, on the green island of Thanh Da in Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.42" OriginalAmount="90.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773855" Longitude="106.70564" StarRating="4" HotelCode="46026|825595" HotelName="Grand Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/65/5a65a9a49076d57cbe5c52f10a86ea71e93c05eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfectly located in the heart of the city centre, this hotel is the ideal choice whether guests are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.47" OriginalAmount="92.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.763731" Longitude="106.682752" StarRating="5" HotelCode="176758|967285" HotelName="Nikko Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>235 Nguyen Van Cu Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/ac/1aac16642288a5ca9412b58d3c44dcd860262d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the centre of Ho Chi Minh City, the hotel offers easy access to Tan Son Nhat Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.71" OriginalAmount="92.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73038275721" Longitude="106.72360549134" StarRating="4" HotelCode="263801|1176748" HotelName="Capri by Fraser, Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.2, Street C, Tan Phu Ward, District 7 - Lot A, New Urban South City, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d5/add556376492a2e2c7f45c175b8fc89e5757ca18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.86" OriginalAmount="93.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80470337" Longitude="106.73989438" StarRating="3" HotelCode="736391|la_casita_saigon" HotelName="La Casita Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Tran Ngoc Dien, Q2, Thao Dien, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/10/241053b158685e3b2d90415ca3e47885b59c8dc9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.23" OriginalAmount="95.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771608" Longitude="106.697459" StarRating="3" HotelCode="142301|1525378" HotelName="Silverland Central Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 - 16 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/7e/f57eb7c7c9d3dbbcc9df930c12dad2466c036c0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district of Ho Chi Minh City. Close to Ben Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.815904460376" Longitude="106.73341814103" StarRating="4" HotelCode="915646|villa_song_saigon" HotelName="Villa Song Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197/2 Nguyen Van Huong Street, Thao Dien Ward, District 2, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/32/a2323cba1c141a971612b9785944a4c526e19b26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781594302784" Longitude="106.70560659201" StarRating="4" HotelCode="933873|silverland_sakyo_hotel__spa" HotelName="Silverland Sakyo Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>10A Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/cf/8bcf3ba495ae544e40ddf73f68e7c2b4fdb4fa35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.01" OriginalAmount="97.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.782758450669" Longitude="106.69339942797" StarRating="5" HotelCode="902518|332675" HotelName="Sherwood Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>127 Pasteur Street, Ward 6, District 3, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/db/7cdb72da6b825b56ebe6ac0b0d1ca5b24988311f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.25" OriginalAmount="98.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78107863" Longitude="106.6954924" StarRating="4" HotelCode="771363|3466575" HotelName="Orchids Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>192 Pasteur Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/90/3d901b70683ef8edf2ec18651a59a01a0959e2aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Orchids Saigon Hotel is located in the best convenient location, with easy access to major consulate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.72" OriginalAmount="100.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775464633334" Longitude="106.7017185688" StarRating="5" HotelCode="36290|143126" HotelName="Rex" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>141 Nguyen Hue Blvd., Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e3/68e3ed005fe146d5b65e0bdcab9ba38709d001f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of one of Vietnam's metropolises. The famous Ben-Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="103.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780879795401" Longitude="106.7041373623" StarRating="5" HotelCode="314293|norfolk_mansion" HotelName="Norfolk Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-19-21 Ly Tu Trong Street, Distrikt 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/82/5782560bc42ccd559d39048353657769eec0d8be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.45" OriginalAmount="103.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77322654" Longitude="106.7019244" StarRating="3" HotelCode="856648|3429825" HotelName="M Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Ton That Thiep Street, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/96/cb9634681eafd1c5dafb026a6bb508c5b8a59d09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.53" OriginalAmount="104.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78249957" Longitude="106.69658126" StarRating="3" HotelCode="744034|3453175" HotelName="Bach Suites Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Designated Smoking Area,Dining,Internet,Kitchen,Laundry,Meeting Room,Parking,Printer,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10A Pham Ngoc Thach, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/9d/809d3a561678466a7e5f47ddf09ad2cd505fd12d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Defined by a sweeping feeling of nostalgia that recalls this region's French colonial past, Bach Sui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.12" OriginalAmount="106.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.805483296251" Longitude="106.75175038935" StarRating="5" HotelCode="263802|somerset_vista_ho_chi_minh" HotelName="Somerset Vista Ho Chi Minh City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>628C Hanoi Highway, An Phu, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b0/91/b091858ff2f2157cecba99002ec36d5d87eb01bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.49" OriginalAmount="106.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78044532" Longitude="106.70445237" StarRating="3" HotelCode="586742|2283205" HotelName="Amena Residences &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>24 Le Thanh Ton Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/7b/357b39d059bf512248c85fa15956b775a681a28e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.18" OriginalAmount="108.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784629" Longitude="106.695984" StarRating="4" HotelCode="186075|894845" HotelName="Novotel Saigon Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Hai Ba Trung, District 3, Ho-Chi-Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/bb/3bbbc978018819dc9f14f36d7299e459e64d6eb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.72" OriginalAmount="112.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773754475146" Longitude="106.70632367361" StarRating="4" HotelCode="151366|962365" HotelName="Liberty Central Saigon Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/1d/5d1d544dc0d12d116ad916811f702c9bf522e25f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Ho Chi Minh City, this urban hotel is about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.98" OriginalAmount="119.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776315709579" Longitude="106.70354783535" StarRating="5" HotelCode="20557|34114" HotelName="Caravelle Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-23 Lam Son Square, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/37/cf/37cfee34538938fef4a427c8eb84dc93346a4dc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the midst of the business, shopping and entertainment districts o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.99" OriginalAmount="119.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778884733186" Longitude="106.70697569847" StarRating="5" HotelCode="33861|96028" HotelName="Lotte Legend Hotel Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A - 4A Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/10/101040bf99cc1e029993803b17550e2b2447161b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City on Ton Duc Thang Street fronting the scenic Sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79768907" Longitude="106.73076822" StarRating="1" HotelCode="760825|thadico_3_hotel" HotelName="Thadico 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-8 Duong 19B, Binh An Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/6a/166a9b1b70ca645cbbe3cf01599f893b631cf0de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877889|saigon_1979" HotelName="Cong Quynh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>190 Cong Qu?nh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/57/0a57de2323ab638268658a46022b44ae44797b8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.83" OriginalAmount="123.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772685994812" Longitude="106.70119836011" StarRating="4" HotelCode="82917|1093168" HotelName="Sedona Suites Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Le Loi Boulevard, Saigon Centre, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/08/8308915126f6add7b34800f8bb78f2ad668b85c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784038523645" Longitude="106.70265197754" StarRating="5" HotelCode="17762|sofitel_saigon_plaza" HotelName="Sofitel Saigon Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Le Duan, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/de/07de9c5ee8ee1f54c21ba63c1696cba9bc5b4774.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international hotel is located on the historical tree-lined Le Duan Boulevard, in the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78229692" Longitude="106.69192185" StarRating="0" HotelCode="963806|mai_house_saigon" HotelName="Mai House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Nam Ky Khoi Nghia Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/92/3792a6c8e0ac297b15df3a29a284fa618db59520.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.52" OriginalAmount="126.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77454" Longitude="106.706428" StarRating="5" HotelCode="20679|renaissance_riverside_hotel_saigon" HotelName="Renaissance Riverside Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-15 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/de/2bde0b3059bfb3fec61a3f44a8bf57dff7647c17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located at the heart of Ho Chi Minh City, just a few minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.03" OriginalAmount="128.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78230731" Longitude="106.69230252" StarRating="4" HotelCode="626745|2283895" HotelName="Sherwood Suites Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>192 Nam Ky Khoi Nghia, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a1/77a12875677d33bbb4b83ed747c9e6359bbef61b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.86" OriginalAmount="129.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73019994" Longitude="106.70437831" StarRating="4" HotelCode="639571|2552575" HotelName="Oakwood Residence Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1056A Nguyen Van Linh Road, Tan Phong War, District 7, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/f8/1bf8771040465d7396bd9ab51dc720bfcb0c0864.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.34" OriginalAmount="133.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.782333" Longitude="106.697399" StarRating="5" HotelCode="317378|1621068" HotelName="Hotel Des Arts Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76-78 Nguyen Thi Minh Khai Street, District 3, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/1d/e41da77dd1b0e3429f3df21721651ae274027997.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.75" OriginalAmount="134.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.800120014297" Longitude="106.68124345002" StarRating="2" HotelCode="347731|1785938" HotelName="Quynh Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>206B Phan Dang Luu, Ward 03, Phu Nhuan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/22/fb22cfebf8c0ced74f202458dcf1f4c0df989665.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.70" OriginalAmount="135.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770901" Longitude="106.695044" StarRating="5" HotelCode="15141|new_world_saigon_hotel" HotelName="New World Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/cb/8ccb4adbcc125cebfd607bb57c1af1607fb363e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located directly in the business centre of HCMC where a selection of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.48" OriginalAmount="136.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7743695" Longitude="106.7065418" StarRating="5" HotelCode="314951|1474768" HotelName="Le Méridien Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3C Ton Duc Thang Street, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/41/3b/413b1cf7805715a7985a38f5483c6d93264dc79b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.71" OriginalAmount="139.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.789538660286" Longitude="106.70287930059" StarRating="4" HotelCode="410260|826155" HotelName="Somerset Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A Nguyen Binh Khiem Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/b3/89b34ff5be60c03ed29f876e959af9de421ef7d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the business and shopping district, conveniently close to business destinati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.54" OriginalAmount="146.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775733394513" Longitude="106.70403599739" StarRating="5" HotelCode="50609|91630" HotelName="Sheraton Saigon Hotel &amp; Towers" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Dong Khoi, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/bb/f8bb4744ab504c755fc897f8087445576c55d870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a privileged location in the heart of Ho Chi Minh City, on the most famous street, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.89" OriginalAmount="157.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774697214273" Longitude="106.70569880738" StarRating="4" HotelCode="525353|2103345" HotelName="The Myst Dong Khoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6,8 H? Hu?n Nghi?p, P. B?n Nghé, H? Chí Minh, Qu?n 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d5/cdd55f223313e64f043357b271720f4cb0269e67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.42" OriginalAmount="171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81015268" Longitude="106.7515607" StarRating="5" HotelCode="961035|mia_saigon_luxury_boutique_hotel" HotelName="Mia Saigon Luxury Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Street 10, An Phu Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/8d/458d4fb87e92ccceb162452146e452fb7c117d1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.09" OriginalAmount="174.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781488269724" Longitude="106.7011069828" StarRating="5" HotelCode="175615|824515" HotelName="InterContinental Residences Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Nguyen Du Street &amp; Hai Ba Trung, St., District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/95/8d958dfd77f3212d7f51631ba8ad8ccc02ec3dc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77358808" Longitude="106.70456638" StarRating="5" HotelCode="263804|the_reverie_saigon" HotelName="The Reverie Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-36 Nguyen Hue Boulevard, 57-69F Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/e9/3ee9001b49759907b9e32b80a6797c8b9b0fbdd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.51" OriginalAmount="215.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774258514345" Longitude="106.70497618926" StarRating="5" HotelCode="376432|1847348" HotelName="The Reverie Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57-69F Dong Khoi Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.94" OriginalAmount="247.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77458" Longitude="106.700705" StarRating="4" HotelCode="936613|liberty_central_saigon_city_point_hotel_" HotelName="Liberty Central Saigon Citypoint Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Pasteur, Qu?n 1, TP. H? Chí Minh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/10/2a1080dd3300e5e125879a9cf4628da33ac7f14c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78083238" Longitude="106.7049958" StarRating="3" HotelCode="945440|roseland_centa_hotel" HotelName="Roseland Centa Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>15/1A-15A/57A Le Thanh Ton, Ben Nghe Ward, Dist 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/79/8879d23f52080fca87a11d5aa3aeef61f4c64daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74779125" Longitude="106.61092075" StarRating="0" HotelCode="839596|minh_ha_hotel" HotelName="Minh Ha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Beauty Salon,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24-26 Street 30, Binh Tri Dong B Ward, Binh Tan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/2e/ee2e7cd979d85a4930eb29141c38e0b5d61a8123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Minh Ha Hotel is conveniently located in the popular Tan Tao Industry Zone area. The hotel offers a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6902.95" OriginalAmount="6767.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7919913" Longitude="106.7223097" StarRating="5" HotelCode="815739|2343045" HotelName="Vinpearl Luxury Landmark 81" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>720A Dien Bien Phu Street, Landmark 81 Building, Vinhomes Central Park, Ward 22, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/30/a130dc28d54a304e9ae3f059c08be152fff0b714.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Lounge,Massage Centre,Sauna,Shopping Arcade,Nightclub,Bicycle Rental,Kitchen,Central Heating,Swimming Pool,Garden,Wheelchair Access,Golf,Spa,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Pets allowed,Smoking Rooms,Wake-up Call Service,24 Hour Front Desk,Beauty Salon,Concierge,Dry Cleaning,Elevator,Luggage Storage,Parking,24 Hour Room Service,Business Centre,Coffee Shop,Housekeeping,LCD/Projector,Off-Site Parking,Pick &amp;amp; Drop,Porter,Valet Parking,Meeting Room,Banquet Hall,Dining,Printer,Babysitting</BasicAmenities>
    <HotelRating>3,5,4,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SKI HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,APARTMENT HOTEL,COUNTRY HOUSE,CLUB RESORT,GOLF HOTEL,ECO HOTEL,HOTEL DE CHARME,HOTEL,RESIDENCES,HOSTELS,GUEST HOUSES,AIRPORT HOTELS,APARTMENT,APARTHOTEL,SPA HOTEL,HOLIDAY HOMES</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
bcb6c171-4138-4a20-847f-bbdec882c5c3|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="bcb6c171-4138-4a20-847f-bbdec882c5c3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84794" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-23T00:00:00" End="2026-06-24T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
bcb6c171-4138-4a20-847f-bbdec882c5c3|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
bcb6c171-4138-4a20-847f-bbdec882c5c3|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-23T10:20:39.8426313+01:00" Version="0" EchoToken="Search" TransactionIdentifier="bcb6c171-4138-4a20-847f-bbdec882c5c3" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="6.02" OriginalAmount="5.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772284" Longitude="106.690775" StarRating="2" HotelCode="905926|1162688" HotelName="Nouveau Happy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Bùi Th? Xuân, Phu?ng B?n Thành, Qu?n 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/61/5b61ced4a7cadd5d7910ebf4979c277745fb055c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated about 10 m from Tao Dan Park and some 100 m from the nearest restaurants and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6.12" OriginalAmount="6.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="696398|sunrise_trung_son_hotel" HotelName="Sunrise Trung Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 63 Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ec/6decbb3848a064f1e54bec03da2aac9b81a27951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6.12" OriginalAmount="6.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="829149|ngoi_sao_phuong_nam_hotel" HotelName="Ngoi Sao Phuong Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41/2 Tan Thoi Nhat 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/03/a803200be4b1503f324da927b958820f90f5dfc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6.73" OriginalAmount="6.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.843616463999" Longitude="106.65712357156" StarRating="2" HotelCode="347359|1222298" HotelName="Lan Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>251/28 Le Van Tho, Pham Ngu Lao Ward, Go Vap, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/45/3445c7f6ba11b8e2a177c1b52fbe848ade5fb087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.14" OriginalAmount="7.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76285199" Longitude="106.67635399" StarRating="1" HotelCode="373134|trang_thu_2_hotel_" HotelName="Trang Thu 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>328 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d8/edd8aea3451fbf41be7614b4669f9438c776f013.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.14" OriginalAmount="7.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74717235" Longitude="106.61666251" StarRating="0" HotelCode="698256|hong_tam_hotel" HotelName="Hong Tam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Street 14</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a2/34a2b500a1c66c290bd12f8e39e3fb43f0c10737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78671726" Longitude="106.63458034" StarRating="2" HotelCode="346598|avatar_hotel_2" HotelName="Avatar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Le Van Phan, Phu Tho Hoa Ward, Tan Phu District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/be/7abe64a3afb410225bf950076a7d39ea28568a93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a bar, a tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768942745378" Longitude="106.69401345656" StarRating="2" HotelCode="309439|ipeace_hotel" HotelName="Ipeace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>175/8 Pham Ngu Lao Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/34/2d34efe25c7d2b624826773738627d31e72ca562.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75683433" Longitude="106.63412633" StarRating="2" HotelCode="626493|ba_dat_homestay_q6" HotelName="Ba Dat Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68b/13 Dang Nguyen Can</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/61/4a61ed9b4d662f9a2aa6873b286a1a78ce8e856c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="826179|ngoc_trinh_hotel_2" HotelName="Ngoc Trinh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>107 Ho Ba Kien</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/a2/0aa211af4432a6951c1b6465c70186a9ac1f6a9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.01" OriginalAmount="8.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.807323264546" Longitude="106.67519631298" StarRating="2" HotelCode="376520|1810488" HotelName="Huong Mai 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>112 Dao Duy Anh Street, Phu Nhuan District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/be/90be63aa085ad2dd3d566760372f7270682827ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79665553" Longitude="106.64815204" StarRating="2" HotelCode="346732|hung_anh_hotel" HotelName="Hung Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>35 Thep Moi, Ward 12, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/4b/e94bd81c2ea6778e97e61a018106e36ce104d01b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76725251" Longitude="106.69370287" StarRating="3" HotelCode="309425|aston_hotel_saigon" HotelName="Aston Hotel - Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 - 29 Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/1d/dc1dc3bcc6eeaf7a18fa609ff77327f1187d8543.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.797369845317" Longitude="106.67803368713" StarRating="2" HotelCode="309442|kim_yen_hotel" HotelName="Kim Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Nguyen Trong Tuyen, Phu Nhuan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/f6/abf66ec15768942f615e22f711f846309bb30b64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a restaurant and room servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766736246649" Longitude="106.69278420974" StarRating="2" HotelCode="346919|nn_hotel" HotelName="NN Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6c/376cb912ae347d8fe0e953222492a14c2dc91626.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76764638367" Longitude="106.69387233223" StarRating="2" HotelCode="346391|saigon_europe_hotel" HotelName="Saigon Europe &amp; Spa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>207 De Tham, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/a0/86a060fda153b58d6997b5ddfb70255f8cede13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7734013" Longitude="106.69637328" StarRating="2" HotelCode="363798|mai_vuong_sai_gon_hotel" HotelName="Mai Vuong Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>153 Ly Tu Trong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/29/8c29baabcd9c810ee3ecce6df39ae0ab8c26d00b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76367193527" Longitude="106.67587796226" StarRating="0" HotelCode="347730|hoang_yen_nhi_hotel" HotelName="Hoang Yen Nhi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>370 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/92/0e92233fb769ed075a7cc2abc6127c05f3d9a9f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75169655828" Longitude="106.71154543298" StarRating="2" HotelCode="347296|ngoc_tung_riverside" HotelName="Ngoc Tung Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>361 Tran Xuan Soan, Tan Kieng Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/1c/691c81fed936c3ec80b1e3f216e3d460fc290adb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79704875" Longitude="106.65917328" StarRating="2" HotelCode="372498|hoa_de_nhat" HotelName="Hoa De Nhat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4/1/9-4/1/11 Hoang Viet, Tan Binh Distrikt, Ho Chi Minh Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/bb/f4bbe3c79315acc957272656624df34decab582b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78872176" Longitude="106.67539805" StarRating="3" HotelCode="630527|tropical_house_5" HotelName="Tropical House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>413/37 A Le Van Sy, Ward 12, District 3, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/ef/09ef5d965e525111016c25cb51526a9ce97958c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77982451" Longitude="106.66823007" StarRating="3" HotelCode="586659|bonita_tht" HotelName="Bonita THT" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>185 To Hien Thanh, Ward 13, District 10, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/a7/88a7db304177ba80ef4ec3718a0ca0fe790d0301.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76757213" Longitude="106.69190697" StarRating="2" HotelCode="783042|h_best_hostel_cafe_saigon" HotelName="H Best Hostel Cafe Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>265/39 Pham Ngu Lao, Phuong Pham Ngu Lao, Quan 1, Ho Chi Minh City 700000, Sai Gon</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/2f/de2f9efa0955e79b0668354081608ed6b6bda46e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80105584" Longitude="106.64306701" StarRating="0" HotelCode="808746|nui_thanh" HotelName="Nui Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Parking,Pets allowed,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3A Nui Thanh Street, Ward 13, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/5f/ed5febcae674b2ba26849061c1a8a28162340e1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Nui Thanh Hotel to discover the wonders of Ho Chi Minh City. Offering a variety of facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76780951" Longitude="106.69443028" StarRating="0" HotelCode="839942|titi_hotel_" HotelName="Ti Ti Room For Rent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/12-14A Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/4b/994b960f08bbabd2019ebe841f07c6b6e920c862.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="967501|reddoorz_nguyen_kiem_street" HotelName="Van Giao Hotel by RedDoorz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>740B Nguyen Kiem Street, Ward 4, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e7/83e74619113979005889b922417741c491a611d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.20" OriginalAmount="9.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769343989153" Longitude="106.70243844654" StarRating="2" HotelCode="309422|3432465" HotelName="Anh Duy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Nguyen Cong Tru, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/3b/c63bff1c279951d5b94d403278482f0d5be1dc40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.37" OriginalAmount="9.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76919427" Longitude="106.69034195" StarRating="2" HotelCode="518106|3475775" HotelName="Ace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>139H Nguyen Trai, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b9/e9b9c043ebe043808245b560d6d085dc66042d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.38" OriginalAmount="9.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766855776695" Longitude="106.68949317369" StarRating="2" HotelCode="378557|1720158" HotelName="Khoi Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/11 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/9f/e59f99c11d614c1413cf2e42e25796fa4fe88041.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.38" OriginalAmount="9.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81287762" Longitude="106.66700005" StarRating="2" HotelCode="772394|3440245" HotelName="95 Lam Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Lam Son, Ward 2, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a1/eea189982d02e1fe7dad4210dd6cdd9ceee2112d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.45" OriginalAmount="9.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767538967221" Longitude="106.69078566219" StarRating="2" HotelCode="346965|1897475" HotelName="Hoang Phi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>313 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b5/a2b53c325ba978b1a0ebbee5c6ab8417cd2aba89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.77" OriginalAmount="9.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.84919597" Longitude="106.67861124" StarRating="3" HotelCode="828962|3471675" HotelName="Galaxy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>594-596 Nguyen Oanh, Phuong 6, Quan Go Vap, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/d9/d5d92e7ddd1b9ec5f64e9997ad5a3be27cd69420.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.96" OriginalAmount="9.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79787932" Longitude="106.73022569" StarRating="1" HotelCode="694403|3434985" HotelName="Sai Gon River Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35/8 Street 19, Binh An Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/06/4d0619c38792781a86b869ec9109cd5285ae5817.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.06" OriginalAmount="9.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767" Longitude="106.6893" StarRating="2" HotelCode="491735|1221758" HotelName="Long Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>373/10 Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/36/35360f0baa73c26ea3f23ca3d847c634e5fb6de5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76756647" Longitude="106.69121823" StarRating="2" HotelCode="347133|giang_son_2_hotel_2" HotelName="Giang Son Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>283/24 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/35/9f35c9221eea835029e047cbe02c18a17faef1ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80054826" Longitude="106.64258544" StarRating="2" HotelCode="424761|song_nhat" HotelName="Song Nhat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Designated Smoking Area,Elevator,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20/19 Nui Thanh, Ward 13, Ho Chi Minh, Tan Binh District</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1c/f31cad49bc996872da84e2ad7564769a25458e6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Song Nhat Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. The h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80248594" Longitude="106.64285103" StarRating="3" HotelCode="698183|van_ha" HotelName="Van Ha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bicycle Rental,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>440 Cong Hoa Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/ac/83ac79acf51a8b5b47341c1af425aab841859b35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Van Ha Hotel to discover the wonders of Ho Chi Minh City. The property features a wide range...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79187045" Longitude="106.6435422" StarRating="3" HotelCode="691105|hung_miami_hotel" HotelName="Hung Miami Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160-162 Bau Cat, 160-160 Bau Cat, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5a/415aa653c8a2835b6436f148eaa367dcccea48f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76590077" Longitude="106.69132104" StarRating="3" HotelCode="784985|an_nam_corner_dreamer" HotelName="An Nam Corner Dreamer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>183/15 Bui Vien, Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/de/f4de4fc5a0e926431f49f6e497e3eafd27925911.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73449326" Longitude="106.66011349" StarRating="0" HotelCode="808832|felix_garden_hotel_" HotelName="Felix Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>908 Ta Quang Buu Street, Ward 5, District 8, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/98/2d988c2828b4e0633b065c0cef8691a69ea6edde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Felix Garden Hotel puts everything the city has to offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="829310|nhu_y_hotel" HotelName="Nhu Y Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185 Duong 16</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/3f/d53fd550e2adb0100ab192a3dde633efaf732671.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="876931|phuong_linh_hotel_3" HotelName="Phuong Linh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-27A Nguyen Thái Bình, Phuong 4, Quan Tan Bình, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/26/632604c258cf2825eb5aad46e4a41840cfa8db3e.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="884419|nam_bac_hotel" HotelName="Nam Bac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>206 Phan Dang Luu</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/b0/aab0b58e6fe300647a1cbb478a5b219cf2edb8c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.27" OriginalAmount="10.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76845965" Longitude="106.69392118" StarRating="2" HotelCode="374002|3450305" HotelName="Saigon Amigo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>185/24 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/dc/8cdc574d1246b9e7cf3313f5da840256902a1ab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.42" OriginalAmount="10.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767537640709" Longitude="106.69269375155" StarRating="2" HotelCode="384112|1722338" HotelName="Thanh Ha Guesthouse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241/39 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/77/3177e1b17b3093d58568b9849fcb6ff7e22a467f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.57" OriginalAmount="10.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73279645" Longitude="106.70739983" StarRating="3" HotelCode="773644|3426595" HotelName="Laguna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>R3-84 Hung Gia 4, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/20/c32092acdf7f5b6b2156b143e9c82580d223ead9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.58" OriginalAmount="10.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="782923|3443475" HotelName="Language Exchange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>399/43/5 Nguyen Dinh Chieu, District 3, 1500 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/da/59da8ab74e87191346da5de9a513283046b8e9cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.69" OriginalAmount="10.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75282582" Longitude="106.66744778" StarRating="2" HotelCode="632284|3476115" HotelName="Thanh Lan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Tran Xuan Hoa, Phuong 7, Quan 5, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/17/d317c13f987619288ccbfd02a770d8f6eb6c059b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.96" OriginalAmount="10.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80422033" Longitude="106.64253823" StarRating="2" HotelCode="857198|2347205" HotelName="RedDoorz Plus Near E-Town 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Than Nhan Trung, Phuong 13, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647181/647181a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774437" Longitude="106.6350308" StarRating="3" HotelCode="369076|dong_du_hotel" HotelName="Dong Du Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Dong Du, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/e4/7fe46ec3e30766badc271d2c49ac96002b8c94bb.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81141176" Longitude="106.71345483" StarRating="1" HotelCode="372702|nhat_binh_hotel_" HotelName="Nhat Bình Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>625/7 Xô Vi?t Ngh? Tinh, Ward 26, Bình Th?nh Distrikt, H? Chí Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b9/4ab9f5255c2c68e870b42d5f0053f2057cb58824.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nhat Binh Hotel is located in Ho Chi Minh City, 2.8 km from the Jade Emperor Pagoda and 3.8 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81537353" Longitude="106.66828289" StarRating="2" HotelCode="370392|mi_linh_hotel" HotelName="Mi Linh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B38A Bach Dang Street, Ward 02, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/fa/85fa40a50fcf2afcc5e4d4a0c8461bb035ec4916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83808079" Longitude="106.65261342" StarRating="0" HotelCode="512643|venus_hotel_11" HotelName="Venus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>872 Quang Trung</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/2e/152ee45029dc21f634648fbb6770729b9863ef68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766937819478" Longitude="106.68938906265" StarRating="2" HotelCode="383568|saigon_backpackers_hostel__pham_ngu_lao" HotelName="Saigon Backpackers Hostel @ Pham Ngu Lao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/20 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/39/27398f71f7d2ce335b8432115e4c4452b1eda33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79646653" Longitude="106.65316673" StarRating="1" HotelCode="424810|hung_huong_hotel_" HotelName="Hung Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>321 Nguyen Thai Binh street, ward 12 Tan Binh district, Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/29/a029a54f7b4d75f1b088cd84006dd29dc0161c9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Hung Huong Hotel puts everything the city has to offer ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81009668" Longitude="106.68973839" StarRating="0" HotelCode="518246|tt_hotel" HotelName="TT Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155-157 Nguyen Van Dau, Ward 5, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/b1/beb103c0b15d323bc98ff4a18a4ffb4c98928da8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7274698" Longitude="106.70574936" StarRating="0" HotelCode="424712|smp_serviced_apartments" HotelName="SMP Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>SMP Serviced Apartments, R3-27 Pham Thai Buong Street, My Toan 1, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/6a/f36ab1afaf06f3489bfddda84ea7e07728dd77e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at SMP Serviced Apartments to discover the wonders of Ho Chi Minh City. The property features a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80375137" Longitude="106.66219578" StarRating="2" HotelCode="620098|oyo_203_the_blue_hotel" HotelName="The Blue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/37 Phan Thuc Duyen Street, Ward 4, Tan Binh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e5/dde5082755f15dae5b92f87114a336438fbe9d84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="586837|elegance_283_hotel_2" HotelName="Elegance 283 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>283 Hoang Van Thu, Tan Binh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/6e/416e74acf71711cbae3f33c2b57daf023f02e1f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7741056" Longitude="106.6972227" StarRating="3" HotelCode="599862|ace_hotel_ben_thanh" HotelName="Ace Hotel Ben Thanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/6c/4b6c06e39e07c05bd1afac6a9de812c6085b3ec5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="808994|minh_nhu_hotel" HotelName="Minh Nhu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Dong Xoai Street, Ward 13, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/38/73381aa1b0fbed50ff0788a934f2eeaf8656a963.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76646644" Longitude="106.69182267" StarRating="2" HotelCode="915645|meraki_hotel_2" HotelName="Meraki Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>198 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/fc/3cfc7db1d3ea8d6af1ae160ba91feed89c60498e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.38" OriginalAmount="11.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7507322" Longitude="106.66147928" StarRating="1" HotelCode="696353|3442435" HotelName="Truong Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55-57-59 Trieu Quang Phuc Street, Ward 10, District 5, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/b0/00b00d6274eeb42a1c12451df129a72ac911bfb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Truong Giang Hotel to discover the wonders of Ho Chi Minh City. Featuring a complete list of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.69" OriginalAmount="11.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76779956" Longitude="106.69469686" StarRating="3" HotelCode="869470|3443535" HotelName="An Nam Corner Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>186/20 Bùi Vien, Pham Ngu Lao Ward, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/3a/05/3a05965bd2192cc0b4458d32e76381127528a8f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.80" OriginalAmount="11.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79743051" Longitude="106.67528452" StarRating="2" HotelCode="374783|1802978" HotelName="Yen Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>219 Nguy?n Tr?ng Tuy?n, P. 8, Q., Phú Nhu?n District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/70/7f70167e387882a0df9a217106804d044ec7f377.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.86" OriginalAmount="11.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76970126" Longitude="106.69083414" StarRating="3" HotelCode="701139|3449705" HotelName="Lucky Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146 Nguyen Trãi, Phu?ng Ben Thành, Qu?n 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/17/6417ea4b5daf6d9763426b34ecdd133234c91646.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.93" OriginalAmount="11.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="874545|2347295" HotelName="RedDoorz Plus Near Nowzone Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>135 Nguyen Van Cu Street, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647286/647286a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.94" OriginalAmount="11.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72727581" Longitude="106.70558166" StarRating="3" HotelCode="620077|3456775" HotelName="Emerald Serviced Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>159-161 Pham Thai Buong Street, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/793292/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.03" OriginalAmount="11.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767699910813" Longitude="106.69089631483" StarRating="2" HotelCode="365896|3426235" HotelName="Koniko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Currency Exchange,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>283/22 Pham Ngu Lao Street, District  1, Ho Chi Minh City  70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/76/617614ec5b1767af02e29713a72161c665746f85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;We are glad to welcome your stay at our hotel our hotel is located in a peaceful and lovely alley wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.04" OriginalAmount="11.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77169421" Longitude="106.69374817" StarRating="2" HotelCode="363860|3436755" HotelName="Holiday Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Ly Tu Trong Street  Ben Thanh Ward, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/35/47359fd88cc46e6085f9410adfeb167f9319f057.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774244984181" Longitude="106.67185757176" StarRating="0" HotelCode="373910|hoa_mai_hotel" HotelName="Hoa Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>723-725 Le Hong Phong Street, District 10, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/c6/f4c6bda08e3b85b7ca5d3da614f093d3f010ae41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77190984" Longitude="106.69602406" StarRating="3" HotelCode="374170|cat_hotel_ben_thanh" HotelName="Platinum Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/c5/d0c5adf430eeb08e89506d83e06a31b48acb685c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75286907" Longitude="106.65564001" StarRating="2" HotelCode="492336|sao_mai_hotel_4" HotelName="Sao Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>896 Nguyen Trai, Ward 14, Ho Chi Minh 70000, District 5</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/6d/106dad05ae6d0572b4d0bdedd308d4a2084acbdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sao Mai 896 Hotel is a popular choice amongst travelers in Ho Chi Minh City, whether exploring or ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83233809" Longitude="106.6098267" StarRating="2" HotelCode="586698|atana_hotel_2" HotelName="Atana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>327 Phan Van Hon, District 12, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/1c/791caaa21a4e6b0338cf21f1a9a59590e9949db3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81254342" Longitude="106.66841799" StarRating="3" HotelCode="586775|uyen_anh" HotelName="Uyen Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43-45 Yen The Street, Ward 02, Tan Binh District, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/4a/a44af8da4d4b66334d872436462674f90f384893.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76775" Longitude="106.6945" StarRating="3" HotelCode="568657|an_an_hotel" HotelName="CCentral Hotel Bui Vien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/f3/dbf3fd57bb02b9d5be6f83e7b469b0a8e1da20ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="828989|an_tinh_hotel" HotelName="Khach San An Tinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241 Le Dai Hanh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/e2/a4e2af99ba9e7b6a131cc123bb51dc62a3afe84a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80292711" Longitude="106.64073253" StarRating="2" HotelCode="784726|the_lumiere_hotel" HotelName="ND Building" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Le Van Huan Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/1d/401df7ff1b3a6eb9981736407f116cd3810e0570.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers. Additional facilities available...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="836120|mai_vang_hotel_2" HotelName="Khach San Mai Vàng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So Nha 48 Ðuong 4A</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/eb/d3eb62d8e779dd4f6b5f29c53e01daa8d0ae763d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79652101" Longitude="106.68860296" StarRating="3" HotelCode="963207|cupid_2_hotel" HotelName="Cupid 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/25-52/27 Cu Lao Street, Ward 2, Phu Nhuan District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/bc/61bcc86a097f750d5bb87e2fbc826ac4ef06ae6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.46" OriginalAmount="12.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7675384" Longitude="106.694" StarRating="2" HotelCode="568658|2272185" HotelName="CCentral Hotel De Tham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>216 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/ff/0affb3106899e92670cb8a8a84af01826f77f367.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.54" OriginalAmount="12.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76802096" Longitude="106.69437282" StarRating="2" HotelCode="364737|2255005" HotelName="Beautiful Saigon 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/27 Bui Vien Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f8/4ef800043108482a0762cfc774a14634d4b0480c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.60" OriginalAmount="12.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73338004" Longitude="106.7069118" StarRating="2" HotelCode="774716|3435455" HotelName="Melody Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Hung Gia 2, Tan Phong, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/68/836859e62ab811baec484f11e3736e4a89610f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.72" OriginalAmount="12.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81273161" Longitude="106.6667208" StarRating="3" HotelCode="774255|3433575" HotelName="GIC Apartment And Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/11 Hong Ha, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/15/8f154169b57c069391ca0e2b08f051a51b637ccb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.99" OriginalAmount="12.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7666732" Longitude="106.69112892" StarRating="2" HotelCode="587106|3450635" HotelName="Green Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Do Quang Dau Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/be/4ebeb8093e887724fa1e965931cc7e7bcf3bb968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.10" OriginalAmount="12.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7762395" Longitude="106.69120256" StarRating="2" HotelCode="363875|1751518" HotelName="Ruby Star 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Truong Dinh, District 3, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/15/f01541f3288b7df6b93da03294b1b6b50a717e13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.21" OriginalAmount="12.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7679342" Longitude="106.69421719" StarRating="2" HotelCode="595899|3475745" HotelName="Quang Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/7 Bui Vien, Pham Ngu Lao ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/44695/2844695/37.jpg?f=15505547</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76716790156" Longitude="106.69348672444" StarRating="2" HotelCode="225963|beautiful_saigon" HotelName="Beautiful Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>62 Bui Vien Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2d/00/2d002b89765765c1dabb4856de7ced338156bc0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76891599535" Longitude="106.69829186743" StarRating="2" HotelCode="346629|dinh_phat_hotel" HotelName="Dinh Phat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>141-143 Calmette, Phuong Nguyen Thai Binh, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/31/4231927a75fc17e673f120417d028a3c88ad9061.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77456187" Longitude="106.69016198" StarRating="1" HotelCode="372654|dai_hoang_ha_hotel_" HotelName="New Star Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>214 Nguyen Thi Minh Khai Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c6/96c640de762d1b36ce76f64d00a4686cce7d56bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Ho Chi Minh City. Its setting is especially ide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7682098277" Longitude="106.69218235857" StarRating="1" HotelCode="370146|freedom_hotel_2" HotelName="Freedom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>269,267 Pham Ngu Lao, Ho Chi Minh 700000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/dc/7bdce6704cae7f16b1b661c90c0c625efb812ab9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Freedom Hotel puts everything the city has to offer jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77327339" Longitude="106.68498548" StarRating="2" HotelCode="369887|leblanc_saigon" HotelName="LeBlanc Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>414 (Behind) Nguyen Dinh Chieu, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/9e/5f9e25d08ca68b60fee1bd89d3f374ee9e1cf9d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767670895466" Longitude="106.69080581993" StarRating="2" HotelCode="397067|ailen_garden_hotel" HotelName="Ailen Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>283/33 Pham Ngu Lao, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/40/2840d847c4d804c7a1d36633eb6ddfe28932d23c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7668329" Longitude="106.6926976" StarRating="3" HotelCode="376128|quan_san_guest_house" HotelName="Violet Star Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Dry Cleaning,Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>35/10 Bui Vien, Phuong Pham Ngu Lao, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/93/d59324b1475c0bcfbef6a3b3ecd69ac5283581d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quan San Guesthouse is a popular choice amongst travelers in Ho Chi Minh City, whether exploring or ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79792794" Longitude="106.64155718" StarRating="2" HotelCode="601456|huy_hoang_1_hotel" HotelName="Huy Hoang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Binh Gia Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/f3/fef380de40860f0039e7f64c076762db1b6caed5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80797974" Longitude="106.66355923" StarRating="2" HotelCode="595924|gia_hoa_hotel" HotelName="Gia Hoa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4 Hau Giang Street, Ward 4, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6a/426a31c199ec5a4cf5908dc5a28f5617db8de18a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="698259|cozy_hotel_8" HotelName="Cozy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>265/7/15 Pham Ngu Lao</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/1c/661cebed8d3af8d8feb4e3f454bcdb3751b1b887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.808281" Longitude="106.6635045" StarRating="0" HotelCode="690957|thu_ha_hotel_2" HotelName="Hotel Thu Ha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Hau Giang, Tan Binh, Quan Tan Binh, Ho Chi´ Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/9c/5e9c7da39b29af3f7ecaf1846afb14a746285fb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thu Ha Hotel is conveniently located in the popular Tan Son Nhat International Airport area. Offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83921808" Longitude="106.63694469" StarRating="2" HotelCode="691064|eros_hotel_4" HotelName="Eros Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>331/8 Phan Huy Ich, Go Vap District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/7a/057a5922cb377c78d43650ece0ba46c81ae047dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7389465" Longitude="106.6901895" StarRating="0" HotelCode="963361|la_galerie_hotel_3" HotelName="La Galerie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-19 Duong So 4, Kdc Trung Son, Bình Hung, Bình Chánh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/5b/ae5bcf1c63c56e346346a213ac67371eae75a047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.44" OriginalAmount="13.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80739491" Longitude="106.6616006" StarRating="2" HotelCode="586847|3441005" HotelName="Vivian Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Thang Long, Phuong 4, Quan Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/df/21dfc0f5d807ec26a1a87d65169ebeb3ffffc3a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.44" OriginalAmount="13.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76975902" Longitude="106.6965785" StarRating="1" HotelCode="855923|3438105" HotelName="My Friends Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>572B/4 Tran Hung Ðao, Phuong 2, Quan 5, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b8/59b8bcd3de699b37f50a7e4dc5307c5cce460cc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.48" OriginalAmount="13.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.758118834036" Longitude="106.67371796811" StarRating="3" HotelCode="309420|1196388" HotelName="An Dong Center Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14-16-20 Su Van Hanh, P. 9, Q. 5, Tp, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/20/fd206b72a6c7230cb31c5baa5a79bbca8762a751.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.53" OriginalAmount="13.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7529465" Longitude="106.65914528" StarRating="1" HotelCode="375385|1802988" HotelName="Trung Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>785 Nguyen Trai, Dist 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/9b/869bf045bd0ef49464dd9dbd192fd899ad2ca74f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.89" OriginalAmount="13.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77129089952" Longitude="106.69479444623" StarRating="2" HotelCode="173645|1447118" HotelName="Blessing Central Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>267-269 Le Thanh Ton Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/3b/113b1867d47b1c8cf35275fb945e23f3869d62af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a vibrant location in Ho Chi Minh City, in close proximity to the Mariamman Temple...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.07" OriginalAmount="13.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76800746" Longitude="106.69428749" StarRating="2" HotelCode="346837|1461558" HotelName="Kim Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>40/18 Bui Vien Street, Pham Ngu Lao Ward, 1st District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/0a/360a848ffda917453d0a8760f6c2c2fff0a4af26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.19" OriginalAmount="13.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77173101" Longitude="106.69516594" StarRating="3" HotelCode="373896|3444815" HotelName="Pavilion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Le Anh Xuan, Ben Thanh Ward, District 1, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/ce/57ce60d5d3c6484677073fb65d3453ccc19da658.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.27" OriginalAmount="13.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771734264341" Longitude="106.69601722887" StarRating="3" HotelCode="382879|1166968" HotelName="Bloom Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Truong Dinh Street, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/04/9c042711b8945a22ad0dff192fa1ae74647eaf9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768472301364" Longitude="106.69340139319" StarRating="1" HotelCode="347844|1750858" HotelName="Galaxy Hotel &amp; Capsule" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>269/19 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/7e/5e7ee0aafc117ca8e0bdee259f127ce202336756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771206581069" Longitude="106.69673770666" StarRating="3" HotelCode="166815|my_anh_hotel" HotelName="My Anh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>108 Le Lai Ben, Thanh Ward District 1, Ho Chi Minh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/2b/db2bcbd5aced8b84216f598dad19384f48bd0f3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district in Ho Chi Minh City, just 5 minutes' wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77048577" Longitude="106.67133514" StarRating="0" HotelCode="373303|phuong_thanh_hotel_3" HotelName="Phuong Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Tran Thien Chanh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/e5/afe565e3c1d1210160d091da5f6f808782d596cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only 6 km from Tan Son Nhat International Airport, Phuong Thanh Hotel is located in Ho Chi Minh City...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8143154" Longitude="106.67075552" StarRating="2" HotelCode="372363|golden_palm_hotel" HotelName="Golden Palm Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Bach Dang, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/35/44355afb313bc5c7cabb8c42cc7779ac0685a248.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.764521953335" Longitude="106.69514679437" StarRating="2" HotelCode="368159|yellow_house_saigon" HotelName="Yellow House Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114/32 De Tham Street, Ho Chi Minh, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/6b/976b386074fc0235dccacd34be5f0a536b1ca4e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76863241" Longitude="106.6941182" StarRating="2" HotelCode="368646|gia_vien_hotel" HotelName="Gia Vien Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>175/4-6 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/2f/1e2fb2fd84ee0f04b7f14469b7753149f6e1cabe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76861993" Longitude="106.6949001" StarRating="2" HotelCode="489009|roomsaigon" HotelName="Room@saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>193 Nguyen Thai Hoc, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/94/359402a1c9e1e8eff6398eb4590ba1cb6666646a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.789164" Longitude="106.604285" StarRating="2" HotelCode="504127|thien_phu_logia_hotel" HotelName="Thien Phu Logia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>8A Go Xoai, Binh Hung Hoa A, Binh Tan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/e1/43e148d7313a9fd853a376bfe668732594010037.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Thien Phu Logia Hotel offers comfort and convenience whether you're on business or holida...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73144586" Longitude="106.70732717" StarRating="2" HotelCode="567743|the_garden_6" HotelName="The Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Hung Phuoc 2 Internal Street, Tan Phong Ward, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/0b/900b5c359e4c83a88c540f64f800a1724cbb1348.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72959918" Longitude="106.7071246" StarRating="3" HotelCode="754639|atlas_hotel_apartment" HotelName="Atlas Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Hung Phuoc 4, Tan Phong, Quan 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b3/1bb363f95ce6632050e0282fb028027fd375dd1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79465663" Longitude="106.64173106" StarRating="0" HotelCode="696551|lilly_hotel" HotelName="Lilly Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Bau Cat 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/37/2537bcc2ace0f2e02ef4954f9f505d55ff822fb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7685189" Longitude="106.687124" StarRating="2" HotelCode="781122|alleyway_home_hostel" HotelName="Alleyway Home Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>162/9 Bui Thi Xuan, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/5e/155e7792c7ec6b7565844034a2038bfcc60a96f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="810894|queen_victoria_hotel_4" HotelName="Queen Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Ðuong So 10</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a1/eea1b364cac37140c2e1fe73bb7e5765b6e9748c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="781299|hotel_thien_phat" HotelName="Hotel Thien Phat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>470 Nguyen Van Linh, Phuong Tan Phu, District 7, Ho Chi Minh City 756335</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/90/bb90247a2219e5f5dc4c4318619287c11ec635e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791701" Longitude="106.67293417" StarRating="0" HotelCode="962723|aladdin_hotel_and_apartment" HotelName="Aladdin Hotel And Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>397 Huynh Van Banh, Phuong 11, Quan Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/41/5741d94c63567945f8fce40256b19af196b737ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.47" OriginalAmount="14.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80210285" Longitude="106.64682889" StarRating="3" HotelCode="550330|3430045" HotelName="Minh Tam Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>278-280 Cong Hoa Street, Ward 13, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/06/8206351707a576bae170f43a1565f284e5a1d45f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.48" OriginalAmount="14.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78912916" Longitude="106.70281747" StarRating="2" HotelCode="618529|3449915" HotelName="Holo Fairy House Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/11 Nguyen Binh Khiem, Da Kao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/04/b40413225ae65d0c3ab31c295d8038f27eae0b2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.54" OriginalAmount="14.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75993249" Longitude="106.66723648" StarRating="3" HotelCode="385855|3465675" HotelName="Hue My Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Nguyen Tieu La Street, ward 5, District 10, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/33/8d33e5d6cd5fbafdc4df88061d182f2adea2b61b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;##Property Location  Located in Ho Chi Minh City (District 10), Hue My Hotel is minutes from An Dong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.75" OriginalAmount="14.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76814853" Longitude="106.69225184" StarRating="3" HotelCode="364673|2255035" HotelName="Dragon Palace II Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>221 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/9e/8a9e1f49a84213ea465d584c9e4b635b55afa48d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a transfer service and room service are available to guests of the hotel....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.838636950983" Longitude="106.67241755348" StarRating="2" HotelCode="346671|ha_oanh_2_hotel" HotelName="Ha Oanh 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>222 Nguyen Van Luong, Ward 17, Go Vap District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/zz/4bad6c758c8b98eec98ed648c1e6ee59972ca012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Ha Oanh Hotel 2 offers comfort and convenience whether you're on business or holiday in H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81636114" Longitude="106.67661071" StarRating="1" HotelCode="368824|hong_tuoi_hotel" HotelName="Hong Tuoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>491/24 (Ha Do - Nguyen Van Cong Apartment Building) Nguyen Van Cong Street, Ward 03, Go Vap District, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/3b/753b8304132de9a5ec85c042a06ac40e93573519.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77213916" Longitude="106.69617885" StarRating="2" HotelCode="363870|hoang_phuong_hotel" HotelName="Saigon Sparkle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>229 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/14/4614e98523769dfac50b63c7e3a9ea0700612e65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.751144510673" Longitude="106.66461030809" StarRating="1" HotelCode="347281|tan_da_hotel" HotelName="Tan Da Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Tan Da, District 5, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/01/e2011d0a81aa4ce24a80f0776bc707ead91eedc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in District 5 - China Town / Cho Lon, Tan Da Hotel is a perfect starting point from which to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769492167224" Longitude="106.70272524323" StarRating="2" HotelCode="347732|ohana_hotel_" HotelName="Ohana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Nguyen Cong Tru Street, Nguyen Thai Binh Ward, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/1c/a51cdd61ce613909f1e0cbb64755a26b2a07a988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Ohana Hotel offers comfort and convenience whether you're on business or holiday in Ho Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77016947631" Longitude="106.68844623276" StarRating="2" HotelCode="347443|hoan_thai_hotel_" HotelName="Hoan Thai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Ton That Tung, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/7d/907de91facb80609e5e0d538a3a57c59b0493516.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77538901" Longitude="106.70480499" StarRating="3" HotelCode="370349|hampton_hotel_by_jinnu_lai" HotelName="Asian Ruby Center Point Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46-48 Mac Thi Buoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/fc/4bfc050ca38863a53ec8c30263223f704e55a262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77164137" Longitude="106.67258028" StarRating="2" HotelCode="368077|saigon_garden_hotel" HotelName="Saigon Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>781/D1 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/c1/3dc104b7a18cf2fdb78bdb4e0f1bcfe3c4c9207d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 10 - Phu Tho Stadium / Ky Hoa Park, Saigon G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8063434" Longitude="106.73005104" StarRating="3" HotelCode="440416|kelly_apartment_thao_dien" HotelName="Kelly Serviced Apartment Thao Dien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>12 Street 43, Thao Dien Ward, District 2, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/09/7d09f863533af3e955fb82f84d07cdf6f6cdee65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76499722" Longitude="106.69509672" StarRating="3" HotelCode="599360|oyo_101_saigon_hotel" HotelName="Kien Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Co Bac Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/26/6c266073f49d573b58c79a209e318bfa5da124a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Kien Hotel 2 in Ho Chi Minh City (Core area of Ho Chi Minh Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78002012" Longitude="106.67919746" StarRating="2" HotelCode="773625|thien_truong_hotel" HotelName="Thien Truong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Cong Hop Rach Bung Binh, Phuong 10, Quan 3, Thanh Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/34/b234d7c7409a5147b125e70357c50c050bcd356d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77070775" Longitude="106.69306548" StarRating="2" HotelCode="743783|city_backpackers_hostel_3" HotelName="City Backpackers Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7/1 Nguyen Trãi, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/ed/4ced46e05b196b0b273f0a3bec3e23c3fce222e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79300627" Longitude="106.68558114" StarRating="2" HotelCode="763946|lai_hotel" HotelName="Lai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Phan Dinh Phung, Ward 2, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/89/e4897186b72b1b100fa0567729c2b04b3ee3db10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7674651" Longitude="106.69270759" StarRating="0" HotelCode="839413|4_boys_hotel" HotelName="4 Boys Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241/22 Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/00/a9003d94c845c50a4207912fc1d108cf87eb39c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877916|the_umi_hotel" HotelName="The Umi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23-23A Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/21/e921a7baba5ea843f03a6cc5a94ffd64b7cc2961.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="977731|prague_airport_hotel_2" HotelName="Prague Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Bach Dang, Phuong 2, Ho Chi Minh City 070000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/5a/1e5a91ea69f78da5f0de76e66d4425043df43933.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76681496" Longitude="106.69113198" StarRating="3" HotelCode="968937|the_white_house_60" HotelName="The White Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26/5 Do Quang Dau Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/9b/ea9b6d6a321350fdd6dcaf68b908d952befda2dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="963351|thanh_vinh_hotel" HotelName="Hotel Thanh Vinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>666/17 Duong 3/2, Phuong 14, Quan 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/e6/1ae6397280418b39f977775f2091e13e430f1d6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.31" OriginalAmount="15.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791536019451" Longitude="106.66571255755" StarRating="2" HotelCode="309467|1752978" HotelName="Vuong Quang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Bui Thi Xuan Street, Ward 3, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/72/4b72d989a0daba0969c6a8a6deba099203cfe724.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.46" OriginalAmount="15.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778625211191" Longitude="106.67286939942" StarRating="2" HotelCode="309445|1202358" HotelName="Minh Chau Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Hoa Hung, Ward 12, District 10, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/e8/21e8f6550a47d605c94a6d45054dba83b5d248ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.03" OriginalAmount="15.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770633182872" Longitude="106.69230153506" StarRating="2" HotelCode="404159|3450345" HotelName="Sakura Hostel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Designated Smoking Area,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39/26 Nguyen Trai Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/fd/f2fd6429dc9967858c7f91e9a4ef63ccb0210e97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Sakura Hostel Saigon, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.12" OriginalAmount="15.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76773546" Longitude="106.68822168" StarRating="3" HotelCode="744552|3444805" HotelName="Triip Cupid Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Bis Nam Quoc Cang, Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/23/7323123eaf8a9369089ea3e2b390735562b2f949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.15" OriginalAmount="15.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.759006" Longitude="106.684921" StarRating="2" HotelCode="607584|3427275" HotelName="Smiley Apartment 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>385/16 Nguyen Trai, Phuong Nguyen Cu Trinh, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/65/99651bcad4d013bac4bf5e04fef03f58a4600e46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.15" OriginalAmount="15.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.812831" Longitude="106.66856004" StarRating="2" HotelCode="853020|3442405" HotelName="Victory Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96 Yen The, Ward 2, Tan Binh, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/50/5250e8a60deea040703cf4bf21a80375c094fca2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.20" OriginalAmount="15.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80873145" Longitude="106.66522049" StarRating="2" HotelCode="877684|3470945" HotelName="White Diamond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So 7 Ðong Ða, Phuong 2, Qu?n Tân Bình, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/83/4783217b44cae26c01d11af3e6079fecad91d231.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.26" OriginalAmount="15.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8131415" Longitude="106.67182775" StarRating="3" HotelCode="635666|3835635" HotelName="Mai Villa Hotel Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54/34 Bach Dang, Ward 2, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4d/974dbc73fe0ac751b8e1b670488e3b9036d25c7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.792482319465" Longitude="106.69608063105" StarRating="1" HotelCode="347310|tuan_viet_hotel" HotelName="Tuan Viet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>232 Dinh Tien Hoang, Dakao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/c9/d4c92c3e65a09763046add579f3d7d34f8692cbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76824921" Longitude="106.69383632" StarRating="2" HotelCode="372104|bi_saigon_hotel_" HotelName="Bi Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185/26, Pham Ngu Lao Street, District 1,, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/89/d089241bca9abc244fc59bf334ca274e76ad12b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7965221" Longitude="106.65903137" StarRating="1" HotelCode="372574|quynh_giang_hotel_" HotelName="Quynh Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16/4 Hoang Viet, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/4a/f64a5db69047c527cc7b8e68b11a1ae31eff179e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers. Additional facilities available...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76736509" Longitude="106.69114826" StarRating="1" HotelCode="373122|quoc_minh_hotel_" HotelName="Quoc Minh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>283/8 Pham Ngu Lao, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/75/a8758f76a4285150cfbc57444dafe605ef021dd3.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Quoc Minh Hotel offers comfort and convenience whether you're on business or holiday in H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77153317" Longitude="106.69008803" StarRating="3" HotelCode="368543|an_thai_hotel" HotelName="EM&amp;EM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/30/803042c2c24dec4b47af7ddd56e7f2ec2852fad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767705446377" Longitude="106.6926182825" StarRating="2" HotelCode="383558|mai_vy_hotel" HotelName="Mai Vy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>241/12 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b2/0ab2f199735ffcdc925c575786035df1ea93b79d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7922192" Longitude="106.692695" StarRating="0" HotelCode="424421|phuong_nhan_hotel_" HotelName="Phuong Nhan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Tran Quang Khai Street, Tan Dinh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/78/4a784fc5b665b52dece352bdf6b4f5e1b36106bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Phuong Nhan Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. Off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77443641" Longitude="106.69009344" StarRating="2" HotelCode="424719|vuon_tao_dan" HotelName="Vuon Tao Dan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>220 Nguyen Thi Minh Khai, Ho Chi Minh City, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/94/0594177663b686a1d5788137a7f92ad0083563d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76822269" Longitude="106.69359315" StarRating="3" HotelCode="553411|dragon_palace_3_hotel" HotelName="Dragon Palace 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>52 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/4e/984ef2f788d09e663e6593613d8f72286672b5c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a transfer service, room...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76629419" Longitude="106.68790765" StarRating="3" HotelCode="835867|chillsuites_sai_gon" HotelName="Chill Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A67 Nguyen Trai, Ward Nguyen Cu Trinh, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/a7/b3a7aaa769b0e39e7e8299382d4910d2123556c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773367202696" Longitude="106.69909537116" StarRating="2" HotelCode="915648|vuong_tai_hotel" HotelName="Vuong Tai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Luu Van Lang Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ea/6dea8f3be0af9e07c8197164f0891db58dab60ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767904769216" Longitude="106.6914553086" StarRating="2" HotelCode="915652|nam_long_hotel" HotelName="Nam Long Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>283/3 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a5/5ca5809b93d8ba68d6db59d85c1ebf3ca08fc9da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.76" OriginalAmount="16.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76729435" Longitude="106.69117497" StarRating="2" HotelCode="369260|1730428" HotelName="Ngoc Minh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Off-Site Parking,Parking,Pets allowed,Pick &amp;amp; Drop,Porter,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>283/11-13 Pham Ngu Lao, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/eb/49ebfc97fc49d5bd687a367bcd5a46cebd7e5ca7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Ngoc Minh Hotel places you in the heart of Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.84" OriginalAmount="16.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80676351" Longitude="106.66431281" StarRating="3" HotelCode="373607|1716768" HotelName="Saigon's Book Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15A Truong Son, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/46/5b469618c7af7ecec9bc59b3bded80818a41b51b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.85" OriginalAmount="16.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.734475812853" Longitude="106.67371325501" StarRating="3" HotelCode="346327|1786138" HotelName="Hoang Le Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Street 9, Hamlet 4, Binh Hung Commune, Binh Chanh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a6/b1a678651c842a63ee8e3d0cfddbdae7f0a7bb52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.19" OriginalAmount="16.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76454104" Longitude="106.6874994" StarRating="1" HotelCode="586862|3439035" HotelName="Hanh Phuc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>265 Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/d0/41d01b333e372afd4cf664ab6bdfdc44eadc8ac3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.28" OriginalAmount="16.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74055046" Longitude="106.69572022" StarRating="3" HotelCode="701339|3471815" HotelName="Bin Bin Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>L19 Street 14, Him Lam Residence, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/58/d35871eb2f5e7f43e825ddcbfd06ea208d0fea4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.31" OriginalAmount="16.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730277052148" Longitude="106.70700043408" StarRating="2" HotelCode="346260|1753708" HotelName="Vien Dong Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>R4-27/28 Hung Phuoc 3, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ab/34ab5268db034696fe46f4600ad2aae5ed5fba23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.33" OriginalAmount="16.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78605281" Longitude="106.66704636" StarRating="2" HotelCode="773525|3463885" HotelName="C'Lavie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>548A Cach Mang Thang 8, Phuong 11, Quan 3, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/67/43/6743eff2267e8e09839c57018495bfb8ae470654.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.804108" Longitude="106.70932089" StarRating="2" HotelCode="347105|apogee_hotel" HotelName="Apogee Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33-33A Dinh Bo Linh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/b0/97b01bb101f12a5827a0195089fdbcafeb345922.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Apogee Saigon Hotel puts everything the city has to off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7717884" Longitude="106.69704618" StarRating="2" HotelCode="366951|thanh_thu_hotel" HotelName="Thanh Thu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>34 Nguyen An Ninh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b4/0db47896314c11df520157093a4f37d09c9275b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 1 - Ben Thanh Market, Thanh Thu Hotel promis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7995359" Longitude="106.67330877" StarRating="2" HotelCode="367481|han_river_" HotelName="Namu Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>197A Hoang Van Thu, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/a5/f4a5c2b538c5bfbb82ed9de78c6157086cc6dab4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Namu Saigon Hotel is conveniently located in the popular Tan Son Nhat International Airport area. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771504667603" Longitude="106.6972599492" StarRating="2" HotelCode="368607|song_anh_3_hotel" HotelName="Song Anh 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24 Le Lai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/b7/79b7b11680f8a10d04a828ad77cc6f81e6ed87d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79648576" Longitude="106.67259866" StarRating="2" HotelCode="367959|hoang_ha_hotel_2" HotelName="Hoang Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>53-57 Truong Quoc Dung, Phu Nhuan, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/2b/342b9416a8cbe31bc23a1dbb5ec8c37cd8cc2085.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.799605225555" Longitude="106.67310991638" StarRating="2" HotelCode="383563|yen_nam_hotel_hoang_van_thu" HotelName="Hotel Namu Ho Chi Minh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>197A Hoang Van Thu Street, Ward 08, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e0/8ae01e14019d17a2e9f70831ebd780be9a7c008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="809009|apollo_hotel_23" HotelName="Apollo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Yen The</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/c6/f3c6be54bc1a5782192f011e726b4e244b55194e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="856066|reddoorz_plus_nguyen_van_troi" HotelName="RedDoorz Plus @ Nguyen Van Troi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>251/8 Nguyen Van Troi, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/09/020989a7ef277117f160579bb70fbfdbad18aa31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75253125" Longitude="106.6736995" StarRating="3" HotelCode="915626|dong_kinh_hotel" HotelName="Dong Kinh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>106-108 Tran Tuan Khai, Ward 5, Ho Chi Minh City, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/9b/fb9b1c1d2cae6645f4bf31b2bd4bfa5d2e6389c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.51" OriginalAmount="17.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7378593" Longitude="106.70532095" StarRating="2" HotelCode="758691|2347825" HotelName="Bin Bin Hotel 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Street 73, Tan Quy Dong Residence, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/58/52587c568dc517c44f8ae0ac4f69b9ad92c5ae47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.61" OriginalAmount="17.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767062476939" Longitude="106.68928885994" StarRating="2" HotelCode="309449|1165908" HotelName="Phan Anh Backpackers Hostel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/6 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/bf/1dbff13baac0b3ca8a288a971e825a8636ff5768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.81" OriginalAmount="17.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73715609" Longitude="106.72752976" StarRating="3" HotelCode="784951|3433965" HotelName="Sonata Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Thi Thap Street, Tan Phu Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/60/83606c8e5df7ed6bc493332aa709b21a0d098f3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.20" OriginalAmount="17.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72732236" Longitude="106.70555043" StarRating="3" HotelCode="744063|3440195" HotelName="Fide Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>472-474 Pham Thai Buong Street, Tan Phong Ward, District 7, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/00/4800e39df060122a768df36fbebff81b8025e01d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.21" OriginalAmount="17.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81150275" Longitude="106.66696501" StarRating="3" HotelCode="585983|3452275" HotelName="New Space Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Lam Son, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/d0/89d0fd58ce2606a2be4beff318a53c72a5c221cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.24" OriginalAmount="17.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80031817" Longitude="106.64796675" StarRating="2" HotelCode="346862|1819498" HotelName="Hoang Thanh Thuy Hotel 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ward 12, 9 Nguyen Minh Hoang, Tan Binh district, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/a1/6ca15ab88461224000676ba059974fb8166e41a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.28" OriginalAmount="17.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791501719569" Longitude="106.69131918142" StarRating="2" HotelCode="383557|1716018" HotelName="The Sun Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Nguyen Huu Cau, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/7e/f87eece70fe47bef5ef65051be73bc9d6dc2b81f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.33" OriginalAmount="17.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73193098" Longitude="106.70932982" StarRating="3" HotelCode="623988|3465975" HotelName="Bizu Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60-62 Cao Trieu Phat Street, Hung Gia 4, Phy My hung Town, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/43/e343274742bd3b6774b6f685326d915027f6265a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75518559" Longitude="106.68039768" StarRating="2" HotelCode="518110|bonita_grand_hotel" HotelName="Bonita Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>570-572 Tran Hung Dao Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/zz/15ad8535610e0cf74e0d8b80f427114dcc960dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Bonita Grand Hotel to discover the wonders of Ho Chi Minh City. The hotel has everything you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76979117" Longitude="106.69762498" StarRating="2" HotelCode="424829|quy_hung_hotel_" HotelName="Quy Hung Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>20 Dang Thi Nhu street, Nguyen Thai Binh ward, dis 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/3d/623df1c0ae662c087e62b70f7227282354ad6d8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quy Hung Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. The pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76633876" Longitude="106.6932622" StarRating="2" HotelCode="518285|nest_hotel_4" HotelName="Nest Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>100/2A3 Tran Hung Dao, Phuong Pham Ngu Lao, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/d6/99d6cba7983a1ec45439b5629bdfb5dc095afb65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7273742" Longitude="106.69305985" StarRating="2" HotelCode="623121|spring_light_home" HotelName="Spring Light Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>2 Street 16, Riverside Housing Area, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/ce/8dce03ee7357c90fd5aa7d331dd694aeb3fd58f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76785129" Longitude="106.69445097" StarRating="2" HotelCode="743994|urban_lodge_hotel_hostel" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/8 Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/fc/d9fc3bb9298918b274e8a2a5803cda11e008f75b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77033753" Longitude="106.68495005" StarRating="3" HotelCode="754861|the_sargon" HotelName="The Sargon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/42 Cao Thang, Ward 5, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/59/6b59206a4c78dd3098031ff9b97f62e8ca562df0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7707645" Longitude="106.69121826" StarRating="3" HotelCode="947104|ben_thanh_retreats" HotelName="Ben Thanh Retreats Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121/39 Le Thi Rieng Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5b/415baf8eb707ce2bba1a5c097b7b76499ba7b8f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76769118" Longitude="106.6912408" StarRating="2" HotelCode="980406|louis_hostel" HotelName="Louis Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>283/17 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City 12345</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/58/f1584dc25f584727a367bf7f3996da0ebd8c4999.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73376655" Longitude="106.70977175" StarRating="0" HotelCode="971389|vietlife_cultural_homestay" HotelName="Vietlife Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-09 Hung GIa 1, Duong So 2, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/e6/20e62c590b003aa2a270ce2c8011998f8bfae6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="963218|sabay_airport_apartment" HotelName="Sabay Airport Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Cuu Long Street, Ward 2, Ho Chi Minh City 72108</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/3b/473b528f842003f0f4952f2d9f40acfb5639ce25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7304856" Longitude="106.7075641" StarRating="1" HotelCode="965408|vien_dong_3d_apartment" HotelName="Vien Dong 3D Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-35 Hung Phuoc 3, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/6a/446acb389b13d62fecfddc9291f85467293754fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.39" OriginalAmount="18.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7702816" Longitude="106.68865096" StarRating="3" HotelCode="744047|3435105" HotelName="Bonita Signature Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118A Bui Thi Xuan, Ben Thanh, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/43/014324f23af5a88649fee8657915da09df05d702.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.84" OriginalAmount="18.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80987555" Longitude="106.66578031" StarRating="3" HotelCode="518198|3473175" HotelName="The Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Cuu Long, Ward 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/57/5c574c619e50817f8f94354f907c2f8de39641a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.05" OriginalAmount="18.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77013684" Longitude="106.69219129" StarRating="3" HotelCode="639504|3463365" HotelName="Sai Gon Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Nguyen Van Trang, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/58/9858ec82c83b13310748cbd9d7e47e4eec2e4922.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.15" OriginalAmount="18.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81329608269" Longitude="106.66795318052" StarRating="3" HotelCode="524070|2103335" HotelName="Erato Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>44,46 Hong Ha Street, Ward 2, Tan Binh District, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/ca/79ca4d996f30cda672f0f193856f608903ebeea5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.28" OriginalAmount="18.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73355933" Longitude="106.70763566" StarRating="2" HotelCode="773759|3427435" HotelName="Hoang Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-62,63,64 Duong Noi Khu Hung Gia 2, Phuong Tan Phong, Quan 7, Than Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c6/96c64d32d3af9071b5e319f2ff841431e93e1ff8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.31" OriginalAmount="18.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="3" HotelCode="773499|3451335" HotelName="HT Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128/1-5 Tran Quoc Thao Street, Ward 7, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/70/e870c30678355338889d24cf5e7901e92b72b389.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771791539837" Longitude="106.69701397419" StarRating="3" HotelCode="163643|aluna_hotel_2" HotelName="Aluna Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Nguyen An Ninh Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/ff/52ff942933c2f617fffcde45082ea1cfe548e1fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the business centre of Ho Chi Minh City, 50 metres from Ben Thanh mar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83943613" Longitude="106.74098399" StarRating="3" HotelCode="267979|hoa_phat_hotel_apartment" HotelName="Hoa Phat Hotel &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Currency Exchange,Golf,Internet,Kitchen,Laundry,Massage Centre,Pets allowed,Restaurant,Room Service,Smoking Rooms,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>526/5 Pham Van Dong Square, District Thu Duc, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/ec/adecbb965a0ca9b838ea31be139949a869c6d4f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Ho Chi Minh City at Sai Gon River side the city is known for being a dynamic economic ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76610531965" Longitude="106.68951807488" StarRating="2" HotelCode="225964|madam_cuc_184" HotelName="Spotlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>184 Cong Quynh, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/58/4d58f72537f7362c9c10d143f14d51fd5cacda11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77162553814" Longitude="106.69646412134" StarRating="2" HotelCode="320344|little_saigon_corner_boutique_hotel_2" HotelName="Little Saigon Corner Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Truong Dinh Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/77/2b773cb7e50642337590fa92aec22fb42bda771c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right in the centre of Ho Chi Minh City, within walking distance of the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767283" Longitude="106.69111107" StarRating="1" HotelCode="370233|giang_son_hotel_1" HotelName="Giang Son Hotel 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>283/14 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b2/3bb2da25d5974115b5cd166761968e70c44b48c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Giang Son 3 Hotel places you in the heart of Ho Chi Minh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73005949" Longitude="106.70744149" StarRating="2" HotelCode="517781|vien_dong_2" HotelName="Vien Dong Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-20 Hung Phuoc 3, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/b8/31b8c07ed2390892363d6d1853481294383ef575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76787994" Longitude="106.692557" StarRating="2" HotelCode="488617|sunny_guesthouse_5" HotelName="Sunny Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241/33 Pham Ngu Lao Street, Pham Ngu Lao Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e9/62e9b091980dce60a7c74dce3a35a3fcf2d9fe64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service. Wireless internet access in public areas allows guests t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73334916" Longitude="106.70947439" StarRating="2" HotelCode="762297|la_cigale_residence" HotelName="La Cigale Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37-39 Khu Pho Hung Gia 1, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/0b/770b2ad5b6324fc3c166262a0a1b1dd9beaca791.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="700462|minh_ngoc_hotel_3" HotelName="Minh Ngoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Street 6C</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/1b/8f1b27f5ab4a1f878066442baefb2fd9675145ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73097093" Longitude="106.70715018" StarRating="2" HotelCode="857424|parkhill_hotel_apartment" HotelName="Parkhill Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>67 Le Van Thiem, Hung Phuoc 3, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/40/3e40be8b1dac0dc4cae0f209a9f8536262e420e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77231192" Longitude="106.70211592" StarRating="0" HotelCode="977788|sunway_hotel_saigon" HotelName="Sunway Hotel Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Huynh Thuc Khang, Phuong Ben Nghe, Quan 1, Ho Chi Minh City 7000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/0d/790dd67eb81d58ac113826742e3b3d29a01b0fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.48" OriginalAmount="19.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7334404" Longitude="106.70893447" StarRating="0" HotelCode="743934|3428265" HotelName="Sabina Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Khu Pho Hung Gia 1, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/ea/10ea4a3e456028c95493899ab361668044b493f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.55" OriginalAmount="19.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771823015125" Longitude="106.69622728214" StarRating="2" HotelCode="347863|1830028" HotelName="Moc Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>26/12-13 Truong Dinh, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079ce483af07636d2883d69a1fcb797bb97c64d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.83" OriginalAmount="19.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73240759" Longitude="106.70985922" StarRating="3" HotelCode="626133|3457625" HotelName="Saigon By Night Luxury Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4 90 Hung Gia 3, Phu My Hung, Ho Chi Minh Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/97/ef97a2f5486479288402c7ffd06a05fcd056b5f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.86" OriginalAmount="19.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77178331" Longitude="106.6903505" StarRating="3" HotelCode="309465|3476415" HotelName="Tuong Vy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Bicycle Rental,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40-42 Bùi Thi Xuan, Phuong Ben Thành, Quan 1, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ec/5dec3ec00f7d1f0facdd7f4bcfe99fa2d0705db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tuong Vy Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. Offeri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.38" OriginalAmount="19.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76884379" Longitude="106.6940616" StarRating="2" HotelCode="489160|3449495" HotelName="Kim Khoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>181 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f4/0af45d653435d2c2417bdbb23b99673493bb5c8f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.40" OriginalAmount="20.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77216189" Longitude="106.69067688" StarRating="2" HotelCode="450960|mayflower_saigon" HotelName="Asian Ruby Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>20 Bis Bui Thi Xuan, Ben Thanh, District 1, Ho-Chi-Minh-City 7000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/5e/095e9ee97a1ddc423789aebef174139cf0df98dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.40" OriginalAmount="20.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76668688" Longitude="106.67704412" StarRating="0" HotelCode="824851|happy_3" HotelName="Happy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>7 Ly Thai To Street, Ward 1, District 10, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e9/39e9a5706c01ca653af56a539f57569319844670.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 10 Phu Tho Racecourse, Happy Hotel promises ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.77" OriginalAmount="20.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76944577" Longitude="106.69218176" StarRating="2" HotelCode="369411|3443915" HotelName="Hoang Hoang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120/4 Le Lai Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/95/6b95e08da3d01414a4d002ef6c4055e987ffd96c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.81" OriginalAmount="20.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773774" Longitude="106.686191" StarRating="2" HotelCode="642279|3448715" HotelName="La Regatta Boutique Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225/4 Nguyen Dinh Chieu, Phuong 5, Quan 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/68/d9687a436fc5bd9047adb3df08797672b67b7903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.28" OriginalAmount="20.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7687804" Longitude="106.69381405" StarRating="3" HotelCode="632262|3425885" HotelName="Saigon Kiko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211-213-215 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/805012/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773444290375" Longitude="106.6974474308" StarRating="2" HotelCode="309437|halo_hotel" HotelName="Halo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/08/a9088cb04152a466de0a23df6f6258b9ad586e91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77268386" Longitude="106.69698777" StarRating="3" HotelCode="374051|ngan_ha" HotelName="Ngan Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>190 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ec/7d/ec7de905bb5af82a58e76793fd568e017eada331.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769952323438" Longitude="106.69228528966" StarRating="2" HotelCode="369407|bloom_2_hotel" HotelName="Bloom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Nguyen Van Trang Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6c/806c0c7f22976b6910c618f811605123b4b5bfeb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Bloom Hotel 3 offers comfort and convenience whether you're on business or holiday in Ho ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76658152" Longitude="106.69504478" StarRating="2" HotelCode="764100|punto_hostel_2" HotelName="Gemini Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135/23 Tran Hung Dao, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/c5/08c508ee2b7e4e73a264d96218f331b2b85319e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768983419183" Longitude="106.69417615531" StarRating="2" HotelCode="915637|le_le_hotel" HotelName="Le Le Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/24/0d241225dc4f66d31831cc8a2b23da754f90298b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.54" OriginalAmount="21.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81030654" Longitude="106.73459017" StarRating="2" HotelCode="599936|3433035" HotelName="Sen Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>51 2 Street, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/a2/0da27e7ac6339d20341324ad463dd36e44dd782c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.85" OriginalAmount="21.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767774" Longitude="106.6947" StarRating="3" HotelCode="303836|1215368" HotelName="Eden Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28/12 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/e0/d4e0a4dc3cbe1b477a08a7162a136465f93163c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.89" OriginalAmount="21.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77251392" Longitude="106.6949021" StarRating="2" HotelCode="375285|3467875" HotelName="Thien Hai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/92/87922cf9f4615c06213669a534049325380c1cc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.24" OriginalAmount="21.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770097" Longitude="106.697759" StarRating="3" HotelCode="119032|359035" HotelName="Dong Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Tran Hung Dao B St., Ward 7, Dist. 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ba/49ba16a9244abded678f6f19f556f4e63e6d959d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.40" OriginalAmount="21.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79595784" Longitude="106.6717919" StarRating="3" HotelCode="518221|3427935" HotelName="Ananas Family Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/5A Hoang Dieu street, Ward 10, Phu Nhuan district, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b8/35b8f0740550218958ae5cc9a90fdf758d13dfb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767271590683" Longitude="106.68687684113" StarRating="2" HotelCode="309433|cozy_house_140" HotelName="Elegant Inn Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Cong Quynh, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/37/9237672a780f9fff86a04548a166d850f3a4f76a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76908195069" Longitude="106.69820279482" StarRating="3" HotelCode="347824|calmette_hotel" HotelName="Calmette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 Calmette Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/48/6248975c1bc33c98af8d8fa9bb2f6e70bc19e2d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.762400308632" Longitude="106.69889098454" StarRating="3" HotelCode="640958|herla_central_saigon" HotelName="River Gate Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 - 155 Ben Van Don, Ward 6, District 4, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/ef/f1ef045b0c241878c961dab8c03c9d8f53fbda9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78960411" Longitude="106.68694475" StarRating="3" HotelCode="852742|emerald_central" HotelName="Emerald Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69-71 Huynh Tinh Cua Street, Ward 8, District 3, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/99/74993cbe07a0d8a6c744c0b2a055273ee0fc0bd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.756985" Longitude="106.685679" StarRating="3" HotelCode="905927|sunshine_antique_hotel_saigon" HotelName="Universe Central Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>549 Tran Hung Dao Ave, Dist 1, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/f7/a0f74c16a46c439748f9e80002117cd3a212cbcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a perfect location right on the main Tr?n Hung Ð?o Avenue, the main artery of Ho C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80271199" Longitude="106.64392809" StarRating="0" HotelCode="951226|cherry_hotel_and_apartment" HotelName="RedDoorz Premium Near E Town 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>406/14 Cong Hoa Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/23/7f23b391bee573225b4fda9efc920e32578b678c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="984396|the_cozy_inn_2" HotelName="The Cozy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Co Giang, Phuong Cau Ong Lanh, Ho Chi Minh City 700000, Quan 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/16/481609f52aa40d870cebd65ccb96b1f9c3ca8f18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.50" OriginalAmount="22.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77170682" Longitude="106.69397923" StarRating="2" HotelCode="553404|3464545" HotelName="A25 Hotel 307-309 Ly Tu Trong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>307-309 Ly Tu Trong, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/3f/1d3f509bf715e40ee21aa58759c9eac071a15734.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.73" OriginalAmount="22.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7686353" Longitude="106.69401127" StarRating="3" HotelCode="586715|3472865" HotelName="Prague Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>175/10–12 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/cc/58cccff27e2504f1588bf6a8e5b82d52503bf7e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.74" OriginalAmount="22.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777957516383" Longitude="106.70417857372" StarRating="3" HotelCode="309798|1456168" HotelName="King Star Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>18 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/90/2990086e4056f8837b8d9f55c19475794418bd40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.98" OriginalAmount="22.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778636723549" Longitude="106.68877756575" StarRating="3" HotelCode="309421|1742728" HotelName="Angela Boutique Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107/17 Truong Dinh Street, District 03, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fb/78fbf5d6269bb86353680d5f4ccd58aa9877fb98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.20" OriginalAmount="22.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778222662252" Longitude="106.69186850913" StarRating="3" HotelCode="346268|3453695" HotelName="Minh Khang Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155 Vo Van Tan, Ward 6, District 3, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/a4/1fa4f88edaa15b99b82091c100cccf1bab752fef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.26" OriginalAmount="22.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76939919" Longitude="106.69206929" StarRating="1" HotelCode="367542|3436995" HotelName="A25 Hotel 122 Le Lai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/8b/378b3c353c9cb32bcab47594ce7afd0d91def51a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.43" OriginalAmount="22.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.764817746482" Longitude="106.69190631866" StarRating="1" HotelCode="384658|3466055" HotelName="A25 Hotel 22 Nguyen Cu Trinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Nguyen Cu Trinh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/da/e4da6a59a1e3d8dbe3263d4464c6b387fa66477b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773610868485" Longitude="106.69718827105" StarRating="2" HotelCode="320708|the_white_2_hotel" HotelName="Charner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/0f/780ff765c69993232df817ea1d458516ee5acc01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is set in Ho Chi Minh City. The total number of rooms is 22. Pets are not p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766185927558" Longitude="106.69411072394" StarRating="3" HotelCode="640311|babylon_serviced_apartment" HotelName="Babylon Central Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161C Tran Hung Dao Street, Co Giang Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d6/31d689ce30edb85d9c95fac69d658bde1f20142f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.752424058179" Longitude="106.66508495808" StarRating="3" HotelCode="905931|bat_dat_hotel" HotelName="Bat Dat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>238 - 244 Tran Hung Dao Street, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6e/fb6e4a53de5bbac577b70a393beb226a4aa0b304.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cho Lon Commercial Centre, in China Town, a popular tourist draw in Ho Chi ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7847762" Longitude="106.68500044" StarRating="3" HotelCode="947084|t78_hotel" HotelName="Nha Khach T78" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Lý Chính Thang, Phuong 7, Quan 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/3c/4a3c5bfe446c092293af63ded030ed4517e79444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75855358838" Longitude="106.67361904048" StarRating="2" HotelCode="915643|phuoc_loc_tho_2_hotel_2" HotelName="Phuoc Loc Tho 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192 - 194 Su Van Hanh, Ward 9, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/23/d2239d66840f5383ad2f77d74f05331291be90d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.64" OriginalAmount="23.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768906" Longitude="106.68326" StarRating="3" HotelCode="172041|1142568" HotelName="White Lion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>15C Cao Thang, Ward 2, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/00/3400b99d7451ba8e6863147ed3ffbb6e15ad58ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Saigon's business, shopping and entertainment district....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.96" OriginalAmount="23.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768209" Longitude="106.692333" StarRating="3" HotelCode="68353|139594" HotelName="Liberty Saigon Parkview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>265 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0a/110aad2401dc3ecf1d3977f006600a8fbfc38df8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located in the hub of the tourist district, only few minutes walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.98" OriginalAmount="23.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76667179461" Longitude="106.68868303299" StarRating="3" HotelCode="173644|1122938" HotelName="La Felix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>287-289 Pham Ngu Lao st, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/68/7268159d254ff7028acdd4d814327144ce5e0217.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in district 1 of Ho Chi Minh City, the hotel is within a short walking distance to the bust...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.01" OriginalAmount="23.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7721745" Longitude="106.69606471" StarRating="3" HotelCode="413190|3472485" HotelName="The Luxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>261-263 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e2/30e27880994292ff5484a637d1e1291b58c513ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Luxe Hotel in Ho Chi Minh City (Ben Thanh Marke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.09" OriginalAmount="23.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80290773" Longitude="106.73277037" StarRating="3" HotelCode="635507|3440785" HotelName="Common Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Street 38, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.26" OriginalAmount="23.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76984" Longitude="106.6864" StarRating="1" HotelCode="267976|3467915" HotelName="A25 Hotel 14 Luong Huu Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Luong Huu Khanh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/79/2079bda12098f525cc7bbe818d5e821294e07051.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.43" OriginalAmount="23.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774305810988" Longitude="106.69656635132" StarRating="3" HotelCode="346690|1457348" HotelName="Rosa Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>55 Thu Khoa Huan, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/57/0757c219e567c9e0d911dfcdac4edd19aa7b6877.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772858471215" Longitude="106.69707371074" StarRating="3" HotelCode="309424|anpha_boutique_hotel" HotelName="Anpha Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>202 Le Thanh Ton Street, Near Ben Thanh Market, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/8b/c38b4832e105e3234e925fd5e1d7c6fa36e664eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806238253838" Longitude="106.6641670035" StarRating="3" HotelCode="347377|iris_hotel_13" HotelName="Iris Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9-9A Truong Son Street, Phuong 4, Quan Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/24/0e24a12bee8df4dbd596605f1371876522f84dac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Tan Son Nhat International Airport, Iris Hotel Saigon is a perfect starting point from wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75307875" Longitude="106.67308865" StarRating="2" HotelCode="602200|fortune_1127_hotel" HotelName="Fortune 1127 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1127 Tran Hung Dao, Ward 5, Distrikt 5, Ho Chi Minh Stadt 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/29/df2926b8ddb2bf0891502c778be75725d59cc026.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.857098991297" Longitude="106.69779978934" StarRating="4" HotelCode="933298|silver_creek_city_resort_6" HotelName="Toki Saigon - Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Võ Th? Li?u, Phu?ng An Phú Ðông, Qu?n12, Thành ph? H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/53/7b53d2b6e8e8bb0401720b57defa9fec4f18a892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.98" OriginalAmount="24.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768003" Longitude="106.686459" StarRating="3" HotelCode="166813|1128248" HotelName="Hoang Ngan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/f0/e0f0a4a0d0f1f91f24378b35817919dac27e5c8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City's centre. It is only a 4-minute drive to Ben T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.19" OriginalAmount="24.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.752808784891" Longitude="106.66424274445" StarRating="3" HotelCode="905930|1113458" HotelName="Arc En Ciel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 - 56 Tan Da St, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/f2/32f29165c9111cd778f6e7484bfd31bb90b0ed86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right by the Thien Hau pagoda in Cho Lon Commercial Centre. It is set in China...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778900691049" Longitude="106.70321212214" StarRating="3" HotelCode="309459|the_spring_hotel" HotelName="The Spring Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Le Thanh Ton Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c8/68c8f66a42eda17df6bce5406991aaa9a04a44af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730469537432" Longitude="106.70767158654" StarRating="3" HotelCode="368084|boutique_garden_hotel" HotelName="Boutique Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>R3-84 Hung Phuoc 3, Phu My Hung, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/a4/8aa40b61aeed6f244a9f503ff20758042dd66c2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7737699" Longitude="106.7063543" StarRating="3" HotelCode="402015|riverside_saigon_" HotelName="Riverside Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-19-20 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/dc/abdc7aab199bc37340a59f66d92021077a892a41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80481541" Longitude="106.64766772" StarRating="2" HotelCode="600182|thinh_gia_phat_hotel" HotelName="Thinh Gia Phat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>440/71 Nguyen Kiem, Ward 3, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/fb/ebfb2e69b06d8c5acd6b68a5f50008a1c8be3157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Ho Chi Minh City (Ba Queo), Thinh Gia Phat Hotel is convenient to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.82583845" Longitude="106.63293899" StarRating="3" HotelCode="828694|tan_binh_hotel_3" HotelName="Tan Binh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36B Cong Lo, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/f7/0df7301f2abd5bb9f1c3e0a2d80d2c62f9a3c072.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766151979686" Longitude="106.69128459392" StarRating="2" HotelCode="915644|duc_vuong_hotel" HotelName="Duc Vuong Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>195 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/54/c9545c0af783fc532b0ee5621c37c4d003d06008.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76573955" Longitude="106.69103103" StarRating="0" HotelCode="947072|aquarizon_boutique_hostel_city_bar" HotelName="Aquarizon Boutique Hostel &amp; City Bar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>197 Bui Vien Street, Pham Ngu Lao Ward, Distric 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4f/a04ffa017bbd421577b6fd7d85e8c4676f0798da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773608967567" Longitude="106.69691685152" StarRating="3" HotelCode="915631|thanh_lien_hotel" HotelName="Sunrise Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135-137 Ly Tu Trong Street, Ben Thanh, Ward District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/5e/505ed7f8d8c4f55b5b6407208590219204bd1bdc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.11" OriginalAmount="25.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.797215271176" Longitude="106.65998091055" StarRating="2" HotelCode="346782|3438055" HotelName="Royal Dragon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1/16-1/18 Hoang Viet Street, Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/04/c1047d8fbee26c91ae0f94b0ca7d1cc880e6d735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Royal Dragon Boutique Hotel is a distinct addition to the city's skyline. With its location just 3.0...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.15" OriginalAmount="25.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768945783802" Longitude="106.69423520565" StarRating="3" HotelCode="70180|571895" HotelName="Elios Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231-233-235 Pham Ngu Lao Street, District 1, Ho Chi Minh City 10032</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/57/565700f9dc57efcc598d75871f5ad92a2737d8ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of HCMC, within walking distance of fabulous shopping as well as t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.15" OriginalAmount="25.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80662875" Longitude="106.66500316" StarRating="3" HotelCode="856629|3450045" HotelName="Airstar Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Song Day, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/bb/8cbb0451556700bd64200bacdb40461c2cfef330.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75807848" Longitude="106.68026043" StarRating="3" HotelCode="346722|signature_boutique_hotel_3" HotelName="Signature Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>80/1 Nguyen Trai, Ward 3, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/d9/ecd9979914a37190f0e5d4de1b6353dd552e9d7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77241584087" Longitude="106.69482562343" StarRating="2" HotelCode="370927|the_one_hotel_ben_thanh" HotelName="The One Hotel Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>230 Ly Tu Trong, Thanh Pho, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/53/d3536b24ef1c3cc7f37962e555027b17936392f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7869779" Longitude="106.66442009" StarRating="3" HotelCode="436114|cam_ly_boutique_apartment__hotel" HotelName="Cam Ly Boutique Apartment &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>656 Cach Mang Thang 8, Ward 11, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/b0/a7b0bf486ee8abac3255fbc8ef3f7e25e300d14a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76814836" Longitude="106.69833869" StarRating="3" HotelCode="620157|lotus_boutique_hotel_2" HotelName="Lotus Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55/29-31-33 Le Thi Hong Gam Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/64/6764486a9908183ed3fed91c4d5e8efc9367027e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76918104" Longitude="106.69981737" StarRating="2" HotelCode="631573|triple_e" HotelName="Triple E" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Nguyen Thai Binh, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1c/f31cfe63c9fa3732410534612b71d1d4b4abaef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77433136" Longitude="106.69664086" StarRating="3" HotelCode="623639|sam_hotel_apartment" HotelName="A&amp;EM Hotel &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Thu Khoa Huan Street, Ben Thanh Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/33/b7330f3c3b461a39161a978c7b47d2977ba0956c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75502521" Longitude="106.61163388" StarRating="3" HotelCode="826631|hong_bao_thach_hotel" HotelName="Hong Bao Thach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Duong 24A, Phuong Binh Tri Dong B, Quan Binh Tan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6a/426a29c54a88bae3f68815fe865527597becf826.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877604|indochine_ben_thanh_hotel_apartments_2" HotelName="Indochine Ben Thanh Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Luu Van Lang</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/b9/23b967ac4db6b892970b9960be24803db44f743c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77471201" Longitude="106.68244151" StarRating="0" HotelCode="960849|babylon_d3_serviced_apartment" HotelName="Babylon D3 Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136/6 Vuon Chuoi Street, Ward 4, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/7219da5984dde6bfd08b494fb98b2df2e6c00552.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.59" OriginalAmount="26.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773726734398" Longitude="106.69671439681" StarRating="3" HotelCode="915629|1588398" HotelName="Joviale Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/3a/453a2ca90418d64b21eac97466a43b19342841b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.62" OriginalAmount="26.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768982352702" Longitude="106.69768035171" StarRating="3" HotelCode="350364|1733218" HotelName="Ben Thanh Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55/34 Lethi Hong Gam Street, Nguyen Thai Binh Ward, Ho Chi Minh, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/7e/577e061d370cb4bd559e85f3270433a6eadc31f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.83" OriginalAmount="26.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.800476666667" Longitude="106.66148" StarRating="3" HotelCode="185786|1151688" HotelName="TTC Hotel Deluxe Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>315 Hoang Van Thu Street, Ward 2, Tan Binh District, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b1/46b1004d423d7bd5098828e9cd70a9af33eb506e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on Hoang Van Thu Street, the hotel is opposite Hoang Van Thu Cultural Park, War Remnants Mu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.85" OriginalAmount="26.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784948556179" Longitude="106.69071307606" StarRating="3" HotelCode="307374|1075788" HotelName="Emm Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157 Pasteur street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/e9/66e9ba88c504e39ed89523722611f9ef2fb1b152.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.03" OriginalAmount="26.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768459413716" Longitude="106.69340853372" StarRating="3" HotelCode="391305|1201458" HotelName="A25 Hotel 274 De Tham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>274 De Tham Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/fd/d4fd036c6f81baa46a73bccff1c623975dbbe13d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.04" OriginalAmount="26.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77407982" Longitude="106.67812005" StarRating="3" HotelCode="368066|3453815" HotelName="Minh Tam Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>206 Ba Thang Hai Street, District 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/e4/90e43c5862759170e6bc1300dcebe4f452257be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73096782" Longitude="106.70769819" StarRating="3" HotelCode="407859|hotel_l_odeon_phu_my_hung" HotelName="Hotel L Odeon Phu My Hung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>63-65 Le Van Thiem Street, Khu Pho Hung Phuoc 3, Tan Phong Ward, Dist.7, Phu My Hung, Ho Chi Min City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/0c/a20cd4e9831f930118eb238bfc39472795ca3df3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel L Odeon Phu My Hung is perfectly located for both business and leisure guests in Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773232230765" Longitude="106.69605237808" StarRating="2" HotelCode="915639|aem_corp__the_petit_hotel" HotelName="A And Em 179 Ly Tu Trong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179 Ly Tu Trong Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4d/974da4a5c5dbd1c2d382c816ec83ebe13fc16b40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76547724" Longitude="106.68673681" StarRating="0" HotelCode="963589|christinas_saigon" HotelName="Christina's Saigon - The Mothership" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212/2B Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/35/f835942797e0315f019df05eec603fa2ad26057d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="977877|akoya_saigon_central_hotel" HotelName="The Akoya Ben Thanh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88 Ly Tu Trong, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/f7/43f7b7dc792838d2833753aa3e6bb9aa1bcac3b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.86" OriginalAmount="27.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774332471457" Longitude="106.69744104688" StarRating="3" HotelCode="319764|1208798" HotelName="Gk Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Ly Tu Trong, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/98/5d98428dc4ccfbe7560f163105efcd6e24cea54a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.99" OriginalAmount="27.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78720314" Longitude="106.69264124" StarRating="2" HotelCode="374268|3429685" HotelName="A25 Hotel 251 Hai Ba Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>251 Hai Ba Trung Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/fa/a1fa29b409df30078791cd40995afe560b3d8619.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.02" OriginalAmount="27.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73135636" Longitude="106.70751581" StarRating="3" HotelCode="407933|1739568" HotelName="Song Hung 2 Hotel &amp; Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Kitchen,Laundry,Luggage Storage,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>R4 33 - 34 Le Van Thiem, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/f5/e8f51525571835d86f40de75ccaed2abb77fcf57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Saigon Exhibition and Convention Center, Song Hung Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.10" OriginalAmount="27.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7722601" Longitude="106.69053433" StarRating="3" HotelCode="595539|3461305" HotelName="A25 Hotel 20 Bui Thi Xuan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Bui Thi Xuan, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/b7/a3b78c02cf5a1bb8cad0c53991c66e695c412289.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.28" OriginalAmount="27.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768849378209" Longitude="106.69379633821" StarRating="2" HotelCode="384349|1731758" HotelName="Beauty Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>185/14 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/78/fd78996eab94fb70d3b0dfa777377e94e78ef483.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77181546" Longitude="106.69678305" StarRating="3" HotelCode="309434|gia_huy_hotel_2" HotelName="Gia Huy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Nguyen An Ninh, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ef/feefd4e14bbfe0ab220ec168d8116a640488f299.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771022" Longitude="106.700078" StarRating="3" HotelCode="68050|liberty_2_hotel" HotelName="Liberty 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129-133 Ham Nghi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/14/1d14a9f0e14b0e4d113c98250b93c1a7e0b26c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just across the street from Ben Thanh Market and gives guests perfect access t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77351843" Longitude="106.69852452" StarRating="2" HotelCode="374252|lien_an_saigon_hotel_2" HotelName="Lien An Sai Gon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181 Duong Le Thanh Ton, Phuong Ben Thanh, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/88/1a888b81e6993bd563c31abfa6bfaf0f8a8002dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Lien An Saigon Hotel 2 puts everything the city has to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76928248" Longitude="106.68774786" StarRating="2" HotelCode="613818|triip_le_han_dai_nam" HotelName="Triip Le Han Dai Nam Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>142 Bui Thi Xuan, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/02/31020b078050164fcb83ba17968b04cd63cfd54c.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="968973|luxy_park_hotel_apartments_city_centre" HotelName="Luxy Park Hotel &amp; Apartments-City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15B Tran Khanh Du, Tan Dinh Ward, Ho Chi Minh City 70000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/35/dd353a31a4b16af4dda0aa90b993e0cc498a88e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.88" OriginalAmount="28.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769770528827" Longitude="106.68826192617" StarRating="2" HotelCode="59859|112472" HotelName="Empress" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Bui Thi Xuan Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/94/79947b2a5c35cb3ef7374e5894870c3cfd0e1b52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 30-minute drive away from the Tan Son Nhat International Airport, 15 minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.94" OriginalAmount="28.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772282" Longitude="106.690906" StarRating="3" HotelCode="142299|572525" HotelName="Queen Ann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>86 - 88 Bui Thi Xuan St., District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/9b/3d9b3bd3f5ddc59238dc601f7f1e81f03e78927d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Bui Thi Xuan street, which is considered one of the most convenient location...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770400269433" Longitude="106.68918719152" StarRating="3" HotelCode="309451|a25_hotel_le_thi_rieng" HotelName="A25 Hotel 145 Le Thi Rieng" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 Le Thi Rieng Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/49/fd49e700a0a797c9ff018dc4085187ca5172393e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 64 rooms. Wireless internet access is available to travellers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767737545531" Longitude="106.69381245269" StarRating="2" HotelCode="367688|new_sunny_hotel" HotelName="Sunny Ho Chi Minh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>232 De Tham Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773914444264" Longitude="106.69882493006" StarRating="3" HotelCode="915627|thien_xuan_hotel" HotelName="Thien Xuan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>108 - 110 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/19/db19a166ec1ed7d10a0bd753bb8df7ffef738bdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.61" OriginalAmount="29.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777896825494" Longitude="106.70499577294" StarRating="3" HotelCode="305182|1176668" HotelName="White Lotus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6A Thi Sach, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/47/2c476ea36ef8939ffe66983eded9a189d4fda4c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.57" OriginalAmount="29.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79720139" Longitude="106.70542219" StarRating="3" HotelCode="596246|2305315" HotelName="Maison De Camille Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>174/21 Dien Bien Phu, Ward 17, Ho Chi Minh City 700000, Binh Thanh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/28/0328d3a7d424484afb3c137b61ceb409db550f55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781389" Longitude="106.694731" StarRating="3" HotelCode="168313|golden_rose_hotel" HotelName="Aristo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3A Vo Van Tan St., District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/61/5561020a8b8414066dc8752c9b227d7043e73a6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only a few steps away from all that Ho Chi Minh City can offer. Not far from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.760131109319" Longitude="106.67002" StarRating="3" HotelCode="307378|valentine_hotel_2" HotelName="Valentine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93/1 Nguyen Chi Thanh, Ward 9 Dist. 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/1a/b51a7dce1becbd484d965fad81f4dffd9ae00f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73050138" Longitude="106.70721162" StarRating="2" HotelCode="367628|bali_hotel_2" HotelName="Bali Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 - 41 Hung Phuoc 3 Street, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/21/d62181ad71ac5c2709c1ae084ee22e32dd5a1c86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79563858733" Longitude="106.72027165502" StarRating="0" HotelCode="640122|homes_by_christine_vinhomes_central_park" HotelName="The Landmark 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>phuong 22</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/5d/dd5df5538c9fbdd19e514b258278dc6fa8053b3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="876995|aha_friday_city_view_hotel" HotelName="Triip Friday City View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>811 Le Hong Phong</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774625" Longitude="106.696633" StarRating="4" HotelCode="141676|kingston_hotel" HotelName="A&amp;EM Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f5/6af59f4e48ac5c01824857a6774c85f2e61fd575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale boutique suite hotel is located at the heart of Ho Chi Minh City. Its prestigious addre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72732872" Longitude="106.69667093" StarRating="3" HotelCode="692140|bin_bin_hotel_1" HotelName="Bin Bin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Street 1, KDC Ven Song, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/0f/680fb89ae0f5e5cb5190f8b6da6ba71222290f8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77182563" Longitude="106.69047159" StarRating="3" HotelCode="701067|kim_long_chau" HotelName="Kim Long Chau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19D Bui Thi Xuan, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/a4/20a4d9ccfa0ceb32a8a67207d545f7eb7622f8bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772265" Longitude="106.694868" StarRating="3" HotelCode="915649|tespoir_saigon_hotel" HotelName="Cititel Central Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>247-249 Ly Tu Trong, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/6a/9e6a941e8ec771df363f05cc7ef14bbb19b10361.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.74" OriginalAmount="31.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769044" Longitude="106.694578" StarRating="3" HotelCode="36291|1610158" HotelName="Liberty Hotel Saigon Greenview" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/63/ed631cedd8ef027fa6786040bacb21f76602ee02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.05" OriginalAmount="31.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77366235" Longitude="106.69854731" StarRating="2" HotelCode="367909|3456735" HotelName="Ruby Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185-187 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/29/c929a9ae5e833e88b09412caefdd737725f6f715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.07" OriginalAmount="31.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771881128016" Longitude="106.69520616531" StarRating="3" HotelCode="189202|1150568" HotelName="Cap Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Le Anh Xuan Street, Ben Thành Ward, District I, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/a5/d3a569d722b359c937ae31da1fe2a4450b74e93b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the crossroads of Ho Chi Minh City's business, cultural and historical distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.42" OriginalAmount="31.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77703388197" Longitude="106.68343580681" StarRating="3" HotelCode="167055|308765" HotelName="Lotus Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Cach Mang Thang 8 Street, Ward 7 District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/12/011247074785d4c1aad2c284b11375287f9bf97a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the entertainment area, next to 126 Stage and two minutes' walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774421205304" Longitude="106.69681549072" StarRating="3" HotelCode="161942|blue_diamond_hotel" HotelName="Blue Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Thu Khoa Huan Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/3b/0a3b719e06e01d7693f88204823f6e447851b54a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, in a very quiet street just behind the Tao Dan Park. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76886848" Longitude="106.69724395" StarRating="3" HotelCode="600203|diamond_luxury_ben_thanh" HotelName="Diamond Luxury Ben Thanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100/6 Le Thi Hong Gam, Ben Thanh Quan 1, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/26/4f265fb4198eae004521144f06f797ab59756773.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Ho Chi Minh City (Core area of Ho Chi Minh City), Diamond Luxury ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.80" OriginalAmount="32.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80696721" Longitude="106.73089723" StarRating="3" HotelCode="852699|2625445" HotelName="Aurora Western Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Quoc Huong, Thao Dien, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/22/97223917ff25f5a5cb602118caddc7ee370acc82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.37" OriginalAmount="32.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77533625" Longitude="106.7048125" StarRating="2" HotelCode="225948|1200518" HotelName="A25 Hotel Mac Thi Buoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>35 Mac Thi Buoi Street, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/2c/a72c9c900c05e607253cd639b2f4024cd10aa4f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Dong Do Hotel places you in the heart of Ho Chi Minh City, walking dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79589" Longitude="106.659453" StarRating="4" HotelCode="68049|first_hotel_ho_chi_minh" HotelName="First Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Hoang Viet Street, Ward 4, Tan Binh District, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/8e/6d8e1289bf0470f9654464fe5cfe4f536095279e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80100789" Longitude="106.64241257" StarRating="3" HotelCode="694411|solex_hotel" HotelName="Solex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Duong Nui Thanh, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/1b/3a1bd27bb26f571c98af29d7c21872b67bbd1356.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.809681526318" Longitude="106.73193083961" StarRating="3" HotelCode="968782|glenwood_city_resort" HotelName="Glenwood City Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>243 Nguyen Van Huong Street, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/63/8963c5b018d8f82083de780baa69fb0f7727b6e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.74" OriginalAmount="33.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775122152295" Longitude="106.70418483188" StarRating="3" HotelCode="99679|1162488" HotelName="Huong Sen" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66-68-70 Dong khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/31/1631632abfa10a99c518d6f35d36701272480b26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78455495177" Longitude="106.65354073048" StarRating="3" HotelCode="185378|kelly_hotel" HotelName="Kelly Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Thu Khoa Huan, District 1, Ho Chi Minh City, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/28/7a289fd1842d940ba9c8a9986d6c8105cd74fe1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76931340526" Longitude="106.6966414866" StarRating="3" HotelCode="402012|dai_nam_2" HotelName="Dai Nam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/57/195703b623a48dd03181104c6a499ab39fcaa5eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77670396" Longitude="106.7046897" StarRating="3" HotelCode="852681|bel_ami_hotel_3" HotelName="Bel Ami Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Hai Ba Trung, Ben Nghe Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/71/2c711bbee2a2be94d65e0f6c13929b9122cb603b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76827921" Longitude="106.69359447" StarRating="3" HotelCode="785984|saigonciti_hotel" HotelName="Saigonciti Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>264 De Tham, Phuong Pham Ngu Lao, quan 1, Ho Chi Minh City 770000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/69/4569de399def429f44269d8096966a1f5566d79f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.84" OriginalAmount="34.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.786589" Longitude="106.677674" StarRating="4" HotelCode="68048|340645" HotelName="Ramana Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Le Van Sy Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/75/69758306ee05686ffbd855b5bea96d5b5f4d427e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of charming Ho Chi Minh City, the hotel is within a few minutes' drive of the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.51" OriginalAmount="34.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77871819" Longitude="106.6884877" StarRating="2" HotelCode="587162|3465505" HotelName="Hoang Lan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>107/16 Truong Dinh, Ward 06, District 3, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/94/17942bc49fd524d8aaaf68f2c76f206b9aaa14a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.14" OriginalAmount="35.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77194595" Longitude="106.6928224" StarRating="3" HotelCode="309454|90248" HotelName="Cicilia Saigon Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>12D Cach Mang Thang 8, District 1, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/68/656806ce63dff4133fa85aed4abb7ac3a16aed0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77227994" Longitude="106.69615734" StarRating="3" HotelCode="263258|nhat_ha_1_hotel_2" HotelName="Nhat Ha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>252 B-C Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chí Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/cc/f9ccb01817b0143a5adb3df9f2e2fda723397190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769646" Longitude="106.700236" StarRating="3" HotelCode="915663|ruby_river_hotel" HotelName="The Hammock Hotel Fine Arts Museum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Nguyen Thai Binh Street, Nguyen Thai Binh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/23/f7235c51b0545ba530f6c916ea8575c1c65f3cf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.16" OriginalAmount="36.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779099650938" Longitude="106.70479713713" StarRating="3" HotelCode="225955|3465865" HotelName="Roseland Corp Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8A/6D2 Thai Van Lung Street, Ben Nghe Ward, District 01, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/09/9e09783f6a199fa3363341c2cdab6d6e6927b57a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774533" Longitude="106.700266" StarRating="2" HotelCode="915654|little_saigon_boutique_hotel" HotelName="Little Saigon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Bis/2 Le Loi Boulevard, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/41/7941f38a5c702df730a1ac02622b97f4e588db55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="971490|princess_saigon_central_hotel" HotelName="Princess Saigon Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34-36 Thu Khoa Huan Street, Ben Thanh Ward, Ho Chi Minh City 700000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/d6/d2d67a704b8b80bf36f703e92e706a4d0b7ab2c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.98" OriginalAmount="37.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771868" Longitude="106.694091" StarRating="3" HotelCode="307377|1684688" HotelName="Alagon Saigon Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>289 – 291 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/82/5582c9a14ea1d8f47015e4cf005419dd6d4a6e5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7717" Longitude="106.696826" StarRating="3" HotelCode="166833|hoang_hai_long_2_hotel" HotelName="Alagon Western Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 - 30 Nguyen An Ninh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/e0/7ae0c71efb3dee8111e207a4082b3f64fb9d3033.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of Ho Chi Minh City, close to the Ben Thanh handicrafts marke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.817388370238" Longitude="106.62417047559" StarRating="2" HotelCode="915667|tan_hai_long_hotel_4" HotelName="Silverland Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Hai Ba Trung Street, Stadtbezirk 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.795456" Longitude="106.71858385" StarRating="0" HotelCode="938532|vinhomes_central_park_luxury_apartment" HotelName="Vinhomes Central Park by Apartmentel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 Nguyen Huu Canh, Binh Thanh Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/7f/a87f311fb6b8a9e0eb8239094571633825051f65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Vinhomes Central Park Apartmentel, you'll be centrally locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77841581" Longitude="106.70460742" StarRating="3" HotelCode="967979|roseland_sweet_hotel_spa" HotelName="Roseland Sweet Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/eb/13eb8e8d2c3b3558c909c2ddcc1cf97c9e154b13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.91" OriginalAmount="38.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780566997093" Longitude="106.70685901472" StarRating="4" HotelCode="429157|1943255" HotelName="Bay Hotel Ho Chi Minh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Housekeeping,Internet,Laundry,Lounge,Meeting Room,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Ngo Van Nam Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/66/52/6652a7968a7bc709b0bbc4a8336bcbe0a325c444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Renovated in , the Bay Hotel Ho Chi Minh guarantees guests a pleasant stay whether in Ho Chi Minh Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.18" OriginalAmount="38.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.736204576366" Longitude="106.73067386595" StarRating="3" HotelCode="320706|1458878" HotelName="Liberty Hotel Saigon South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>542A,544 Huynh Tan Phat, Binh Thuan Ward, District 7, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/6e/e56e0011a40517bc25ae2f1d23212778b674a7f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77122549" Longitude="106.69416115" StarRating="3" HotelCode="410675|hoang_hai_long_south" HotelName="Alagon City Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-58 Pham Hong Thai Street, Ben Thanh Ward District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/af/bfaf45fb228890d0410f0127d95b6ddb0c711f80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.741269" Longitude="106.700997" StarRating="3" HotelCode="641051|sunrise_city_apartment" HotelName="Sunrise City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 - 25 - 27 Nguyen Huu Tho, Tan Hung Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/56/e956b2efdec6b6f3a1b21df760a28b1473522cdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779134" Longitude="106.7048295" StarRating="3" HotelCode="915669|aem_hotel_8a_thai_van_lung" HotelName="A&amp;EM Hotel 8A Thai Van Lung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A/1D2 Thái Van Lung, Qu?n 1, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/04/1a04c74ad29f9d470ffce5abb8c735ba2e9f9832.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77772819" Longitude="106.70539673" StarRating="0" HotelCode="966436|blue_diamond_luxury_hotel" HotelName="Blue Diamond Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6B Thi Sach, Ben Nghe, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/54/845480eee68d7ecc29cb98da61af91dfd1e3adce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.93" OriginalAmount="39.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77873391" Longitude="106.70485452" StarRating="3" HotelCode="374980|1786148" HotelName="Thuy Sakura Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/d7/3dd798964e5ecc07529e2c4bf673947af43bce37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.22" OriginalAmount="39.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76889882" Longitude="106.69753814" StarRating="3" HotelCode="773917|2533875" HotelName="Lotus Central Hotel Saigon" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102-104-106 Le Thi Hong Gam, Quan 1, Thanh Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/86/89864e6433be812fdc01fa7f2c3173eb1f4dee4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78020744243" Longitude="106.69330179691" StarRating="3" HotelCode="166326|victory_saigon_hotel" HotelName="Victory Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>141 Nam Ky Khoi Nghia Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/98/54988564143242c5bc996889e1a8e907f29ba76e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city, the hotel is very convenient for trade, shopping, sightseeing and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772094659109" Longitude="106.69506695583" StarRating="3" HotelCode="373207|grand_cititel_central_saigon" HotelName="Ngoc Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>53-55 Le Anh Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/c6/f4c6bda08e3b85b7ca5d3da614f093d3f010ae41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771296888664" Longitude="106.69141592996" StarRating="3" HotelCode="347818|the_hammock_hotel_ben_thanh" HotelName="The Hammock Hotel Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>47-49 Le Thi Rieng Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/9e/bb9edd1a27b17c31fc53265feb053ed4fbc50a39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770652" Longitude="106.693778" StarRating="3" HotelCode="387498|le_duy_hotel" HotelName="Le Duy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Nguy?n Th? Nghia, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ee/daeec232cf29489b1aae7e528a464c60006aa6b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a high and main street right in the centre of Ho Chi Minh City, within the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="882957|the_bloom_pham_viet_chanh_2" HotelName="The Bloom Pham Viet Chanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/8/3 Pham Viet Chanh, Ward 19, District Binh Thanh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/7f/6a7f58f89109a8e1cf372a5859d4dbfab253c6cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78487161" Longitude="106.69936961" StarRating="0" HotelCode="884371|cityview_serviced_apartment_2" HotelName="Cityview Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Mac Dinh Chi, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a9/3ca9fa36d7ee2a65ef4edab3d99eb512278da78f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78184526" Longitude="106.70541493" StarRating="3" HotelCode="958611|blue_diamond_new_hotel" HotelName="Blue Diamond New Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8B-8C Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/0b/930b1f68a46233fbc5f001dd55b382e314f382be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.88" OriginalAmount="42.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78698208" Longitude="106.69454179" StarRating="3" HotelCode="754962|3468885" HotelName="Nta Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>171 - 173 Dien Bien Phu, Dakao Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d0/afd012c225ba5e9cc878d25976843888bb98a81b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.96" OriginalAmount="42.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77446993" Longitude="106.68729972" StarRating="3" HotelCode="435952|3426845" HotelName="Le Duy Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82-84 Cach Mang Thang 8 Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/07868/2507868/1.jpg?f=15044573</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.31" OriginalAmount="42.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77558955" Longitude="106.69713232" StarRating="4" HotelCode="488546|2103305" HotelName="Central Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39-39A Nguyen Trung Truc, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/28/72284b1141c7e35bd15b2ad1788ddbf32306d186.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.42" OriginalAmount="42.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775152" Longitude="106.703883" StarRating="3" HotelCode="37540|894405" HotelName="Bongsen Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 - 123 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/4c/664c15ce411e28cec73191c055aefe69936882cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the midst of business offices, airline offices, souvenir shops, department ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769462" Longitude="106.70017" StarRating="3" HotelCode="300620|signature_saigon_hotel_2" HotelName="Signature Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>65-67-69 Nguyen Thai Binh Street, Nguyen Thai Binh Ward, District 1, Hochiminh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/51/31514aae195c7910cfe90550ef103aca357fed87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780805269736" Longitude="106.70455172024" StarRating="4" HotelCode="434761|lancaster_saigon_serviced_apartments_le_thanh_ton" HotelName="Lancaster Saigon Serviced Apartments Le Thanh Ton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Nightclub,Parking,Restaurant,Room Service,Sauna,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/de/5ddea6ac1f1a1dd4f4768eff67e74a259060ba53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Lancaster Saigon Serviced Apartments Le Thanh Ton to discover the wonders of Ho Chi Minh Cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80283510781" Longitude="106.74110500646" StarRating="3" HotelCode="611679|mrt_apartment_in_masteri_thao_dien" HotelName="Masteri Thao Dien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>159 Hanoi Highway, Thao Dien Ward, District 2, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/65/fc65780c30e86c1d21e3a76116e08814b714af1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773232923721" Longitude="106.69833565601" StarRating="3" HotelCode="915657|aem__phan_boi_chau" HotelName="A&amp;EM - Phan Boi Chau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Phan B?i Châu, Qu?n 1, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/e6/14e66c882c452eb42a8ef82f584a3a3452452d18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.32" OriginalAmount="43.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77610353" Longitude="106.70529508" StarRating="3" HotelCode="623269|3471965" HotelName="Huong Sen Annex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4-6-8 Mac Thi Buoi Street, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4f/454fc35eb62d660bc62f9e6f0a3eb2a8f8b78e04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78901" Longitude="106.69052" StarRating="3" HotelCode="171270|hong_vy_1_hotel" HotelName="Central Park Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Hai Ba Trung, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/bc/b3bc486cab7ebba4318b4d4d8239a81a82af60ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City's business and tourist district, opposite a g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7309592" Longitude="106.70835293" StarRating="0" HotelCode="971023|sabina_hotel_2_2" HotelName="Sabina Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47-49-51 Le Van Thiem Street, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/53/5d53bc7d21f6211eececaa3a78ec1d7054d8b1f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.24" OriginalAmount="44.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775821" Longitude="106.704626" StarRating="3" HotelCode="68053|572465" HotelName="Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41-47 Dong Du Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/a2/9ea23a33aa2ad355527ba052bc093760456dd842.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of city, which is just 5 minutes' walk away. The bus station can ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.26" OriginalAmount="44.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772060299687" Longitude="106.69027040608" StarRating="3" HotelCode="887860|1525998" HotelName="Harmony Saigon Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32A-34 Bui Thi Xuan Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/f6/edf63e9998f62e1c78ef23df988d3355ede188e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.31" OriginalAmount="44.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773246026982" Longitude="106.69619590044" StarRating="3" HotelCode="140907|572535" HotelName="Sanouva" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175-177 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/42/7242c41c084ebab7398b236aef2882a6ed1e6aac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7929141" Longitude="106.6723785" StarRating="3" HotelCode="536103|oakwood_apartments_ho_chi_minh_city" HotelName="Oakwood Apartments Ho Chi Minh City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>18 Street 3, Cu Xa Do Thanh, Ward 4, District 3, Ho-Chi-Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="962813|zazz_urban_ho_chi_minh_hotel" HotelName="Zazz Urban Ho Chi Minh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Su Van Hanh, Ward 9, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ed/00edb013478fcbb4ddcbadb82c0171a3e617c137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.92" OriginalAmount="46.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777920013663" Longitude="106.6886691546" StarRating="3" HotelCode="491729|downtown_retro_serviced_apartment" HotelName="Saigon Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2K Ho Xuan Huong, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/7f/337f0a404524c143a446b31e8db2d42daec3d7cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.07" OriginalAmount="46.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774635" Longitude="106.696681" StarRating="3" HotelCode="163645|1441698" HotelName="Alagon Zen Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 - 46Bis Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/55/b25579869efa9cf21f8b1236719dd0b29be6df3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.51" OriginalAmount="46.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774703142022" Longitude="106.70338153839" StarRating="3" HotelCode="56463|572515" HotelName="Oscar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68A Nguyen Hue Avenue, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3f/c43fafd076b9dda69f7c8f1bd15213f3739701a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.51" OriginalAmount="46.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771900961231" Longitude="106.69533261455" StarRating="3" HotelCode="320704|1200818" HotelName="A &amp; Em 280 Le Thanh Ton Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>280 Le Thanh Ton, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/fb/fdfb1a84ac4d1ee48fc18b3c72105796174d001f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.96" OriginalAmount="48.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771054" Longitude="106.692969" StarRating="2" HotelCode="207691|aries_hotel" HotelName="TRIIP Boutique Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7/9 Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f0/b7f0ad657fdfc6576aa03a446188b3ec7e8bb1e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.83" OriginalAmount="48.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.97525313" Longitude="106.67036313" StarRating="3" HotelCode="372535|1700258" HotelName="Becamex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>230 Binh Duong Boulevard, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/04/1304880480561c0e429304a44008529d3c56a151.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a bar, a transfer service, room service, a conference room an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773027" Longitude="106.69748" StarRating="3" HotelCode="171271|paradise_saigon_boutique_hotel" HotelName="Paradise Saigon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>288 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ed/62ed77ad48f74f3faf6547e11b37e5afd2db5aaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City, just 5 minutes’ walking distance from Ben Tha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.757692" Longitude="106.673247" StarRating="5" HotelCode="51813|windsor_plaza_hotel" HotelName="Windsor Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 An Duong Vuong, Ward 4, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/66/8a66e343849b5387ff1fb232852b3a9507c502e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Ho Chi Minh City, this hotel offers unparalleled access to the shopping, ni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.783850626008" Longitude="106.69025957965" StarRating="3" HotelCode="376200|hotel_165_nam_ky_khoi_nghia" HotelName="165 Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Nam Ky Khoi Nghia Avenue, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/48/484839561ab2a59f23cd6694b26f987ad96aad86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.71" OriginalAmount="49.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774323713107" Longitude="106.70371949672" StarRating="4" HotelCode="336606|256616" HotelName="Palace Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-66 Nguyen Hue Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/65/1465b94cbddb5443415649d34b175531cbf48dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the city centre, in the city’s administrative and commercial ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.796171715349" Longitude="106.6746121645" StarRating="4" HotelCode="168312|starcity_saigon_hotel" HotelName="Vissai Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ward 8, 144 Nguyen Van Troi Street, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/10/d610e5048d5ccb681099f2e6a5f98c31c37c7a3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a quiet and peaceful place, this hotel is a good choice for guests not wanting to stay i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79552094" Longitude="106.71957478" StarRating="2" HotelCode="937885|christines_saigon_apartment" HotelName="Vinhomes Central Park by Christine’s Saigon Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 Nguyen Huu Canh, Ward 22, Binh Thanh District, Ho-Chi-Minh-City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/34/9b346b36ba4541851a518828e247b4600300f54c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="882837|orchid_boutique_apartment" HotelName="Orchid Boutique Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R1-72-R4-71 Bui Bang Doan Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/c6/67c634e56f1e56e50116f54187d18996a83719f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.81" OriginalAmount="50.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7715986" Longitude="106.69526735" StarRating="4" HotelCode="623863|3441845" HotelName="A&amp;EM Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Le Anh Xuan Street, Phuoong Bên Tha`nh, H? Chí Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/98/6798e4863c76818f4d33337c4f45c9952e43b5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.95" OriginalAmount="50.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7776891" Longitude="106.66522936" StarRating="4" HotelCode="373992|1726108" HotelName="Athena Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>280 To Hien Thanh, Ward 15, Distrikt 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/9c/029c3705f72e4eb9a5491e33a20f63197a28fdf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.98" OriginalAmount="50.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="780699|3453455" HotelName="Scenic Valley Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Nguyen Van Linh Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/6f/4e6f03dbd4ddea1fb0d904f468a28a7a774a8a13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.02" OriginalAmount="51.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="960665|winsuites_saigon" HotelName="Winsuites Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28-30-32 Le Lai Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/be/27beb9c6600c38e96f531c765982787962124cd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.35" OriginalAmount="51.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79971" Longitude="106.668174" StarRating="4" HotelCode="39407|111662" HotelName="PARKROYAL Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>309B-311 Nguyen Van Troi Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/31/4f3174892dc7676cbfc53ce0632fd6ef9b5d5f58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Tan Binh District of Ho Chi Minh City, this hotel offers excellent quality and a gre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.66" OriginalAmount="51.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771856" Longitude="106.70388" StarRating="3" HotelCode="142302|572635" HotelName="Roseland Point Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>65 Ho Tung Mau Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/72/87722e76c456fc53ca2862ded3c8d4c32abebd7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district in Ho Chi Minh City, close to Ben Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.04" OriginalAmount="52.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77355931249" Longitude="106.69670367582" StarRating="3" HotelCode="915633|ha_hien_hotel" HotelName="Ha Hien Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>145-147 Ly Tu Trong street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/6e/756e94456e5a16cf74c7714d952a6635fe1c7c79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.61" OriginalAmount="54.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77177502" Longitude="106.69410088" StarRating="4" HotelCode="489347|2514515" HotelName="Alagon D'antique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>301-303 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/597541/597541a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.82" OriginalAmount="54.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771579210236" Longitude="106.69560362155" StarRating="3" HotelCode="142266|572685" HotelName="Good Vibes Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f7/a9f7fa5d9f2348cde93ddf0e42815fdf852c2e5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, 100 metres away from Ben Thanh Market and near the 23...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.12" OriginalAmount="56.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7771271928" Longitude="106.7057507835" StarRating="3" HotelCode="915661|la_jolie_hotel__spa" HotelName="Silverland Jolie Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>4D Thi Sach Street, Ben Nghe Ward, Dist 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/dd/b2ddd48f74ba816faac3a1a6ab413dd654555889.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.28" OriginalAmount="56.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80014014" Longitude="106.67076292" StarRating="5" HotelCode="320377|1075958" HotelName="5-star Tan Son Nhat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>202 Hoang Van Thu Street, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/b4/84b46ea086570949702bcd5f8152ac231e1191be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.43" OriginalAmount="56.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="3" HotelCode="770918|3470115" HotelName="Au Lac Center Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Nguyen Thi Minh Khai, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.62" OriginalAmount="56.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.819587" Longitude="106.620169" StarRating="3" HotelCode="423100|3449645" HotelName="Garden View Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>101 Nguyen Du Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/15/571581c2d2685df2c9d207b4a875c026486efc57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.29" OriginalAmount="57.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.796653838903" Longitude="106.67320236186" StarRating="5" HotelCode="15548|90238" HotelName="Eastin Grand Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>253 Nguyen Van Troi Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/d2/c4d2fde770554afe604f9f4abb6b718f22fc5f2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the Phu Nhuan District of Ho Chi Minh City, which is still affectionately kn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.45" OriginalAmount="57.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.813168850803" Longitude="106.66606929168" StarRating="4" HotelCode="525352|2048645" HotelName="ibis Saigon Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2 Hong Ha Street, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/38/09388b449436cf989d5044bcdb3bdc478573e7d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780844850948" Longitude="106.69605495493" StarRating="2" HotelCode="401582|au_lac" HotelName="Au Lac 1 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Nguyen Thi Minh Khai, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/98/6798e4863c76818f4d33337c4f45c9952e43b5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 2 star hotel is located in the city centre of Ho Chi Minh. The Hotel has a coffee shop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77357138" Longitude="106.69939579" StarRating="3" HotelCode="943527|uptown_hotel_3" HotelName="Uptown Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-13 Luu Van Lang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/92/6f92cd8efcda6c2934fede4f245f5bc09ff20447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.75" OriginalAmount="59.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777440812873" Longitude="106.70547366142" StarRating="3" HotelCode="189201|1160978" HotelName="Aquari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Thi Sach st., Dist. 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/2c/ba2c5c12b8e0dcfbd7fd914a7d331bfce2a3d2f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Ho Chi Minh's inner city with its myriad of attractions such as the Op...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.33" OriginalAmount="60.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78403834" Longitude="106.70033" StarRating="4" HotelCode="350367|1817708" HotelName="Muong Thanh Saigon Centre Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A Mac Dinh Chi Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/d3/67d3638cac397205c4b470e75c0ea5cb35d98bca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.87" OriginalAmount="60.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772297412644" Longitude="106.70370335276" StarRating="3" HotelCode="293149|1805388" HotelName="Silverland Charner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87-89-91 Ho Tung Mau Street, Ben Nghe Ward, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/93/ff93ff9fd2343a9476de4330940c1233751031df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.93" OriginalAmount="60.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78419595" Longitude="106.6944062" StarRating="4" HotelCode="773932|2303125" HotelName="Citadines Regency Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Pham Ngoc Thach Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/4f/6e4fca0cdd85d2b5a393d16a8479593e1163ea10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Ho Chi Minh City. Citadines Regency Saigon 									 guarantees a quiet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.04" OriginalAmount="60.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77753" Longitude="106.705251" StarRating="3" HotelCode="887852|1116038" HotelName="Northern" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 A Thi Sach Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/57/f157b721d0fd088e7ed2249f70b066b939e99345.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.22" OriginalAmount="61.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77245646" Longitude="106.70253843" StarRating="4" HotelCode="965064|innside_by_melia_saigon_central" HotelName="Innside By Melia Saigon Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 -131 Ton That Dam Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/9f/b39fd429acd81245c7e3063d6627057ef00153ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.34" OriginalAmount="61.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806803343364" Longitude="106.74704321693" StarRating="4" HotelCode="225965|1182928" HotelName="Riverside Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vo Truong Toan Street 53, Thao Dien Ward District 2, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/a6/84a6b73fe4dd830ea5abfcadefe7550bbfb17e84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77301316" Longitude="106.69575607" StarRating="3" HotelCode="309456|sunflower_saigon_hotel_2" HotelName="Sunflower Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>189 - 191 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/0c/a20c2f657e2ab1247dcc87c55178da1b6ba0d4c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant is among the facilities. Wireless internet access is available to guests in the public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780344455804" Longitude="106.70370072126" StarRating="3" HotelCode="166009|sophia_hotel" HotelName="Sophia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Thai Van Lung, Ben Nghe Ward, Disttrict 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/4b/2f4b3facf688897efd47bc8b7aa1ff3c4f775a25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the city centre, the hotel is close to Ben Thanh market and a number of museums in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.15" OriginalAmount="64.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774695237258" Longitude="106.69630587101" StarRating="3" HotelCode="163644|572185" HotelName="Silverland Yen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73-75 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/1a/071ad538d164efe54bbf97d79e53492ee4b51ad3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;From this business hotel, it takes only a few minutes to walk to Ben Thanh Market, Unification Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.43" OriginalAmount="65.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773097153167" Longitude="106.70432567596" StarRating="4" HotelCode="27130|34174" HotelName="Saigon Prince Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Nguyen Hue Boulevard, Ho Chi Minh City, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/fd/68fdca2ab10e91d6793aa7a6b6304bca84ddb396.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of the city, the hotel offers easy access to the business and gov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.64" OriginalAmount="66.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772628856641" Longitude="106.69320192394" StarRating="4" HotelCode="384226|1245308" HotelName="Homestead Parkview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>149- 151 Nguyen Du Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c1/f7c10dd6256c57f9f67288fddb5618f5d4060123.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779056847524" Longitude="106.70403644916" StarRating="3" HotelCode="130176|asian_ruby_luxury_hotel" HotelName="Hotel De Charme Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Thi Sach, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/39/6e392148bd7bf004ce693c29f251dc47ab967539.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the District 1, Dong Khoi neighbourhood of Ho Chi Minh City, the hotel is close to Ho Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="962928|republic_plaza_serviced_apartment" HotelName="Republic Plaza Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Cong Hoa Street, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/7d/107dbc2cae3e8812f271aa72ab0ece4c81565532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.02" OriginalAmount="67.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773541213731" Longitude="106.69869572454" StarRating="4" HotelCode="295333|119272" HotelName="Liberty Central Saigon Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 - 179 Le Thanh Ton, District 1, Ho-Chi-Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/a8/0ba8fd28243d2a19384be35dac634466c692d929.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Ho Chi Minh City, this urban hotel is about 1.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.06" OriginalAmount="67.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776733" Longitude="106.702603" StarRating="4" HotelCode="59858|141054" HotelName="Continental Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 - 134 Dong Khoi St., Dist 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/8d/318dab5918c77eb7e0054bb5751b82d640b21b31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre, close to a variety of conveniences for the traveller and bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.17" OriginalAmount="67.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78106843" Longitude="106.69047923" StarRating="4" HotelCode="552447|2514545" HotelName="Sila Urban Living" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>21 Ngo Thoi Nhiem Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/eb/56eb9a1ae01543c1a6d6b779c0dce6da5054a0a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776229047251" Longitude="106.69136065641" StarRating="3" HotelCode="307375|sonnet_saigon_hotel" HotelName="Sonnet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Truong Dinh Street, Disrict 3, Ho Chi Minh City ( Saigon )</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/44/be442ebab6616898f8797c577b2d5d6054eb03f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772633527899" Longitude="106.69519898731" StarRating="3" HotelCode="347829|lavender_boutique_hotel" HotelName="Lavender Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>200-204 Ly Tu Trong, Phuong Ben Thanh, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/ec/faec08916fe94d3fd393a89811e6f9c538fb2de6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774227666667" Longitude="106.696833" StarRating="4" HotelCode="915656|aem_corp__royal_palace_hotel" HotelName="A&amp;Em Corner Sai Gon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>39-41 Thu Khoa Huan Street, District 1, Ho Chi Minh City, Ðông Nam B? (Südostregion)</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/e5/d0e54885b18173f1df9639f70d2577e0228974f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.72" OriginalAmount="69.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.762013" Longitude="106.696365" StarRating="3" HotelCode="307373|1204908" HotelName="Sunland Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302-304 Vo Van Kiet Str, Co Giang Ward, District 1, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/7b/f77bf6cd724764a662f21491a3558c322f89ab27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.40" OriginalAmount="70.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771849506508" Longitude="106.69016356442" StarRating="4" HotelCode="933301|edenstar_saigon_hotel" HotelName="EdenStar Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ae/02ae357e049d74c903aac802d9196377e7dd9f7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.13" OriginalAmount="70.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784147" Longitude="106.699607" StarRating="4" HotelCode="410259|991675" HotelName="Somerset Chancellor Court Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Nguyen Thi Minh Khai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f1/0af13d0aafa651f4f1614f188d3eb806b70739c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled among tree-lined boulevards on the corner of Mac Dinah Chi and Nguyen Thi Minh Khai streets,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.22" OriginalAmount="70.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72656182" Longitude="106.7234994" StarRating="4" HotelCode="374714|1757548" HotelName="MerPerle Crystal Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>C17-1-2 Nguyen Luong Bang, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/2f/c42ff82d56cf62d36a10ed2e92adc1e2f693b28b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.31" OriginalAmount="70.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77270773" Longitude="106.69005833" StarRating="4" HotelCode="435237|2013445" HotelName="Fusion Suites Sai Gon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Suong Nguyet Anh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a6/d6a6f1fd9499a80f8d811aa3c28ae512fcf29bb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.46" OriginalAmount="73.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778166773973" Longitude="106.70589742879" StarRating="4" HotelCode="317062|millennium_boutique_hotel" HotelName="Millennium Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7A Thai Van Lung, Ben Nghe Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c8/2c/c82c300082ec1a83c53760a8d26a699d0c557c58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.79" OriginalAmount="74.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77874" Longitude="106.704061" StarRating="4" HotelCode="307376|1450358" HotelName="Paragon Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Thi Sach Street, Ben Nghe Ward, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/54/67543220689e7a4ee0b9c9222422686f169c74c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.59" OriginalAmount="75.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730909152082" Longitude="106.72361579172" StarRating="3" HotelCode="200090|1017438" HotelName="ibis Saigon South Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Hoang Van Thai Street, Phu My Hung Tan Phu Ward, District 7, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/23/c5234809dfb5bdb17a0d0402d52010795240d7ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.56" OriginalAmount="78.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77936414" Longitude="106.70471469" StarRating="3" HotelCode="436084|saigon_city_residence_serviced_apartment" HotelName="Saigon City Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>8A/3D2 Thai Van Lung street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/90/cd906e6b8f8ec4c4b96468bdad07ba39d87c8134.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.64" OriginalAmount="82.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80140933" Longitude="106.65541187" StarRating="3" HotelCode="844971|holiday_inn_hotel_and_suites_saigon_airport" HotelName="Holiday Inn &amp; Suites Saigon Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18E Cong Hoa Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/42/33/4233c484fca258183a0a0bc25ec893cf8051ee98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.68" OriginalAmount="84.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779091" Longitude="106.703987" StarRating="3" HotelCode="72564|may_hotel" HotelName="May Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Thi Sach Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/45/9a457f3b3d3700a01d60902446df8c0eebf46e3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Saigon, within walking distance of the city theatre, Ben Than...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79981512" Longitude="106.72366222" StarRating="4" HotelCode="372528|charm_suite_saigon_2" HotelName="Charm Suite Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>330A/330B Ung Van Khiem Stree, Ward25, Binh Thanh, Ho Chi Minh City (Saigon)</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/02/fe02d91ac7849171b95758af2b58445510a9cce6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78897659" Longitude="106.70874303" StarRating="3" HotelCode="968950|mh_serviced_apartment" HotelName="M-H Residence &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Ngoc Phuong, Ward 19, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/1e/361e2de31a08a462b1d9aa9ccd506eb1fafc908d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.67" OriginalAmount="87.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772975" Longitude="106.706286" StarRating="5" HotelCode="14523|572425" HotelName="Majestic Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Ski Hotel " CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/f1/1ef1f89998c542b259146d2ab168a4d415e9fdc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, overlooking the Saigon River. It features original Fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.91" OriginalAmount="88.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.763357" Longitude="106.678984" StarRating="5" HotelCode="12148|90146" HotelName="Equatorial Ho Chi Minh City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>242 Tran Binh Trong, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/6b/3b6b48d8db148843e364a2fc2a125c5a41b5a3b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upper- mid range hotel is located in the 5th district on Tran Binh Trong Street and between Sai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.63" OriginalAmount="88.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81993" Longitude="106.726024" StarRating="4" HotelCode="119020|572505" HotelName="Saigon Domaine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Country House,Club Resort,Golf Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1057 Binh Quoi Street, Ward 28, Bin Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/1b/60/1b605eb9cff8a62e6220557077d4f4497e377501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is surrounded by Saigon River, on the green island of Thanh Da in Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.42" OriginalAmount="90.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773855" Longitude="106.70564" StarRating="4" HotelCode="46026|825595" HotelName="Grand Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/65/5a65a9a49076d57cbe5c52f10a86ea71e93c05eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfectly located in the heart of the city centre, this hotel is the ideal choice whether guests are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.47" OriginalAmount="92.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.763731" Longitude="106.682752" StarRating="5" HotelCode="176758|967285" HotelName="Nikko Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>235 Nguyen Van Cu Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/ac/1aac16642288a5ca9412b58d3c44dcd860262d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the centre of Ho Chi Minh City, the hotel offers easy access to Tan Son Nhat Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.71" OriginalAmount="92.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73038275721" Longitude="106.72360549134" StarRating="4" HotelCode="263801|1176748" HotelName="Capri by Fraser, Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.2, Street C, Tan Phu Ward, District 7 - Lot A, New Urban South City, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d5/add556376492a2e2c7f45c175b8fc89e5757ca18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.86" OriginalAmount="93.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80470337" Longitude="106.73989438" StarRating="3" HotelCode="736391|la_casita_saigon" HotelName="La Casita Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Tran Ngoc Dien, Q2, Thao Dien, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/10/241053b158685e3b2d90415ca3e47885b59c8dc9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.23" OriginalAmount="95.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771608" Longitude="106.697459" StarRating="3" HotelCode="142301|1525378" HotelName="Silverland Central Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 - 16 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/7e/f57eb7c7c9d3dbbcc9df930c12dad2466c036c0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district of Ho Chi Minh City. Close to Ben Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.815904460376" Longitude="106.73341814103" StarRating="4" HotelCode="915646|villa_song_saigon" HotelName="Villa Song Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197/2 Nguyen Van Huong Street, Thao Dien Ward, District 2, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/32/a2323cba1c141a971612b9785944a4c526e19b26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781594302784" Longitude="106.70560659201" StarRating="4" HotelCode="933873|silverland_sakyo_hotel__spa" HotelName="Silverland Sakyo Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>10A Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/cf/8bcf3ba495ae544e40ddf73f68e7c2b4fdb4fa35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.01" OriginalAmount="97.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.782758450669" Longitude="106.69339942797" StarRating="5" HotelCode="902518|332675" HotelName="Sherwood Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>127 Pasteur Street, Ward 6, District 3, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/db/7cdb72da6b825b56ebe6ac0b0d1ca5b24988311f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.25" OriginalAmount="98.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78107863" Longitude="106.6954924" StarRating="4" HotelCode="771363|3466575" HotelName="Orchids Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>192 Pasteur Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/90/3d901b70683ef8edf2ec18651a59a01a0959e2aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Orchids Saigon Hotel is located in the best convenient location, with easy access to major consulate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.72" OriginalAmount="100.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775464633334" Longitude="106.7017185688" StarRating="5" HotelCode="36290|143126" HotelName="Rex" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>141 Nguyen Hue Blvd., Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e3/68e3ed005fe146d5b65e0bdcab9ba38709d001f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of one of Vietnam's metropolises. The famous Ben-Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="103.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780879795401" Longitude="106.7041373623" StarRating="5" HotelCode="314293|norfolk_mansion" HotelName="Norfolk Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-19-21 Ly Tu Trong Street, Distrikt 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/82/5782560bc42ccd559d39048353657769eec0d8be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.45" OriginalAmount="103.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77322654" Longitude="106.7019244" StarRating="3" HotelCode="856648|3429825" HotelName="M Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Ton That Thiep Street, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/96/cb9634681eafd1c5dafb026a6bb508c5b8a59d09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.53" OriginalAmount="104.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78249957" Longitude="106.69658126" StarRating="3" HotelCode="744034|3453175" HotelName="Bach Suites Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Designated Smoking Area,Dining,Internet,Kitchen,Laundry,Meeting Room,Parking,Printer,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10A Pham Ngoc Thach, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/9d/809d3a561678466a7e5f47ddf09ad2cd505fd12d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Defined by a sweeping feeling of nostalgia that recalls this region's French colonial past, Bach Sui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.12" OriginalAmount="106.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.805483296251" Longitude="106.75175038935" StarRating="5" HotelCode="263802|somerset_vista_ho_chi_minh" HotelName="Somerset Vista Ho Chi Minh City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>628C Hanoi Highway, An Phu, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b0/91/b091858ff2f2157cecba99002ec36d5d87eb01bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.49" OriginalAmount="106.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78044532" Longitude="106.70445237" StarRating="3" HotelCode="586742|2283205" HotelName="Amena Residences &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>24 Le Thanh Ton Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/7b/357b39d059bf512248c85fa15956b775a681a28e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.18" OriginalAmount="108.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784629" Longitude="106.695984" StarRating="4" HotelCode="186075|894845" HotelName="Novotel Saigon Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Hai Ba Trung, District 3, Ho-Chi-Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/bb/3bbbc978018819dc9f14f36d7299e459e64d6eb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.72" OriginalAmount="112.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773754475146" Longitude="106.70632367361" StarRating="4" HotelCode="151366|962365" HotelName="Liberty Central Saigon Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/1d/5d1d544dc0d12d116ad916811f702c9bf522e25f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Ho Chi Minh City, this urban hotel is about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.98" OriginalAmount="119.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776315709579" Longitude="106.70354783535" StarRating="5" HotelCode="20557|34114" HotelName="Caravelle Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-23 Lam Son Square, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/37/cf/37cfee34538938fef4a427c8eb84dc93346a4dc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the midst of the business, shopping and entertainment districts o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.99" OriginalAmount="119.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778884733186" Longitude="106.70697569847" StarRating="5" HotelCode="33861|96028" HotelName="Lotte Legend Hotel Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A - 4A Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/10/101040bf99cc1e029993803b17550e2b2447161b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City on Ton Duc Thang Street fronting the scenic Sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79768907" Longitude="106.73076822" StarRating="1" HotelCode="760825|thadico_3_hotel" HotelName="Thadico 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-8 Duong 19B, Binh An Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/6a/166a9b1b70ca645cbbe3cf01599f893b631cf0de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877889|saigon_1979" HotelName="Cong Quynh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>190 Cong Qu?nh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/57/0a57de2323ab638268658a46022b44ae44797b8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.83" OriginalAmount="123.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772685994812" Longitude="106.70119836011" StarRating="4" HotelCode="82917|1093168" HotelName="Sedona Suites Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Le Loi Boulevard, Saigon Centre, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/08/8308915126f6add7b34800f8bb78f2ad668b85c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784038523645" Longitude="106.70265197754" StarRating="5" HotelCode="17762|sofitel_saigon_plaza" HotelName="Sofitel Saigon Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Le Duan, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/de/07de9c5ee8ee1f54c21ba63c1696cba9bc5b4774.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international hotel is located on the historical tree-lined Le Duan Boulevard, in the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78229692" Longitude="106.69192185" StarRating="0" HotelCode="963806|mai_house_saigon" HotelName="Mai House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Nam Ky Khoi Nghia Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/92/3792a6c8e0ac297b15df3a29a284fa618db59520.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.52" OriginalAmount="126.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77454" Longitude="106.706428" StarRating="5" HotelCode="20679|renaissance_riverside_hotel_saigon" HotelName="Renaissance Riverside Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-15 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/de/2bde0b3059bfb3fec61a3f44a8bf57dff7647c17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located at the heart of Ho Chi Minh City, just a few minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.03" OriginalAmount="128.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78230731" Longitude="106.69230252" StarRating="4" HotelCode="626745|2283895" HotelName="Sherwood Suites Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>192 Nam Ky Khoi Nghia, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a1/77a12875677d33bbb4b83ed747c9e6359bbef61b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.86" OriginalAmount="129.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73019994" Longitude="106.70437831" StarRating="4" HotelCode="639571|2552575" HotelName="Oakwood Residence Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1056A Nguyen Van Linh Road, Tan Phong War, District 7, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/f8/1bf8771040465d7396bd9ab51dc720bfcb0c0864.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.34" OriginalAmount="133.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.782333" Longitude="106.697399" StarRating="5" HotelCode="317378|1621068" HotelName="Hotel Des Arts Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76-78 Nguyen Thi Minh Khai Street, District 3, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/1d/e41da77dd1b0e3429f3df21721651ae274027997.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.75" OriginalAmount="134.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.800120014297" Longitude="106.68124345002" StarRating="2" HotelCode="347731|1785938" HotelName="Quynh Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>206B Phan Dang Luu, Ward 03, Phu Nhuan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/22/fb22cfebf8c0ced74f202458dcf1f4c0df989665.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.70" OriginalAmount="135.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770901" Longitude="106.695044" StarRating="5" HotelCode="15141|new_world_saigon_hotel" HotelName="New World Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/cb/8ccb4adbcc125cebfd607bb57c1af1607fb363e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located directly in the business centre of HCMC where a selection of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.48" OriginalAmount="136.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7743695" Longitude="106.7065418" StarRating="5" HotelCode="314951|1474768" HotelName="Le Méridien Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3C Ton Duc Thang Street, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/41/3b/413b1cf7805715a7985a38f5483c6d93264dc79b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.71" OriginalAmount="139.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.789538660286" Longitude="106.70287930059" StarRating="4" HotelCode="410260|826155" HotelName="Somerset Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A Nguyen Binh Khiem Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/b3/89b34ff5be60c03ed29f876e959af9de421ef7d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the business and shopping district, conveniently close to business destinati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.54" OriginalAmount="146.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775733394513" Longitude="106.70403599739" StarRating="5" HotelCode="50609|91630" HotelName="Sheraton Saigon Hotel &amp; Towers" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Dong Khoi, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/bb/f8bb4744ab504c755fc897f8087445576c55d870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a privileged location in the heart of Ho Chi Minh City, on the most famous street, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.89" OriginalAmount="157.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774697214273" Longitude="106.70569880738" StarRating="4" HotelCode="525353|2103345" HotelName="The Myst Dong Khoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6,8 H? Hu?n Nghi?p, P. B?n Nghé, H? Chí Minh, Qu?n 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d5/cdd55f223313e64f043357b271720f4cb0269e67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.42" OriginalAmount="171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81015268" Longitude="106.7515607" StarRating="5" HotelCode="961035|mia_saigon_luxury_boutique_hotel" HotelName="Mia Saigon Luxury Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Street 10, An Phu Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/8d/458d4fb87e92ccceb162452146e452fb7c117d1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.09" OriginalAmount="174.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781488269724" Longitude="106.7011069828" StarRating="5" HotelCode="175615|824515" HotelName="InterContinental Residences Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Nguyen Du Street &amp; Hai Ba Trung, St., District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/95/8d958dfd77f3212d7f51631ba8ad8ccc02ec3dc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77358808" Longitude="106.70456638" StarRating="5" HotelCode="263804|the_reverie_saigon" HotelName="The Reverie Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-36 Nguyen Hue Boulevard, 57-69F Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/e9/3ee9001b49759907b9e32b80a6797c8b9b0fbdd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.51" OriginalAmount="215.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774258514345" Longitude="106.70497618926" StarRating="5" HotelCode="376432|1847348" HotelName="The Reverie Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57-69F Dong Khoi Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.94" OriginalAmount="247.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77458" Longitude="106.700705" StarRating="4" HotelCode="936613|liberty_central_saigon_city_point_hotel_" HotelName="Liberty Central Saigon Citypoint Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Pasteur, Qu?n 1, TP. H? Chí Minh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/10/2a1080dd3300e5e125879a9cf4628da33ac7f14c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78083238" Longitude="106.7049958" StarRating="3" HotelCode="945440|roseland_centa_hotel" HotelName="Roseland Centa Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>15/1A-15A/57A Le Thanh Ton, Ben Nghe Ward, Dist 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/79/8879d23f52080fca87a11d5aa3aeef61f4c64daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74779125" Longitude="106.61092075" StarRating="0" HotelCode="839596|minh_ha_hotel" HotelName="Minh Ha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Beauty Salon,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24-26 Street 30, Binh Tri Dong B Ward, Binh Tan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/2e/ee2e7cd979d85a4930eb29141c38e0b5d61a8123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Minh Ha Hotel is conveniently located in the popular Tan Tao Industry Zone area. The hotel offers a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="416.16" OriginalAmount="408.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.759449" Longitude="106.669292" StarRating="5" HotelCode="904542|an_lam_private_residences_saigon_river" HotelName="An Lam Saigon River" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/84/2984e70420e619e1bc5254d33876f0b505d09a7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6902.95" OriginalAmount="6767.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7919913" Longitude="106.7223097" StarRating="5" HotelCode="815739|2343045" HotelName="Vinpearl Luxury Landmark 81" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>720A Dien Bien Phu Street, Landmark 81 Building, Vinhomes Central Park, Ward 22, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/30/a130dc28d54a304e9ae3f059c08be152fff0b714.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Lounge,Massage Centre,Sauna,Shopping Arcade,Nightclub,Bicycle Rental,Kitchen,Central Heating,Swimming Pool,Garden,Wheelchair Access,Golf,Spa,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Pets allowed,Smoking Rooms,Wake-up Call Service,24 Hour Front Desk,Beauty Salon,Concierge,Dry Cleaning,Elevator,Luggage Storage,Parking,24 Hour Room Service,Business Centre,Coffee Shop,Housekeeping,LCD/Projector,Off-Site Parking,Pick &amp;amp; Drop,Porter,Valet Parking,Meeting Room,Banquet Hall,Dining,Printer,Babysitting</BasicAmenities>
    <HotelRating>3,5,4,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SKI HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,APARTMENT HOTEL,COUNTRY HOUSE,CLUB RESORT,GOLF HOTEL,ECO HOTEL,HOTEL DE CHARME,HOTEL,RESIDENCES,HOSTELS,GUEST HOUSES,AIRPORT HOTELS,APARTMENT,APARTHOTEL,SPA HOTEL,HOLIDAY HOMES</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
4bd82e18-5006-4e77-bd6d-5d92f44ddd96|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="4bd82e18-5006-4e77-bd6d-5d92f44ddd96">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84794" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-23T00:00:00" End="2026-06-24T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
4bd82e18-5006-4e77-bd6d-5d92f44ddd96|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
4bd82e18-5006-4e77-bd6d-5d92f44ddd96|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-23T10:20:48.3155114+01:00" Version="0" EchoToken="Search" TransactionIdentifier="4bd82e18-5006-4e77-bd6d-5d92f44ddd96" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="6.02" OriginalAmount="5.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772284" Longitude="106.690775" StarRating="2" HotelCode="905926|1162688" HotelName="Nouveau Happy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Bùi Th? Xuân, Phu?ng B?n Thành, Qu?n 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/61/5b61ced4a7cadd5d7910ebf4979c277745fb055c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated about 10 m from Tao Dan Park and some 100 m from the nearest restaurants and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6.12" OriginalAmount="6.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="696398|sunrise_trung_son_hotel" HotelName="Sunrise Trung Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 63 Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ec/6decbb3848a064f1e54bec03da2aac9b81a27951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6.12" OriginalAmount="6.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="829149|ngoi_sao_phuong_nam_hotel" HotelName="Ngoi Sao Phuong Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41/2 Tan Thoi Nhat 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/03/a803200be4b1503f324da927b958820f90f5dfc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6.73" OriginalAmount="6.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.843616463999" Longitude="106.65712357156" StarRating="2" HotelCode="347359|1222298" HotelName="Lan Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>251/28 Le Van Tho, Pham Ngu Lao Ward, Go Vap, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/45/3445c7f6ba11b8e2a177c1b52fbe848ade5fb087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.14" OriginalAmount="7.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76285199" Longitude="106.67635399" StarRating="1" HotelCode="373134|trang_thu_2_hotel_" HotelName="Trang Thu 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>328 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d8/edd8aea3451fbf41be7614b4669f9438c776f013.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.14" OriginalAmount="7.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74717235" Longitude="106.61666251" StarRating="0" HotelCode="698256|hong_tam_hotel" HotelName="Hong Tam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Street 14</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a2/34a2b500a1c66c290bd12f8e39e3fb43f0c10737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78671726" Longitude="106.63458034" StarRating="2" HotelCode="346598|avatar_hotel_2" HotelName="Avatar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Le Van Phan, Phu Tho Hoa Ward, Tan Phu District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/be/7abe64a3afb410225bf950076a7d39ea28568a93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a bar, a tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768942745378" Longitude="106.69401345656" StarRating="2" HotelCode="309439|ipeace_hotel" HotelName="Ipeace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>175/8 Pham Ngu Lao Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/34/2d34efe25c7d2b624826773738627d31e72ca562.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75683433" Longitude="106.63412633" StarRating="2" HotelCode="626493|ba_dat_homestay_q6" HotelName="Ba Dat Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68b/13 Dang Nguyen Can</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/61/4a61ed9b4d662f9a2aa6873b286a1a78ce8e856c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="826179|ngoc_trinh_hotel_2" HotelName="Ngoc Trinh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>107 Ho Ba Kien</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/a2/0aa211af4432a6951c1b6465c70186a9ac1f6a9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.01" OriginalAmount="8.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.807323264546" Longitude="106.67519631298" StarRating="2" HotelCode="376520|1810488" HotelName="Huong Mai 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>112 Dao Duy Anh Street, Phu Nhuan District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/be/90be63aa085ad2dd3d566760372f7270682827ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79665553" Longitude="106.64815204" StarRating="2" HotelCode="346732|hung_anh_hotel" HotelName="Hung Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>35 Thep Moi, Ward 12, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/4b/e94bd81c2ea6778e97e61a018106e36ce104d01b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766736246649" Longitude="106.69278420974" StarRating="2" HotelCode="346919|nn_hotel" HotelName="NN Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6c/376cb912ae347d8fe0e953222492a14c2dc91626.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76764638367" Longitude="106.69387233223" StarRating="2" HotelCode="346391|saigon_europe_hotel" HotelName="Saigon Europe &amp; Spa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>207 De Tham, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/a0/86a060fda153b58d6997b5ddfb70255f8cede13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76725251" Longitude="106.69370287" StarRating="3" HotelCode="309425|aston_hotel_saigon" HotelName="Aston Hotel - Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 - 29 Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/1d/dc1dc3bcc6eeaf7a18fa609ff77327f1187d8543.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.797369845317" Longitude="106.67803368713" StarRating="2" HotelCode="309442|kim_yen_hotel" HotelName="Kim Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Nguyen Trong Tuyen, Phu Nhuan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/f6/abf66ec15768942f615e22f711f846309bb30b64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a restaurant and room servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79704875" Longitude="106.65917328" StarRating="2" HotelCode="372498|hoa_de_nhat" HotelName="Hoa De Nhat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4/1/9-4/1/11 Hoang Viet, Tan Binh Distrikt, Ho Chi Minh Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/bb/f4bbe3c79315acc957272656624df34decab582b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75169655828" Longitude="106.71154543298" StarRating="2" HotelCode="347296|ngoc_tung_riverside" HotelName="Ngoc Tung Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>361 Tran Xuan Soan, Tan Kieng Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/1c/691c81fed936c3ec80b1e3f216e3d460fc290adb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76367193527" Longitude="106.67587796226" StarRating="0" HotelCode="347730|hoang_yen_nhi_hotel" HotelName="Hoang Yen Nhi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>370 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/92/0e92233fb769ed075a7cc2abc6127c05f3d9a9f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7734013" Longitude="106.69637328" StarRating="2" HotelCode="363798|mai_vuong_sai_gon_hotel" HotelName="Mai Vuong Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>153 Ly Tu Trong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/29/8c29baabcd9c810ee3ecce6df39ae0ab8c26d00b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78872176" Longitude="106.67539805" StarRating="3" HotelCode="630527|tropical_house_5" HotelName="Tropical House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>413/37 A Le Van Sy, Ward 12, District 3, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/ef/09ef5d965e525111016c25cb51526a9ce97958c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77982451" Longitude="106.66823007" StarRating="3" HotelCode="586659|bonita_tht" HotelName="Bonita THT" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>185 To Hien Thanh, Ward 13, District 10, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/a7/88a7db304177ba80ef4ec3718a0ca0fe790d0301.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80105584" Longitude="106.64306701" StarRating="0" HotelCode="808746|nui_thanh" HotelName="Nui Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Parking,Pets allowed,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3A Nui Thanh Street, Ward 13, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/5f/ed5febcae674b2ba26849061c1a8a28162340e1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Nui Thanh Hotel to discover the wonders of Ho Chi Minh City. Offering a variety of facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76757213" Longitude="106.69190697" StarRating="2" HotelCode="783042|h_best_hostel_cafe_saigon" HotelName="H Best Hostel Cafe Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>265/39 Pham Ngu Lao, Phuong Pham Ngu Lao, Quan 1, Ho Chi Minh City 700000, Sai Gon</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/2f/de2f9efa0955e79b0668354081608ed6b6bda46e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76780951" Longitude="106.69443028" StarRating="0" HotelCode="839942|titi_hotel_" HotelName="Ti Ti Room For Rent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/12-14A Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/4b/994b960f08bbabd2019ebe841f07c6b6e920c862.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="967501|reddoorz_nguyen_kiem_street" HotelName="Van Giao Hotel by RedDoorz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>740B Nguyen Kiem Street, Ward 4, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e7/83e74619113979005889b922417741c491a611d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.20" OriginalAmount="9.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769343989153" Longitude="106.70243844654" StarRating="2" HotelCode="309422|3432465" HotelName="Anh Duy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Nguyen Cong Tru, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/3b/c63bff1c279951d5b94d403278482f0d5be1dc40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.37" OriginalAmount="9.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76919427" Longitude="106.69034195" StarRating="2" HotelCode="518106|3475775" HotelName="Ace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>139H Nguyen Trai, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b9/e9b9c043ebe043808245b560d6d085dc66042d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.38" OriginalAmount="9.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766855776695" Longitude="106.68949317369" StarRating="2" HotelCode="378557|1720158" HotelName="Khoi Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/11 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/9f/e59f99c11d614c1413cf2e42e25796fa4fe88041.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.38" OriginalAmount="9.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81287762" Longitude="106.66700005" StarRating="2" HotelCode="772394|3440245" HotelName="95 Lam Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Lam Son, Ward 2, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a1/eea189982d02e1fe7dad4210dd6cdd9ceee2112d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.45" OriginalAmount="9.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767538967221" Longitude="106.69078566219" StarRating="2" HotelCode="346965|1897475" HotelName="Hoang Phi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>313 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b5/a2b53c325ba978b1a0ebbee5c6ab8417cd2aba89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.77" OriginalAmount="9.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.84919597" Longitude="106.67861124" StarRating="3" HotelCode="828962|3471675" HotelName="Galaxy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>594-596 Nguyen Oanh, Phuong 6, Quan Go Vap, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/d9/d5d92e7ddd1b9ec5f64e9997ad5a3be27cd69420.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.96" OriginalAmount="9.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79787932" Longitude="106.73022569" StarRating="1" HotelCode="694403|3434985" HotelName="Sai Gon River Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35/8 Street 19, Binh An Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/06/4d0619c38792781a86b869ec9109cd5285ae5817.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.06" OriginalAmount="9.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767" Longitude="106.6893" StarRating="2" HotelCode="491735|1221758" HotelName="Long Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>373/10 Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/36/35360f0baa73c26ea3f23ca3d847c634e5fb6de5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76756647" Longitude="106.69121823" StarRating="2" HotelCode="347133|giang_son_2_hotel_2" HotelName="Giang Son Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>283/24 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/35/9f35c9221eea835029e047cbe02c18a17faef1ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80054826" Longitude="106.64258544" StarRating="2" HotelCode="424761|song_nhat" HotelName="Song Nhat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Designated Smoking Area,Elevator,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20/19 Nui Thanh, Ward 13, Ho Chi Minh, Tan Binh District</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1c/f31cad49bc996872da84e2ad7564769a25458e6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Song Nhat Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. The h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79187045" Longitude="106.6435422" StarRating="3" HotelCode="691105|hung_miami_hotel" HotelName="Hung Miami Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160-162 Bau Cat, 160-160 Bau Cat, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5a/415aa653c8a2835b6436f148eaa367dcccea48f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80248594" Longitude="106.64285103" StarRating="3" HotelCode="698183|van_ha" HotelName="Van Ha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bicycle Rental,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>440 Cong Hoa Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/ac/83ac79acf51a8b5b47341c1af425aab841859b35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Van Ha Hotel to discover the wonders of Ho Chi Minh City. The property features a wide range...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76590077" Longitude="106.69132104" StarRating="3" HotelCode="784985|an_nam_corner_dreamer" HotelName="An Nam Corner Dreamer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>183/15 Bui Vien, Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/de/f4de4fc5a0e926431f49f6e497e3eafd27925911.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73449326" Longitude="106.66011349" StarRating="0" HotelCode="808832|felix_garden_hotel_" HotelName="Felix Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>908 Ta Quang Buu Street, Ward 5, District 8, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/98/2d988c2828b4e0633b065c0cef8691a69ea6edde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Felix Garden Hotel puts everything the city has to offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="829310|nhu_y_hotel" HotelName="Nhu Y Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185 Duong 16</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/3f/d53fd550e2adb0100ab192a3dde633efaf732671.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="876931|phuong_linh_hotel_3" HotelName="Phuong Linh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-27A Nguyen Thái Bình, Phuong 4, Quan Tan Bình, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/26/632604c258cf2825eb5aad46e4a41840cfa8db3e.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="884419|nam_bac_hotel" HotelName="Nam Bac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>206 Phan Dang Luu</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/b0/aab0b58e6fe300647a1cbb478a5b219cf2edb8c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.27" OriginalAmount="10.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76845965" Longitude="106.69392118" StarRating="2" HotelCode="374002|3450305" HotelName="Saigon Amigo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>185/24 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/dc/8cdc574d1246b9e7cf3313f5da840256902a1ab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.42" OriginalAmount="10.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767537640709" Longitude="106.69269375155" StarRating="2" HotelCode="384112|1722338" HotelName="Thanh Ha Guesthouse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241/39 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/77/3177e1b17b3093d58568b9849fcb6ff7e22a467f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.57" OriginalAmount="10.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73279645" Longitude="106.70739983" StarRating="3" HotelCode="773644|3426595" HotelName="Laguna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>R3-84 Hung Gia 4, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/20/c32092acdf7f5b6b2156b143e9c82580d223ead9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.58" OriginalAmount="10.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="782923|3443475" HotelName="Language Exchange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>399/43/5 Nguyen Dinh Chieu, District 3, 1500 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/da/59da8ab74e87191346da5de9a513283046b8e9cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.69" OriginalAmount="10.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75282582" Longitude="106.66744778" StarRating="2" HotelCode="632284|3476115" HotelName="Thanh Lan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Tran Xuan Hoa, Phuong 7, Quan 5, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/17/d317c13f987619288ccbfd02a770d8f6eb6c059b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.96" OriginalAmount="10.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80422033" Longitude="106.64253823" StarRating="2" HotelCode="857198|2347205" HotelName="RedDoorz Plus Near E-Town 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Than Nhan Trung, Phuong 13, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647181/647181a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81141176" Longitude="106.71345483" StarRating="1" HotelCode="372702|nhat_binh_hotel_" HotelName="Nhat Bình Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>625/7 Xô Vi?t Ngh? Tinh, Ward 26, Bình Th?nh Distrikt, H? Chí Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b9/4ab9f5255c2c68e870b42d5f0053f2057cb58824.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nhat Binh Hotel is located in Ho Chi Minh City, 2.8 km from the Jade Emperor Pagoda and 3.8 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81537353" Longitude="106.66828289" StarRating="2" HotelCode="370392|mi_linh_hotel" HotelName="Mi Linh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B38A Bach Dang Street, Ward 02, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/fa/85fa40a50fcf2afcc5e4d4a0c8461bb035ec4916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774437" Longitude="106.6350308" StarRating="3" HotelCode="369076|dong_du_hotel" HotelName="Dong Du Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Dong Du, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/e4/7fe46ec3e30766badc271d2c49ac96002b8c94bb.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81009668" Longitude="106.68973839" StarRating="0" HotelCode="518246|tt_hotel" HotelName="TT Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155-157 Nguyen Van Dau, Ward 5, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/b1/beb103c0b15d323bc98ff4a18a4ffb4c98928da8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83808079" Longitude="106.65261342" StarRating="0" HotelCode="512643|venus_hotel_11" HotelName="Venus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>872 Quang Trung</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/2e/152ee45029dc21f634648fbb6770729b9863ef68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7274698" Longitude="106.70574936" StarRating="0" HotelCode="424712|smp_serviced_apartments" HotelName="SMP Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>SMP Serviced Apartments, R3-27 Pham Thai Buong Street, My Toan 1, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/6a/f36ab1afaf06f3489bfddda84ea7e07728dd77e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at SMP Serviced Apartments to discover the wonders of Ho Chi Minh City. The property features a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766937819478" Longitude="106.68938906265" StarRating="2" HotelCode="383568|saigon_backpackers_hostel__pham_ngu_lao" HotelName="Saigon Backpackers Hostel @ Pham Ngu Lao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/20 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/39/27398f71f7d2ce335b8432115e4c4452b1eda33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79646653" Longitude="106.65316673" StarRating="1" HotelCode="424810|hung_huong_hotel_" HotelName="Hung Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>321 Nguyen Thai Binh street, ward 12 Tan Binh district, Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/29/a029a54f7b4d75f1b088cd84006dd29dc0161c9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Hung Huong Hotel puts everything the city has to offer ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7741056" Longitude="106.6972227" StarRating="3" HotelCode="599862|ace_hotel_ben_thanh" HotelName="Ace Hotel Ben Thanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/6c/4b6c06e39e07c05bd1afac6a9de812c6085b3ec5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="586837|elegance_283_hotel_2" HotelName="Elegance 283 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>283 Hoang Van Thu, Tan Binh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/6e/416e74acf71711cbae3f33c2b57daf023f02e1f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80375137" Longitude="106.66219578" StarRating="2" HotelCode="620098|oyo_203_the_blue_hotel" HotelName="The Blue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/37 Phan Thuc Duyen Street, Ward 4, Tan Binh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e5/dde5082755f15dae5b92f87114a336438fbe9d84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="808994|minh_nhu_hotel" HotelName="Minh Nhu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Dong Xoai Street, Ward 13, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/38/73381aa1b0fbed50ff0788a934f2eeaf8656a963.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76646644" Longitude="106.69182267" StarRating="2" HotelCode="915645|meraki_hotel_2" HotelName="Meraki Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>198 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/fc/3cfc7db1d3ea8d6af1ae160ba91feed89c60498e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.38" OriginalAmount="11.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7507322" Longitude="106.66147928" StarRating="1" HotelCode="696353|3442435" HotelName="Truong Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55-57-59 Trieu Quang Phuc Street, Ward 10, District 5, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/b0/00b00d6274eeb42a1c12451df129a72ac911bfb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Truong Giang Hotel to discover the wonders of Ho Chi Minh City. Featuring a complete list of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.69" OriginalAmount="11.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76779956" Longitude="106.69469686" StarRating="3" HotelCode="869470|3443535" HotelName="An Nam Corner Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>186/20 Bùi Vien, Pham Ngu Lao Ward, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/3a/05/3a05965bd2192cc0b4458d32e76381127528a8f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.80" OriginalAmount="11.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79743051" Longitude="106.67528452" StarRating="2" HotelCode="374783|1802978" HotelName="Yen Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>219 Nguy?n Tr?ng Tuy?n, P. 8, Q., Phú Nhu?n District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/70/7f70167e387882a0df9a217106804d044ec7f377.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.86" OriginalAmount="11.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76970126" Longitude="106.69083414" StarRating="3" HotelCode="701139|3449705" HotelName="Lucky Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146 Nguyen Trãi, Phu?ng Ben Thành, Qu?n 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/17/6417ea4b5daf6d9763426b34ecdd133234c91646.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.93" OriginalAmount="11.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="874545|2347295" HotelName="RedDoorz Plus Near Nowzone Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>135 Nguyen Van Cu Street, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647286/647286a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.94" OriginalAmount="11.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72727581" Longitude="106.70558166" StarRating="3" HotelCode="620077|3456775" HotelName="Emerald Serviced Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>159-161 Pham Thai Buong Street, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/793292/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.03" OriginalAmount="11.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767699910813" Longitude="106.69089631483" StarRating="2" HotelCode="365896|3426235" HotelName="Koniko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Currency Exchange,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>283/22 Pham Ngu Lao Street, District  1, Ho Chi Minh City  70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/76/617614ec5b1767af02e29713a72161c665746f85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;We are glad to welcome your stay at our hotel our hotel is located in a peaceful and lovely alley wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.04" OriginalAmount="11.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77169421" Longitude="106.69374817" StarRating="2" HotelCode="363860|3436755" HotelName="Holiday Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Ly Tu Trong Street  Ben Thanh Ward, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/35/47359fd88cc46e6085f9410adfeb167f9319f057.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774244984181" Longitude="106.67185757176" StarRating="0" HotelCode="373910|hoa_mai_hotel" HotelName="Hoa Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>723-725 Le Hong Phong Street, District 10, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/c6/f4c6bda08e3b85b7ca5d3da614f093d3f010ae41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77190984" Longitude="106.69602406" StarRating="3" HotelCode="374170|cat_hotel_ben_thanh" HotelName="Platinum Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/c5/d0c5adf430eeb08e89506d83e06a31b48acb685c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75286907" Longitude="106.65564001" StarRating="2" HotelCode="492336|sao_mai_hotel_4" HotelName="Sao Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>896 Nguyen Trai, Ward 14, Ho Chi Minh 70000, District 5</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/6d/106dad05ae6d0572b4d0bdedd308d4a2084acbdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sao Mai 896 Hotel is a popular choice amongst travelers in Ho Chi Minh City, whether exploring or ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81254342" Longitude="106.66841799" StarRating="3" HotelCode="586775|uyen_anh" HotelName="Uyen Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43-45 Yen The Street, Ward 02, Tan Binh District, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/4a/a44af8da4d4b66334d872436462674f90f384893.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83233809" Longitude="106.6098267" StarRating="2" HotelCode="586698|atana_hotel_2" HotelName="Atana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>327 Phan Van Hon, District 12, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/1c/791caaa21a4e6b0338cf21f1a9a59590e9949db3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76775" Longitude="106.6945" StarRating="3" HotelCode="568657|an_an_hotel" HotelName="CCentral Hotel Bui Vien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/f3/dbf3fd57bb02b9d5be6f83e7b469b0a8e1da20ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80292711" Longitude="106.64073253" StarRating="2" HotelCode="784726|the_lumiere_hotel" HotelName="ND Building" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Le Van Huan Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/1d/401df7ff1b3a6eb9981736407f116cd3810e0570.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers. Additional facilities available...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="836120|mai_vang_hotel_2" HotelName="Khach San Mai Vàng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So Nha 48 Ðuong 4A</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/eb/d3eb62d8e779dd4f6b5f29c53e01daa8d0ae763d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="828989|an_tinh_hotel" HotelName="Khach San An Tinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241 Le Dai Hanh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/e2/a4e2af99ba9e7b6a131cc123bb51dc62a3afe84a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79652101" Longitude="106.68860296" StarRating="3" HotelCode="963207|cupid_2_hotel" HotelName="Cupid 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/25-52/27 Cu Lao Street, Ward 2, Phu Nhuan District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/bc/61bcc86a097f750d5bb87e2fbc826ac4ef06ae6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.46" OriginalAmount="12.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7675384" Longitude="106.694" StarRating="2" HotelCode="568658|2272185" HotelName="CCentral Hotel De Tham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>216 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/ff/0affb3106899e92670cb8a8a84af01826f77f367.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.54" OriginalAmount="12.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76802096" Longitude="106.69437282" StarRating="2" HotelCode="364737|2255005" HotelName="Beautiful Saigon 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/27 Bui Vien Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f8/4ef800043108482a0762cfc774a14634d4b0480c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.60" OriginalAmount="12.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73338004" Longitude="106.7069118" StarRating="2" HotelCode="774716|3435455" HotelName="Melody Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Hung Gia 2, Tan Phong, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/68/836859e62ab811baec484f11e3736e4a89610f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.72" OriginalAmount="12.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81273161" Longitude="106.6667208" StarRating="3" HotelCode="774255|3433575" HotelName="GIC Apartment And Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/11 Hong Ha, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/15/8f154169b57c069391ca0e2b08f051a51b637ccb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.99" OriginalAmount="12.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7666732" Longitude="106.69112892" StarRating="2" HotelCode="587106|3450635" HotelName="Green Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Do Quang Dau Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/be/4ebeb8093e887724fa1e965931cc7e7bcf3bb968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.10" OriginalAmount="12.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7762395" Longitude="106.69120256" StarRating="2" HotelCode="363875|1751518" HotelName="Ruby Star 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Truong Dinh, District 3, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/15/f01541f3288b7df6b93da03294b1b6b50a717e13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.21" OriginalAmount="12.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7679342" Longitude="106.69421719" StarRating="2" HotelCode="595899|3475745" HotelName="Quang Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/7 Bui Vien, Pham Ngu Lao ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/44695/2844695/37.jpg?f=15505547</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76891599535" Longitude="106.69829186743" StarRating="2" HotelCode="346629|dinh_phat_hotel" HotelName="Dinh Phat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>141-143 Calmette, Phuong Nguyen Thai Binh, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/31/4231927a75fc17e673f120417d028a3c88ad9061.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76716790156" Longitude="106.69348672444" StarRating="2" HotelCode="225963|beautiful_saigon" HotelName="Beautiful Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>62 Bui Vien Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2d/00/2d002b89765765c1dabb4856de7ced338156bc0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77456187" Longitude="106.69016198" StarRating="1" HotelCode="372654|dai_hoang_ha_hotel_" HotelName="New Star Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>214 Nguyen Thi Minh Khai Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c6/96c640de762d1b36ce76f64d00a4686cce7d56bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Ho Chi Minh City. Its setting is especially ide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7682098277" Longitude="106.69218235857" StarRating="1" HotelCode="370146|freedom_hotel_2" HotelName="Freedom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>269,267 Pham Ngu Lao, Ho Chi Minh 700000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/dc/7bdce6704cae7f16b1b661c90c0c625efb812ab9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Freedom Hotel puts everything the city has to offer jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77327339" Longitude="106.68498548" StarRating="2" HotelCode="369887|leblanc_saigon" HotelName="LeBlanc Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>414 (Behind) Nguyen Dinh Chieu, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/9e/5f9e25d08ca68b60fee1bd89d3f374ee9e1cf9d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767670895466" Longitude="106.69080581993" StarRating="2" HotelCode="397067|ailen_garden_hotel" HotelName="Ailen Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>283/33 Pham Ngu Lao, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/40/2840d847c4d804c7a1d36633eb6ddfe28932d23c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7668329" Longitude="106.6926976" StarRating="3" HotelCode="376128|quan_san_guest_house" HotelName="Violet Star Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Dry Cleaning,Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>35/10 Bui Vien, Phuong Pham Ngu Lao, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/93/d59324b1475c0bcfbef6a3b3ecd69ac5283581d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quan San Guesthouse is a popular choice amongst travelers in Ho Chi Minh City, whether exploring or ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79792794" Longitude="106.64155718" StarRating="2" HotelCode="601456|huy_hoang_hotel_3" HotelName="Huy Hoang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Binh Gia Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/f3/fef380de40860f0039e7f64c076762db1b6caed5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80797974" Longitude="106.66355923" StarRating="2" HotelCode="595924|gia_hoa_hotel" HotelName="Gia Hoa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4 Hau Giang Street, Ward 4, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6a/426a31c199ec5a4cf5908dc5a28f5617db8de18a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="698259|cozy_hotel_8" HotelName="Cozy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>265/7/15 Pham Ngu Lao</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/1c/661cebed8d3af8d8feb4e3f454bcdb3751b1b887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83921808" Longitude="106.63694469" StarRating="2" HotelCode="691064|eros_hotel_4" HotelName="Eros Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>331/8 Phan Huy Ich, Go Vap District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/7a/057a5922cb377c78d43650ece0ba46c81ae047dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.808281" Longitude="106.6635045" StarRating="0" HotelCode="690957|thu_ha_hotel_2" HotelName="Hotel Thu Ha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Hau Giang, Tan Binh, Quan Tan Binh, Ho Chi´ Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/9c/5e9c7da39b29af3f7ecaf1846afb14a746285fb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thu Ha Hotel is conveniently located in the popular Tan Son Nhat International Airport area. Offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7389465" Longitude="106.6901895" StarRating="0" HotelCode="963361|la_galerie_hotel_3" HotelName="La Galerie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-19 Duong So 4, Kdc Trung Son, Bình Hung, Bình Chánh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/5b/ae5bcf1c63c56e346346a213ac67371eae75a047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.44" OriginalAmount="13.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80739491" Longitude="106.6616006" StarRating="2" HotelCode="586847|3441005" HotelName="Vivian Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Thang Long, Phuong 4, Quan Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/df/21dfc0f5d807ec26a1a87d65169ebeb3ffffc3a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.44" OriginalAmount="13.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76975902" Longitude="106.6965785" StarRating="1" HotelCode="855923|3438105" HotelName="My Friends Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>572B/4 Tran Hung Ðao, Phuong 2, Quan 5, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b8/59b8bcd3de699b37f50a7e4dc5307c5cce460cc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.48" OriginalAmount="13.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.758118834036" Longitude="106.67371796811" StarRating="3" HotelCode="309420|1196388" HotelName="An Dong Center Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14-16-20 Su Van Hanh, P. 9, Q. 5, Tp, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/20/fd206b72a6c7230cb31c5baa5a79bbca8762a751.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.53" OriginalAmount="13.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7529465" Longitude="106.65914528" StarRating="1" HotelCode="375385|1802988" HotelName="Trung Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>785 Nguyen Trai, Dist 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/9b/869bf045bd0ef49464dd9dbd192fd899ad2ca74f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.89" OriginalAmount="13.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77129089952" Longitude="106.69479444623" StarRating="2" HotelCode="173645|1447118" HotelName="Blessing Central Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>267-269 Le Thanh Ton Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/3b/113b1867d47b1c8cf35275fb945e23f3869d62af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a vibrant location in Ho Chi Minh City, in close proximity to the Mariamman Temple...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.07" OriginalAmount="13.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76800746" Longitude="106.69428749" StarRating="2" HotelCode="346837|1461558" HotelName="Kim Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>40/18 Bui Vien Street, Pham Ngu Lao Ward, 1st District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/0a/360a848ffda917453d0a8760f6c2c2fff0a4af26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.19" OriginalAmount="13.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77173101" Longitude="106.69516594" StarRating="3" HotelCode="373896|3444815" HotelName="Pavilion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Le Anh Xuan, Ben Thanh Ward, District 1, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/ce/57ce60d5d3c6484677073fb65d3453ccc19da658.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.27" OriginalAmount="13.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771734264341" Longitude="106.69601722887" StarRating="3" HotelCode="382879|1166968" HotelName="Bloom Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Truong Dinh Street, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/04/9c042711b8945a22ad0dff192fa1ae74647eaf9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768472301364" Longitude="106.69340139319" StarRating="1" HotelCode="347844|1750858" HotelName="Galaxy Hotel &amp; Capsule" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>269/19 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/7e/5e7ee0aafc117ca8e0bdee259f127ce202336756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771206581069" Longitude="106.69673770666" StarRating="3" HotelCode="166815|my_anh_hotel" HotelName="My Anh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>108 Le Lai Ben, Thanh Ward District 1, Ho Chi Minh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/2b/db2bcbd5aced8b84216f598dad19384f48bd0f3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district in Ho Chi Minh City, just 5 minutes' wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76863241" Longitude="106.6941182" StarRating="2" HotelCode="368646|gia_vien_hotel" HotelName="Gia Vien Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>175/4-6 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/2f/1e2fb2fd84ee0f04b7f14469b7753149f6e1cabe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77048577" Longitude="106.67133514" StarRating="0" HotelCode="373303|phuong_thanh_hotel_3" HotelName="Phuong Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Tran Thien Chanh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/e5/afe565e3c1d1210160d091da5f6f808782d596cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only 6 km from Tan Son Nhat International Airport, Phuong Thanh Hotel is located in Ho Chi Minh City...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8143154" Longitude="106.67075552" StarRating="2" HotelCode="372363|golden_palm_hotel" HotelName="Golden Palm Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Bach Dang, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/35/44355afb313bc5c7cabb8c42cc7779ac0685a248.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.764521953335" Longitude="106.69514679437" StarRating="2" HotelCode="368159|yellow_house_saigon" HotelName="Yellow House Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114/32 De Tham Street, Ho Chi Minh, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/6b/976b386074fc0235dccacd34be5f0a536b1ca4e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76861993" Longitude="106.6949001" StarRating="2" HotelCode="489009|roomsaigon" HotelName="Room@saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>193 Nguyen Thai Hoc, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/94/359402a1c9e1e8eff6398eb4590ba1cb6666646a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.789164" Longitude="106.604285" StarRating="2" HotelCode="504127|thien_phu_logia_hotel" HotelName="Thien Phu Logia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>8A Go Xoai, Binh Hung Hoa A, Binh Tan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/e1/43e148d7313a9fd853a376bfe668732594010037.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Thien Phu Logia Hotel offers comfort and convenience whether you're on business or holida...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73144586" Longitude="106.70732717" StarRating="2" HotelCode="567743|the_garden_6" HotelName="The Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Hung Phuoc 2 Internal Street, Tan Phong Ward, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/0b/900b5c359e4c83a88c540f64f800a1724cbb1348.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79465663" Longitude="106.64173106" StarRating="0" HotelCode="696551|lilly_hotel" HotelName="Lilly Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Bau Cat 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/37/2537bcc2ace0f2e02ef4954f9f505d55ff822fb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72959918" Longitude="106.7071246" StarRating="3" HotelCode="754639|atlas_hotel_apartment" HotelName="Atlas Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Hung Phuoc 4, Tan Phong, Quan 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b3/1bb363f95ce6632050e0282fb028027fd375dd1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="781299|hotel_thien_phat" HotelName="Hotel Thien Phat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>470 Nguyen Van Linh, Phuong Tan Phu, District 7, Ho Chi Minh City 756335</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/90/bb90247a2219e5f5dc4c4318619287c11ec635e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="810894|queen_victoria_hotel_4" HotelName="Queen Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Ðuong So 10</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a1/eea1b364cac37140c2e1fe73bb7e5765b6e9748c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7685189" Longitude="106.687124" StarRating="2" HotelCode="781122|alleyway_home_hostel" HotelName="Alleyway Home Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>162/9 Bui Thi Xuan, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/5e/155e7792c7ec6b7565844034a2038bfcc60a96f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791701" Longitude="106.67293417" StarRating="0" HotelCode="962723|aladdin_hotel_and_apartment" HotelName="Aladdin Hotel And Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>397 Huynh Van Banh, Phuong 11, Quan Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/41/5741d94c63567945f8fce40256b19af196b737ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.47" OriginalAmount="14.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80210285" Longitude="106.64682889" StarRating="3" HotelCode="550330|3430045" HotelName="Minh Tam Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>278-280 Cong Hoa Street, Ward 13, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/06/8206351707a576bae170f43a1565f284e5a1d45f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.48" OriginalAmount="14.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78912916" Longitude="106.70281747" StarRating="2" HotelCode="618529|3449915" HotelName="Holo Fairy House Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/11 Nguyen Binh Khiem, Da Kao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/04/b40413225ae65d0c3ab31c295d8038f27eae0b2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.54" OriginalAmount="14.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75993249" Longitude="106.66723648" StarRating="3" HotelCode="385855|3465675" HotelName="Hue My Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Nguyen Tieu La Street, ward 5, District 10, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/33/8d33e5d6cd5fbafdc4df88061d182f2adea2b61b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;##Property Location  Located in Ho Chi Minh City (District 10), Hue My Hotel is minutes from An Dong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.75" OriginalAmount="14.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76814853" Longitude="106.69225184" StarRating="3" HotelCode="364673|2255035" HotelName="Dragon Palace II Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>221 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/9e/8a9e1f49a84213ea465d584c9e4b635b55afa48d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a transfer service and room service are available to guests of the hotel....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.838636950983" Longitude="106.67241755348" StarRating="2" HotelCode="346671|ha_oanh_2_hotel" HotelName="Ha Oanh 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>222 Nguyen Van Luong, Ward 17, Go Vap District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/zz/4bad6c758c8b98eec98ed648c1e6ee59972ca012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Ha Oanh Hotel 2 offers comfort and convenience whether you're on business or holiday in H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77164137" Longitude="106.67258028" StarRating="2" HotelCode="368077|saigon_garden_hotel" HotelName="Saigon Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>781/D1 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/c1/3dc104b7a18cf2fdb78bdb4e0f1bcfe3c4c9207d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 10 - Phu Tho Stadium / Ky Hoa Park, Saigon G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.751144510673" Longitude="106.66461030809" StarRating="1" HotelCode="347281|tan_da_hotel" HotelName="Tan Da Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Tan Da, District 5, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/01/e2011d0a81aa4ce24a80f0776bc707ead91eedc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in District 5 - China Town / Cho Lon, Tan Da Hotel is a perfect starting point from which to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77213916" Longitude="106.69617885" StarRating="2" HotelCode="363870|hoang_phuong_hotel" HotelName="Saigon Sparkle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>229 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/14/4614e98523769dfac50b63c7e3a9ea0700612e65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77016947631" Longitude="106.68844623276" StarRating="2" HotelCode="347443|hoan_thai_hotel_" HotelName="Hoan Thai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Ton That Tung, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/7d/907de91facb80609e5e0d538a3a57c59b0493516.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81636114" Longitude="106.67661071" StarRating="1" HotelCode="368824|hong_tuoi_hotel" HotelName="Hong Tuoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>491/24 (Ha Do - Nguyen Van Cong Apartment Building) Nguyen Van Cong Street, Ward 03, Go Vap District, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/3b/753b8304132de9a5ec85c042a06ac40e93573519.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77538901" Longitude="106.70480499" StarRating="3" HotelCode="370349|hampton_hotel_by_jinnu_lai" HotelName="Asian Ruby Center Point Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46-48 Mac Thi Buoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/fc/4bfc050ca38863a53ec8c30263223f704e55a262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769492167224" Longitude="106.70272524323" StarRating="2" HotelCode="347732|ohana_hotel_" HotelName="Ohana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Nguyen Cong Tru Street, Nguyen Thai Binh Ward, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/1c/a51cdd61ce613909f1e0cbb64755a26b2a07a988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Ohana Hotel offers comfort and convenience whether you're on business or holiday in Ho Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8063434" Longitude="106.73005104" StarRating="3" HotelCode="440416|kelly_apartment_thao_dien" HotelName="Kelly Serviced Apartment Thao Dien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>12 Street 43, Thao Dien Ward, District 2, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/09/7d09f863533af3e955fb82f84d07cdf6f6cdee65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76499722" Longitude="106.69509672" StarRating="3" HotelCode="599360|oyo_101_saigon_hotel" HotelName="Kien Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Co Bac Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/26/6c266073f49d573b58c79a209e318bfa5da124a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Kien Hotel 2 in Ho Chi Minh City (Core area of Ho Chi Minh Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77070775" Longitude="106.69306548" StarRating="2" HotelCode="743783|city_backpackers_hostel_3" HotelName="City Backpackers Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7/1 Nguyen Trãi, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/ed/4ced46e05b196b0b273f0a3bec3e23c3fce222e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79300627" Longitude="106.68558114" StarRating="2" HotelCode="763946|lai_hotel" HotelName="Lai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Phan Dinh Phung, Ward 2, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/89/e4897186b72b1b100fa0567729c2b04b3ee3db10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78002012" Longitude="106.67919746" StarRating="2" HotelCode="773625|thien_truong_hotel" HotelName="Thien Truong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Cong Hop Rach Bung Binh, Phuong 10, Quan 3, Thanh Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/34/b234d7c7409a5147b125e70357c50c050bcd356d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7674651" Longitude="106.69270759" StarRating="0" HotelCode="839413|4_boys_hotel" HotelName="4 Boys Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241/22 Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/00/a9003d94c845c50a4207912fc1d108cf87eb39c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877916|the_umi_hotel" HotelName="The Umi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23-23A Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/21/e921a7baba5ea843f03a6cc5a94ffd64b7cc2961.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="977731|prague_airport_hotel_2" HotelName="Prague Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Bach Dang, Phuong 2, Ho Chi Minh City 070000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/5a/1e5a91ea69f78da5f0de76e66d4425043df43933.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="963351|thanh_vinh_hotel" HotelName="Hotel Thanh Vinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>666/17 Duong 3/2, Phuong 14, Quan 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/e6/1ae6397280418b39f977775f2091e13e430f1d6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76681496" Longitude="106.69113198" StarRating="3" HotelCode="968937|the_white_house_60" HotelName="The White Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26/5 Do Quang Dau Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/9b/ea9b6d6a321350fdd6dcaf68b908d952befda2dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.31" OriginalAmount="15.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791536019451" Longitude="106.66571255755" StarRating="2" HotelCode="309467|1752978" HotelName="Vuong Quang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Bui Thi Xuan Street, Ward 3, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/72/4b72d989a0daba0969c6a8a6deba099203cfe724.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.46" OriginalAmount="15.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778625211191" Longitude="106.67286939942" StarRating="2" HotelCode="309445|1202358" HotelName="Minh Chau Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Hoa Hung, Ward 12, District 10, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/e8/21e8f6550a47d605c94a6d45054dba83b5d248ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.03" OriginalAmount="15.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770633182872" Longitude="106.69230153506" StarRating="2" HotelCode="404159|3450345" HotelName="Sakura Hostel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Designated Smoking Area,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39/26 Nguyen Trai Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/fd/f2fd6429dc9967858c7f91e9a4ef63ccb0210e97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Sakura Hostel Saigon, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.12" OriginalAmount="15.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76773546" Longitude="106.68822168" StarRating="3" HotelCode="744552|3444805" HotelName="Triip Cupid Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Bis Nam Quoc Cang, Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/23/7323123eaf8a9369089ea3e2b390735562b2f949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.15" OriginalAmount="15.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.759006" Longitude="106.684921" StarRating="2" HotelCode="607584|3427275" HotelName="Smiley Apartment 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>385/16 Nguyen Trai, Phuong Nguyen Cu Trinh, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/65/99651bcad4d013bac4bf5e04fef03f58a4600e46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.15" OriginalAmount="15.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.812831" Longitude="106.66856004" StarRating="2" HotelCode="853020|3442405" HotelName="Victory Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96 Yen The, Ward 2, Tan Binh, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/50/5250e8a60deea040703cf4bf21a80375c094fca2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.20" OriginalAmount="15.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80873145" Longitude="106.66522049" StarRating="2" HotelCode="877684|3470945" HotelName="White Diamond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So 7 Ðong Ða, Phuong 2, Qu?n Tân Bình, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/83/4783217b44cae26c01d11af3e6079fecad91d231.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.26" OriginalAmount="15.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8131415" Longitude="106.67182775" StarRating="3" HotelCode="635666|3835635" HotelName="Mai Villa Hotel Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54/34 Bach Dang, Ward 2, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4d/974dbc73fe0ac751b8e1b670488e3b9036d25c7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7965221" Longitude="106.65903137" StarRating="1" HotelCode="372574|quynh_giang_hotel_" HotelName="Quynh Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16/4 Hoang Viet, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/4a/f64a5db69047c527cc7b8e68b11a1ae31eff179e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers. Additional facilities available...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76736509" Longitude="106.69114826" StarRating="1" HotelCode="373122|quoc_minh_hotel_" HotelName="Quoc Minh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>283/8 Pham Ngu Lao, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/75/a8758f76a4285150cfbc57444dafe605ef021dd3.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Quoc Minh Hotel offers comfort and convenience whether you're on business or holiday in H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76824921" Longitude="106.69383632" StarRating="2" HotelCode="372104|bi_saigon_hotel_" HotelName="Bi Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185/26, Pham Ngu Lao Street, District 1,, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/89/d089241bca9abc244fc59bf334ca274e76ad12b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77153317" Longitude="106.69008803" StarRating="3" HotelCode="368543|an_thai_hotel" HotelName="EM&amp;EM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/30/803042c2c24dec4b47af7ddd56e7f2ec2852fad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.792482319465" Longitude="106.69608063105" StarRating="1" HotelCode="347310|tuan_viet_hotel" HotelName="Tuan Viet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>232 Dinh Tien Hoang, Dakao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/c9/d4c92c3e65a09763046add579f3d7d34f8692cbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767705446377" Longitude="106.6926182825" StarRating="2" HotelCode="383558|mai_vy_hotel" HotelName="Mai Vy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>241/12 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b2/0ab2f199735ffcdc925c575786035df1ea93b79d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77443641" Longitude="106.69009344" StarRating="2" HotelCode="424719|vuon_tao_dan" HotelName="Vuon Tao Dan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>220 Nguyen Thi Minh Khai, Ho Chi Minh City, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/94/0594177663b686a1d5788137a7f92ad0083563d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7922192" Longitude="106.692695" StarRating="0" HotelCode="424421|phuong_nhan_hotel_" HotelName="Phuong Nhan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Tran Quang Khai Street, Tan Dinh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/78/4a784fc5b665b52dece352bdf6b4f5e1b36106bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Phuong Nhan Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. Off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76822269" Longitude="106.69359315" StarRating="3" HotelCode="553411|dragon_palace_3_hotel" HotelName="Dragon Palace 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>52 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/4e/984ef2f788d09e663e6593613d8f72286672b5c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a transfer service, room...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76629419" Longitude="106.68790765" StarRating="3" HotelCode="835867|chillsuites_sai_gon" HotelName="Chill Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A67 Nguyen Trai, Ward Nguyen Cu Trinh, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/a7/b3a7aaa769b0e39e7e8299382d4910d2123556c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773367202696" Longitude="106.69909537116" StarRating="2" HotelCode="915648|vuong_tai_hotel" HotelName="Vuong Tai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Luu Van Lang Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ea/6dea8f3be0af9e07c8197164f0891db58dab60ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767904769216" Longitude="106.6914553086" StarRating="2" HotelCode="915652|nam_long_hotel" HotelName="Nam Long Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>283/3 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a5/5ca5809b93d8ba68d6db59d85c1ebf3ca08fc9da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.76" OriginalAmount="16.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76729435" Longitude="106.69117497" StarRating="2" HotelCode="369260|1730428" HotelName="Ngoc Minh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Off-Site Parking,Parking,Pets allowed,Pick &amp;amp; Drop,Porter,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>283/11-13 Pham Ngu Lao, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/eb/49ebfc97fc49d5bd687a367bcd5a46cebd7e5ca7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Ngoc Minh Hotel places you in the heart of Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.84" OriginalAmount="16.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80676351" Longitude="106.66431281" StarRating="3" HotelCode="373607|1716768" HotelName="Saigon's Book Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15A Truong Son, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/46/5b469618c7af7ecec9bc59b3bded80818a41b51b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.85" OriginalAmount="16.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.734475812853" Longitude="106.67371325501" StarRating="3" HotelCode="346327|1786138" HotelName="Hoang Le Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Street 9, Hamlet 4, Binh Hung Commune, Binh Chanh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a6/b1a678651c842a63ee8e3d0cfddbdae7f0a7bb52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.19" OriginalAmount="16.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76454104" Longitude="106.6874994" StarRating="1" HotelCode="586862|3439035" HotelName="Hanh Phuc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>265 Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/d0/41d01b333e372afd4cf664ab6bdfdc44eadc8ac3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.28" OriginalAmount="16.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74055046" Longitude="106.69572022" StarRating="3" HotelCode="701339|3471815" HotelName="Bin Bin Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>L19 Street 14, Him Lam Residence, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/58/d35871eb2f5e7f43e825ddcbfd06ea208d0fea4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.31" OriginalAmount="16.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730277052148" Longitude="106.70700043408" StarRating="2" HotelCode="346260|1753708" HotelName="Vien Dong Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>R4-27/28 Hung Phuoc 3, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ab/34ab5268db034696fe46f4600ad2aae5ed5fba23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.33" OriginalAmount="16.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78605281" Longitude="106.66704636" StarRating="2" HotelCode="773525|3463885" HotelName="C'Lavie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>548A Cach Mang Thang 8, Phuong 11, Quan 3, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/67/43/6743eff2267e8e09839c57018495bfb8ae470654.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.804108" Longitude="106.70932089" StarRating="2" HotelCode="347105|apogee_hotel" HotelName="Apogee Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33-33A Dinh Bo Linh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/b0/97b01bb101f12a5827a0195089fdbcafeb345922.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Apogee Saigon Hotel puts everything the city has to off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7995359" Longitude="106.67330877" StarRating="2" HotelCode="367481|han_river_" HotelName="Namu Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>197A Hoang Van Thu, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/a5/f4a5c2b538c5bfbb82ed9de78c6157086cc6dab4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Namu Saigon Hotel is conveniently located in the popular Tan Son Nhat International Airport area. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771504667603" Longitude="106.6972599492" StarRating="2" HotelCode="368607|song_anh_3_hotel" HotelName="Song Anh 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24 Le Lai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/b7/79b7b11680f8a10d04a828ad77cc6f81e6ed87d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79648576" Longitude="106.67259866" StarRating="2" HotelCode="367959|hoang_ha_hotel_2" HotelName="Hoang Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>53-57 Truong Quoc Dung, Phu Nhuan, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/2b/342b9416a8cbe31bc23a1dbb5ec8c37cd8cc2085.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7717884" Longitude="106.69704618" StarRating="2" HotelCode="366951|thanh_thu_hotel" HotelName="Thanh Thu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>34 Nguyen An Ninh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b4/0db47896314c11df520157093a4f37d09c9275b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 1 - Ben Thanh Market, Thanh Thu Hotel promis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.799605225555" Longitude="106.67310991638" StarRating="2" HotelCode="383563|yen_nam_hotel_hoang_van_thu" HotelName="Hotel Namu Ho Chi Minh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>197A Hoang Van Thu Street, Ward 08, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e0/8ae01e14019d17a2e9f70831ebd780be9a7c008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="809009|apollo_hotel_23" HotelName="Apollo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Yen The</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/c6/f3c6be54bc1a5782192f011e726b4e244b55194e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75253125" Longitude="106.6736995" StarRating="3" HotelCode="915626|dong_kinh_hotel" HotelName="Dong Kinh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>106-108 Tran Tuan Khai, Ward 5, Ho Chi Minh City, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/9b/fb9b1c1d2cae6645f4bf31b2bd4bfa5d2e6389c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="856066|reddoorz_plus_nguyen_van_troi" HotelName="RedDoorz Plus @ Nguyen Van Troi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>251/8 Nguyen Van Troi, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/09/020989a7ef277117f160579bb70fbfdbad18aa31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.51" OriginalAmount="17.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7378593" Longitude="106.70532095" StarRating="2" HotelCode="758691|2347825" HotelName="Bin Bin Hotel 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Street 73, Tan Quy Dong Residence, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/58/52587c568dc517c44f8ae0ac4f69b9ad92c5ae47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.61" OriginalAmount="17.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767062476939" Longitude="106.68928885994" StarRating="2" HotelCode="309449|1165908" HotelName="Phan Anh Backpackers Hostel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/6 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/bf/1dbff13baac0b3ca8a288a971e825a8636ff5768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.81" OriginalAmount="17.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73715609" Longitude="106.72752976" StarRating="3" HotelCode="784951|3433965" HotelName="Sonata Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Thi Thap Street, Tan Phu Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/60/83606c8e5df7ed6bc493332aa709b21a0d098f3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.20" OriginalAmount="17.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72732236" Longitude="106.70555043" StarRating="3" HotelCode="744063|3440195" HotelName="Fide Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>472-474 Pham Thai Buong Street, Tan Phong Ward, District 7, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/00/4800e39df060122a768df36fbebff81b8025e01d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.21" OriginalAmount="17.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81150275" Longitude="106.66696501" StarRating="3" HotelCode="585983|3452275" HotelName="New Space Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Lam Son, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/d0/89d0fd58ce2606a2be4beff318a53c72a5c221cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.24" OriginalAmount="17.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80031817" Longitude="106.64796675" StarRating="2" HotelCode="346862|1819498" HotelName="Hoang Thanh Thuy Hotel 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ward 12, 9 Nguyen Minh Hoang, Tan Binh district, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/a1/6ca15ab88461224000676ba059974fb8166e41a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.28" OriginalAmount="17.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791501719569" Longitude="106.69131918142" StarRating="2" HotelCode="383557|1716018" HotelName="The Sun Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Nguyen Huu Cau, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/7e/f87eece70fe47bef5ef65051be73bc9d6dc2b81f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.33" OriginalAmount="17.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73193098" Longitude="106.70932982" StarRating="3" HotelCode="623988|3465975" HotelName="Bizu Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60-62 Cao Trieu Phat Street, Hung Gia 4, Phy My hung Town, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/43/e343274742bd3b6774b6f685326d915027f6265a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76979117" Longitude="106.69762498" StarRating="2" HotelCode="424829|quy_hung_hotel_" HotelName="Quy Hung Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>20 Dang Thi Nhu street, Nguyen Thai Binh ward, dis 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/3d/623df1c0ae662c087e62b70f7227282354ad6d8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quy Hung Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. The pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75518559" Longitude="106.68039768" StarRating="2" HotelCode="518110|bonita_grand_hotel" HotelName="Bonita Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>570-572 Tran Hung Dao Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/zz/15ad8535610e0cf74e0d8b80f427114dcc960dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Bonita Grand Hotel to discover the wonders of Ho Chi Minh City. The hotel has everything you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76633876" Longitude="106.6932622" StarRating="2" HotelCode="518285|nest_hotel_4" HotelName="Nest Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>100/2A3 Tran Hung Dao, Phuong Pham Ngu Lao, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/d6/99d6cba7983a1ec45439b5629bdfb5dc095afb65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7273742" Longitude="106.69305985" StarRating="2" HotelCode="623121|spring_light_home" HotelName="Spring Light Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>2 Street 16, Riverside Housing Area, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/ce/8dce03ee7357c90fd5aa7d331dd694aeb3fd58f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76785129" Longitude="106.69445097" StarRating="2" HotelCode="743994|urban_lodge_hotel_hostel" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/8 Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/fc/d9fc3bb9298918b274e8a2a5803cda11e008f75b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77033753" Longitude="106.68495005" StarRating="3" HotelCode="754861|the_sargon" HotelName="The Sargon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/42 Cao Thang, Ward 5, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/59/6b59206a4c78dd3098031ff9b97f62e8ca562df0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7707645" Longitude="106.69121826" StarRating="3" HotelCode="947104|ben_thanh_retreats" HotelName="Ben Thanh Retreats Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121/39 Le Thi Rieng Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5b/415baf8eb707ce2bba1a5c097b7b76499ba7b8f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7304856" Longitude="106.7075641" StarRating="1" HotelCode="965408|vien_dong_3d_apartment" HotelName="Vien Dong 3D Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-35 Hung Phuoc 3, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/6a/446acb389b13d62fecfddc9291f85467293754fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="963218|sabay_airport_apartment" HotelName="Sabay Airport Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Cuu Long Street, Ward 2, Ho Chi Minh City 72108</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/3b/473b528f842003f0f4952f2d9f40acfb5639ce25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73376655" Longitude="106.70977175" StarRating="0" HotelCode="971389|vietlife_cultural_homestay" HotelName="Vietlife Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-09 Hung GIa 1, Duong So 2, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/e6/20e62c590b003aa2a270ce2c8011998f8bfae6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76769118" Longitude="106.6912408" StarRating="2" HotelCode="980406|louis_hostel" HotelName="Louis Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>283/17 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City 12345</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/58/f1584dc25f584727a367bf7f3996da0ebd8c4999.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.39" OriginalAmount="18.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7702816" Longitude="106.68865096" StarRating="3" HotelCode="744047|3435105" HotelName="Bonita Signature Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118A Bui Thi Xuan, Ben Thanh, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/43/014324f23af5a88649fee8657915da09df05d702.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.84" OriginalAmount="18.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80987555" Longitude="106.66578031" StarRating="3" HotelCode="518198|3473175" HotelName="The Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Cuu Long, Ward 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/57/5c574c619e50817f8f94354f907c2f8de39641a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.05" OriginalAmount="18.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77013684" Longitude="106.69219129" StarRating="3" HotelCode="639504|3463365" HotelName="Sai Gon Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Nguyen Van Trang, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/58/9858ec82c83b13310748cbd9d7e47e4eec2e4922.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.15" OriginalAmount="18.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81329608269" Longitude="106.66795318052" StarRating="3" HotelCode="524070|2103335" HotelName="Erato Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>44,46 Hong Ha Street, Ward 2, Tan Binh District, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/ca/79ca4d996f30cda672f0f193856f608903ebeea5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.28" OriginalAmount="18.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73355933" Longitude="106.70763566" StarRating="2" HotelCode="773759|3427435" HotelName="Hoang Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-62,63,64 Duong Noi Khu Hung Gia 2, Phuong Tan Phong, Quan 7, Than Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c6/96c64d32d3af9071b5e319f2ff841431e93e1ff8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.31" OriginalAmount="18.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="3" HotelCode="773499|3451335" HotelName="HT Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128/1-5 Tran Quoc Thao Street, Ward 7, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/70/e870c30678355338889d24cf5e7901e92b72b389.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77162553814" Longitude="106.69646412134" StarRating="2" HotelCode="320344|little_saigon_corner_boutique_hotel" HotelName="Little Saigon Corner Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Truong Dinh Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/77/2b773cb7e50642337590fa92aec22fb42bda771c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right in the centre of Ho Chi Minh City, within walking distance of the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771791539837" Longitude="106.69701397419" StarRating="3" HotelCode="163643|aluna_hotel_2" HotelName="Aluna Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Nguyen An Ninh Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/ff/52ff942933c2f617fffcde45082ea1cfe548e1fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the business centre of Ho Chi Minh City, 50 metres from Ben Thanh mar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83943613" Longitude="106.74098399" StarRating="3" HotelCode="267979|hoa_phat_hotel_apartment" HotelName="Hoa Phat Hotel &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Currency Exchange,Golf,Internet,Kitchen,Laundry,Massage Centre,Pets allowed,Restaurant,Room Service,Smoking Rooms,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>526/5 Pham Van Dong Square, District Thu Duc, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/ec/adecbb965a0ca9b838ea31be139949a869c6d4f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Ho Chi Minh City at Sai Gon River side the city is known for being a dynamic economic ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76610531965" Longitude="106.68951807488" StarRating="2" HotelCode="225964|madam_cuc_184" HotelName="Spotlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>184 Cong Quynh, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/58/4d58f72537f7362c9c10d143f14d51fd5cacda11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767283" Longitude="106.69111107" StarRating="1" HotelCode="370233|giang_son_hotel_1" HotelName="Giang Son Hotel 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>283/14 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b2/3bb2da25d5974115b5cd166761968e70c44b48c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Giang Son 3 Hotel places you in the heart of Ho Chi Minh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76787994" Longitude="106.692557" StarRating="2" HotelCode="488617|sunny_guesthouse_5" HotelName="Sunny Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241/33 Pham Ngu Lao Street, Pham Ngu Lao Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e9/62e9b091980dce60a7c74dce3a35a3fcf2d9fe64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service. Wireless internet access in public areas allows guests t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73005949" Longitude="106.70744149" StarRating="2" HotelCode="517781|vien_dong_2" HotelName="Vien Dong Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-20 Hung Phuoc 3, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/b8/31b8c07ed2390892363d6d1853481294383ef575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="700462|minh_ngoc_hotel_3" HotelName="Minh Ngoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Street 6C</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/1b/8f1b27f5ab4a1f878066442baefb2fd9675145ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73334916" Longitude="106.70947439" StarRating="2" HotelCode="762297|la_cigale_residence" HotelName="La Cigale Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37-39 Khu Pho Hung Gia 1, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/0b/770b2ad5b6324fc3c166262a0a1b1dd9beaca791.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73097093" Longitude="106.70715018" StarRating="2" HotelCode="857424|parkhill_hotel_apartment" HotelName="Parkhill Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>67 Le Van Thiem, Hung Phuoc 3, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/40/3e40be8b1dac0dc4cae0f209a9f8536262e420e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77231192" Longitude="106.70211592" StarRating="0" HotelCode="977788|sunway_hotel_saigon" HotelName="Sunway Hotel Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Huynh Thuc Khang, Phuong Ben Nghe, Quan 1, Ho Chi Minh City 7000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/0d/790dd67eb81d58ac113826742e3b3d29a01b0fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.48" OriginalAmount="19.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7334404" Longitude="106.70893447" StarRating="0" HotelCode="743934|3428265" HotelName="Sabina Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Khu Pho Hung Gia 1, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/ea/10ea4a3e456028c95493899ab361668044b493f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.55" OriginalAmount="19.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771823015125" Longitude="106.69622728214" StarRating="2" HotelCode="347863|1830028" HotelName="Moc Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>26/12-13 Truong Dinh, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079ce483af07636d2883d69a1fcb797bb97c64d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.83" OriginalAmount="19.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73240759" Longitude="106.70985922" StarRating="3" HotelCode="626133|3457625" HotelName="Saigon By Night Luxury Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4 90 Hung Gia 3, Phu My Hung, Ho Chi Minh Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/97/ef97a2f5486479288402c7ffd06a05fcd056b5f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.86" OriginalAmount="19.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77178331" Longitude="106.6903505" StarRating="3" HotelCode="309465|3476415" HotelName="Tuong Vy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Bicycle Rental,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40-42 Bùi Thi Xuan, Phuong Ben Thành, Quan 1, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ec/5dec3ec00f7d1f0facdd7f4bcfe99fa2d0705db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tuong Vy Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. Offeri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.38" OriginalAmount="19.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76884379" Longitude="106.6940616" StarRating="2" HotelCode="489160|3449495" HotelName="Kim Khoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>181 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f4/0af45d653435d2c2417bdbb23b99673493bb5c8f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.40" OriginalAmount="20.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77216189" Longitude="106.69067688" StarRating="2" HotelCode="450960|mayflower_saigon" HotelName="Asian Ruby Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>20 Bis Bui Thi Xuan, Ben Thanh, District 1, Ho-Chi-Minh-City 7000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/5e/095e9ee97a1ddc423789aebef174139cf0df98dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.40" OriginalAmount="20.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76668688" Longitude="106.67704412" StarRating="0" HotelCode="824851|happy_3" HotelName="Happy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>7 Ly Thai To Street, Ward 1, District 10, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e9/39e9a5706c01ca653af56a539f57569319844670.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 10 Phu Tho Racecourse, Happy Hotel promises ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.77" OriginalAmount="20.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76944577" Longitude="106.69218176" StarRating="2" HotelCode="369411|3443915" HotelName="Hoang Hoang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120/4 Le Lai Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/95/6b95e08da3d01414a4d002ef6c4055e987ffd96c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.81" OriginalAmount="20.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773774" Longitude="106.686191" StarRating="2" HotelCode="642279|3448715" HotelName="La Regatta Boutique Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225/4 Nguyen Dinh Chieu, Phuong 5, Quan 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/68/d9687a436fc5bd9047adb3df08797672b67b7903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.28" OriginalAmount="20.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7687804" Longitude="106.69381405" StarRating="3" HotelCode="632262|3425885" HotelName="Saigon Kiko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211-213-215 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/805012/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773444290375" Longitude="106.6974474308" StarRating="2" HotelCode="309437|halo_hotel" HotelName="Halo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/08/a9088cb04152a466de0a23df6f6258b9ad586e91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77268386" Longitude="106.69698777" StarRating="3" HotelCode="374051|ngan_ha" HotelName="Ngan Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>190 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ec/7d/ec7de905bb5af82a58e76793fd568e017eada331.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769952323438" Longitude="106.69228528966" StarRating="2" HotelCode="369407|bloom_2_hotel" HotelName="Bloom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Nguyen Van Trang Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6c/806c0c7f22976b6910c618f811605123b4b5bfeb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Bloom Hotel 3 offers comfort and convenience whether you're on business or holiday in Ho ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76658152" Longitude="106.69504478" StarRating="2" HotelCode="764100|punto_hostel_2" HotelName="Gemini Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135/23 Tran Hung Dao, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/c5/08c508ee2b7e4e73a264d96218f331b2b85319e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768983419183" Longitude="106.69417615531" StarRating="2" HotelCode="915637|le_le_hotel" HotelName="Le Le Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/24/0d241225dc4f66d31831cc8a2b23da754f90298b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.54" OriginalAmount="21.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81030654" Longitude="106.73459017" StarRating="2" HotelCode="599936|3433035" HotelName="Sen Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>51 2 Street, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/a2/0da27e7ac6339d20341324ad463dd36e44dd782c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.85" OriginalAmount="21.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767774" Longitude="106.6947" StarRating="3" HotelCode="303836|1215368" HotelName="Eden Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28/12 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/e0/d4e0a4dc3cbe1b477a08a7162a136465f93163c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.89" OriginalAmount="21.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77251392" Longitude="106.6949021" StarRating="2" HotelCode="375285|3467875" HotelName="Thien Hai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/92/87922cf9f4615c06213669a534049325380c1cc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.24" OriginalAmount="21.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770097" Longitude="106.697759" StarRating="3" HotelCode="119032|359035" HotelName="Dong Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Tran Hung Dao B St., Ward 7, Dist. 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ba/49ba16a9244abded678f6f19f556f4e63e6d959d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.40" OriginalAmount="21.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79595784" Longitude="106.6717919" StarRating="3" HotelCode="518221|3427935" HotelName="Ananas Family Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/5A Hoang Dieu street, Ward 10, Phu Nhuan district, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b8/35b8f0740550218958ae5cc9a90fdf758d13dfb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767271590683" Longitude="106.68687684113" StarRating="2" HotelCode="309433|cozy_house_140" HotelName="Elegant Inn Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Cong Quynh, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/37/9237672a780f9fff86a04548a166d850f3a4f76a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76908195069" Longitude="106.69820279482" StarRating="3" HotelCode="347824|calmette_hotel" HotelName="Calmette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 Calmette Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/48/6248975c1bc33c98af8d8fa9bb2f6e70bc19e2d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.762400308632" Longitude="106.69889098454" StarRating="3" HotelCode="640958|herla_central_saigon" HotelName="River Gate Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 - 155 Ben Van Don, Ward 6, District 4, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/ef/f1ef045b0c241878c961dab8c03c9d8f53fbda9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78960411" Longitude="106.68694475" StarRating="3" HotelCode="852742|emerald_central" HotelName="Emerald Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69-71 Huynh Tinh Cua Street, Ward 8, District 3, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/99/74993cbe07a0d8a6c744c0b2a055273ee0fc0bd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.756985" Longitude="106.685679" StarRating="3" HotelCode="905927|sunshine_antique_hotel_saigon" HotelName="Universe Central Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>549 Tran Hung Dao Ave, Dist 1, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/f7/a0f74c16a46c439748f9e80002117cd3a212cbcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a perfect location right on the main Tr?n Hung Ð?o Avenue, the main artery of Ho C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80271199" Longitude="106.64392809" StarRating="0" HotelCode="951226|cherry_hotel_and_apartment" HotelName="RedDoorz Premium Near E Town 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>406/14 Cong Hoa Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/23/7f23b391bee573225b4fda9efc920e32578b678c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="984396|the_cozy_inn_2" HotelName="The Cozy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Co Giang, Phuong Cau Ong Lanh, Ho Chi Minh City 700000, Quan 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/16/481609f52aa40d870cebd65ccb96b1f9c3ca8f18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.50" OriginalAmount="22.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77170682" Longitude="106.69397923" StarRating="2" HotelCode="553404|3464545" HotelName="A25 Hotel 307-309 Ly Tu Trong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>307-309 Ly Tu Trong, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/3f/1d3f509bf715e40ee21aa58759c9eac071a15734.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.73" OriginalAmount="22.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7686353" Longitude="106.69401127" StarRating="3" HotelCode="586715|3472865" HotelName="Prague Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>175/10–12 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/cc/58cccff27e2504f1588bf6a8e5b82d52503bf7e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.74" OriginalAmount="22.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777957516383" Longitude="106.70417857372" StarRating="3" HotelCode="309798|1456168" HotelName="King Star Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>18 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/90/2990086e4056f8837b8d9f55c19475794418bd40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.98" OriginalAmount="22.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778636723549" Longitude="106.68877756575" StarRating="3" HotelCode="309421|1742728" HotelName="Angela Boutique Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107/17 Truong Dinh Street, District 03, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fb/78fbf5d6269bb86353680d5f4ccd58aa9877fb98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.20" OriginalAmount="22.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778222662252" Longitude="106.69186850913" StarRating="3" HotelCode="346268|3453695" HotelName="Minh Khang Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155 Vo Van Tan, Ward 6, District 3, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/a4/1fa4f88edaa15b99b82091c100cccf1bab752fef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.26" OriginalAmount="22.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76939919" Longitude="106.69206929" StarRating="1" HotelCode="367542|3436995" HotelName="A25 Hotel 122 Le Lai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/8b/378b3c353c9cb32bcab47594ce7afd0d91def51a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.43" OriginalAmount="22.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.764817746482" Longitude="106.69190631866" StarRating="1" HotelCode="384658|3466055" HotelName="A25 Hotel 22 Nguyen Cu Trinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Nguyen Cu Trinh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/da/e4da6a59a1e3d8dbe3263d4464c6b387fa66477b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773610868485" Longitude="106.69718827105" StarRating="2" HotelCode="320708|the_white_2_hotel" HotelName="Charner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/0f/780ff765c69993232df817ea1d458516ee5acc01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is set in Ho Chi Minh City. The total number of rooms is 22. Pets are not p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766185927558" Longitude="106.69411072394" StarRating="3" HotelCode="640311|babylon_serviced_apartment" HotelName="Babylon Central Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161C Tran Hung Dao Street, Co Giang Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d6/31d689ce30edb85d9c95fac69d658bde1f20142f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75855358838" Longitude="106.67361904048" StarRating="2" HotelCode="915643|phuoc_loc_tho_2_hotel_2" HotelName="Phuoc Loc Tho 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192 - 194 Su Van Hanh, Ward 9, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/23/d2239d66840f5383ad2f77d74f05331291be90d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.752424058179" Longitude="106.66508495808" StarRating="3" HotelCode="905931|bat_dat_hotel" HotelName="Bat Dat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>238 - 244 Tran Hung Dao Street, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6e/fb6e4a53de5bbac577b70a393beb226a4aa0b304.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cho Lon Commercial Centre, in China Town, a popular tourist draw in Ho Chi ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7847762" Longitude="106.68500044" StarRating="3" HotelCode="947084|t78_hotel" HotelName="Nha Khach T78" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Lý Chính Thang, Phuong 7, Quan 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/3c/4a3c5bfe446c092293af63ded030ed4517e79444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.64" OriginalAmount="23.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768906" Longitude="106.68326" StarRating="3" HotelCode="172041|1142568" HotelName="White Lion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>15C Cao Thang, Ward 2, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/00/3400b99d7451ba8e6863147ed3ffbb6e15ad58ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Saigon's business, shopping and entertainment district....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.96" OriginalAmount="23.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768209" Longitude="106.692333" StarRating="3" HotelCode="68353|139594" HotelName="Liberty Saigon Parkview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>265 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0a/110aad2401dc3ecf1d3977f006600a8fbfc38df8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located in the hub of the tourist district, only few minutes walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.98" OriginalAmount="23.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76667179461" Longitude="106.68868303299" StarRating="3" HotelCode="173644|1122938" HotelName="La Felix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>287-289 Pham Ngu Lao st, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/68/7268159d254ff7028acdd4d814327144ce5e0217.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in district 1 of Ho Chi Minh City, the hotel is within a short walking distance to the bust...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.01" OriginalAmount="23.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7721745" Longitude="106.69606471" StarRating="3" HotelCode="413190|3472485" HotelName="The Luxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>261-263 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e2/30e27880994292ff5484a637d1e1291b58c513ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Luxe Hotel in Ho Chi Minh City (Ben Thanh Marke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.09" OriginalAmount="23.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80290773" Longitude="106.73277037" StarRating="3" HotelCode="635507|3440785" HotelName="Common Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Street 38, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.26" OriginalAmount="23.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76984" Longitude="106.6864" StarRating="1" HotelCode="267976|3467915" HotelName="A25 Hotel 14 Luong Huu Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Luong Huu Khanh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/79/2079bda12098f525cc7bbe818d5e821294e07051.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.43" OriginalAmount="23.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774305810988" Longitude="106.69656635132" StarRating="3" HotelCode="346690|1457348" HotelName="Rosa Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>55 Thu Khoa Huan, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/57/0757c219e567c9e0d911dfcdac4edd19aa7b6877.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772858471215" Longitude="106.69707371074" StarRating="3" HotelCode="309424|anpha_boutique_hotel" HotelName="Anpha Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>202 Le Thanh Ton Street, Near Ben Thanh Market, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/8b/c38b4832e105e3234e925fd5e1d7c6fa36e664eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806238253838" Longitude="106.6641670035" StarRating="3" HotelCode="347377|iris_hotel_13" HotelName="Iris Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9-9A Truong Son Street, Phuong 4, Quan Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/24/0e24a12bee8df4dbd596605f1371876522f84dac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Tan Son Nhat International Airport, Iris Hotel Saigon is a perfect starting point from wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75307875" Longitude="106.67308865" StarRating="2" HotelCode="602200|fortune_1127_hotel" HotelName="Fortune 1127 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1127 Tran Hung Dao, Ward 5, Distrikt 5, Ho Chi Minh Stadt 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/29/df2926b8ddb2bf0891502c778be75725d59cc026.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.857098991297" Longitude="106.69779978934" StarRating="4" HotelCode="933298|silver_creek_city_resort_6" HotelName="Toki Saigon - Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Võ Th? Li?u, Phu?ng An Phú Ðông, Qu?n12, Thành ph? H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/53/7b53d2b6e8e8bb0401720b57defa9fec4f18a892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.98" OriginalAmount="24.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768003" Longitude="106.686459" StarRating="3" HotelCode="166813|1128248" HotelName="Hoang Ngan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/f0/e0f0a4a0d0f1f91f24378b35817919dac27e5c8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City's centre. It is only a 4-minute drive to Ben T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.19" OriginalAmount="24.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.752808784891" Longitude="106.66424274445" StarRating="3" HotelCode="905930|1113458" HotelName="Arc En Ciel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 - 56 Tan Da St, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/f2/32f29165c9111cd778f6e7484bfd31bb90b0ed86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right by the Thien Hau pagoda in Cho Lon Commercial Centre. It is set in China...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778900691049" Longitude="106.70321212214" StarRating="3" HotelCode="309459|the_spring_hotel" HotelName="The Spring Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Le Thanh Ton Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c8/68c8f66a42eda17df6bce5406991aaa9a04a44af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730469537432" Longitude="106.70767158654" StarRating="3" HotelCode="368084|boutique_garden_hotel" HotelName="Boutique Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>R3-84 Hung Phuoc 3, Phu My Hung, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/a4/8aa40b61aeed6f244a9f503ff20758042dd66c2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7737699" Longitude="106.7063543" StarRating="3" HotelCode="402015|riverside_saigon_" HotelName="Riverside Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-19-20 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/dc/abdc7aab199bc37340a59f66d92021077a892a41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80481541" Longitude="106.64766772" StarRating="2" HotelCode="600182|thinh_gia_phat_hotel" HotelName="Thinh Gia Phat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>440/71 Nguyen Kiem, Ward 3, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/fb/ebfb2e69b06d8c5acd6b68a5f50008a1c8be3157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Ho Chi Minh City (Ba Queo), Thinh Gia Phat Hotel is convenient to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.82583845" Longitude="106.63293899" StarRating="3" HotelCode="828694|tan_binh_hotel_3" HotelName="Tan Binh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36B Cong Lo, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/f7/0df7301f2abd5bb9f1c3e0a2d80d2c62f9a3c072.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76573955" Longitude="106.69103103" StarRating="0" HotelCode="947072|aquarizon_boutique_hostel_city_bar" HotelName="Aquarizon Boutique Hostel &amp; City Bar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>197 Bui Vien Street, Pham Ngu Lao Ward, Distric 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4f/a04ffa017bbd421577b6fd7d85e8c4676f0798da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766151979686" Longitude="106.69128459392" StarRating="2" HotelCode="915644|duc_vuong_hotel" HotelName="Duc Vuong Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>195 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/54/c9545c0af783fc532b0ee5621c37c4d003d06008.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773608967567" Longitude="106.69691685152" StarRating="3" HotelCode="915631|thanh_lien_hotel" HotelName="Sunrise Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135-137 Ly Tu Trong Street, Ben Thanh, Ward District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/5e/505ed7f8d8c4f55b5b6407208590219204bd1bdc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.11" OriginalAmount="25.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.797215271176" Longitude="106.65998091055" StarRating="2" HotelCode="346782|3438055" HotelName="Royal Dragon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1/16-1/18 Hoang Viet Street, Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/04/c1047d8fbee26c91ae0f94b0ca7d1cc880e6d735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Royal Dragon Boutique Hotel is a distinct addition to the city's skyline. With its location just 3.0...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.15" OriginalAmount="25.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768945783802" Longitude="106.69423520565" StarRating="3" HotelCode="70180|571895" HotelName="Elios Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231-233-235 Pham Ngu Lao Street, District 1, Ho Chi Minh City 10032</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/57/565700f9dc57efcc598d75871f5ad92a2737d8ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of HCMC, within walking distance of fabulous shopping as well as t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.15" OriginalAmount="25.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80662875" Longitude="106.66500316" StarRating="3" HotelCode="856629|3450045" HotelName="Airstar Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Song Day, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/bb/8cbb0451556700bd64200bacdb40461c2cfef330.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75807848" Longitude="106.68026043" StarRating="3" HotelCode="346722|signature_boutique_hotel_3" HotelName="Signature Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>80/1 Nguyen Trai, Ward 3, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/d9/ecd9979914a37190f0e5d4de1b6353dd552e9d7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77241584087" Longitude="106.69482562343" StarRating="2" HotelCode="370927|the_one_hotel_ben_thanh" HotelName="The One Hotel Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>230 Ly Tu Trong, Thanh Pho, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/53/d3536b24ef1c3cc7f37962e555027b17936392f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7869779" Longitude="106.66442009" StarRating="3" HotelCode="436114|cam_ly_boutique_apartment__hotel" HotelName="Cam Ly Boutique Apartment &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>656 Cach Mang Thang 8, Ward 11, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/b0/a7b0bf486ee8abac3255fbc8ef3f7e25e300d14a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77433136" Longitude="106.69664086" StarRating="3" HotelCode="623639|sam_hotel_apartment" HotelName="A&amp;EM Hotel &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Thu Khoa Huan Street, Ben Thanh Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/33/b7330f3c3b461a39161a978c7b47d2977ba0956c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76814836" Longitude="106.69833869" StarRating="3" HotelCode="620157|lotus_boutique_hotel_2" HotelName="Lotus Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55/29-31-33 Le Thi Hong Gam Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/64/6764486a9908183ed3fed91c4d5e8efc9367027e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76918104" Longitude="106.69981737" StarRating="2" HotelCode="631573|triple_e" HotelName="Triple E" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Nguyen Thai Binh, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1c/f31cfe63c9fa3732410534612b71d1d4b4abaef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75502521" Longitude="106.61163388" StarRating="3" HotelCode="826631|hong_bao_thach_hotel" HotelName="Hong Bao Thach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Duong 24A, Phuong Binh Tri Dong B, Quan Binh Tan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6a/426a29c54a88bae3f68815fe865527597becf826.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877604|indochine_ben_thanh_hotel_apartments_2" HotelName="Indochine Ben Thanh Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Luu Van Lang</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/b9/23b967ac4db6b892970b9960be24803db44f743c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77471201" Longitude="106.68244151" StarRating="0" HotelCode="960849|babylon_d3_serviced_apartment" HotelName="Babylon D3 Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136/6 Vuon Chuoi Street, Ward 4, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/7219da5984dde6bfd08b494fb98b2df2e6c00552.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.59" OriginalAmount="26.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773726734398" Longitude="106.69671439681" StarRating="3" HotelCode="915629|1588398" HotelName="Joviale Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/3a/453a2ca90418d64b21eac97466a43b19342841b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.62" OriginalAmount="26.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768982352702" Longitude="106.69768035171" StarRating="3" HotelCode="350364|1733218" HotelName="Ben Thanh Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55/34 Lethi Hong Gam Street, Nguyen Thai Binh Ward, Ho Chi Minh, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/7e/577e061d370cb4bd559e85f3270433a6eadc31f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.83" OriginalAmount="26.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.800476666667" Longitude="106.66148" StarRating="3" HotelCode="185786|1151688" HotelName="TTC Hotel Deluxe Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>315 Hoang Van Thu Street, Ward 2, Tan Binh District, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b1/46b1004d423d7bd5098828e9cd70a9af33eb506e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on Hoang Van Thu Street, the hotel is opposite Hoang Van Thu Cultural Park, War Remnants Mu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.85" OriginalAmount="26.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784948556179" Longitude="106.69071307606" StarRating="3" HotelCode="307374|1075788" HotelName="Emm Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157 Pasteur street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/e9/66e9ba88c504e39ed89523722611f9ef2fb1b152.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.03" OriginalAmount="26.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768459413716" Longitude="106.69340853372" StarRating="3" HotelCode="391305|1201458" HotelName="A25 Hotel 274 De Tham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>274 De Tham Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/fd/d4fd036c6f81baa46a73bccff1c623975dbbe13d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.04" OriginalAmount="26.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77407982" Longitude="106.67812005" StarRating="3" HotelCode="368066|3453815" HotelName="Minh Tam Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>206 Ba Thang Hai Street, District 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/e4/90e43c5862759170e6bc1300dcebe4f452257be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73096782" Longitude="106.70769819" StarRating="3" HotelCode="407859|hotel_l_odeon_phu_my_hung" HotelName="Hotel L Odeon Phu My Hung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>63-65 Le Van Thiem Street, Khu Pho Hung Phuoc 3, Tan Phong Ward, Dist.7, Phu My Hung, Ho Chi Min City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/0c/a20cd4e9831f930118eb238bfc39472795ca3df3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel L Odeon Phu My Hung is perfectly located for both business and leisure guests in Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773232230765" Longitude="106.69605237808" StarRating="2" HotelCode="915639|aem_corp__the_petit_hotel" HotelName="A And Em 179 Ly Tu Trong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179 Ly Tu Trong Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4d/974da4a5c5dbd1c2d382c816ec83ebe13fc16b40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="977877|akoya_saigon_central_hotel" HotelName="The Akoya Ben Thanh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88 Ly Tu Trong, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/f7/43f7b7dc792838d2833753aa3e6bb9aa1bcac3b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76547724" Longitude="106.68673681" StarRating="0" HotelCode="963589|christinas_saigon" HotelName="Christina's Saigon - The Mothership" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212/2B Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/35/f835942797e0315f019df05eec603fa2ad26057d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.86" OriginalAmount="27.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774332471457" Longitude="106.69744104688" StarRating="3" HotelCode="319764|1208798" HotelName="Gk Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Ly Tu Trong, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/98/5d98428dc4ccfbe7560f163105efcd6e24cea54a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.99" OriginalAmount="27.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78720314" Longitude="106.69264124" StarRating="2" HotelCode="374268|3429685" HotelName="A25 Hotel 251 Hai Ba Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>251 Hai Ba Trung Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/fa/a1fa29b409df30078791cd40995afe560b3d8619.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.02" OriginalAmount="27.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73135636" Longitude="106.70751581" StarRating="3" HotelCode="407933|1739568" HotelName="Song Hung 2 Hotel &amp; Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Kitchen,Laundry,Luggage Storage,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>R4 33 - 34 Le Van Thiem, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/f5/e8f51525571835d86f40de75ccaed2abb77fcf57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Saigon Exhibition and Convention Center, Song Hung Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.10" OriginalAmount="27.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7722601" Longitude="106.69053433" StarRating="3" HotelCode="595539|3461305" HotelName="A25 Hotel 20 Bui Thi Xuan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Bui Thi Xuan, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/b7/a3b78c02cf5a1bb8cad0c53991c66e695c412289.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.28" OriginalAmount="27.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768849378209" Longitude="106.69379633821" StarRating="2" HotelCode="384349|1731758" HotelName="Beauty Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>185/14 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/78/fd78996eab94fb70d3b0dfa777377e94e78ef483.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77181546" Longitude="106.69678305" StarRating="3" HotelCode="309434|gia_huy_hotel_2" HotelName="Gia Huy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Nguyen An Ninh, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ef/feefd4e14bbfe0ab220ec168d8116a640488f299.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771022" Longitude="106.700078" StarRating="3" HotelCode="68050|liberty_2_hotel" HotelName="Liberty 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129-133 Ham Nghi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/14/1d14a9f0e14b0e4d113c98250b93c1a7e0b26c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just across the street from Ben Thanh Market and gives guests perfect access t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77351843" Longitude="106.69852452" StarRating="2" HotelCode="374252|lien_an_saigon_hotel_2" HotelName="Lien An Sai Gon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181 Duong Le Thanh Ton, Phuong Ben Thanh, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/88/1a888b81e6993bd563c31abfa6bfaf0f8a8002dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Lien An Saigon Hotel 2 puts everything the city has to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76928248" Longitude="106.68774786" StarRating="2" HotelCode="613818|triip_le_han_dai_nam" HotelName="Triip Le Han Dai Nam Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>142 Bui Thi Xuan, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/02/31020b078050164fcb83ba17968b04cd63cfd54c.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="968973|luxy_park_hotel_apartments_city_centre" HotelName="Luxy Park Hotel &amp; Apartments-City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15B Tran Khanh Du, Tan Dinh Ward, Ho Chi Minh City 70000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/35/dd353a31a4b16af4dda0aa90b993e0cc498a88e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.88" OriginalAmount="28.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769770528827" Longitude="106.68826192617" StarRating="2" HotelCode="59859|112472" HotelName="Empress" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Bui Thi Xuan Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/94/79947b2a5c35cb3ef7374e5894870c3cfd0e1b52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 30-minute drive away from the Tan Son Nhat International Airport, 15 minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.94" OriginalAmount="28.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772282" Longitude="106.690906" StarRating="3" HotelCode="142299|572525" HotelName="Queen Ann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>86 - 88 Bui Thi Xuan St., District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/9b/3d9b3bd3f5ddc59238dc601f7f1e81f03e78927d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Bui Thi Xuan street, which is considered one of the most convenient location...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770400269433" Longitude="106.68918719152" StarRating="3" HotelCode="309451|a25_hotel_le_thi_rieng" HotelName="A25 Hotel 145 Le Thi Rieng" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 Le Thi Rieng Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/49/fd49e700a0a797c9ff018dc4085187ca5172393e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 64 rooms. Wireless internet access is available to travellers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767737545531" Longitude="106.69381245269" StarRating="2" HotelCode="367688|new_sunny_hotel" HotelName="Sunny Ho Chi Minh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>232 De Tham Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773914444264" Longitude="106.69882493006" StarRating="3" HotelCode="915627|thien_xuan_hotel" HotelName="Thien Xuan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>108 - 110 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/19/db19a166ec1ed7d10a0bd753bb8df7ffef738bdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.61" OriginalAmount="29.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777896825494" Longitude="106.70499577294" StarRating="3" HotelCode="305182|1176668" HotelName="White Lotus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6A Thi Sach, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/47/2c476ea36ef8939ffe66983eded9a189d4fda4c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.57" OriginalAmount="29.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79720139" Longitude="106.70542219" StarRating="3" HotelCode="596246|2305315" HotelName="Maison De Camille Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>174/21 Dien Bien Phu, Ward 17, Ho Chi Minh City 700000, Binh Thanh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/28/0328d3a7d424484afb3c137b61ceb409db550f55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781389" Longitude="106.694731" StarRating="3" HotelCode="168313|golden_rose_hotel" HotelName="Aristo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3A Vo Van Tan St., District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/61/5561020a8b8414066dc8752c9b227d7043e73a6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only a few steps away from all that Ho Chi Minh City can offer. Not far from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.760131109319" Longitude="106.67002" StarRating="3" HotelCode="307378|valentine_hotel_2" HotelName="Valentine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93/1 Nguyen Chi Thanh, Ward 9 Dist. 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/1a/b51a7dce1becbd484d965fad81f4dffd9ae00f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73050138" Longitude="106.70721162" StarRating="2" HotelCode="367628|bali_hotel_2" HotelName="Bali Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 - 41 Hung Phuoc 3 Street, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/21/d62181ad71ac5c2709c1ae084ee22e32dd5a1c86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79563858733" Longitude="106.72027165502" StarRating="0" HotelCode="640122|homes_by_christine_vinhomes_central_park" HotelName="The Landmark 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>phuong 22</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/5d/dd5df5538c9fbdd19e514b258278dc6fa8053b3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="876995|aha_friday_city_view_hotel" HotelName="Triip Friday City View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>811 Le Hong Phong</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774625" Longitude="106.696633" StarRating="4" HotelCode="141676|kingston_hotel" HotelName="A&amp;EM Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f5/6af59f4e48ac5c01824857a6774c85f2e61fd575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale boutique suite hotel is located at the heart of Ho Chi Minh City. Its prestigious addre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77182563" Longitude="106.69047159" StarRating="3" HotelCode="701067|kim_long_chau" HotelName="Kim Long Chau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19D Bui Thi Xuan, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/a4/20a4d9ccfa0ceb32a8a67207d545f7eb7622f8bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72732872" Longitude="106.69667093" StarRating="3" HotelCode="692140|bin_bin_hotel_1" HotelName="Bin Bin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Street 1, KDC Ven Song, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/0f/680fb89ae0f5e5cb5190f8b6da6ba71222290f8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772265" Longitude="106.694868" StarRating="3" HotelCode="915649|tespoir_saigon_hotel" HotelName="Cititel Central Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>247-249 Ly Tu Trong, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/6a/9e6a941e8ec771df363f05cc7ef14bbb19b10361.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.74" OriginalAmount="31.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769044" Longitude="106.694578" StarRating="3" HotelCode="36291|1610158" HotelName="Liberty Hotel Saigon Greenview" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/63/ed631cedd8ef027fa6786040bacb21f76602ee02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.05" OriginalAmount="31.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77366235" Longitude="106.69854731" StarRating="2" HotelCode="367909|3456735" HotelName="Ruby Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185-187 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/29/c929a9ae5e833e88b09412caefdd737725f6f715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.07" OriginalAmount="31.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771881128016" Longitude="106.69520616531" StarRating="3" HotelCode="189202|1150568" HotelName="Cap Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Le Anh Xuan Street, Ben Thành Ward, District I, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/a5/d3a569d722b359c937ae31da1fe2a4450b74e93b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the crossroads of Ho Chi Minh City's business, cultural and historical distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.42" OriginalAmount="31.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77703388197" Longitude="106.68343580681" StarRating="3" HotelCode="167055|308765" HotelName="Lotus Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Cach Mang Thang 8 Street, Ward 7 District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/12/011247074785d4c1aad2c284b11375287f9bf97a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the entertainment area, next to 126 Stage and two minutes' walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774421205304" Longitude="106.69681549072" StarRating="3" HotelCode="161942|blue_diamond_hotel" HotelName="Blue Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Thu Khoa Huan Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/3b/0a3b719e06e01d7693f88204823f6e447851b54a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, in a very quiet street just behind the Tao Dan Park. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76886848" Longitude="106.69724395" StarRating="3" HotelCode="600203|diamond_luxury_ben_thanh" HotelName="Diamond Luxury Ben Thanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100/6 Le Thi Hong Gam, Ben Thanh Quan 1, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/26/4f265fb4198eae004521144f06f797ab59756773.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Ho Chi Minh City (Core area of Ho Chi Minh City), Diamond Luxury ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.80" OriginalAmount="32.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80696721" Longitude="106.73089723" StarRating="3" HotelCode="852699|2625445" HotelName="Aurora Western Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Quoc Huong, Thao Dien, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/22/97223917ff25f5a5cb602118caddc7ee370acc82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.37" OriginalAmount="32.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77533625" Longitude="106.7048125" StarRating="2" HotelCode="225948|1200518" HotelName="A25 Hotel Mac Thi Buoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>35 Mac Thi Buoi Street, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/2c/a72c9c900c05e607253cd639b2f4024cd10aa4f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Dong Do Hotel places you in the heart of Ho Chi Minh City, walking dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79589" Longitude="106.659453" StarRating="4" HotelCode="68049|first_hotel_ho_chi_minh" HotelName="First Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Hoang Viet Street, Ward 4, Tan Binh District, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/8e/6d8e1289bf0470f9654464fe5cfe4f536095279e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80100789" Longitude="106.64241257" StarRating="3" HotelCode="694411|solex_hotel" HotelName="Solex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Duong Nui Thanh, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/1b/3a1bd27bb26f571c98af29d7c21872b67bbd1356.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.809681526318" Longitude="106.73193083961" StarRating="3" HotelCode="968782|glenwood_city_resort" HotelName="Glenwood City Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>243 Nguyen Van Huong Street, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/63/8963c5b018d8f82083de780baa69fb0f7727b6e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.74" OriginalAmount="33.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775122152295" Longitude="106.70418483188" StarRating="3" HotelCode="99679|1162488" HotelName="Huong Sen" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66-68-70 Dong khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/31/1631632abfa10a99c518d6f35d36701272480b26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78455495177" Longitude="106.65354073048" StarRating="3" HotelCode="185378|kelly_hotel" HotelName="Kelly Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Thu Khoa Huan, District 1, Ho Chi Minh City, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/28/7a289fd1842d940ba9c8a9986d6c8105cd74fe1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76931340526" Longitude="106.6966414866" StarRating="3" HotelCode="402012|dai_nam_2" HotelName="Dai Nam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/57/195703b623a48dd03181104c6a499ab39fcaa5eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76827921" Longitude="106.69359447" StarRating="3" HotelCode="785984|saigonciti_hotel" HotelName="Saigonciti Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>264 De Tham, Phuong Pham Ngu Lao, quan 1, Ho Chi Minh City 770000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/69/4569de399def429f44269d8096966a1f5566d79f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77670396" Longitude="106.7046897" StarRating="3" HotelCode="852681|bel_ami_hotel_3" HotelName="Bel Ami Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Hai Ba Trung, Ben Nghe Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/71/2c711bbee2a2be94d65e0f6c13929b9122cb603b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.84" OriginalAmount="34.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.786589" Longitude="106.677674" StarRating="4" HotelCode="68048|340645" HotelName="Ramana Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Le Van Sy Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/75/69758306ee05686ffbd855b5bea96d5b5f4d427e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of charming Ho Chi Minh City, the hotel is within a few minutes' drive of the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.51" OriginalAmount="34.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77871819" Longitude="106.6884877" StarRating="2" HotelCode="587162|3465505" HotelName="Hoang Lan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>107/16 Truong Dinh, Ward 06, District 3, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/94/17942bc49fd524d8aaaf68f2c76f206b9aaa14a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.14" OriginalAmount="35.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77194595" Longitude="106.6928224" StarRating="3" HotelCode="309454|90248" HotelName="Cicilia Saigon Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>12D Cach Mang Thang 8, District 1, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/68/656806ce63dff4133fa85aed4abb7ac3a16aed0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77227994" Longitude="106.69615734" StarRating="3" HotelCode="263258|nhat_ha_1_hotel_2" HotelName="Nhat Ha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>252 B-C Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chí Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/cc/f9ccb01817b0143a5adb3df9f2e2fda723397190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769646" Longitude="106.700236" StarRating="3" HotelCode="915663|ruby_river_hotel" HotelName="The Hammock Hotel Fine Arts Museum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Nguyen Thai Binh Street, Nguyen Thai Binh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/23/f7235c51b0545ba530f6c916ea8575c1c65f3cf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.16" OriginalAmount="36.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779099650938" Longitude="106.70479713713" StarRating="3" HotelCode="225955|3465865" HotelName="Roseland Corp Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8A/6D2 Thai Van Lung Street, Ben Nghe Ward, District 01, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/09/9e09783f6a199fa3363341c2cdab6d6e6927b57a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774533" Longitude="106.700266" StarRating="2" HotelCode="915654|little_saigon_boutique_hotel" HotelName="Little Saigon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Bis/2 Le Loi Boulevard, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/41/7941f38a5c702df730a1ac02622b97f4e588db55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="971490|princess_saigon_central_hotel" HotelName="Princess Saigon Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34-36 Thu Khoa Huan Street, Ben Thanh Ward, Ho Chi Minh City 700000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/d6/d2d67a704b8b80bf36f703e92e706a4d0b7ab2c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.98" OriginalAmount="37.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771868" Longitude="106.694091" StarRating="3" HotelCode="307377|1684688" HotelName="Alagon Saigon Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>289 – 291 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/82/5582c9a14ea1d8f47015e4cf005419dd6d4a6e5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7717" Longitude="106.696826" StarRating="3" HotelCode="166833|hoang_hai_long_2_hotel" HotelName="Alagon Western Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 - 30 Nguyen An Ninh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/e0/7ae0c71efb3dee8111e207a4082b3f64fb9d3033.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of Ho Chi Minh City, close to the Ben Thanh handicrafts marke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.795456" Longitude="106.71858385" StarRating="0" HotelCode="938532|vinhomes_central_park_luxury_apartment" HotelName="Vinhomes Central Park by Apartmentel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 Nguyen Huu Canh, Binh Thanh Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/7f/a87f311fb6b8a9e0eb8239094571633825051f65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Vinhomes Central Park Apartmentel, you'll be centrally locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.817388370238" Longitude="106.62417047559" StarRating="2" HotelCode="915667|tan_hai_long_hotel_4" HotelName="Silverland Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Hai Ba Trung Street, Stadtbezirk 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77841581" Longitude="106.70460742" StarRating="3" HotelCode="967979|roseland_sweet_hotel_spa" HotelName="Roseland Sweet Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/eb/13eb8e8d2c3b3558c909c2ddcc1cf97c9e154b13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.91" OriginalAmount="38.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780566997093" Longitude="106.70685901472" StarRating="4" HotelCode="429157|1943255" HotelName="Bay Hotel Ho Chi Minh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Housekeeping,Internet,Laundry,Lounge,Meeting Room,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Ngo Van Nam Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/66/52/6652a7968a7bc709b0bbc4a8336bcbe0a325c444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Renovated in , the Bay Hotel Ho Chi Minh guarantees guests a pleasant stay whether in Ho Chi Minh Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.18" OriginalAmount="38.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.736204576366" Longitude="106.73067386595" StarRating="3" HotelCode="320706|1458878" HotelName="Liberty Hotel Saigon South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>542A,544 Huynh Tan Phat, Binh Thuan Ward, District 7, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/6e/e56e0011a40517bc25ae2f1d23212778b674a7f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77122549" Longitude="106.69416115" StarRating="3" HotelCode="410675|hoang_hai_long_south" HotelName="Alagon City Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-58 Pham Hong Thai Street, Ben Thanh Ward District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/af/bfaf45fb228890d0410f0127d95b6ddb0c711f80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.741269" Longitude="106.700997" StarRating="3" HotelCode="641051|sunrise_city_apartment" HotelName="Sunrise City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 - 25 - 27 Nguyen Huu Tho, Tan Hung Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/56/e956b2efdec6b6f3a1b21df760a28b1473522cdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779134" Longitude="106.7048295" StarRating="3" HotelCode="915669|aem_hotel_8a_thai_van_lung" HotelName="A&amp;EM Hotel 8A Thai Van Lung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A/1D2 Thái Van Lung, Qu?n 1, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/04/1a04c74ad29f9d470ffce5abb8c735ba2e9f9832.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77772819" Longitude="106.70539673" StarRating="0" HotelCode="966436|blue_diamond_luxury_hotel" HotelName="Blue Diamond Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6B Thi Sach, Ben Nghe, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/54/845480eee68d7ecc29cb98da61af91dfd1e3adce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.93" OriginalAmount="39.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77873391" Longitude="106.70485452" StarRating="3" HotelCode="374980|1786148" HotelName="Thuy Sakura Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/d7/3dd798964e5ecc07529e2c4bf673947af43bce37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.22" OriginalAmount="39.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76889882" Longitude="106.69753814" StarRating="3" HotelCode="773917|2533875" HotelName="Lotus Central Hotel Saigon" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102-104-106 Le Thi Hong Gam, Quan 1, Thanh Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/86/89864e6433be812fdc01fa7f2c3173eb1f4dee4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78020744243" Longitude="106.69330179691" StarRating="3" HotelCode="166326|victory_saigon_hotel" HotelName="Victory Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>141 Nam Ky Khoi Nghia Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/98/54988564143242c5bc996889e1a8e907f29ba76e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city, the hotel is very convenient for trade, shopping, sightseeing and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771296888664" Longitude="106.69141592996" StarRating="3" HotelCode="347818|the_hammock_hotel_ben_thanh" HotelName="The Hammock Hotel Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>47-49 Le Thi Rieng Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/9e/bb9edd1a27b17c31fc53265feb053ed4fbc50a39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772094659109" Longitude="106.69506695583" StarRating="3" HotelCode="373207|grand_cititel_central_saigon" HotelName="Ngoc Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>53-55 Le Anh Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/c6/f4c6bda08e3b85b7ca5d3da614f093d3f010ae41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770652" Longitude="106.693778" StarRating="3" HotelCode="387498|le_duy_hotel" HotelName="Le Duy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Nguy?n Th? Nghia, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ee/daeec232cf29489b1aae7e528a464c60006aa6b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a high and main street right in the centre of Ho Chi Minh City, within the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78487161" Longitude="106.69936961" StarRating="0" HotelCode="884371|cityview_serviced_apartment_2" HotelName="Cityview Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Mac Dinh Chi, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a9/3ca9fa36d7ee2a65ef4edab3d99eb512278da78f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="882957|the_bloom_pham_viet_chanh_2" HotelName="The Bloom Pham Viet Chanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/8/3 Pham Viet Chanh, Ward 19, District Binh Thanh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/7f/6a7f58f89109a8e1cf372a5859d4dbfab253c6cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78184526" Longitude="106.70541493" StarRating="3" HotelCode="958611|blue_diamond_new_hotel" HotelName="Blue Diamond New Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8B-8C Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/0b/930b1f68a46233fbc5f001dd55b382e314f382be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.88" OriginalAmount="42.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78698208" Longitude="106.69454179" StarRating="3" HotelCode="754962|3468885" HotelName="Nta Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>171 - 173 Dien Bien Phu, Dakao Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d0/afd012c225ba5e9cc878d25976843888bb98a81b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.96" OriginalAmount="42.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77446993" Longitude="106.68729972" StarRating="3" HotelCode="435952|3426845" HotelName="Le Duy Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82-84 Cach Mang Thang 8 Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/07868/2507868/1.jpg?f=15044573</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.31" OriginalAmount="42.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77558955" Longitude="106.69713232" StarRating="4" HotelCode="488546|2103305" HotelName="Central Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39-39A Nguyen Trung Truc, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/28/72284b1141c7e35bd15b2ad1788ddbf32306d186.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.42" OriginalAmount="42.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775152" Longitude="106.703883" StarRating="3" HotelCode="37540|894405" HotelName="Bongsen Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 - 123 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/4c/664c15ce411e28cec73191c055aefe69936882cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the midst of business offices, airline offices, souvenir shops, department ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769462" Longitude="106.70017" StarRating="3" HotelCode="300620|signature_saigon_hotel_2" HotelName="Signature Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>65-67-69 Nguyen Thai Binh Street, Nguyen Thai Binh Ward, District 1, Hochiminh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/51/31514aae195c7910cfe90550ef103aca357fed87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780805269736" Longitude="106.70455172024" StarRating="4" HotelCode="434761|lancaster_saigon_serviced_apartments_le_thanh_ton" HotelName="Lancaster Saigon Serviced Apartments Le Thanh Ton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Nightclub,Parking,Restaurant,Room Service,Sauna,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/de/5ddea6ac1f1a1dd4f4768eff67e74a259060ba53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Lancaster Saigon Serviced Apartments Le Thanh Ton to discover the wonders of Ho Chi Minh Cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80283510781" Longitude="106.74110500646" StarRating="3" HotelCode="611679|mrt_apartment_in_masteri_thao_dien" HotelName="Masteri Thao Dien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>159 Hanoi Highway, Thao Dien Ward, District 2, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/65/fc65780c30e86c1d21e3a76116e08814b714af1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773232923721" Longitude="106.69833565601" StarRating="3" HotelCode="915657|aem__phan_boi_chau" HotelName="A&amp;EM - Phan Boi Chau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Phan B?i Châu, Qu?n 1, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/e6/14e66c882c452eb42a8ef82f584a3a3452452d18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.32" OriginalAmount="43.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77610353" Longitude="106.70529508" StarRating="3" HotelCode="623269|3471965" HotelName="Huong Sen Annex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4-6-8 Mac Thi Buoi Street, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4f/454fc35eb62d660bc62f9e6f0a3eb2a8f8b78e04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78901" Longitude="106.69052" StarRating="3" HotelCode="171270|hong_vy_1_hotel" HotelName="Central Park Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Hai Ba Trung, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/bc/b3bc486cab7ebba4318b4d4d8239a81a82af60ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City's business and tourist district, opposite a g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7309592" Longitude="106.70835293" StarRating="0" HotelCode="971023|sabina_hotel_2_2" HotelName="Sabina Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47-49-51 Le Van Thiem Street, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/53/5d53bc7d21f6211eececaa3a78ec1d7054d8b1f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.24" OriginalAmount="44.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775821" Longitude="106.704626" StarRating="3" HotelCode="68053|572465" HotelName="Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41-47 Dong Du Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/a2/9ea23a33aa2ad355527ba052bc093760456dd842.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of city, which is just 5 minutes' walk away. The bus station can ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.26" OriginalAmount="44.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772060299687" Longitude="106.69027040608" StarRating="3" HotelCode="887860|1525998" HotelName="Harmony Saigon Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32A-34 Bui Thi Xuan Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/f6/edf63e9998f62e1c78ef23df988d3355ede188e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.31" OriginalAmount="44.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773246026982" Longitude="106.69619590044" StarRating="3" HotelCode="140907|572535" HotelName="Sanouva" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175-177 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/42/7242c41c084ebab7398b236aef2882a6ed1e6aac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7929141" Longitude="106.6723785" StarRating="3" HotelCode="536103|oakwood_apartments_ho_chi_minh_city" HotelName="Oakwood Apartments Ho Chi Minh City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>18 Street 3, Cu Xa Do Thanh, Ward 4, District 3, Ho-Chi-Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="962813|zazz_urban_ho_chi_minh_hotel" HotelName="Zazz Urban Ho Chi Minh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Su Van Hanh, Ward 9, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ed/00edb013478fcbb4ddcbadb82c0171a3e617c137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.92" OriginalAmount="46.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777920013663" Longitude="106.6886691546" StarRating="3" HotelCode="491729|downtown_retro_serviced_apartment" HotelName="Saigon Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2K Ho Xuan Huong, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/7f/337f0a404524c143a446b31e8db2d42daec3d7cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.07" OriginalAmount="46.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774635" Longitude="106.696681" StarRating="3" HotelCode="163645|1441698" HotelName="Alagon Zen Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 - 46Bis Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/55/b25579869efa9cf21f8b1236719dd0b29be6df3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.51" OriginalAmount="46.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774703142022" Longitude="106.70338153839" StarRating="3" HotelCode="56463|572515" HotelName="Oscar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68A Nguyen Hue Avenue, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3f/c43fafd076b9dda69f7c8f1bd15213f3739701a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.51" OriginalAmount="46.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771900961231" Longitude="106.69533261455" StarRating="3" HotelCode="320704|1200818" HotelName="A &amp; Em 280 Le Thanh Ton Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>280 Le Thanh Ton, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/fb/fdfb1a84ac4d1ee48fc18b3c72105796174d001f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.96" OriginalAmount="48.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771054" Longitude="106.692969" StarRating="2" HotelCode="207691|aries_hotel" HotelName="TRIIP Boutique Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7/9 Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f0/b7f0ad657fdfc6576aa03a446188b3ec7e8bb1e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.83" OriginalAmount="48.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.97525313" Longitude="106.67036313" StarRating="3" HotelCode="372535|1700258" HotelName="Becamex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>230 Binh Duong Boulevard, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/04/1304880480561c0e429304a44008529d3c56a151.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a bar, a transfer service, room service, a conference room an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.757692" Longitude="106.673247" StarRating="5" HotelCode="51813|windsor_plaza_hotel" HotelName="Windsor Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 An Duong Vuong, Ward 4, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/66/8a66e343849b5387ff1fb232852b3a9507c502e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Ho Chi Minh City, this hotel offers unparalleled access to the shopping, ni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773027" Longitude="106.69748" StarRating="3" HotelCode="171271|paradise_saigon_boutique_hotel" HotelName="Paradise Saigon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>288 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ed/62ed77ad48f74f3faf6547e11b37e5afd2db5aaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City, just 5 minutes’ walking distance from Ben Tha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.783850626008" Longitude="106.69025957965" StarRating="3" HotelCode="376200|hotel_165_nam_ky_khoi_nghia" HotelName="165 Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Nam Ky Khoi Nghia Avenue, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/48/484839561ab2a59f23cd6694b26f987ad96aad86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.71" OriginalAmount="49.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774323713107" Longitude="106.70371949672" StarRating="4" HotelCode="336606|256616" HotelName="Palace Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-66 Nguyen Hue Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/65/1465b94cbddb5443415649d34b175531cbf48dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the city centre, in the city’s administrative and commercial ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.796171715349" Longitude="106.6746121645" StarRating="4" HotelCode="168312|starcity_saigon_hotel" HotelName="Vissai Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ward 8, 144 Nguyen Van Troi Street, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/10/d610e5048d5ccb681099f2e6a5f98c31c37c7a3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a quiet and peaceful place, this hotel is a good choice for guests not wanting to stay i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79552094" Longitude="106.71957478" StarRating="2" HotelCode="937885|christines_saigon_apartment" HotelName="Vinhomes Central Park by Christine’s Saigon Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 Nguyen Huu Canh, Ward 22, Binh Thanh District, Ho-Chi-Minh-City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/34/9b346b36ba4541851a518828e247b4600300f54c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="882837|orchid_boutique_apartment" HotelName="Orchid Boutique Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R1-72-R4-71 Bui Bang Doan Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/c6/67c634e56f1e56e50116f54187d18996a83719f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.81" OriginalAmount="50.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7715986" Longitude="106.69526735" StarRating="4" HotelCode="623863|3441845" HotelName="A&amp;EM Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Le Anh Xuan Street, Phuoong Bên Tha`nh, H? Chí Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/98/6798e4863c76818f4d33337c4f45c9952e43b5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.95" OriginalAmount="50.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7776891" Longitude="106.66522936" StarRating="4" HotelCode="373992|1726108" HotelName="Athena Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>280 To Hien Thanh, Ward 15, Distrikt 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/9c/029c3705f72e4eb9a5491e33a20f63197a28fdf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.98" OriginalAmount="50.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="780699|3453455" HotelName="Scenic Valley Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Nguyen Van Linh Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/6f/4e6f03dbd4ddea1fb0d904f468a28a7a774a8a13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.02" OriginalAmount="51.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="960665|winsuites_saigon" HotelName="Winsuites Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28-30-32 Le Lai Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/be/27beb9c6600c38e96f531c765982787962124cd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.35" OriginalAmount="51.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79971" Longitude="106.668174" StarRating="4" HotelCode="39407|111662" HotelName="PARKROYAL Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>309B-311 Nguyen Van Troi Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/31/4f3174892dc7676cbfc53ce0632fd6ef9b5d5f58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Tan Binh District of Ho Chi Minh City, this hotel offers excellent quality and a gre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.66" OriginalAmount="51.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771856" Longitude="106.70388" StarRating="3" HotelCode="142302|572635" HotelName="Roseland Point Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>65 Ho Tung Mau Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/72/87722e76c456fc53ca2862ded3c8d4c32abebd7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district in Ho Chi Minh City, close to Ben Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.04" OriginalAmount="52.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77355931249" Longitude="106.69670367582" StarRating="3" HotelCode="915633|ha_hien_hotel" HotelName="Ha Hien Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>145-147 Ly Tu Trong street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/6e/756e94456e5a16cf74c7714d952a6635fe1c7c79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.61" OriginalAmount="54.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77177502" Longitude="106.69410088" StarRating="4" HotelCode="489347|2514515" HotelName="Alagon D'antique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>301-303 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/597541/597541a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.82" OriginalAmount="54.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771579210236" Longitude="106.69560362155" StarRating="3" HotelCode="142266|572685" HotelName="Good Vibes Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f7/a9f7fa5d9f2348cde93ddf0e42815fdf852c2e5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, 100 metres away from Ben Thanh Market and near the 23...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.12" OriginalAmount="56.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7771271928" Longitude="106.7057507835" StarRating="3" HotelCode="915661|la_jolie_hotel__spa" HotelName="Silverland Jolie Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>4D Thi Sach Street, Ben Nghe Ward, Dist 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/dd/b2ddd48f74ba816faac3a1a6ab413dd654555889.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.28" OriginalAmount="56.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80014014" Longitude="106.67076292" StarRating="5" HotelCode="320377|1075958" HotelName="5-star Tan Son Nhat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>202 Hoang Van Thu Street, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/b4/84b46ea086570949702bcd5f8152ac231e1191be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.43" OriginalAmount="56.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="3" HotelCode="770918|3470115" HotelName="Au Lac Center Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Nguyen Thi Minh Khai, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.62" OriginalAmount="56.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.819587" Longitude="106.620169" StarRating="3" HotelCode="423100|3449645" HotelName="Garden View Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>101 Nguyen Du Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/15/571581c2d2685df2c9d207b4a875c026486efc57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.29" OriginalAmount="57.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.796653838903" Longitude="106.67320236186" StarRating="5" HotelCode="15548|90238" HotelName="Eastin Grand Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>253 Nguyen Van Troi Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/d2/c4d2fde770554afe604f9f4abb6b718f22fc5f2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the Phu Nhuan District of Ho Chi Minh City, which is still affectionately kn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.45" OriginalAmount="57.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.813168850803" Longitude="106.66606929168" StarRating="4" HotelCode="525352|2048645" HotelName="ibis Saigon Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2 Hong Ha Street, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/38/09388b449436cf989d5044bcdb3bdc478573e7d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780844850948" Longitude="106.69605495493" StarRating="2" HotelCode="401582|au_lac" HotelName="Au Lac 1 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Nguyen Thi Minh Khai, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/98/6798e4863c76818f4d33337c4f45c9952e43b5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 2 star hotel is located in the city centre of Ho Chi Minh. The Hotel has a coffee shop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77357138" Longitude="106.69939579" StarRating="3" HotelCode="943527|uptown_hotel_3" HotelName="Uptown Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-13 Luu Van Lang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/92/6f92cd8efcda6c2934fede4f245f5bc09ff20447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.75" OriginalAmount="59.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777440812873" Longitude="106.70547366142" StarRating="3" HotelCode="189201|1160978" HotelName="Aquari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Thi Sach st., Dist. 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/2c/ba2c5c12b8e0dcfbd7fd914a7d331bfce2a3d2f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Ho Chi Minh's inner city with its myriad of attractions such as the Op...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.33" OriginalAmount="60.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78403834" Longitude="106.70033" StarRating="4" HotelCode="350367|1817708" HotelName="Muong Thanh Saigon Centre Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A Mac Dinh Chi Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/d3/67d3638cac397205c4b470e75c0ea5cb35d98bca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.87" OriginalAmount="60.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772297412644" Longitude="106.70370335276" StarRating="3" HotelCode="293149|1805388" HotelName="Silverland Charner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87-89-91 Ho Tung Mau Street, Ben Nghe Ward, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/93/ff93ff9fd2343a9476de4330940c1233751031df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.93" OriginalAmount="60.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78419595" Longitude="106.6944062" StarRating="4" HotelCode="773932|2303125" HotelName="Citadines Regency Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Pham Ngoc Thach Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/4f/6e4fca0cdd85d2b5a393d16a8479593e1163ea10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Ho Chi Minh City. Citadines Regency Saigon 									 guarantees a quiet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.04" OriginalAmount="60.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77753" Longitude="106.705251" StarRating="3" HotelCode="887852|1116038" HotelName="Northern" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 A Thi Sach Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/57/f157b721d0fd088e7ed2249f70b066b939e99345.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.22" OriginalAmount="61.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77245646" Longitude="106.70253843" StarRating="4" HotelCode="965064|innside_by_melia_saigon_central" HotelName="Innside By Melia Saigon Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 -131 Ton That Dam Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/9f/b39fd429acd81245c7e3063d6627057ef00153ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.34" OriginalAmount="61.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806803343364" Longitude="106.74704321693" StarRating="4" HotelCode="225965|1182928" HotelName="Riverside Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vo Truong Toan Street 53, Thao Dien Ward District 2, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/a6/84a6b73fe4dd830ea5abfcadefe7550bbfb17e84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780344455804" Longitude="106.70370072126" StarRating="3" HotelCode="166009|sophia_hotel" HotelName="Sophia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Thai Van Lung, Ben Nghe Ward, Disttrict 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/4b/2f4b3facf688897efd47bc8b7aa1ff3c4f775a25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the city centre, the hotel is close to Ben Thanh market and a number of museums in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77301316" Longitude="106.69575607" StarRating="3" HotelCode="309456|sunflower_saigon_hotel_2" HotelName="Sunflower Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>189 - 191 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/0c/a20c2f657e2ab1247dcc87c55178da1b6ba0d4c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant is among the facilities. Wireless internet access is available to guests in the public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.15" OriginalAmount="64.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774695237258" Longitude="106.69630587101" StarRating="3" HotelCode="163644|572185" HotelName="Silverland Yen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73-75 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/1a/071ad538d164efe54bbf97d79e53492ee4b51ad3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;From this business hotel, it takes only a few minutes to walk to Ben Thanh Market, Unification Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.43" OriginalAmount="65.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773097153167" Longitude="106.70432567596" StarRating="4" HotelCode="27130|34174" HotelName="Saigon Prince Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Nguyen Hue Boulevard, Ho Chi Minh City, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/fd/68fdca2ab10e91d6793aa7a6b6304bca84ddb396.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of the city, the hotel offers easy access to the business and gov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.64" OriginalAmount="66.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772628856641" Longitude="106.69320192394" StarRating="4" HotelCode="384226|1245308" HotelName="Homestead Parkview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>149- 151 Nguyen Du Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c1/f7c10dd6256c57f9f67288fddb5618f5d4060123.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779056847524" Longitude="106.70403644916" StarRating="3" HotelCode="130176|asian_ruby_luxury_hotel" HotelName="Hotel De Charme Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Thi Sach, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/39/6e392148bd7bf004ce693c29f251dc47ab967539.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the District 1, Dong Khoi neighbourhood of Ho Chi Minh City, the hotel is close to Ho Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="962928|republic_plaza_serviced_apartment" HotelName="Republic Plaza Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Cong Hoa Street, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/7d/107dbc2cae3e8812f271aa72ab0ece4c81565532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.02" OriginalAmount="67.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773541213731" Longitude="106.69869572454" StarRating="4" HotelCode="295333|119272" HotelName="Liberty Central Saigon Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 - 179 Le Thanh Ton, District 1, Ho-Chi-Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/a8/0ba8fd28243d2a19384be35dac634466c692d929.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Ho Chi Minh City, this urban hotel is about 1.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.06" OriginalAmount="67.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776733" Longitude="106.702603" StarRating="4" HotelCode="59858|141054" HotelName="Continental Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 - 134 Dong Khoi St., Dist 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/8d/318dab5918c77eb7e0054bb5751b82d640b21b31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre, close to a variety of conveniences for the traveller and bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.17" OriginalAmount="67.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78106843" Longitude="106.69047923" StarRating="4" HotelCode="552447|2514545" HotelName="Sila Urban Living" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>21 Ngo Thoi Nhiem Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/eb/56eb9a1ae01543c1a6d6b779c0dce6da5054a0a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776229047251" Longitude="106.69136065641" StarRating="3" HotelCode="307375|sonnet_saigon_hotel" HotelName="Sonnet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Truong Dinh Street, Disrict 3, Ho Chi Minh City ( Saigon )</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/44/be442ebab6616898f8797c577b2d5d6054eb03f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772633527899" Longitude="106.69519898731" StarRating="3" HotelCode="347829|lavender_boutique_hotel" HotelName="Lavender Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>200-204 Ly Tu Trong, Phuong Ben Thanh, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/ec/faec08916fe94d3fd393a89811e6f9c538fb2de6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774227666667" Longitude="106.696833" StarRating="4" HotelCode="915656|aem_corp__royal_palace_hotel" HotelName="A&amp;Em Corner Sai Gon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>39-41 Thu Khoa Huan Street, District 1, Ho Chi Minh City, Ðông Nam B? (Südostregion)</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/e5/d0e54885b18173f1df9639f70d2577e0228974f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.72" OriginalAmount="69.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.762013" Longitude="106.696365" StarRating="3" HotelCode="307373|1204908" HotelName="Sunland Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302-304 Vo Van Kiet Str, Co Giang Ward, District 1, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/7b/f77bf6cd724764a662f21491a3558c322f89ab27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.40" OriginalAmount="70.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771849506508" Longitude="106.69016356442" StarRating="4" HotelCode="933301|edenstar_saigon_hotel" HotelName="EdenStar Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ae/02ae357e049d74c903aac802d9196377e7dd9f7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.13" OriginalAmount="70.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784147" Longitude="106.699607" StarRating="4" HotelCode="410259|991675" HotelName="Somerset Chancellor Court Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Nguyen Thi Minh Khai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f1/0af13d0aafa651f4f1614f188d3eb806b70739c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled among tree-lined boulevards on the corner of Mac Dinah Chi and Nguyen Thi Minh Khai streets,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.22" OriginalAmount="70.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72656182" Longitude="106.7234994" StarRating="4" HotelCode="374714|1757548" HotelName="MerPerle Crystal Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>C17-1-2 Nguyen Luong Bang, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/2f/c42ff82d56cf62d36a10ed2e92adc1e2f693b28b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.31" OriginalAmount="70.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77270773" Longitude="106.69005833" StarRating="4" HotelCode="435237|2013445" HotelName="Fusion Suites Sai Gon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Suong Nguyet Anh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a6/d6a6f1fd9499a80f8d811aa3c28ae512fcf29bb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.46" OriginalAmount="73.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778166773973" Longitude="106.70589742879" StarRating="4" HotelCode="317062|millennium_boutique_hotel" HotelName="Millennium Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7A Thai Van Lung, Ben Nghe Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c8/2c/c82c300082ec1a83c53760a8d26a699d0c557c58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.79" OriginalAmount="74.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77874" Longitude="106.704061" StarRating="4" HotelCode="307376|1450358" HotelName="Paragon Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Thi Sach Street, Ben Nghe Ward, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/54/67543220689e7a4ee0b9c9222422686f169c74c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.59" OriginalAmount="75.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730909152082" Longitude="106.72361579172" StarRating="3" HotelCode="200090|1017438" HotelName="ibis Saigon South Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Hoang Van Thai Street, Phu My Hung Tan Phu Ward, District 7, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/23/c5234809dfb5bdb17a0d0402d52010795240d7ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.56" OriginalAmount="78.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77936414" Longitude="106.70471469" StarRating="3" HotelCode="436084|saigon_city_residence_serviced_apartment" HotelName="Saigon City Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>8A/3D2 Thai Van Lung street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/90/cd906e6b8f8ec4c4b96468bdad07ba39d87c8134.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.64" OriginalAmount="82.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80140933" Longitude="106.65541187" StarRating="3" HotelCode="844971|holiday_inn_hotel_and_suites_saigon_airport" HotelName="Holiday Inn &amp; Suites Saigon Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18E Cong Hoa Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/42/33/4233c484fca258183a0a0bc25ec893cf8051ee98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.68" OriginalAmount="84.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779091" Longitude="106.703987" StarRating="3" HotelCode="72564|may_hotel" HotelName="May Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Thi Sach Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/45/9a457f3b3d3700a01d60902446df8c0eebf46e3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Saigon, within walking distance of the city theatre, Ben Than...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79981512" Longitude="106.72366222" StarRating="4" HotelCode="372528|charm_suite_saigon_2" HotelName="Charm Suite Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>330A/330B Ung Van Khiem Stree, Ward25, Binh Thanh, Ho Chi Minh City (Saigon)</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/02/fe02d91ac7849171b95758af2b58445510a9cce6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78897659" Longitude="106.70874303" StarRating="3" HotelCode="968950|mh_serviced_apartment" HotelName="M-H Residence &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Ngoc Phuong, Ward 19, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/1e/361e2de31a08a462b1d9aa9ccd506eb1fafc908d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.67" OriginalAmount="87.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772975" Longitude="106.706286" StarRating="5" HotelCode="14523|572425" HotelName="Majestic Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Ski Hotel " CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/f1/1ef1f89998c542b259146d2ab168a4d415e9fdc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, overlooking the Saigon River. It features original Fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.91" OriginalAmount="88.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.763357" Longitude="106.678984" StarRating="5" HotelCode="12148|90146" HotelName="Equatorial Ho Chi Minh City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>242 Tran Binh Trong, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/6b/3b6b48d8db148843e364a2fc2a125c5a41b5a3b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upper- mid range hotel is located in the 5th district on Tran Binh Trong Street and between Sai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.63" OriginalAmount="88.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81993" Longitude="106.726024" StarRating="4" HotelCode="119020|572505" HotelName="Saigon Domaine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Country House,Club Resort,Golf Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1057 Binh Quoi Street, Ward 28, Bin Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/1b/60/1b605eb9cff8a62e6220557077d4f4497e377501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is surrounded by Saigon River, on the green island of Thanh Da in Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.42" OriginalAmount="90.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773855" Longitude="106.70564" StarRating="4" HotelCode="46026|825595" HotelName="Grand Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/65/5a65a9a49076d57cbe5c52f10a86ea71e93c05eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfectly located in the heart of the city centre, this hotel is the ideal choice whether guests are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.47" OriginalAmount="92.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.763731" Longitude="106.682752" StarRating="5" HotelCode="176758|967285" HotelName="Nikko Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>235 Nguyen Van Cu Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/ac/1aac16642288a5ca9412b58d3c44dcd860262d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the centre of Ho Chi Minh City, the hotel offers easy access to Tan Son Nhat Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.71" OriginalAmount="92.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73038275721" Longitude="106.72360549134" StarRating="4" HotelCode="263801|1176748" HotelName="Capri by Fraser, Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.2, Street C, Tan Phu Ward, District 7 - Lot A, New Urban South City, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d5/add556376492a2e2c7f45c175b8fc89e5757ca18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.86" OriginalAmount="93.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80470337" Longitude="106.73989438" StarRating="3" HotelCode="736391|la_casita_saigon" HotelName="La Casita Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Tran Ngoc Dien, Q2, Thao Dien, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/10/241053b158685e3b2d90415ca3e47885b59c8dc9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.23" OriginalAmount="95.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771608" Longitude="106.697459" StarRating="3" HotelCode="142301|1525378" HotelName="Silverland Central Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 - 16 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/7e/f57eb7c7c9d3dbbcc9df930c12dad2466c036c0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district of Ho Chi Minh City. Close to Ben Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.815904460376" Longitude="106.73341814103" StarRating="4" HotelCode="915646|villa_song_saigon" HotelName="Villa Song Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197/2 Nguyen Van Huong Street, Thao Dien Ward, District 2, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/32/a2323cba1c141a971612b9785944a4c526e19b26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781594302784" Longitude="106.70560659201" StarRating="4" HotelCode="933873|silverland_sakyo_hotel__spa" HotelName="Silverland Sakyo Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>10A Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/cf/8bcf3ba495ae544e40ddf73f68e7c2b4fdb4fa35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.01" OriginalAmount="97.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.782758450669" Longitude="106.69339942797" StarRating="5" HotelCode="902518|332675" HotelName="Sherwood Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>127 Pasteur Street, Ward 6, District 3, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/db/7cdb72da6b825b56ebe6ac0b0d1ca5b24988311f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.25" OriginalAmount="98.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78107863" Longitude="106.6954924" StarRating="4" HotelCode="771363|3466575" HotelName="Orchids Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>192 Pasteur Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/90/3d901b70683ef8edf2ec18651a59a01a0959e2aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Orchids Saigon Hotel is located in the best convenient location, with easy access to major consulate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.72" OriginalAmount="100.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775464633334" Longitude="106.7017185688" StarRating="5" HotelCode="36290|143126" HotelName="Rex" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>141 Nguyen Hue Blvd., Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e3/68e3ed005fe146d5b65e0bdcab9ba38709d001f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of one of Vietnam's metropolises. The famous Ben-Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="103.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780879795401" Longitude="106.7041373623" StarRating="5" HotelCode="314293|norfolk_mansion" HotelName="Norfolk Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-19-21 Ly Tu Trong Street, Distrikt 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/82/5782560bc42ccd559d39048353657769eec0d8be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.45" OriginalAmount="103.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77322654" Longitude="106.7019244" StarRating="3" HotelCode="856648|3429825" HotelName="M Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Ton That Thiep Street, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/96/cb9634681eafd1c5dafb026a6bb508c5b8a59d09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.53" OriginalAmount="104.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78249957" Longitude="106.69658126" StarRating="3" HotelCode="744034|3453175" HotelName="Bach Suites Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Designated Smoking Area,Dining,Internet,Kitchen,Laundry,Meeting Room,Parking,Printer,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10A Pham Ngoc Thach, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/9d/809d3a561678466a7e5f47ddf09ad2cd505fd12d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Defined by a sweeping feeling of nostalgia that recalls this region's French colonial past, Bach Sui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.12" OriginalAmount="106.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.805483296251" Longitude="106.75175038935" StarRating="5" HotelCode="263802|somerset_vista_ho_chi_minh" HotelName="Somerset Vista Ho Chi Minh City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>628C Hanoi Highway, An Phu, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b0/91/b091858ff2f2157cecba99002ec36d5d87eb01bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.49" OriginalAmount="106.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78044532" Longitude="106.70445237" StarRating="3" HotelCode="586742|2283205" HotelName="Amena Residences &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>24 Le Thanh Ton Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/7b/357b39d059bf512248c85fa15956b775a681a28e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.18" OriginalAmount="108.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784629" Longitude="106.695984" StarRating="4" HotelCode="186075|894845" HotelName="Novotel Saigon Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Hai Ba Trung, District 3, Ho-Chi-Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/bb/3bbbc978018819dc9f14f36d7299e459e64d6eb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.72" OriginalAmount="112.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773754475146" Longitude="106.70632367361" StarRating="4" HotelCode="151366|962365" HotelName="Liberty Central Saigon Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/1d/5d1d544dc0d12d116ad916811f702c9bf522e25f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Ho Chi Minh City, this urban hotel is about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.98" OriginalAmount="119.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776315709579" Longitude="106.70354783535" StarRating="5" HotelCode="20557|34114" HotelName="Caravelle Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-23 Lam Son Square, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/37/cf/37cfee34538938fef4a427c8eb84dc93346a4dc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the midst of the business, shopping and entertainment districts o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.99" OriginalAmount="119.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778884733186" Longitude="106.70697569847" StarRating="5" HotelCode="33861|96028" HotelName="Lotte Legend Hotel Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A - 4A Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/10/101040bf99cc1e029993803b17550e2b2447161b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City on Ton Duc Thang Street fronting the scenic Sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79768907" Longitude="106.73076822" StarRating="1" HotelCode="760825|thadico_3_hotel" HotelName="Thadico 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-8 Duong 19B, Binh An Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/6a/166a9b1b70ca645cbbe3cf01599f893b631cf0de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877889|saigon_1979" HotelName="Cong Quynh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>190 Cong Qu?nh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/57/0a57de2323ab638268658a46022b44ae44797b8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.83" OriginalAmount="123.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772685994812" Longitude="106.70119836011" StarRating="4" HotelCode="82917|1093168" HotelName="Sedona Suites Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Le Loi Boulevard, Saigon Centre, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/08/8308915126f6add7b34800f8bb78f2ad668b85c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784038523645" Longitude="106.70265197754" StarRating="5" HotelCode="17762|sofitel_saigon_plaza" HotelName="Sofitel Saigon Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Le Duan, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/de/07de9c5ee8ee1f54c21ba63c1696cba9bc5b4774.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international hotel is located on the historical tree-lined Le Duan Boulevard, in the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78229692" Longitude="106.69192185" StarRating="0" HotelCode="963806|mai_house_saigon" HotelName="Mai House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Nam Ky Khoi Nghia Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/92/3792a6c8e0ac297b15df3a29a284fa618db59520.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.52" OriginalAmount="126.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77454" Longitude="106.706428" StarRating="5" HotelCode="20679|renaissance_riverside_hotel_saigon" HotelName="Renaissance Riverside Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-15 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/de/2bde0b3059bfb3fec61a3f44a8bf57dff7647c17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located at the heart of Ho Chi Minh City, just a few minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.03" OriginalAmount="128.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78230731" Longitude="106.69230252" StarRating="4" HotelCode="626745|2283895" HotelName="Sherwood Suites Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>192 Nam Ky Khoi Nghia, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a1/77a12875677d33bbb4b83ed747c9e6359bbef61b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.86" OriginalAmount="129.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73019994" Longitude="106.70437831" StarRating="4" HotelCode="639571|2552575" HotelName="Oakwood Residence Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1056A Nguyen Van Linh Road, Tan Phong War, District 7, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/f8/1bf8771040465d7396bd9ab51dc720bfcb0c0864.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.34" OriginalAmount="133.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.782333" Longitude="106.697399" StarRating="5" HotelCode="317378|1621068" HotelName="Hotel Des Arts Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76-78 Nguyen Thi Minh Khai Street, District 3, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/1d/e41da77dd1b0e3429f3df21721651ae274027997.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.75" OriginalAmount="134.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.800120014297" Longitude="106.68124345002" StarRating="2" HotelCode="347731|1785938" HotelName="Quynh Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>206B Phan Dang Luu, Ward 03, Phu Nhuan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/22/fb22cfebf8c0ced74f202458dcf1f4c0df989665.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.70" OriginalAmount="135.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770901" Longitude="106.695044" StarRating="5" HotelCode="15141|new_world_saigon_hotel" HotelName="New World Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/cb/8ccb4adbcc125cebfd607bb57c1af1607fb363e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located directly in the business centre of HCMC where a selection of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.48" OriginalAmount="136.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7743695" Longitude="106.7065418" StarRating="5" HotelCode="314951|1474768" HotelName="Le Méridien Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3C Ton Duc Thang Street, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/41/3b/413b1cf7805715a7985a38f5483c6d93264dc79b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.71" OriginalAmount="139.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.789538660286" Longitude="106.70287930059" StarRating="4" HotelCode="410260|826155" HotelName="Somerset Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A Nguyen Binh Khiem Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/b3/89b34ff5be60c03ed29f876e959af9de421ef7d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the business and shopping district, conveniently close to business destinati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.54" OriginalAmount="146.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775733394513" Longitude="106.70403599739" StarRating="5" HotelCode="50609|91630" HotelName="Sheraton Saigon Hotel &amp; Towers" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Dong Khoi, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/bb/f8bb4744ab504c755fc897f8087445576c55d870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a privileged location in the heart of Ho Chi Minh City, on the most famous street, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.89" OriginalAmount="157.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774697214273" Longitude="106.70569880738" StarRating="4" HotelCode="525353|2103345" HotelName="The Myst Dong Khoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6,8 H? Hu?n Nghi?p, P. B?n Nghé, H? Chí Minh, Qu?n 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d5/cdd55f223313e64f043357b271720f4cb0269e67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.42" OriginalAmount="171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81015268" Longitude="106.7515607" StarRating="5" HotelCode="961035|mia_saigon_luxury_boutique_hotel" HotelName="Mia Saigon Luxury Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Street 10, An Phu Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/8d/458d4fb87e92ccceb162452146e452fb7c117d1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.09" OriginalAmount="174.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781488269724" Longitude="106.7011069828" StarRating="5" HotelCode="175615|824515" HotelName="InterContinental Residences Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Nguyen Du Street &amp; Hai Ba Trung, St., District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/95/8d958dfd77f3212d7f51631ba8ad8ccc02ec3dc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77358808" Longitude="106.70456638" StarRating="5" HotelCode="263804|the_reverie_saigon" HotelName="The Reverie Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-36 Nguyen Hue Boulevard, 57-69F Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/e9/3ee9001b49759907b9e32b80a6797c8b9b0fbdd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.51" OriginalAmount="215.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774258514345" Longitude="106.70497618926" StarRating="5" HotelCode="376432|1847348" HotelName="The Reverie Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57-69F Dong Khoi Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.94" OriginalAmount="247.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77458" Longitude="106.700705" StarRating="4" HotelCode="936613|liberty_central_saigon_city_point_hotel_" HotelName="Liberty Central Saigon Citypoint Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Pasteur, Qu?n 1, TP. H? Chí Minh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/10/2a1080dd3300e5e125879a9cf4628da33ac7f14c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78083238" Longitude="106.7049958" StarRating="3" HotelCode="945440|roseland_centa_hotel" HotelName="Roseland Centa Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>15/1A-15A/57A Le Thanh Ton, Ben Nghe Ward, Dist 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/79/8879d23f52080fca87a11d5aa3aeef61f4c64daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74779125" Longitude="106.61092075" StarRating="0" HotelCode="839596|minh_ha_hotel" HotelName="Minh Ha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Beauty Salon,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24-26 Street 30, Binh Tri Dong B Ward, Binh Tan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/2e/ee2e7cd979d85a4930eb29141c38e0b5d61a8123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Minh Ha Hotel is conveniently located in the popular Tan Tao Industry Zone area. The hotel offers a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="416.16" OriginalAmount="408.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.759449" Longitude="106.669292" StarRating="5" HotelCode="904542|an_lam_private_residences_saigon_river" HotelName="An Lam Saigon River" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/84/2984e70420e619e1bc5254d33876f0b505d09a7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6902.95" OriginalAmount="6767.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7919913" Longitude="106.7223097" StarRating="5" HotelCode="815739|2343045" HotelName="Vinpearl Luxury Landmark 81" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>720A Dien Bien Phu Street, Landmark 81 Building, Vinhomes Central Park, Ward 22, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/30/a130dc28d54a304e9ae3f059c08be152fff0b714.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Lounge,Massage Centre,Sauna,Shopping Arcade,Nightclub,Bicycle Rental,Kitchen,Central Heating,Swimming Pool,Garden,Wheelchair Access,Golf,Spa,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Pets allowed,Smoking Rooms,Wake-up Call Service,24 Hour Front Desk,Beauty Salon,Concierge,Dry Cleaning,Elevator,Luggage Storage,Parking,24 Hour Room Service,Business Centre,Coffee Shop,Housekeeping,LCD/Projector,Off-Site Parking,Pick &amp;amp; Drop,Porter,Valet Parking,Meeting Room,Banquet Hall,Dining,Printer,Babysitting</BasicAmenities>
    <HotelRating>3,5,4,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SKI HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,APARTMENT HOTEL,COUNTRY HOUSE,CLUB RESORT,GOLF HOTEL,ECO HOTEL,HOTEL DE CHARME,HOTEL,RESIDENCES,HOSTELS,GUEST HOUSES,AIRPORT HOTELS,APARTMENT,APARTHOTEL,SPA HOTEL,HOLIDAY HOMES</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9a4d4d43-e842-4930-9e1b-36bebd397f67|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="9a4d4d43-e842-4930-9e1b-36bebd397f67">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84794" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-23T00:00:00" End="2026-06-24T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9a4d4d43-e842-4930-9e1b-36bebd397f67|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9a4d4d43-e842-4930-9e1b-36bebd397f67|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-23T10:20:52.9604179+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9a4d4d43-e842-4930-9e1b-36bebd397f67" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="6.02" OriginalAmount="5.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772284" Longitude="106.690775" StarRating="2" HotelCode="905926|1162688" HotelName="Nouveau Happy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Bùi Th? Xuân, Phu?ng B?n Thành, Qu?n 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/61/5b61ced4a7cadd5d7910ebf4979c277745fb055c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated about 10 m from Tao Dan Park and some 100 m from the nearest restaurants and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6.12" OriginalAmount="6.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="696398|sunrise_trung_son_hotel" HotelName="Sunrise Trung Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 63 Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ec/6decbb3848a064f1e54bec03da2aac9b81a27951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6.12" OriginalAmount="6.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="829149|ngoi_sao_phuong_nam_hotel" HotelName="Ngoi Sao Phuong Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41/2 Tan Thoi Nhat 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/03/a803200be4b1503f324da927b958820f90f5dfc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6.73" OriginalAmount="6.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.843616463999" Longitude="106.65712357156" StarRating="2" HotelCode="347359|1222298" HotelName="Lan Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>251/28 Le Van Tho, Pham Ngu Lao Ward, Go Vap, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/45/3445c7f6ba11b8e2a177c1b52fbe848ade5fb087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.14" OriginalAmount="7.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76285199" Longitude="106.67635399" StarRating="1" HotelCode="373134|trang_thu_2_hotel_" HotelName="Trang Thu 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>328 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d8/edd8aea3451fbf41be7614b4669f9438c776f013.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.14" OriginalAmount="7.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74717235" Longitude="106.61666251" StarRating="0" HotelCode="698256|hong_tam_hotel" HotelName="Hong Tam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Street 14</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a2/34a2b500a1c66c290bd12f8e39e3fb43f0c10737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768942745378" Longitude="106.69401345656" StarRating="2" HotelCode="309439|ipeace_hotel" HotelName="Ipeace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>175/8 Pham Ngu Lao Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/34/2d34efe25c7d2b624826773738627d31e72ca562.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78671726" Longitude="106.63458034" StarRating="2" HotelCode="346598|avatar_hotel_2" HotelName="Avatar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Le Van Phan, Phu Tho Hoa Ward, Tan Phu District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/be/7abe64a3afb410225bf950076a7d39ea28568a93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a bar, a tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75683433" Longitude="106.63412633" StarRating="2" HotelCode="626493|ba_dat_homestay_q6" HotelName="Ba Dat Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68b/13 Dang Nguyen Can</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/61/4a61ed9b4d662f9a2aa6873b286a1a78ce8e856c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="826179|ngoc_trinh_hotel_2" HotelName="Ngoc Trinh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>107 Ho Ba Kien</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/a2/0aa211af4432a6951c1b6465c70186a9ac1f6a9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.01" OriginalAmount="8.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.807323264546" Longitude="106.67519631298" StarRating="2" HotelCode="376520|1810488" HotelName="Huong Mai 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>112 Dao Duy Anh Street, Phu Nhuan District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/be/90be63aa085ad2dd3d566760372f7270682827ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.797369845317" Longitude="106.67803368713" StarRating="2" HotelCode="309442|kim_yen_hotel" HotelName="Kim Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Nguyen Trong Tuyen, Phu Nhuan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/f6/abf66ec15768942f615e22f711f846309bb30b64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a restaurant and room servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76725251" Longitude="106.69370287" StarRating="3" HotelCode="309425|aston_hotel_saigon" HotelName="Aston Hotel - Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 - 29 Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/1d/dc1dc3bcc6eeaf7a18fa609ff77327f1187d8543.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79665553" Longitude="106.64815204" StarRating="2" HotelCode="346732|hung_anh_hotel" HotelName="Hung Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>35 Thep Moi, Ward 12, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/4b/e94bd81c2ea6778e97e61a018106e36ce104d01b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76764638367" Longitude="106.69387233223" StarRating="2" HotelCode="346391|saigon_europe_hotel" HotelName="Saigon Europe &amp; Spa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>207 De Tham, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/a0/86a060fda153b58d6997b5ddfb70255f8cede13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766736246649" Longitude="106.69278420974" StarRating="2" HotelCode="346919|nn_hotel" HotelName="NN Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6c/376cb912ae347d8fe0e953222492a14c2dc91626.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75169655828" Longitude="106.71154543298" StarRating="2" HotelCode="347296|ngoc_tung_riverside" HotelName="Ngoc Tung Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>361 Tran Xuan Soan, Tan Kieng Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/1c/691c81fed936c3ec80b1e3f216e3d460fc290adb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79704875" Longitude="106.65917328" StarRating="2" HotelCode="372498|hoa_de_nhat" HotelName="Hoa De Nhat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4/1/9-4/1/11 Hoang Viet, Tan Binh Distrikt, Ho Chi Minh Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/bb/f4bbe3c79315acc957272656624df34decab582b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76367193527" Longitude="106.67587796226" StarRating="0" HotelCode="347730|hoang_yen_nhi_hotel" HotelName="Hoang Yen Nhi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>370 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/92/0e92233fb769ed075a7cc2abc6127c05f3d9a9f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7734013" Longitude="106.69637328" StarRating="2" HotelCode="363798|mai_vuong_sai_gon_hotel" HotelName="Mai Vuong Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>153 Ly Tu Trong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/29/8c29baabcd9c810ee3ecce6df39ae0ab8c26d00b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77982451" Longitude="106.66823007" StarRating="3" HotelCode="586659|bonita_tht" HotelName="Bonita THT" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>185 To Hien Thanh, Ward 13, District 10, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/a7/88a7db304177ba80ef4ec3718a0ca0fe790d0301.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78872176" Longitude="106.67539805" StarRating="3" HotelCode="630527|tropical_house_5" HotelName="Tropical House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>413/37 A Le Van Sy, Ward 12, District 3, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/ef/09ef5d965e525111016c25cb51526a9ce97958c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80105584" Longitude="106.64306701" StarRating="0" HotelCode="808746|nui_thanh" HotelName="Nui Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Parking,Pets allowed,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3A Nui Thanh Street, Ward 13, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/5f/ed5febcae674b2ba26849061c1a8a28162340e1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Nui Thanh Hotel to discover the wonders of Ho Chi Minh City. Offering a variety of facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76757213" Longitude="106.69190697" StarRating="2" HotelCode="783042|h_best_hostel_cafe_saigon" HotelName="H Best Hostel Cafe Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>265/39 Pham Ngu Lao, Phuong Pham Ngu Lao, Quan 1, Ho Chi Minh City 700000, Sai Gon</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/2f/de2f9efa0955e79b0668354081608ed6b6bda46e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76780951" Longitude="106.69443028" StarRating="0" HotelCode="839942|titi_hotel_" HotelName="Ti Ti Room For Rent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/12-14A Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/4b/994b960f08bbabd2019ebe841f07c6b6e920c862.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="967501|reddoorz_nguyen_kiem_street" HotelName="Van Giao Hotel by RedDoorz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>740B Nguyen Kiem Street, Ward 4, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e7/83e74619113979005889b922417741c491a611d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.20" OriginalAmount="9.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769343989153" Longitude="106.70243844654" StarRating="2" HotelCode="309422|3432465" HotelName="Anh Duy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Nguyen Cong Tru, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/3b/c63bff1c279951d5b94d403278482f0d5be1dc40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.37" OriginalAmount="9.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76919427" Longitude="106.69034195" StarRating="2" HotelCode="518106|3475775" HotelName="Ace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>139H Nguyen Trai, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b9/e9b9c043ebe043808245b560d6d085dc66042d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.38" OriginalAmount="9.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766855776695" Longitude="106.68949317369" StarRating="2" HotelCode="378557|1720158" HotelName="Khoi Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/11 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/9f/e59f99c11d614c1413cf2e42e25796fa4fe88041.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.38" OriginalAmount="9.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81287762" Longitude="106.66700005" StarRating="2" HotelCode="772394|3440245" HotelName="95 Lam Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Lam Son, Ward 2, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a1/eea189982d02e1fe7dad4210dd6cdd9ceee2112d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.45" OriginalAmount="9.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767538967221" Longitude="106.69078566219" StarRating="2" HotelCode="346965|1897475" HotelName="Hoang Phi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>313 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b5/a2b53c325ba978b1a0ebbee5c6ab8417cd2aba89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.77" OriginalAmount="9.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.84919597" Longitude="106.67861124" StarRating="3" HotelCode="828962|3471675" HotelName="Galaxy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>594-596 Nguyen Oanh, Phuong 6, Quan Go Vap, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/d9/d5d92e7ddd1b9ec5f64e9997ad5a3be27cd69420.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.96" OriginalAmount="9.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79787932" Longitude="106.73022569" StarRating="1" HotelCode="694403|3434985" HotelName="Sai Gon River Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35/8 Street 19, Binh An Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/06/4d0619c38792781a86b869ec9109cd5285ae5817.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.06" OriginalAmount="9.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767" Longitude="106.6893" StarRating="2" HotelCode="491735|1221758" HotelName="Long Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>373/10 Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/36/35360f0baa73c26ea3f23ca3d847c634e5fb6de5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76756647" Longitude="106.69121823" StarRating="2" HotelCode="347133|giang_son_2_hotel_2" HotelName="Giang Son Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>283/24 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/35/9f35c9221eea835029e047cbe02c18a17faef1ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80054826" Longitude="106.64258544" StarRating="2" HotelCode="424761|song_nhat" HotelName="Song Nhat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Designated Smoking Area,Elevator,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20/19 Nui Thanh, Ward 13, Ho Chi Minh, Tan Binh District</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1c/f31cad49bc996872da84e2ad7564769a25458e6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Song Nhat Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. The h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80248594" Longitude="106.64285103" StarRating="3" HotelCode="698183|van_ha" HotelName="Van Ha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bicycle Rental,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>440 Cong Hoa Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/ac/83ac79acf51a8b5b47341c1af425aab841859b35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Van Ha Hotel to discover the wonders of Ho Chi Minh City. The property features a wide range...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79187045" Longitude="106.6435422" StarRating="3" HotelCode="691105|hung_miami_hotel" HotelName="Hung Miami Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160-162 Bau Cat, 160-160 Bau Cat, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5a/415aa653c8a2835b6436f148eaa367dcccea48f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73449326" Longitude="106.66011349" StarRating="0" HotelCode="808832|felix_garden_hotel_" HotelName="Felix Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>908 Ta Quang Buu Street, Ward 5, District 8, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/98/2d988c2828b4e0633b065c0cef8691a69ea6edde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Felix Garden Hotel puts everything the city has to offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="829310|nhu_y_hotel" HotelName="Nhu Y Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185 Duong 16</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/3f/d53fd550e2adb0100ab192a3dde633efaf732671.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76590077" Longitude="106.69132104" StarRating="3" HotelCode="784985|an_nam_corner_dreamer" HotelName="An Nam Corner Dreamer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>183/15 Bui Vien, Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/de/f4de4fc5a0e926431f49f6e497e3eafd27925911.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="884419|nam_bac_hotel" HotelName="Nam Bac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>206 Phan Dang Luu</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/b0/aab0b58e6fe300647a1cbb478a5b219cf2edb8c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="876931|phuong_linh_hotel_3" HotelName="Phuong Linh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-27A Nguyen Thái Bình, Phuong 4, Quan Tan Bình, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/26/632604c258cf2825eb5aad46e4a41840cfa8db3e.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.27" OriginalAmount="10.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76845965" Longitude="106.69392118" StarRating="2" HotelCode="374002|3450305" HotelName="Saigon Amigo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>185/24 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/dc/8cdc574d1246b9e7cf3313f5da840256902a1ab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.42" OriginalAmount="10.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767537640709" Longitude="106.69269375155" StarRating="2" HotelCode="384112|1722338" HotelName="Thanh Ha Guesthouse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241/39 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/77/3177e1b17b3093d58568b9849fcb6ff7e22a467f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.57" OriginalAmount="10.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73279645" Longitude="106.70739983" StarRating="3" HotelCode="773644|3426595" HotelName="Laguna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>R3-84 Hung Gia 4, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/20/c32092acdf7f5b6b2156b143e9c82580d223ead9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.58" OriginalAmount="10.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="782923|3443475" HotelName="Language Exchange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>399/43/5 Nguyen Dinh Chieu, District 3, 1500 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/da/59da8ab74e87191346da5de9a513283046b8e9cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.69" OriginalAmount="10.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75282582" Longitude="106.66744778" StarRating="2" HotelCode="632284|3476115" HotelName="Thanh Lan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Tran Xuan Hoa, Phuong 7, Quan 5, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/17/d317c13f987619288ccbfd02a770d8f6eb6c059b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.96" OriginalAmount="10.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80422033" Longitude="106.64253823" StarRating="2" HotelCode="857198|2347205" HotelName="RedDoorz Plus Near E-Town 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Than Nhan Trung, Phuong 13, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647181/647181a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774437" Longitude="106.6350308" StarRating="3" HotelCode="369076|dong_du_hotel" HotelName="Dong Du Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Dong Du, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/e4/7fe46ec3e30766badc271d2c49ac96002b8c94bb.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81537353" Longitude="106.66828289" StarRating="2" HotelCode="370392|mi_linh_hotel" HotelName="Mi Linh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B38A Bach Dang Street, Ward 02, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/fa/85fa40a50fcf2afcc5e4d4a0c8461bb035ec4916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81141176" Longitude="106.71345483" StarRating="1" HotelCode="372702|nhat_binh_hotel_" HotelName="Nhat Bình Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>625/7 Xô Vi?t Ngh? Tinh, Ward 26, Bình Th?nh Distrikt, H? Chí Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b9/4ab9f5255c2c68e870b42d5f0053f2057cb58824.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nhat Binh Hotel is located in Ho Chi Minh City, 2.8 km from the Jade Emperor Pagoda and 3.8 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7274698" Longitude="106.70574936" StarRating="0" HotelCode="424712|smp_serviced_apartments" HotelName="SMP Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>SMP Serviced Apartments, R3-27 Pham Thai Buong Street, My Toan 1, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/6a/f36ab1afaf06f3489bfddda84ea7e07728dd77e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at SMP Serviced Apartments to discover the wonders of Ho Chi Minh City. The property features a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83808079" Longitude="106.65261342" StarRating="0" HotelCode="512643|venus_hotel_11" HotelName="Venus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>872 Quang Trung</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/2e/152ee45029dc21f634648fbb6770729b9863ef68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79646653" Longitude="106.65316673" StarRating="1" HotelCode="424810|hung_huong_hotel_" HotelName="Hung Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>321 Nguyen Thai Binh street, ward 12 Tan Binh district, Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/29/a029a54f7b4d75f1b088cd84006dd29dc0161c9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Hung Huong Hotel puts everything the city has to offer ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766937819478" Longitude="106.68938906265" StarRating="2" HotelCode="383568|saigon_backpackers_hostel__pham_ngu_lao" HotelName="Saigon Backpackers Hostel @ Pham Ngu Lao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/20 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/39/27398f71f7d2ce335b8432115e4c4452b1eda33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81009668" Longitude="106.68973839" StarRating="0" HotelCode="518246|tt_hotel" HotelName="TT Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155-157 Nguyen Van Dau, Ward 5, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/b1/beb103c0b15d323bc98ff4a18a4ffb4c98928da8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7741056" Longitude="106.6972227" StarRating="3" HotelCode="599862|ace_hotel_ben_thanh" HotelName="Ace Hotel Ben Thanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/6c/4b6c06e39e07c05bd1afac6a9de812c6085b3ec5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="586837|elegance_283_hotel_2" HotelName="Elegance 283 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>283 Hoang Van Thu, Tan Binh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/6e/416e74acf71711cbae3f33c2b57daf023f02e1f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80375137" Longitude="106.66219578" StarRating="2" HotelCode="620098|oyo_203_the_blue_hotel" HotelName="The Blue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/37 Phan Thuc Duyen Street, Ward 4, Tan Binh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e5/dde5082755f15dae5b92f87114a336438fbe9d84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="808994|minh_nhu_hotel" HotelName="Minh Nhu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Dong Xoai Street, Ward 13, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/38/73381aa1b0fbed50ff0788a934f2eeaf8656a963.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76646644" Longitude="106.69182267" StarRating="2" HotelCode="915645|meraki_hotel_2" HotelName="Meraki Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>198 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/fc/3cfc7db1d3ea8d6af1ae160ba91feed89c60498e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.38" OriginalAmount="11.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7507322" Longitude="106.66147928" StarRating="1" HotelCode="696353|3442435" HotelName="Truong Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55-57-59 Trieu Quang Phuc Street, Ward 10, District 5, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/b0/00b00d6274eeb42a1c12451df129a72ac911bfb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Truong Giang Hotel to discover the wonders of Ho Chi Minh City. Featuring a complete list of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.69" OriginalAmount="11.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76779956" Longitude="106.69469686" StarRating="3" HotelCode="869470|3443535" HotelName="An Nam Corner Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>186/20 Bùi Vien, Pham Ngu Lao Ward, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/3a/05/3a05965bd2192cc0b4458d32e76381127528a8f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.80" OriginalAmount="11.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79743051" Longitude="106.67528452" StarRating="2" HotelCode="374783|1802978" HotelName="Yen Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>219 Nguy?n Tr?ng Tuy?n, P. 8, Q., Phú Nhu?n District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/70/7f70167e387882a0df9a217106804d044ec7f377.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.86" OriginalAmount="11.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76970126" Longitude="106.69083414" StarRating="3" HotelCode="701139|3449705" HotelName="Lucky Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146 Nguyen Trãi, Phu?ng Ben Thành, Qu?n 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/17/6417ea4b5daf6d9763426b34ecdd133234c91646.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.93" OriginalAmount="11.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="874545|2347295" HotelName="RedDoorz Plus Near Nowzone Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>135 Nguyen Van Cu Street, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647286/647286a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.94" OriginalAmount="11.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72727581" Longitude="106.70558166" StarRating="3" HotelCode="620077|3456775" HotelName="Emerald Serviced Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>159-161 Pham Thai Buong Street, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/793292/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.03" OriginalAmount="11.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767699910813" Longitude="106.69089631483" StarRating="2" HotelCode="365896|3426235" HotelName="Koniko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Currency Exchange,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>283/22 Pham Ngu Lao Street, District  1, Ho Chi Minh City  70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/76/617614ec5b1767af02e29713a72161c665746f85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;We are glad to welcome your stay at our hotel our hotel is located in a peaceful and lovely alley wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.04" OriginalAmount="11.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77169421" Longitude="106.69374817" StarRating="2" HotelCode="363860|3436755" HotelName="Holiday Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Ly Tu Trong Street  Ben Thanh Ward, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/35/47359fd88cc46e6085f9410adfeb167f9319f057.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774244984181" Longitude="106.67185757176" StarRating="0" HotelCode="373910|hoa_mai_hotel" HotelName="Hoa Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>723-725 Le Hong Phong Street, District 10, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/c6/f4c6bda08e3b85b7ca5d3da614f093d3f010ae41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77190984" Longitude="106.69602406" StarRating="3" HotelCode="374170|cat_hotel_ben_thanh" HotelName="Platinum Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/c5/d0c5adf430eeb08e89506d83e06a31b48acb685c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75286907" Longitude="106.65564001" StarRating="2" HotelCode="492336|sao_mai_hotel_4" HotelName="Sao Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>896 Nguyen Trai, Ward 14, Ho Chi Minh 70000, District 5</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/6d/106dad05ae6d0572b4d0bdedd308d4a2084acbdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sao Mai 896 Hotel is a popular choice amongst travelers in Ho Chi Minh City, whether exploring or ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83233809" Longitude="106.6098267" StarRating="2" HotelCode="586698|atana_hotel_2" HotelName="Atana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>327 Phan Van Hon, District 12, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/1c/791caaa21a4e6b0338cf21f1a9a59590e9949db3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81254342" Longitude="106.66841799" StarRating="3" HotelCode="586775|uyen_anh" HotelName="Uyen Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43-45 Yen The Street, Ward 02, Tan Binh District, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/4a/a44af8da4d4b66334d872436462674f90f384893.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76775" Longitude="106.6945" StarRating="3" HotelCode="568657|an_an_hotel" HotelName="CCentral Hotel Bui Vien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/f3/dbf3fd57bb02b9d5be6f83e7b469b0a8e1da20ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="828989|an_tinh_hotel" HotelName="Khach San An Tinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241 Le Dai Hanh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/e2/a4e2af99ba9e7b6a131cc123bb51dc62a3afe84a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80292711" Longitude="106.64073253" StarRating="2" HotelCode="784726|the_lumiere_hotel" HotelName="ND Building" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Le Van Huan Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/1d/401df7ff1b3a6eb9981736407f116cd3810e0570.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers. Additional facilities available...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="836120|mai_vang_hotel_2" HotelName="Khach San Mai Vàng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So Nha 48 Ðuong 4A</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/eb/d3eb62d8e779dd4f6b5f29c53e01daa8d0ae763d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79652101" Longitude="106.68860296" StarRating="3" HotelCode="963207|cupid_2_hotel" HotelName="Cupid 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/25-52/27 Cu Lao Street, Ward 2, Phu Nhuan District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/bc/61bcc86a097f750d5bb87e2fbc826ac4ef06ae6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.46" OriginalAmount="12.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7675384" Longitude="106.694" StarRating="2" HotelCode="568658|2272185" HotelName="CCentral Hotel De Tham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>216 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/ff/0affb3106899e92670cb8a8a84af01826f77f367.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.54" OriginalAmount="12.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76802096" Longitude="106.69437282" StarRating="2" HotelCode="364737|2255005" HotelName="Beautiful Saigon 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/27 Bui Vien Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f8/4ef800043108482a0762cfc774a14634d4b0480c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.60" OriginalAmount="12.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73338004" Longitude="106.7069118" StarRating="2" HotelCode="774716|3435455" HotelName="Melody Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Hung Gia 2, Tan Phong, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/68/836859e62ab811baec484f11e3736e4a89610f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.72" OriginalAmount="12.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81273161" Longitude="106.6667208" StarRating="3" HotelCode="774255|3433575" HotelName="GIC Apartment And Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/11 Hong Ha, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/15/8f154169b57c069391ca0e2b08f051a51b637ccb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.99" OriginalAmount="12.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7666732" Longitude="106.69112892" StarRating="2" HotelCode="587106|3450635" HotelName="Green Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Do Quang Dau Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/be/4ebeb8093e887724fa1e965931cc7e7bcf3bb968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.10" OriginalAmount="12.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7762395" Longitude="106.69120256" StarRating="2" HotelCode="363875|1751518" HotelName="Ruby Star 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Truong Dinh, District 3, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/15/f01541f3288b7df6b93da03294b1b6b50a717e13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.21" OriginalAmount="12.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7679342" Longitude="106.69421719" StarRating="2" HotelCode="595899|3475745" HotelName="Quang Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/7 Bui Vien, Pham Ngu Lao ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/44695/2844695/37.jpg?f=15505547</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76716790156" Longitude="106.69348672444" StarRating="2" HotelCode="225963|beautiful_saigon" HotelName="Beautiful Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>62 Bui Vien Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2d/00/2d002b89765765c1dabb4856de7ced338156bc0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76891599535" Longitude="106.69829186743" StarRating="2" HotelCode="346629|dinh_phat_hotel" HotelName="Dinh Phat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>141-143 Calmette, Phuong Nguyen Thai Binh, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/31/4231927a75fc17e673f120417d028a3c88ad9061.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77327339" Longitude="106.68498548" StarRating="2" HotelCode="369887|leblanc_saigon" HotelName="LeBlanc Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>414 (Behind) Nguyen Dinh Chieu, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/9e/5f9e25d08ca68b60fee1bd89d3f374ee9e1cf9d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7682098277" Longitude="106.69218235857" StarRating="1" HotelCode="370146|freedom_hotel_2" HotelName="Freedom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>269,267 Pham Ngu Lao, Ho Chi Minh 700000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/dc/7bdce6704cae7f16b1b661c90c0c625efb812ab9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Freedom Hotel puts everything the city has to offer jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77456187" Longitude="106.69016198" StarRating="1" HotelCode="372654|dai_hoang_ha_hotel_" HotelName="New Star Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>214 Nguyen Thi Minh Khai Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c6/96c640de762d1b36ce76f64d00a4686cce7d56bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Ho Chi Minh City. Its setting is especially ide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7668329" Longitude="106.6926976" StarRating="3" HotelCode="376128|quan_san_guest_house" HotelName="Violet Star Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Dry Cleaning,Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>35/10 Bui Vien, Phuong Pham Ngu Lao, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/93/d59324b1475c0bcfbef6a3b3ecd69ac5283581d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quan San Guesthouse is a popular choice amongst travelers in Ho Chi Minh City, whether exploring or ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767670895466" Longitude="106.69080581993" StarRating="2" HotelCode="397067|ailen_garden_hotel" HotelName="Ailen Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>283/33 Pham Ngu Lao, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/40/2840d847c4d804c7a1d36633eb6ddfe28932d23c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80797974" Longitude="106.66355923" StarRating="2" HotelCode="595924|gia_hoa_hotel" HotelName="Gia Hoa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4 Hau Giang Street, Ward 4, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6a/426a31c199ec5a4cf5908dc5a28f5617db8de18a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79792794" Longitude="106.64155718" StarRating="2" HotelCode="601456|huy_hoang_1_hotel" HotelName="Huy Hoang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Binh Gia Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/f3/fef380de40860f0039e7f64c076762db1b6caed5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83921808" Longitude="106.63694469" StarRating="2" HotelCode="691064|eros_hotel_4" HotelName="Eros Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>331/8 Phan Huy Ich, Go Vap District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/7a/057a5922cb377c78d43650ece0ba46c81ae047dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.808281" Longitude="106.6635045" StarRating="0" HotelCode="690957|thu_ha_hotel_2" HotelName="Hotel Thu Ha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Hau Giang, Tan Binh, Quan Tan Binh, Ho Chi´ Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/9c/5e9c7da39b29af3f7ecaf1846afb14a746285fb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thu Ha Hotel is conveniently located in the popular Tan Son Nhat International Airport area. Offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="698259|cozy_hotel_8" HotelName="Cozy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>265/7/15 Pham Ngu Lao</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/1c/661cebed8d3af8d8feb4e3f454bcdb3751b1b887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7389465" Longitude="106.6901895" StarRating="0" HotelCode="963361|la_galerie_hotel_3" HotelName="La Galerie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-19 Duong So 4, Kdc Trung Son, Bình Hung, Bình Chánh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/5b/ae5bcf1c63c56e346346a213ac67371eae75a047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.44" OriginalAmount="13.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80739491" Longitude="106.6616006" StarRating="2" HotelCode="586847|3441005" HotelName="Vivian Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Thang Long, Phuong 4, Quan Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/df/21dfc0f5d807ec26a1a87d65169ebeb3ffffc3a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.44" OriginalAmount="13.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76975902" Longitude="106.6965785" StarRating="1" HotelCode="855923|3438105" HotelName="My Friends Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>572B/4 Tran Hung Ðao, Phuong 2, Quan 5, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b8/59b8bcd3de699b37f50a7e4dc5307c5cce460cc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.48" OriginalAmount="13.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.758118834036" Longitude="106.67371796811" StarRating="3" HotelCode="309420|1196388" HotelName="An Dong Center Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14-16-20 Su Van Hanh, P. 9, Q. 5, Tp, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/20/fd206b72a6c7230cb31c5baa5a79bbca8762a751.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.53" OriginalAmount="13.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7529465" Longitude="106.65914528" StarRating="1" HotelCode="375385|1802988" HotelName="Trung Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>785 Nguyen Trai, Dist 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/9b/869bf045bd0ef49464dd9dbd192fd899ad2ca74f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.89" OriginalAmount="13.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77129089952" Longitude="106.69479444623" StarRating="2" HotelCode="173645|1447118" HotelName="Blessing Central Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>267-269 Le Thanh Ton Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/3b/113b1867d47b1c8cf35275fb945e23f3869d62af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a vibrant location in Ho Chi Minh City, in close proximity to the Mariamman Temple...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.07" OriginalAmount="13.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76800746" Longitude="106.69428749" StarRating="2" HotelCode="346837|1461558" HotelName="Kim Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>40/18 Bui Vien Street, Pham Ngu Lao Ward, 1st District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/0a/360a848ffda917453d0a8760f6c2c2fff0a4af26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.19" OriginalAmount="13.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77173101" Longitude="106.69516594" StarRating="3" HotelCode="373896|3444815" HotelName="Pavilion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Le Anh Xuan, Ben Thanh Ward, District 1, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/ce/57ce60d5d3c6484677073fb65d3453ccc19da658.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.27" OriginalAmount="13.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771734264341" Longitude="106.69601722887" StarRating="3" HotelCode="382879|1166968" HotelName="Bloom Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Truong Dinh Street, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/04/9c042711b8945a22ad0dff192fa1ae74647eaf9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768472301364" Longitude="106.69340139319" StarRating="1" HotelCode="347844|1750858" HotelName="Galaxy Hotel &amp; Capsule" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>269/19 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/7e/5e7ee0aafc117ca8e0bdee259f127ce202336756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771206581069" Longitude="106.69673770666" StarRating="3" HotelCode="166815|my_anh_hotel" HotelName="My Anh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>108 Le Lai Ben, Thanh Ward District 1, Ho Chi Minh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/2b/db2bcbd5aced8b84216f598dad19384f48bd0f3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district in Ho Chi Minh City, just 5 minutes' wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77048577" Longitude="106.67133514" StarRating="0" HotelCode="373303|phuong_thanh_hotel_3" HotelName="Phuong Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Tran Thien Chanh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/e5/afe565e3c1d1210160d091da5f6f808782d596cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only 6 km from Tan Son Nhat International Airport, Phuong Thanh Hotel is located in Ho Chi Minh City...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.764521953335" Longitude="106.69514679437" StarRating="2" HotelCode="368159|yellow_house_saigon" HotelName="Yellow House Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114/32 De Tham Street, Ho Chi Minh, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/6b/976b386074fc0235dccacd34be5f0a536b1ca4e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76863241" Longitude="106.6941182" StarRating="2" HotelCode="368646|gia_vien_hotel" HotelName="Gia Vien Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>175/4-6 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/2f/1e2fb2fd84ee0f04b7f14469b7753149f6e1cabe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8143154" Longitude="106.67075552" StarRating="2" HotelCode="372363|golden_palm_hotel" HotelName="Golden Palm Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Bach Dang, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/35/44355afb313bc5c7cabb8c42cc7779ac0685a248.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.789164" Longitude="106.604285" StarRating="2" HotelCode="504127|thien_phu_logia_hotel" HotelName="Thien Phu Logia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>8A Go Xoai, Binh Hung Hoa A, Binh Tan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/e1/43e148d7313a9fd853a376bfe668732594010037.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Thien Phu Logia Hotel offers comfort and convenience whether you're on business or holida...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76861993" Longitude="106.6949001" StarRating="2" HotelCode="489009|roomsaigon" HotelName="Room@saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>193 Nguyen Thai Hoc, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/94/359402a1c9e1e8eff6398eb4590ba1cb6666646a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73144586" Longitude="106.70732717" StarRating="2" HotelCode="567743|the_garden_6" HotelName="The Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Hung Phuoc 2 Internal Street, Tan Phong Ward, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/0b/900b5c359e4c83a88c540f64f800a1724cbb1348.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79465663" Longitude="106.64173106" StarRating="0" HotelCode="696551|lilly_hotel" HotelName="Lilly Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Bau Cat 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/37/2537bcc2ace0f2e02ef4954f9f505d55ff822fb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72959918" Longitude="106.7071246" StarRating="3" HotelCode="754639|atlas_hotel_apartment" HotelName="Atlas Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Hung Phuoc 4, Tan Phong, Quan 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b3/1bb363f95ce6632050e0282fb028027fd375dd1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="810894|queen_victoria_hotel_4" HotelName="Queen Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Ðuong So 10</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a1/eea1b364cac37140c2e1fe73bb7e5765b6e9748c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7685189" Longitude="106.687124" StarRating="2" HotelCode="781122|alleyway_home_hostel" HotelName="Alleyway Home Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>162/9 Bui Thi Xuan, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/5e/155e7792c7ec6b7565844034a2038bfcc60a96f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="781299|hotel_thien_phat" HotelName="Hotel Thien Phat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>470 Nguyen Van Linh, Phuong Tan Phu, District 7, Ho Chi Minh City 756335</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/90/bb90247a2219e5f5dc4c4318619287c11ec635e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791701" Longitude="106.67293417" StarRating="0" HotelCode="962723|aladdin_hotel_and_apartment" HotelName="Aladdin Hotel And Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>397 Huynh Van Banh, Phuong 11, Quan Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/41/5741d94c63567945f8fce40256b19af196b737ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.47" OriginalAmount="14.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80210285" Longitude="106.64682889" StarRating="3" HotelCode="550330|3430045" HotelName="Minh Tam Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>278-280 Cong Hoa Street, Ward 13, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/06/8206351707a576bae170f43a1565f284e5a1d45f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.48" OriginalAmount="14.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78912916" Longitude="106.70281747" StarRating="2" HotelCode="618529|3449915" HotelName="Holo Fairy House Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/11 Nguyen Binh Khiem, Da Kao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/04/b40413225ae65d0c3ab31c295d8038f27eae0b2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.54" OriginalAmount="14.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75993249" Longitude="106.66723648" StarRating="3" HotelCode="385855|3465675" HotelName="Hue My Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Nguyen Tieu La Street, ward 5, District 10, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/33/8d33e5d6cd5fbafdc4df88061d182f2adea2b61b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;##Property Location  Located in Ho Chi Minh City (District 10), Hue My Hotel is minutes from An Dong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.75" OriginalAmount="14.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76814853" Longitude="106.69225184" StarRating="3" HotelCode="364673|2255035" HotelName="Dragon Palace II Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>221 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/9e/8a9e1f49a84213ea465d584c9e4b635b55afa48d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a transfer service and room service are available to guests of the hotel....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.838636950983" Longitude="106.67241755348" StarRating="2" HotelCode="346671|ha_oanh_2_hotel" HotelName="Ha Oanh 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>222 Nguyen Van Luong, Ward 17, Go Vap District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/zz/4bad6c758c8b98eec98ed648c1e6ee59972ca012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Ha Oanh Hotel 2 offers comfort and convenience whether you're on business or holiday in H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.751144510673" Longitude="106.66461030809" StarRating="1" HotelCode="347281|tan_da_hotel" HotelName="Tan Da Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Tan Da, District 5, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/01/e2011d0a81aa4ce24a80f0776bc707ead91eedc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in District 5 - China Town / Cho Lon, Tan Da Hotel is a perfect starting point from which to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77164137" Longitude="106.67258028" StarRating="2" HotelCode="368077|saigon_garden_hotel" HotelName="Saigon Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>781/D1 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/c1/3dc104b7a18cf2fdb78bdb4e0f1bcfe3c4c9207d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 10 - Phu Tho Stadium / Ky Hoa Park, Saigon G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77016947631" Longitude="106.68844623276" StarRating="2" HotelCode="347443|hoan_thai_hotel_" HotelName="Hoan Thai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Ton That Tung, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/7d/907de91facb80609e5e0d538a3a57c59b0493516.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769492167224" Longitude="106.70272524323" StarRating="2" HotelCode="347732|ohana_hotel_" HotelName="Ohana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Nguyen Cong Tru Street, Nguyen Thai Binh Ward, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/1c/a51cdd61ce613909f1e0cbb64755a26b2a07a988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Ohana Hotel offers comfort and convenience whether you're on business or holiday in Ho Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77538901" Longitude="106.70480499" StarRating="3" HotelCode="370349|hampton_hotel_by_jinnu_lai" HotelName="Asian Ruby Center Point Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46-48 Mac Thi Buoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/fc/4bfc050ca38863a53ec8c30263223f704e55a262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77213916" Longitude="106.69617885" StarRating="2" HotelCode="363870|hoang_phuong_hotel" HotelName="Saigon Sparkle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>229 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/14/4614e98523769dfac50b63c7e3a9ea0700612e65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81636114" Longitude="106.67661071" StarRating="1" HotelCode="368824|hong_tuoi_hotel" HotelName="Hong Tuoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>491/24 (Ha Do - Nguyen Van Cong Apartment Building) Nguyen Van Cong Street, Ward 03, Go Vap District, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/3b/753b8304132de9a5ec85c042a06ac40e93573519.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8063434" Longitude="106.73005104" StarRating="3" HotelCode="440416|kelly_apartment_thao_dien" HotelName="Kelly Serviced Apartment Thao Dien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>12 Street 43, Thao Dien Ward, District 2, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/09/7d09f863533af3e955fb82f84d07cdf6f6cdee65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76499722" Longitude="106.69509672" StarRating="3" HotelCode="599360|oyo_101_saigon_hotel" HotelName="Kien Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Co Bac Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/26/6c266073f49d573b58c79a209e318bfa5da124a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Kien Hotel 2 in Ho Chi Minh City (Core area of Ho Chi Minh Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78002012" Longitude="106.67919746" StarRating="2" HotelCode="773625|thien_truong_hotel" HotelName="Thien Truong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Cong Hop Rach Bung Binh, Phuong 10, Quan 3, Thanh Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/34/b234d7c7409a5147b125e70357c50c050bcd356d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79300627" Longitude="106.68558114" StarRating="2" HotelCode="763946|lai_hotel" HotelName="Lai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Phan Dinh Phung, Ward 2, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/89/e4897186b72b1b100fa0567729c2b04b3ee3db10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77070775" Longitude="106.69306548" StarRating="2" HotelCode="743783|city_backpackers_hostel_3" HotelName="City Backpackers Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7/1 Nguyen Trãi, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/ed/4ced46e05b196b0b273f0a3bec3e23c3fce222e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7674651" Longitude="106.69270759" StarRating="0" HotelCode="839413|4_boys_hotel" HotelName="4 Boys Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241/22 Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/00/a9003d94c845c50a4207912fc1d108cf87eb39c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877916|the_umi_hotel" HotelName="The Umi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23-23A Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/21/e921a7baba5ea843f03a6cc5a94ffd64b7cc2961.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="963351|thanh_vinh_hotel" HotelName="Hotel Thanh Vinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>666/17 Duong 3/2, Phuong 14, Quan 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/e6/1ae6397280418b39f977775f2091e13e430f1d6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76681496" Longitude="106.69113198" StarRating="3" HotelCode="968937|the_white_house_60" HotelName="The White Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26/5 Do Quang Dau Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/9b/ea9b6d6a321350fdd6dcaf68b908d952befda2dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="977731|prague_airport_hotel_2" HotelName="Prague Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Bach Dang, Phuong 2, Ho Chi Minh City 070000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/5a/1e5a91ea69f78da5f0de76e66d4425043df43933.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.31" OriginalAmount="15.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791536019451" Longitude="106.66571255755" StarRating="2" HotelCode="309467|1752978" HotelName="Vuong Quang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Bui Thi Xuan Street, Ward 3, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/72/4b72d989a0daba0969c6a8a6deba099203cfe724.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.46" OriginalAmount="15.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778625211191" Longitude="106.67286939942" StarRating="2" HotelCode="309445|1202358" HotelName="Minh Chau Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Hoa Hung, Ward 12, District 10, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/e8/21e8f6550a47d605c94a6d45054dba83b5d248ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.03" OriginalAmount="15.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770633182872" Longitude="106.69230153506" StarRating="2" HotelCode="404159|3450345" HotelName="Sakura Hostel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Designated Smoking Area,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39/26 Nguyen Trai Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/fd/f2fd6429dc9967858c7f91e9a4ef63ccb0210e97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Sakura Hostel Saigon, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.12" OriginalAmount="15.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76773546" Longitude="106.68822168" StarRating="3" HotelCode="744552|3444805" HotelName="Triip Cupid Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Bis Nam Quoc Cang, Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/23/7323123eaf8a9369089ea3e2b390735562b2f949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.15" OriginalAmount="15.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.759006" Longitude="106.684921" StarRating="2" HotelCode="607584|3427275" HotelName="Smiley Apartment 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>385/16 Nguyen Trai, Phuong Nguyen Cu Trinh, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/65/99651bcad4d013bac4bf5e04fef03f58a4600e46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.15" OriginalAmount="15.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.812831" Longitude="106.66856004" StarRating="2" HotelCode="853020|3442405" HotelName="Victory Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96 Yen The, Ward 2, Tan Binh, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/50/5250e8a60deea040703cf4bf21a80375c094fca2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.20" OriginalAmount="15.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80873145" Longitude="106.66522049" StarRating="2" HotelCode="877684|3470945" HotelName="White Diamond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So 7 Ðong Ða, Phuong 2, Qu?n Tân Bình, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/83/4783217b44cae26c01d11af3e6079fecad91d231.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.26" OriginalAmount="15.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8131415" Longitude="106.67182775" StarRating="3" HotelCode="635666|3835635" HotelName="Mai Villa Hotel Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54/34 Bach Dang, Ward 2, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4d/974dbc73fe0ac751b8e1b670488e3b9036d25c7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76736509" Longitude="106.69114826" StarRating="1" HotelCode="373122|quoc_minh_hotel_" HotelName="Quoc Minh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>283/8 Pham Ngu Lao, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/75/a8758f76a4285150cfbc57444dafe605ef021dd3.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Quoc Minh Hotel offers comfort and convenience whether you're on business or holiday in H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7965221" Longitude="106.65903137" StarRating="1" HotelCode="372574|quynh_giang_hotel_" HotelName="Quynh Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16/4 Hoang Viet, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/4a/f64a5db69047c527cc7b8e68b11a1ae31eff179e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers. Additional facilities available...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.792482319465" Longitude="106.69608063105" StarRating="1" HotelCode="347310|tuan_viet_hotel" HotelName="Tuan Viet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>232 Dinh Tien Hoang, Dakao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/c9/d4c92c3e65a09763046add579f3d7d34f8692cbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77153317" Longitude="106.69008803" StarRating="3" HotelCode="368543|an_thai_hotel" HotelName="EM&amp;EM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/30/803042c2c24dec4b47af7ddd56e7f2ec2852fad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76824921" Longitude="106.69383632" StarRating="2" HotelCode="372104|bi_saigon_hotel_" HotelName="Bi Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185/26, Pham Ngu Lao Street, District 1,, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/89/d089241bca9abc244fc59bf334ca274e76ad12b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77443641" Longitude="106.69009344" StarRating="2" HotelCode="424719|vuon_tao_dan" HotelName="Vuon Tao Dan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>220 Nguyen Thi Minh Khai, Ho Chi Minh City, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/94/0594177663b686a1d5788137a7f92ad0083563d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767705446377" Longitude="106.6926182825" StarRating="2" HotelCode="383558|mai_vy_hotel" HotelName="Mai Vy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>241/12 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b2/0ab2f199735ffcdc925c575786035df1ea93b79d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7922192" Longitude="106.692695" StarRating="0" HotelCode="424421|phuong_nhan_hotel_" HotelName="Phuong Nhan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Tran Quang Khai Street, Tan Dinh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/78/4a784fc5b665b52dece352bdf6b4f5e1b36106bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Phuong Nhan Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. Off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76822269" Longitude="106.69359315" StarRating="3" HotelCode="553411|dragon_palace_3_hotel" HotelName="Dragon Palace 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>52 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/4e/984ef2f788d09e663e6593613d8f72286672b5c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a transfer service, room...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76629419" Longitude="106.68790765" StarRating="3" HotelCode="835867|chillsuites_sai_gon" HotelName="Chill Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A67 Nguyen Trai, Ward Nguyen Cu Trinh, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/a7/b3a7aaa769b0e39e7e8299382d4910d2123556c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767904769216" Longitude="106.6914553086" StarRating="2" HotelCode="915652|nam_long_hotel" HotelName="Nam Long Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>283/3 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a5/5ca5809b93d8ba68d6db59d85c1ebf3ca08fc9da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773367202696" Longitude="106.69909537116" StarRating="2" HotelCode="915648|vuong_tai_hotel" HotelName="Vuong Tai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Luu Van Lang Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ea/6dea8f3be0af9e07c8197164f0891db58dab60ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.76" OriginalAmount="16.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76729435" Longitude="106.69117497" StarRating="2" HotelCode="369260|1730428" HotelName="Ngoc Minh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Off-Site Parking,Parking,Pets allowed,Pick &amp;amp; Drop,Porter,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>283/11-13 Pham Ngu Lao, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/eb/49ebfc97fc49d5bd687a367bcd5a46cebd7e5ca7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Ngoc Minh Hotel places you in the heart of Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.84" OriginalAmount="16.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80676351" Longitude="106.66431281" StarRating="3" HotelCode="373607|1716768" HotelName="Saigon's Book Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15A Truong Son, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/46/5b469618c7af7ecec9bc59b3bded80818a41b51b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.85" OriginalAmount="16.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.734475812853" Longitude="106.67371325501" StarRating="3" HotelCode="346327|1786138" HotelName="Hoang Le Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Street 9, Hamlet 4, Binh Hung Commune, Binh Chanh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a6/b1a678651c842a63ee8e3d0cfddbdae7f0a7bb52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.19" OriginalAmount="16.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76454104" Longitude="106.6874994" StarRating="1" HotelCode="586862|3439035" HotelName="Hanh Phuc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>265 Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/d0/41d01b333e372afd4cf664ab6bdfdc44eadc8ac3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.28" OriginalAmount="16.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74055046" Longitude="106.69572022" StarRating="3" HotelCode="701339|3471815" HotelName="Bin Bin Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>L19 Street 14, Him Lam Residence, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/58/d35871eb2f5e7f43e825ddcbfd06ea208d0fea4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.31" OriginalAmount="16.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730277052148" Longitude="106.70700043408" StarRating="2" HotelCode="346260|1753708" HotelName="Vien Dong Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>R4-27/28 Hung Phuoc 3, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ab/34ab5268db034696fe46f4600ad2aae5ed5fba23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.33" OriginalAmount="16.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78605281" Longitude="106.66704636" StarRating="2" HotelCode="773525|3463885" HotelName="C'Lavie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>548A Cach Mang Thang 8, Phuong 11, Quan 3, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/67/43/6743eff2267e8e09839c57018495bfb8ae470654.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.804108" Longitude="106.70932089" StarRating="2" HotelCode="347105|apogee_hotel" HotelName="Apogee Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33-33A Dinh Bo Linh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/b0/97b01bb101f12a5827a0195089fdbcafeb345922.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Apogee Saigon Hotel puts everything the city has to off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7717884" Longitude="106.69704618" StarRating="2" HotelCode="366951|thanh_thu_hotel" HotelName="Thanh Thu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>34 Nguyen An Ninh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b4/0db47896314c11df520157093a4f37d09c9275b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 1 - Ben Thanh Market, Thanh Thu Hotel promis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7995359" Longitude="106.67330877" StarRating="2" HotelCode="367481|han_river_" HotelName="Namu Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>197A Hoang Van Thu, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/a5/f4a5c2b538c5bfbb82ed9de78c6157086cc6dab4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Namu Saigon Hotel is conveniently located in the popular Tan Son Nhat International Airport area. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79648576" Longitude="106.67259866" StarRating="2" HotelCode="367959|hoang_ha_hotel_2" HotelName="Hoang Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>53-57 Truong Quoc Dung, Phu Nhuan, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/2b/342b9416a8cbe31bc23a1dbb5ec8c37cd8cc2085.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771504667603" Longitude="106.6972599492" StarRating="2" HotelCode="368607|song_anh_3_hotel" HotelName="Song Anh 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24 Le Lai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/b7/79b7b11680f8a10d04a828ad77cc6f81e6ed87d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.799605225555" Longitude="106.67310991638" StarRating="2" HotelCode="383563|yen_nam_hotel_hoang_van_thu" HotelName="Hotel Namu Ho Chi Minh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>197A Hoang Van Thu Street, Ward 08, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e0/8ae01e14019d17a2e9f70831ebd780be9a7c008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="809009|apollo_hotel_23" HotelName="Apollo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Yen The</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/c6/f3c6be54bc1a5782192f011e726b4e244b55194e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75253125" Longitude="106.6736995" StarRating="3" HotelCode="915626|dong_kinh_hotel" HotelName="Dong Kinh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>106-108 Tran Tuan Khai, Ward 5, Ho Chi Minh City, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/9b/fb9b1c1d2cae6645f4bf31b2bd4bfa5d2e6389c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="856066|reddoorz_plus_nguyen_van_troi" HotelName="RedDoorz Plus @ Nguyen Van Troi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>251/8 Nguyen Van Troi, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/09/020989a7ef277117f160579bb70fbfdbad18aa31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.51" OriginalAmount="17.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7378593" Longitude="106.70532095" StarRating="2" HotelCode="758691|2347825" HotelName="Bin Bin Hotel 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Street 73, Tan Quy Dong Residence, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/58/52587c568dc517c44f8ae0ac4f69b9ad92c5ae47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.61" OriginalAmount="17.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767062476939" Longitude="106.68928885994" StarRating="2" HotelCode="309449|1165908" HotelName="Phan Anh Backpackers Hostel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/6 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/bf/1dbff13baac0b3ca8a288a971e825a8636ff5768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.81" OriginalAmount="17.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73715609" Longitude="106.72752976" StarRating="3" HotelCode="784951|3433965" HotelName="Sonata Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Thi Thap Street, Tan Phu Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/60/83606c8e5df7ed6bc493332aa709b21a0d098f3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.20" OriginalAmount="17.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72732236" Longitude="106.70555043" StarRating="3" HotelCode="744063|3440195" HotelName="Fide Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>472-474 Pham Thai Buong Street, Tan Phong Ward, District 7, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/00/4800e39df060122a768df36fbebff81b8025e01d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.21" OriginalAmount="17.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81150275" Longitude="106.66696501" StarRating="3" HotelCode="585983|3452275" HotelName="New Space Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Lam Son, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/d0/89d0fd58ce2606a2be4beff318a53c72a5c221cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.24" OriginalAmount="17.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80031817" Longitude="106.64796675" StarRating="2" HotelCode="346862|1819498" HotelName="Hoang Thanh Thuy Hotel 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ward 12, 9 Nguyen Minh Hoang, Tan Binh district, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/a1/6ca15ab88461224000676ba059974fb8166e41a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.28" OriginalAmount="17.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791501719569" Longitude="106.69131918142" StarRating="2" HotelCode="383557|1716018" HotelName="The Sun Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Nguyen Huu Cau, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/7e/f87eece70fe47bef5ef65051be73bc9d6dc2b81f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.33" OriginalAmount="17.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73193098" Longitude="106.70932982" StarRating="3" HotelCode="623988|3465975" HotelName="Bizu Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60-62 Cao Trieu Phat Street, Hung Gia 4, Phy My hung Town, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/43/e343274742bd3b6774b6f685326d915027f6265a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76633876" Longitude="106.6932622" StarRating="2" HotelCode="518285|nest_hotel_4" HotelName="Nest Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>100/2A3 Tran Hung Dao, Phuong Pham Ngu Lao, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/d6/99d6cba7983a1ec45439b5629bdfb5dc095afb65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76979117" Longitude="106.69762498" StarRating="2" HotelCode="424829|quy_hung_hotel_" HotelName="Quy Hung Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>20 Dang Thi Nhu street, Nguyen Thai Binh ward, dis 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/3d/623df1c0ae662c087e62b70f7227282354ad6d8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quy Hung Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. The pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75518559" Longitude="106.68039768" StarRating="2" HotelCode="518110|bonita_grand_hotel" HotelName="Bonita Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>570-572 Tran Hung Dao Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/zz/15ad8535610e0cf74e0d8b80f427114dcc960dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Bonita Grand Hotel to discover the wonders of Ho Chi Minh City. The hotel has everything you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7273742" Longitude="106.69305985" StarRating="2" HotelCode="623121|spring_light_home" HotelName="Spring Light Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>2 Street 16, Riverside Housing Area, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/ce/8dce03ee7357c90fd5aa7d331dd694aeb3fd58f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76785129" Longitude="106.69445097" StarRating="2" HotelCode="743994|urban_lodge_hotel_hostel" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/8 Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/fc/d9fc3bb9298918b274e8a2a5803cda11e008f75b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77033753" Longitude="106.68495005" StarRating="3" HotelCode="754861|the_sargon" HotelName="The Sargon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/42 Cao Thang, Ward 5, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/59/6b59206a4c78dd3098031ff9b97f62e8ca562df0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7707645" Longitude="106.69121826" StarRating="3" HotelCode="947104|ben_thanh_retreats" HotelName="Ben Thanh Retreats Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121/39 Le Thi Rieng Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5b/415baf8eb707ce2bba1a5c097b7b76499ba7b8f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76769118" Longitude="106.6912408" StarRating="2" HotelCode="980406|louis_hostel" HotelName="Louis Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>283/17 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City 12345</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/58/f1584dc25f584727a367bf7f3996da0ebd8c4999.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7304856" Longitude="106.7075641" StarRating="1" HotelCode="965408|vien_dong_3d_apartment" HotelName="Vien Dong 3D Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-35 Hung Phuoc 3, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/6a/446acb389b13d62fecfddc9291f85467293754fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="963218|sabay_airport_apartment" HotelName="Sabay Airport Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Cuu Long Street, Ward 2, Ho Chi Minh City 72108</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/3b/473b528f842003f0f4952f2d9f40acfb5639ce25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73376655" Longitude="106.70977175" StarRating="0" HotelCode="971389|vietlife_cultural_homestay" HotelName="Vietlife Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-09 Hung GIa 1, Duong So 2, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/e6/20e62c590b003aa2a270ce2c8011998f8bfae6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.39" OriginalAmount="18.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7702816" Longitude="106.68865096" StarRating="3" HotelCode="744047|3435105" HotelName="Bonita Signature Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118A Bui Thi Xuan, Ben Thanh, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/43/014324f23af5a88649fee8657915da09df05d702.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.84" OriginalAmount="18.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80987555" Longitude="106.66578031" StarRating="3" HotelCode="518198|3473175" HotelName="The Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Cuu Long, Ward 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/57/5c574c619e50817f8f94354f907c2f8de39641a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.05" OriginalAmount="18.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77013684" Longitude="106.69219129" StarRating="3" HotelCode="639504|3463365" HotelName="Sai Gon Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Nguyen Van Trang, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/58/9858ec82c83b13310748cbd9d7e47e4eec2e4922.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.15" OriginalAmount="18.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81329608269" Longitude="106.66795318052" StarRating="3" HotelCode="524070|2103335" HotelName="Erato Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>44,46 Hong Ha Street, Ward 2, Tan Binh District, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/ca/79ca4d996f30cda672f0f193856f608903ebeea5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.28" OriginalAmount="18.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73355933" Longitude="106.70763566" StarRating="2" HotelCode="773759|3427435" HotelName="Hoang Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-62,63,64 Duong Noi Khu Hung Gia 2, Phuong Tan Phong, Quan 7, Than Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c6/96c64d32d3af9071b5e319f2ff841431e93e1ff8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.31" OriginalAmount="18.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="3" HotelCode="773499|3451335" HotelName="HT Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128/1-5 Tran Quoc Thao Street, Ward 7, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/70/e870c30678355338889d24cf5e7901e92b72b389.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77162553814" Longitude="106.69646412134" StarRating="2" HotelCode="320344|little_saigon_corner_boutique_hotel_2" HotelName="Little Saigon Corner Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Truong Dinh Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/77/2b773cb7e50642337590fa92aec22fb42bda771c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right in the centre of Ho Chi Minh City, within walking distance of the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83943613" Longitude="106.74098399" StarRating="3" HotelCode="267979|hoa_phat_hotel_apartment" HotelName="Hoa Phat Hotel &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Currency Exchange,Golf,Internet,Kitchen,Laundry,Massage Centre,Pets allowed,Restaurant,Room Service,Smoking Rooms,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>526/5 Pham Van Dong Square, District Thu Duc, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/ec/adecbb965a0ca9b838ea31be139949a869c6d4f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Ho Chi Minh City at Sai Gon River side the city is known for being a dynamic economic ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76610531965" Longitude="106.68951807488" StarRating="2" HotelCode="225964|madam_cuc_184" HotelName="Spotlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>184 Cong Quynh, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/58/4d58f72537f7362c9c10d143f14d51fd5cacda11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771791539837" Longitude="106.69701397419" StarRating="3" HotelCode="163643|aluna_hotel_2" HotelName="Aluna Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Nguyen An Ninh Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/ff/52ff942933c2f617fffcde45082ea1cfe548e1fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the business centre of Ho Chi Minh City, 50 metres from Ben Thanh mar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767283" Longitude="106.69111107" StarRating="1" HotelCode="370233|giang_son_hotel_1" HotelName="Giang Son Hotel 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>283/14 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b2/3bb2da25d5974115b5cd166761968e70c44b48c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Giang Son 3 Hotel places you in the heart of Ho Chi Minh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76787994" Longitude="106.692557" StarRating="2" HotelCode="488617|sunny_guesthouse_5" HotelName="Sunny Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241/33 Pham Ngu Lao Street, Pham Ngu Lao Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e9/62e9b091980dce60a7c74dce3a35a3fcf2d9fe64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service. Wireless internet access in public areas allows guests t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73005949" Longitude="106.70744149" StarRating="2" HotelCode="517781|vien_dong_2" HotelName="Vien Dong Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-20 Hung Phuoc 3, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/b8/31b8c07ed2390892363d6d1853481294383ef575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73334916" Longitude="106.70947439" StarRating="2" HotelCode="762297|la_cigale_residence" HotelName="La Cigale Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37-39 Khu Pho Hung Gia 1, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/0b/770b2ad5b6324fc3c166262a0a1b1dd9beaca791.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="700462|minh_ngoc_hotel_3" HotelName="Minh Ngoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Street 6C</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/1b/8f1b27f5ab4a1f878066442baefb2fd9675145ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73097093" Longitude="106.70715018" StarRating="2" HotelCode="857424|parkhill_hotel_apartment" HotelName="Parkhill Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>67 Le Van Thiem, Hung Phuoc 3, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/40/3e40be8b1dac0dc4cae0f209a9f8536262e420e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77231192" Longitude="106.70211592" StarRating="0" HotelCode="977788|sunway_hotel_saigon" HotelName="Sunway Hotel Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Huynh Thuc Khang, Phuong Ben Nghe, Quan 1, Ho Chi Minh City 7000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/0d/790dd67eb81d58ac113826742e3b3d29a01b0fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.48" OriginalAmount="19.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7334404" Longitude="106.70893447" StarRating="0" HotelCode="743934|3428265" HotelName="Sabina Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Khu Pho Hung Gia 1, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/ea/10ea4a3e456028c95493899ab361668044b493f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.55" OriginalAmount="19.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771823015125" Longitude="106.69622728214" StarRating="2" HotelCode="347863|1830028" HotelName="Moc Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>26/12-13 Truong Dinh, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079ce483af07636d2883d69a1fcb797bb97c64d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.83" OriginalAmount="19.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73240759" Longitude="106.70985922" StarRating="3" HotelCode="626133|3457625" HotelName="Saigon By Night Luxury Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4 90 Hung Gia 3, Phu My Hung, Ho Chi Minh Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/97/ef97a2f5486479288402c7ffd06a05fcd056b5f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.86" OriginalAmount="19.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77178331" Longitude="106.6903505" StarRating="3" HotelCode="309465|3476415" HotelName="Tuong Vy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Bicycle Rental,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40-42 Bùi Thi Xuan, Phuong Ben Thành, Quan 1, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ec/5dec3ec00f7d1f0facdd7f4bcfe99fa2d0705db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tuong Vy Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. Offeri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.38" OriginalAmount="19.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76884379" Longitude="106.6940616" StarRating="2" HotelCode="489160|3449495" HotelName="Kim Khoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>181 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f4/0af45d653435d2c2417bdbb23b99673493bb5c8f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.40" OriginalAmount="20.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77216189" Longitude="106.69067688" StarRating="2" HotelCode="450960|mayflower_saigon" HotelName="Asian Ruby Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>20 Bis Bui Thi Xuan, Ben Thanh, District 1, Ho-Chi-Minh-City 7000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/5e/095e9ee97a1ddc423789aebef174139cf0df98dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.40" OriginalAmount="20.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76668688" Longitude="106.67704412" StarRating="0" HotelCode="824851|happy_3" HotelName="Happy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>7 Ly Thai To Street, Ward 1, District 10, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e9/39e9a5706c01ca653af56a539f57569319844670.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 10 Phu Tho Racecourse, Happy Hotel promises ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.77" OriginalAmount="20.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76944577" Longitude="106.69218176" StarRating="2" HotelCode="369411|3443915" HotelName="Hoang Hoang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120/4 Le Lai Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/95/6b95e08da3d01414a4d002ef6c4055e987ffd96c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.81" OriginalAmount="20.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773774" Longitude="106.686191" StarRating="2" HotelCode="642279|3448715" HotelName="La Regatta Boutique Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225/4 Nguyen Dinh Chieu, Phuong 5, Quan 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/68/d9687a436fc5bd9047adb3df08797672b67b7903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.28" OriginalAmount="20.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7687804" Longitude="106.69381405" StarRating="3" HotelCode="632262|3425885" HotelName="Saigon Kiko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211-213-215 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/805012/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773444290375" Longitude="106.6974474308" StarRating="2" HotelCode="309437|halo_hotel" HotelName="Halo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/08/a9088cb04152a466de0a23df6f6258b9ad586e91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77268386" Longitude="106.69698777" StarRating="3" HotelCode="374051|ngan_ha" HotelName="Ngan Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>190 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ec/7d/ec7de905bb5af82a58e76793fd568e017eada331.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769952323438" Longitude="106.69228528966" StarRating="2" HotelCode="369407|bloom_2_hotel" HotelName="Bloom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Nguyen Van Trang Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6c/806c0c7f22976b6910c618f811605123b4b5bfeb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Bloom Hotel 3 offers comfort and convenience whether you're on business or holiday in Ho ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76658152" Longitude="106.69504478" StarRating="2" HotelCode="764100|punto_hostel_2" HotelName="Gemini Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135/23 Tran Hung Dao, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/c5/08c508ee2b7e4e73a264d96218f331b2b85319e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768983419183" Longitude="106.69417615531" StarRating="2" HotelCode="915637|le_le_hotel" HotelName="Le Le Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/24/0d241225dc4f66d31831cc8a2b23da754f90298b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.54" OriginalAmount="21.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81030654" Longitude="106.73459017" StarRating="2" HotelCode="599936|3433035" HotelName="Sen Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>51 2 Street, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/a2/0da27e7ac6339d20341324ad463dd36e44dd782c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.85" OriginalAmount="21.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767774" Longitude="106.6947" StarRating="3" HotelCode="303836|1215368" HotelName="Eden Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28/12 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/e0/d4e0a4dc3cbe1b477a08a7162a136465f93163c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.89" OriginalAmount="21.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77251392" Longitude="106.6949021" StarRating="2" HotelCode="375285|3467875" HotelName="Thien Hai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/92/87922cf9f4615c06213669a534049325380c1cc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.24" OriginalAmount="21.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770097" Longitude="106.697759" StarRating="3" HotelCode="119032|359035" HotelName="Dong Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Tran Hung Dao B St., Ward 7, Dist. 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ba/49ba16a9244abded678f6f19f556f4e63e6d959d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.40" OriginalAmount="21.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79595784" Longitude="106.6717919" StarRating="3" HotelCode="518221|3427935" HotelName="Ananas Family Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/5A Hoang Dieu street, Ward 10, Phu Nhuan district, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b8/35b8f0740550218958ae5cc9a90fdf758d13dfb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767271590683" Longitude="106.68687684113" StarRating="2" HotelCode="309433|cozy_house_140" HotelName="Elegant Inn Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Cong Quynh, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/37/9237672a780f9fff86a04548a166d850f3a4f76a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76908195069" Longitude="106.69820279482" StarRating="3" HotelCode="347824|calmette_hotel" HotelName="Calmette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 Calmette Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/48/6248975c1bc33c98af8d8fa9bb2f6e70bc19e2d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.762400308632" Longitude="106.69889098454" StarRating="3" HotelCode="640958|herla_central_saigon" HotelName="River Gate Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 - 155 Ben Van Don, Ward 6, District 4, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/ef/f1ef045b0c241878c961dab8c03c9d8f53fbda9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78960411" Longitude="106.68694475" StarRating="3" HotelCode="852742|emerald_central" HotelName="Emerald Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69-71 Huynh Tinh Cua Street, Ward 8, District 3, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/99/74993cbe07a0d8a6c744c0b2a055273ee0fc0bd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80271199" Longitude="106.64392809" StarRating="0" HotelCode="951226|cherry_hotel_and_apartment" HotelName="RedDoorz Premium Near E Town 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>406/14 Cong Hoa Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/23/7f23b391bee573225b4fda9efc920e32578b678c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.756985" Longitude="106.685679" StarRating="3" HotelCode="905927|sunshine_antique_hotel_saigon" HotelName="Universe Central Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>549 Tran Hung Dao Ave, Dist 1, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/f7/a0f74c16a46c439748f9e80002117cd3a212cbcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a perfect location right on the main Tr?n Hung Ð?o Avenue, the main artery of Ho C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="984396|the_cozy_inn_2" HotelName="The Cozy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Co Giang, Phuong Cau Ong Lanh, Ho Chi Minh City 700000, Quan 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/16/481609f52aa40d870cebd65ccb96b1f9c3ca8f18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.50" OriginalAmount="22.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77170682" Longitude="106.69397923" StarRating="2" HotelCode="553404|3464545" HotelName="A25 Hotel 307-309 Ly Tu Trong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>307-309 Ly Tu Trong, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/3f/1d3f509bf715e40ee21aa58759c9eac071a15734.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.73" OriginalAmount="22.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7686353" Longitude="106.69401127" StarRating="3" HotelCode="586715|3472865" HotelName="Prague Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>175/10–12 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/cc/58cccff27e2504f1588bf6a8e5b82d52503bf7e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.74" OriginalAmount="22.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777957516383" Longitude="106.70417857372" StarRating="3" HotelCode="309798|1456168" HotelName="King Star Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>18 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/90/2990086e4056f8837b8d9f55c19475794418bd40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.98" OriginalAmount="22.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778636723549" Longitude="106.68877756575" StarRating="3" HotelCode="309421|1742728" HotelName="Angela Boutique Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107/17 Truong Dinh Street, District 03, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fb/78fbf5d6269bb86353680d5f4ccd58aa9877fb98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.20" OriginalAmount="22.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778222662252" Longitude="106.69186850913" StarRating="3" HotelCode="346268|3453695" HotelName="Minh Khang Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155 Vo Van Tan, Ward 6, District 3, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/a4/1fa4f88edaa15b99b82091c100cccf1bab752fef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.26" OriginalAmount="22.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76939919" Longitude="106.69206929" StarRating="1" HotelCode="367542|3436995" HotelName="A25 Hotel 122 Le Lai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/8b/378b3c353c9cb32bcab47594ce7afd0d91def51a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.43" OriginalAmount="22.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.764817746482" Longitude="106.69190631866" StarRating="1" HotelCode="384658|3466055" HotelName="A25 Hotel 22 Nguyen Cu Trinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Nguyen Cu Trinh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/da/e4da6a59a1e3d8dbe3263d4464c6b387fa66477b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773610868485" Longitude="106.69718827105" StarRating="2" HotelCode="320708|the_white_2_hotel" HotelName="Charner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/0f/780ff765c69993232df817ea1d458516ee5acc01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is set in Ho Chi Minh City. The total number of rooms is 22. Pets are not p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766185927558" Longitude="106.69411072394" StarRating="3" HotelCode="640311|babylon_serviced_apartment" HotelName="Babylon Central Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161C Tran Hung Dao Street, Co Giang Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d6/31d689ce30edb85d9c95fac69d658bde1f20142f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75855358838" Longitude="106.67361904048" StarRating="2" HotelCode="915643|phuoc_loc_tho_2_hotel_2" HotelName="Phuoc Loc Tho 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192 - 194 Su Van Hanh, Ward 9, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/23/d2239d66840f5383ad2f77d74f05331291be90d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7847762" Longitude="106.68500044" StarRating="3" HotelCode="947084|t78_hotel" HotelName="Nha Khach T78" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Lý Chính Thang, Phuong 7, Quan 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/3c/4a3c5bfe446c092293af63ded030ed4517e79444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.752424058179" Longitude="106.66508495808" StarRating="3" HotelCode="905931|bat_dat_hotel" HotelName="Bat Dat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>238 - 244 Tran Hung Dao Street, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6e/fb6e4a53de5bbac577b70a393beb226a4aa0b304.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cho Lon Commercial Centre, in China Town, a popular tourist draw in Ho Chi ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.64" OriginalAmount="23.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768906" Longitude="106.68326" StarRating="3" HotelCode="172041|1142568" HotelName="White Lion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>15C Cao Thang, Ward 2, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/00/3400b99d7451ba8e6863147ed3ffbb6e15ad58ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Saigon's business, shopping and entertainment district....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.96" OriginalAmount="23.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768209" Longitude="106.692333" StarRating="3" HotelCode="68353|139594" HotelName="Liberty Saigon Parkview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>265 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0a/110aad2401dc3ecf1d3977f006600a8fbfc38df8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located in the hub of the tourist district, only few minutes walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.98" OriginalAmount="23.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76667179461" Longitude="106.68868303299" StarRating="3" HotelCode="173644|1122938" HotelName="La Felix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>287-289 Pham Ngu Lao st, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/68/7268159d254ff7028acdd4d814327144ce5e0217.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in district 1 of Ho Chi Minh City, the hotel is within a short walking distance to the bust...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.01" OriginalAmount="23.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7721745" Longitude="106.69606471" StarRating="3" HotelCode="413190|3472485" HotelName="The Luxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>261-263 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e2/30e27880994292ff5484a637d1e1291b58c513ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Luxe Hotel in Ho Chi Minh City (Ben Thanh Marke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.09" OriginalAmount="23.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80290773" Longitude="106.73277037" StarRating="3" HotelCode="635507|3440785" HotelName="Common Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Street 38, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.26" OriginalAmount="23.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76984" Longitude="106.6864" StarRating="1" HotelCode="267976|3467915" HotelName="A25 Hotel 14 Luong Huu Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Luong Huu Khanh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/79/2079bda12098f525cc7bbe818d5e821294e07051.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.43" OriginalAmount="23.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774305810988" Longitude="106.69656635132" StarRating="3" HotelCode="346690|1457348" HotelName="Rosa Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>55 Thu Khoa Huan, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/57/0757c219e567c9e0d911dfcdac4edd19aa7b6877.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772858471215" Longitude="106.69707371074" StarRating="3" HotelCode="309424|anpha_boutique_hotel" HotelName="Anpha Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>202 Le Thanh Ton Street, Near Ben Thanh Market, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/8b/c38b4832e105e3234e925fd5e1d7c6fa36e664eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806238253838" Longitude="106.6641670035" StarRating="3" HotelCode="347377|iris_hotel_13" HotelName="Iris Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9-9A Truong Son Street, Phuong 4, Quan Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/24/0e24a12bee8df4dbd596605f1371876522f84dac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Tan Son Nhat International Airport, Iris Hotel Saigon is a perfect starting point from wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75307875" Longitude="106.67308865" StarRating="2" HotelCode="602200|fortune_1127_hotel" HotelName="Fortune 1127 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1127 Tran Hung Dao, Ward 5, Distrikt 5, Ho Chi Minh Stadt 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/29/df2926b8ddb2bf0891502c778be75725d59cc026.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.857098991297" Longitude="106.69779978934" StarRating="4" HotelCode="933298|silver_creek_city_resort_6" HotelName="Toki Saigon - Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Võ Th? Li?u, Phu?ng An Phú Ðông, Qu?n12, Thành ph? H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/53/7b53d2b6e8e8bb0401720b57defa9fec4f18a892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.98" OriginalAmount="24.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768003" Longitude="106.686459" StarRating="3" HotelCode="166813|1128248" HotelName="Hoang Ngan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/f0/e0f0a4a0d0f1f91f24378b35817919dac27e5c8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City's centre. It is only a 4-minute drive to Ben T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.19" OriginalAmount="24.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.752808784891" Longitude="106.66424274445" StarRating="3" HotelCode="905930|1113458" HotelName="Arc En Ciel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 - 56 Tan Da St, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/f2/32f29165c9111cd778f6e7484bfd31bb90b0ed86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right by the Thien Hau pagoda in Cho Lon Commercial Centre. It is set in China...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778900691049" Longitude="106.70321212214" StarRating="3" HotelCode="309459|the_spring_hotel" HotelName="The Spring Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Le Thanh Ton Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c8/68c8f66a42eda17df6bce5406991aaa9a04a44af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730469537432" Longitude="106.70767158654" StarRating="3" HotelCode="368084|boutique_garden_hotel" HotelName="Boutique Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>R3-84 Hung Phuoc 3, Phu My Hung, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/a4/8aa40b61aeed6f244a9f503ff20758042dd66c2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7737699" Longitude="106.7063543" StarRating="3" HotelCode="402015|riverside_saigon_" HotelName="Riverside Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-19-20 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/dc/abdc7aab199bc37340a59f66d92021077a892a41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80481541" Longitude="106.64766772" StarRating="2" HotelCode="600182|thinh_gia_phat_hotel" HotelName="Thinh Gia Phat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>440/71 Nguyen Kiem, Ward 3, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/fb/ebfb2e69b06d8c5acd6b68a5f50008a1c8be3157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Ho Chi Minh City (Ba Queo), Thinh Gia Phat Hotel is convenient to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.82583845" Longitude="106.63293899" StarRating="3" HotelCode="828694|tan_binh_hotel_3" HotelName="Tan Binh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36B Cong Lo, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/f7/0df7301f2abd5bb9f1c3e0a2d80d2c62f9a3c072.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76573955" Longitude="106.69103103" StarRating="0" HotelCode="947072|aquarizon_boutique_hostel_city_bar" HotelName="Aquarizon Boutique Hostel &amp; City Bar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>197 Bui Vien Street, Pham Ngu Lao Ward, Distric 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4f/a04ffa017bbd421577b6fd7d85e8c4676f0798da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766151979686" Longitude="106.69128459392" StarRating="2" HotelCode="915644|duc_vuong_hotel" HotelName="Duc Vuong Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>195 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/54/c9545c0af783fc532b0ee5621c37c4d003d06008.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773608967567" Longitude="106.69691685152" StarRating="3" HotelCode="915631|thanh_lien_hotel" HotelName="Sunrise Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135-137 Ly Tu Trong Street, Ben Thanh, Ward District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/5e/505ed7f8d8c4f55b5b6407208590219204bd1bdc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.11" OriginalAmount="25.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.797215271176" Longitude="106.65998091055" StarRating="2" HotelCode="346782|3438055" HotelName="Royal Dragon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1/16-1/18 Hoang Viet Street, Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/04/c1047d8fbee26c91ae0f94b0ca7d1cc880e6d735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Royal Dragon Boutique Hotel is a distinct addition to the city's skyline. With its location just 3.0...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.15" OriginalAmount="25.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768945783802" Longitude="106.69423520565" StarRating="3" HotelCode="70180|571895" HotelName="Elios Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231-233-235 Pham Ngu Lao Street, District 1, Ho Chi Minh City 10032</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/57/565700f9dc57efcc598d75871f5ad92a2737d8ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of HCMC, within walking distance of fabulous shopping as well as t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.15" OriginalAmount="25.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80662875" Longitude="106.66500316" StarRating="3" HotelCode="856629|3450045" HotelName="Airstar Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Song Day, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/bb/8cbb0451556700bd64200bacdb40461c2cfef330.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75807848" Longitude="106.68026043" StarRating="3" HotelCode="346722|signature_boutique_hotel_3" HotelName="Signature Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>80/1 Nguyen Trai, Ward 3, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/d9/ecd9979914a37190f0e5d4de1b6353dd552e9d7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77241584087" Longitude="106.69482562343" StarRating="2" HotelCode="370927|the_one_hotel_ben_thanh" HotelName="The One Hotel Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>230 Ly Tu Trong, Thanh Pho, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/53/d3536b24ef1c3cc7f37962e555027b17936392f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7869779" Longitude="106.66442009" StarRating="3" HotelCode="436114|cam_ly_boutique_apartment__hotel" HotelName="Cam Ly Boutique Apartment &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>656 Cach Mang Thang 8, Ward 11, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/b0/a7b0bf486ee8abac3255fbc8ef3f7e25e300d14a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76814836" Longitude="106.69833869" StarRating="3" HotelCode="620157|lotus_boutique_hotel_2" HotelName="Lotus Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55/29-31-33 Le Thi Hong Gam Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/64/6764486a9908183ed3fed91c4d5e8efc9367027e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77433136" Longitude="106.69664086" StarRating="3" HotelCode="623639|sam_hotel_apartment" HotelName="A&amp;EM Hotel &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Thu Khoa Huan Street, Ben Thanh Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/33/b7330f3c3b461a39161a978c7b47d2977ba0956c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76918104" Longitude="106.69981737" StarRating="2" HotelCode="631573|triple_e" HotelName="Triple E" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Nguyen Thai Binh, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1c/f31cfe63c9fa3732410534612b71d1d4b4abaef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75502521" Longitude="106.61163388" StarRating="3" HotelCode="826631|hong_bao_thach_hotel" HotelName="Hong Bao Thach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Duong 24A, Phuong Binh Tri Dong B, Quan Binh Tan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6a/426a29c54a88bae3f68815fe865527597becf826.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877604|indochine_ben_thanh_hotel_apartments_2" HotelName="Indochine Ben Thanh Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Luu Van Lang</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/b9/23b967ac4db6b892970b9960be24803db44f743c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77471201" Longitude="106.68244151" StarRating="0" HotelCode="960849|babylon_d3_serviced_apartment" HotelName="Babylon D3 Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136/6 Vuon Chuoi Street, Ward 4, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/7219da5984dde6bfd08b494fb98b2df2e6c00552.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.59" OriginalAmount="26.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773726734398" Longitude="106.69671439681" StarRating="3" HotelCode="915629|1588398" HotelName="Joviale Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/3a/453a2ca90418d64b21eac97466a43b19342841b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.62" OriginalAmount="26.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768982352702" Longitude="106.69768035171" StarRating="3" HotelCode="350364|1733218" HotelName="Ben Thanh Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55/34 Lethi Hong Gam Street, Nguyen Thai Binh Ward, Ho Chi Minh, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/7e/577e061d370cb4bd559e85f3270433a6eadc31f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.83" OriginalAmount="26.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.800476666667" Longitude="106.66148" StarRating="3" HotelCode="185786|1151688" HotelName="TTC Hotel Deluxe Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>315 Hoang Van Thu Street, Ward 2, Tan Binh District, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b1/46b1004d423d7bd5098828e9cd70a9af33eb506e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on Hoang Van Thu Street, the hotel is opposite Hoang Van Thu Cultural Park, War Remnants Mu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.85" OriginalAmount="26.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784948556179" Longitude="106.69071307606" StarRating="3" HotelCode="307374|1075788" HotelName="Emm Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157 Pasteur street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/e9/66e9ba88c504e39ed89523722611f9ef2fb1b152.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.03" OriginalAmount="26.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768459413716" Longitude="106.69340853372" StarRating="3" HotelCode="391305|1201458" HotelName="A25 Hotel 274 De Tham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>274 De Tham Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/fd/d4fd036c6f81baa46a73bccff1c623975dbbe13d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.04" OriginalAmount="26.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77407982" Longitude="106.67812005" StarRating="3" HotelCode="368066|3453815" HotelName="Minh Tam Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>206 Ba Thang Hai Street, District 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/e4/90e43c5862759170e6bc1300dcebe4f452257be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73096782" Longitude="106.70769819" StarRating="3" HotelCode="407859|hotel_l_odeon_phu_my_hung" HotelName="Hotel L Odeon Phu My Hung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>63-65 Le Van Thiem Street, Khu Pho Hung Phuoc 3, Tan Phong Ward, Dist.7, Phu My Hung, Ho Chi Min City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/0c/a20cd4e9831f930118eb238bfc39472795ca3df3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel L Odeon Phu My Hung is perfectly located for both business and leisure guests in Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773232230765" Longitude="106.69605237808" StarRating="2" HotelCode="915639|aem_corp__the_petit_hotel" HotelName="A And Em 179 Ly Tu Trong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179 Ly Tu Trong Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4d/974da4a5c5dbd1c2d382c816ec83ebe13fc16b40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76547724" Longitude="106.68673681" StarRating="0" HotelCode="963589|christinas_saigon" HotelName="Christina's Saigon - The Mothership" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212/2B Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/35/f835942797e0315f019df05eec603fa2ad26057d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="977877|akoya_saigon_central_hotel" HotelName="The Akoya Ben Thanh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88 Ly Tu Trong, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/f7/43f7b7dc792838d2833753aa3e6bb9aa1bcac3b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.86" OriginalAmount="27.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774332471457" Longitude="106.69744104688" StarRating="3" HotelCode="319764|1208798" HotelName="Gk Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Ly Tu Trong, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/98/5d98428dc4ccfbe7560f163105efcd6e24cea54a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.99" OriginalAmount="27.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78720314" Longitude="106.69264124" StarRating="2" HotelCode="374268|3429685" HotelName="A25 Hotel 251 Hai Ba Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>251 Hai Ba Trung Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/fa/a1fa29b409df30078791cd40995afe560b3d8619.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.02" OriginalAmount="27.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73135636" Longitude="106.70751581" StarRating="3" HotelCode="407933|1739568" HotelName="Song Hung 2 Hotel &amp; Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Kitchen,Laundry,Luggage Storage,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>R4 33 - 34 Le Van Thiem, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/f5/e8f51525571835d86f40de75ccaed2abb77fcf57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Saigon Exhibition and Convention Center, Song Hung Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.10" OriginalAmount="27.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7722601" Longitude="106.69053433" StarRating="3" HotelCode="595539|3461305" HotelName="A25 Hotel 20 Bui Thi Xuan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Bui Thi Xuan, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/b7/a3b78c02cf5a1bb8cad0c53991c66e695c412289.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.28" OriginalAmount="27.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768849378209" Longitude="106.69379633821" StarRating="2" HotelCode="384349|1731758" HotelName="Beauty Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>185/14 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/78/fd78996eab94fb70d3b0dfa777377e94e78ef483.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771022" Longitude="106.700078" StarRating="3" HotelCode="68050|liberty_2_hotel" HotelName="Liberty 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129-133 Ham Nghi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/14/1d14a9f0e14b0e4d113c98250b93c1a7e0b26c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just across the street from Ben Thanh Market and gives guests perfect access t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77181546" Longitude="106.69678305" StarRating="3" HotelCode="309434|gia_huy_hotel_2" HotelName="Gia Huy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Nguyen An Ninh, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ef/feefd4e14bbfe0ab220ec168d8116a640488f299.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77351843" Longitude="106.69852452" StarRating="2" HotelCode="374252|lien_an_saigon_hotel_2" HotelName="Lien An Sai Gon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181 Duong Le Thanh Ton, Phuong Ben Thanh, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/88/1a888b81e6993bd563c31abfa6bfaf0f8a8002dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Lien An Saigon Hotel 2 puts everything the city has to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76928248" Longitude="106.68774786" StarRating="2" HotelCode="613818|triip_le_han_dai_nam" HotelName="Triip Le Han Dai Nam Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>142 Bui Thi Xuan, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/02/31020b078050164fcb83ba17968b04cd63cfd54c.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="968973|luxy_park_hotel_apartments_city_centre" HotelName="Luxy Park Hotel &amp; Apartments-City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15B Tran Khanh Du, Tan Dinh Ward, Ho Chi Minh City 70000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/35/dd353a31a4b16af4dda0aa90b993e0cc498a88e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.88" OriginalAmount="28.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769770528827" Longitude="106.68826192617" StarRating="2" HotelCode="59859|112472" HotelName="Empress" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Bui Thi Xuan Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/94/79947b2a5c35cb3ef7374e5894870c3cfd0e1b52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 30-minute drive away from the Tan Son Nhat International Airport, 15 minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.94" OriginalAmount="28.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772282" Longitude="106.690906" StarRating="3" HotelCode="142299|572525" HotelName="Queen Ann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>86 - 88 Bui Thi Xuan St., District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/9b/3d9b3bd3f5ddc59238dc601f7f1e81f03e78927d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Bui Thi Xuan street, which is considered one of the most convenient location...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770400269433" Longitude="106.68918719152" StarRating="3" HotelCode="309451|a25_hotel_le_thi_rieng" HotelName="A25 Hotel 145 Le Thi Rieng" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 Le Thi Rieng Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/49/fd49e700a0a797c9ff018dc4085187ca5172393e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 64 rooms. Wireless internet access is available to travellers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767737545531" Longitude="106.69381245269" StarRating="2" HotelCode="367688|new_sunny_hotel" HotelName="Sunny Ho Chi Minh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>232 De Tham Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773914444264" Longitude="106.69882493006" StarRating="3" HotelCode="915627|thien_xuan_hotel" HotelName="Thien Xuan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>108 - 110 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/19/db19a166ec1ed7d10a0bd753bb8df7ffef738bdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.61" OriginalAmount="29.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777896825494" Longitude="106.70499577294" StarRating="3" HotelCode="305182|1176668" HotelName="White Lotus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6A Thi Sach, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/47/2c476ea36ef8939ffe66983eded9a189d4fda4c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.57" OriginalAmount="29.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79720139" Longitude="106.70542219" StarRating="3" HotelCode="596246|2305315" HotelName="Maison De Camille Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>174/21 Dien Bien Phu, Ward 17, Ho Chi Minh City 700000, Binh Thanh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/28/0328d3a7d424484afb3c137b61ceb409db550f55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781389" Longitude="106.694731" StarRating="3" HotelCode="168313|golden_rose_hotel" HotelName="Aristo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3A Vo Van Tan St., District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/61/5561020a8b8414066dc8752c9b227d7043e73a6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only a few steps away from all that Ho Chi Minh City can offer. Not far from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.760131109319" Longitude="106.67002" StarRating="3" HotelCode="307378|valentine_hotel_2" HotelName="Valentine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93/1 Nguyen Chi Thanh, Ward 9 Dist. 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/1a/b51a7dce1becbd484d965fad81f4dffd9ae00f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73050138" Longitude="106.70721162" StarRating="2" HotelCode="367628|bali_hotel_2" HotelName="Bali Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 - 41 Hung Phuoc 3 Street, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/21/d62181ad71ac5c2709c1ae084ee22e32dd5a1c86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79563858733" Longitude="106.72027165502" StarRating="0" HotelCode="640122|homes_by_christine_vinhomes_central_park" HotelName="The Landmark 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>phuong 22</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/5d/dd5df5538c9fbdd19e514b258278dc6fa8053b3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="876995|aha_friday_city_view_hotel" HotelName="Triip Friday City View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>811 Le Hong Phong</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774625" Longitude="106.696633" StarRating="4" HotelCode="141676|kingston_hotel" HotelName="A&amp;EM Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f5/6af59f4e48ac5c01824857a6774c85f2e61fd575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale boutique suite hotel is located at the heart of Ho Chi Minh City. Its prestigious addre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77182563" Longitude="106.69047159" StarRating="3" HotelCode="701067|kim_long_chau" HotelName="Kim Long Chau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19D Bui Thi Xuan, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/a4/20a4d9ccfa0ceb32a8a67207d545f7eb7622f8bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72732872" Longitude="106.69667093" StarRating="3" HotelCode="692140|bin_bin_hotel_1" HotelName="Bin Bin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Street 1, KDC Ven Song, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/0f/680fb89ae0f5e5cb5190f8b6da6ba71222290f8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772265" Longitude="106.694868" StarRating="3" HotelCode="915649|tespoir_saigon_hotel" HotelName="Cititel Central Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>247-249 Ly Tu Trong, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/6a/9e6a941e8ec771df363f05cc7ef14bbb19b10361.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.74" OriginalAmount="31.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769044" Longitude="106.694578" StarRating="3" HotelCode="36291|1610158" HotelName="Liberty Hotel Saigon Greenview" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/63/ed631cedd8ef027fa6786040bacb21f76602ee02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.05" OriginalAmount="31.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77366235" Longitude="106.69854731" StarRating="2" HotelCode="367909|3456735" HotelName="Ruby Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185-187 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/29/c929a9ae5e833e88b09412caefdd737725f6f715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.07" OriginalAmount="31.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771881128016" Longitude="106.69520616531" StarRating="3" HotelCode="189202|1150568" HotelName="Cap Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Le Anh Xuan Street, Ben Thành Ward, District I, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/a5/d3a569d722b359c937ae31da1fe2a4450b74e93b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the crossroads of Ho Chi Minh City's business, cultural and historical distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.42" OriginalAmount="31.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77703388197" Longitude="106.68343580681" StarRating="3" HotelCode="167055|308765" HotelName="Lotus Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Cach Mang Thang 8 Street, Ward 7 District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/12/011247074785d4c1aad2c284b11375287f9bf97a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the entertainment area, next to 126 Stage and two minutes' walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774421205304" Longitude="106.69681549072" StarRating="3" HotelCode="161942|blue_diamond_hotel" HotelName="Blue Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Thu Khoa Huan Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/3b/0a3b719e06e01d7693f88204823f6e447851b54a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, in a very quiet street just behind the Tao Dan Park. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76886848" Longitude="106.69724395" StarRating="3" HotelCode="600203|diamond_luxury_ben_thanh" HotelName="Diamond Luxury Ben Thanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100/6 Le Thi Hong Gam, Ben Thanh Quan 1, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/26/4f265fb4198eae004521144f06f797ab59756773.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Ho Chi Minh City (Core area of Ho Chi Minh City), Diamond Luxury ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.80" OriginalAmount="32.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80696721" Longitude="106.73089723" StarRating="3" HotelCode="852699|2625445" HotelName="Aurora Western Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Quoc Huong, Thao Dien, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/22/97223917ff25f5a5cb602118caddc7ee370acc82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.37" OriginalAmount="32.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77533625" Longitude="106.7048125" StarRating="2" HotelCode="225948|1200518" HotelName="A25 Hotel Mac Thi Buoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>35 Mac Thi Buoi Street, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/2c/a72c9c900c05e607253cd639b2f4024cd10aa4f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Dong Do Hotel places you in the heart of Ho Chi Minh City, walking dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79589" Longitude="106.659453" StarRating="4" HotelCode="68049|first_hotel_ho_chi_minh" HotelName="First Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Hoang Viet Street, Ward 4, Tan Binh District, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/8e/6d8e1289bf0470f9654464fe5cfe4f536095279e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80100789" Longitude="106.64241257" StarRating="3" HotelCode="694411|solex_hotel" HotelName="Solex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Duong Nui Thanh, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/1b/3a1bd27bb26f571c98af29d7c21872b67bbd1356.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.809681526318" Longitude="106.73193083961" StarRating="3" HotelCode="968782|glenwood_city_resort" HotelName="Glenwood City Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>243 Nguyen Van Huong Street, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/63/8963c5b018d8f82083de780baa69fb0f7727b6e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.74" OriginalAmount="33.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775122152295" Longitude="106.70418483188" StarRating="3" HotelCode="99679|1162488" HotelName="Huong Sen" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66-68-70 Dong khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/31/1631632abfa10a99c518d6f35d36701272480b26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78455495177" Longitude="106.65354073048" StarRating="3" HotelCode="185378|kelly_hotel" HotelName="Kelly Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Thu Khoa Huan, District 1, Ho Chi Minh City, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/28/7a289fd1842d940ba9c8a9986d6c8105cd74fe1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76931340526" Longitude="106.6966414866" StarRating="3" HotelCode="402012|dai_nam_2" HotelName="Dai Nam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/57/195703b623a48dd03181104c6a499ab39fcaa5eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77670396" Longitude="106.7046897" StarRating="3" HotelCode="852681|bel_ami_hotel_3" HotelName="Bel Ami Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Hai Ba Trung, Ben Nghe Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/71/2c711bbee2a2be94d65e0f6c13929b9122cb603b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76827921" Longitude="106.69359447" StarRating="3" HotelCode="785984|saigonciti_hotel" HotelName="Saigonciti Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>264 De Tham, Phuong Pham Ngu Lao, quan 1, Ho Chi Minh City 770000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/69/4569de399def429f44269d8096966a1f5566d79f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.84" OriginalAmount="34.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.786589" Longitude="106.677674" StarRating="4" HotelCode="68048|340645" HotelName="Ramana Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Le Van Sy Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/75/69758306ee05686ffbd855b5bea96d5b5f4d427e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of charming Ho Chi Minh City, the hotel is within a few minutes' drive of the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.51" OriginalAmount="34.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77871819" Longitude="106.6884877" StarRating="2" HotelCode="587162|3465505" HotelName="Hoang Lan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>107/16 Truong Dinh, Ward 06, District 3, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/94/17942bc49fd524d8aaaf68f2c76f206b9aaa14a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.14" OriginalAmount="35.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77194595" Longitude="106.6928224" StarRating="3" HotelCode="309454|90248" HotelName="Cicilia Saigon Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>12D Cach Mang Thang 8, District 1, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/68/656806ce63dff4133fa85aed4abb7ac3a16aed0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77227994" Longitude="106.69615734" StarRating="3" HotelCode="263258|nhat_ha_1_hotel_2" HotelName="Nhat Ha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>252 B-C Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chí Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/cc/f9ccb01817b0143a5adb3df9f2e2fda723397190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769646" Longitude="106.700236" StarRating="3" HotelCode="915663|ruby_river_hotel" HotelName="The Hammock Hotel Fine Arts Museum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Nguyen Thai Binh Street, Nguyen Thai Binh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/23/f7235c51b0545ba530f6c916ea8575c1c65f3cf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.16" OriginalAmount="36.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779099650938" Longitude="106.70479713713" StarRating="3" HotelCode="225955|3465865" HotelName="Roseland Corp Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8A/6D2 Thai Van Lung Street, Ben Nghe Ward, District 01, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/09/9e09783f6a199fa3363341c2cdab6d6e6927b57a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774533" Longitude="106.700266" StarRating="2" HotelCode="915654|little_saigon_boutique_hotel" HotelName="Little Saigon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Bis/2 Le Loi Boulevard, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/41/7941f38a5c702df730a1ac02622b97f4e588db55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="971490|princess_saigon_central_hotel" HotelName="Princess Saigon Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34-36 Thu Khoa Huan Street, Ben Thanh Ward, Ho Chi Minh City 700000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/d6/d2d67a704b8b80bf36f703e92e706a4d0b7ab2c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.98" OriginalAmount="37.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771868" Longitude="106.694091" StarRating="3" HotelCode="307377|1684688" HotelName="Alagon Saigon Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>289 – 291 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/82/5582c9a14ea1d8f47015e4cf005419dd6d4a6e5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7717" Longitude="106.696826" StarRating="3" HotelCode="166833|hoang_hai_long_2_hotel" HotelName="Alagon Western Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 - 30 Nguyen An Ninh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/e0/7ae0c71efb3dee8111e207a4082b3f64fb9d3033.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of Ho Chi Minh City, close to the Ben Thanh handicrafts marke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.817388370238" Longitude="106.62417047559" StarRating="2" HotelCode="915667|tan_hai_long_hotel_4" HotelName="Silverland Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Hai Ba Trung Street, Stadtbezirk 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.795456" Longitude="106.71858385" StarRating="0" HotelCode="938532|vinhomes_central_park_luxury_apartment" HotelName="Vinhomes Central Park by Apartmentel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 Nguyen Huu Canh, Binh Thanh Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/7f/a87f311fb6b8a9e0eb8239094571633825051f65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Vinhomes Central Park Apartmentel, you'll be centrally locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77841581" Longitude="106.70460742" StarRating="3" HotelCode="967979|roseland_sweet_hotel_spa" HotelName="Roseland Sweet Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/eb/13eb8e8d2c3b3558c909c2ddcc1cf97c9e154b13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.91" OriginalAmount="38.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780566997093" Longitude="106.70685901472" StarRating="4" HotelCode="429157|1943255" HotelName="Bay Hotel Ho Chi Minh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Housekeeping,Internet,Laundry,Lounge,Meeting Room,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Ngo Van Nam Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/66/52/6652a7968a7bc709b0bbc4a8336bcbe0a325c444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Renovated in , the Bay Hotel Ho Chi Minh guarantees guests a pleasant stay whether in Ho Chi Minh Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.18" OriginalAmount="38.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.736204576366" Longitude="106.73067386595" StarRating="3" HotelCode="320706|1458878" HotelName="Liberty Hotel Saigon South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>542A,544 Huynh Tan Phat, Binh Thuan Ward, District 7, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/6e/e56e0011a40517bc25ae2f1d23212778b674a7f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77122549" Longitude="106.69416115" StarRating="3" HotelCode="410675|hoang_hai_long_south" HotelName="Alagon City Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-58 Pham Hong Thai Street, Ben Thanh Ward District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/af/bfaf45fb228890d0410f0127d95b6ddb0c711f80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.741269" Longitude="106.700997" StarRating="3" HotelCode="641051|sunrise_city_apartment" HotelName="Sunrise City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 - 25 - 27 Nguyen Huu Tho, Tan Hung Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/56/e956b2efdec6b6f3a1b21df760a28b1473522cdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779134" Longitude="106.7048295" StarRating="3" HotelCode="915669|aem_hotel_8a_thai_van_lung" HotelName="A&amp;EM Hotel 8A Thai Van Lung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A/1D2 Thái Van Lung, Qu?n 1, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/04/1a04c74ad29f9d470ffce5abb8c735ba2e9f9832.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77772819" Longitude="106.70539673" StarRating="0" HotelCode="966436|blue_diamond_luxury_hotel" HotelName="Blue Diamond Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6B Thi Sach, Ben Nghe, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/54/845480eee68d7ecc29cb98da61af91dfd1e3adce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.93" OriginalAmount="39.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77873391" Longitude="106.70485452" StarRating="3" HotelCode="374980|1786148" HotelName="Thuy Sakura Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/d7/3dd798964e5ecc07529e2c4bf673947af43bce37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.22" OriginalAmount="39.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76889882" Longitude="106.69753814" StarRating="3" HotelCode="773917|2533875" HotelName="Lotus Central Hotel Saigon" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102-104-106 Le Thi Hong Gam, Quan 1, Thanh Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/86/89864e6433be812fdc01fa7f2c3173eb1f4dee4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78020744243" Longitude="106.69330179691" StarRating="3" HotelCode="166326|victory_saigon_hotel" HotelName="Victory Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>141 Nam Ky Khoi Nghia Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/98/54988564143242c5bc996889e1a8e907f29ba76e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city, the hotel is very convenient for trade, shopping, sightseeing and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772094659109" Longitude="106.69506695583" StarRating="3" HotelCode="373207|grand_cititel_central_saigon" HotelName="Ngoc Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>53-55 Le Anh Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/c6/f4c6bda08e3b85b7ca5d3da614f093d3f010ae41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771296888664" Longitude="106.69141592996" StarRating="3" HotelCode="347818|the_hammock_hotel_ben_thanh" HotelName="The Hammock Hotel Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>47-49 Le Thi Rieng Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/9e/bb9edd1a27b17c31fc53265feb053ed4fbc50a39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770652" Longitude="106.693778" StarRating="3" HotelCode="387498|le_duy_hotel" HotelName="Le Duy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Nguy?n Th? Nghia, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ee/daeec232cf29489b1aae7e528a464c60006aa6b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a high and main street right in the centre of Ho Chi Minh City, within the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78487161" Longitude="106.69936961" StarRating="0" HotelCode="884371|cityview_serviced_apartment_2" HotelName="Cityview Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Mac Dinh Chi, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a9/3ca9fa36d7ee2a65ef4edab3d99eb512278da78f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="882957|the_bloom_pham_viet_chanh_2" HotelName="The Bloom Pham Viet Chanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/8/3 Pham Viet Chanh, Ward 19, District Binh Thanh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/7f/6a7f58f89109a8e1cf372a5859d4dbfab253c6cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78184526" Longitude="106.70541493" StarRating="3" HotelCode="958611|blue_diamond_new_hotel" HotelName="Blue Diamond New Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8B-8C Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/0b/930b1f68a46233fbc5f001dd55b382e314f382be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.88" OriginalAmount="42.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78698208" Longitude="106.69454179" StarRating="3" HotelCode="754962|3468885" HotelName="Nta Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>171 - 173 Dien Bien Phu, Dakao Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d0/afd012c225ba5e9cc878d25976843888bb98a81b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.96" OriginalAmount="42.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77446993" Longitude="106.68729972" StarRating="3" HotelCode="435952|3426845" HotelName="Le Duy Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82-84 Cach Mang Thang 8 Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/07868/2507868/1.jpg?f=15044573</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.31" OriginalAmount="42.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77558955" Longitude="106.69713232" StarRating="4" HotelCode="488546|2103305" HotelName="Central Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39-39A Nguyen Trung Truc, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/28/72284b1141c7e35bd15b2ad1788ddbf32306d186.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.42" OriginalAmount="42.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775152" Longitude="106.703883" StarRating="3" HotelCode="37540|894405" HotelName="Bongsen Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 - 123 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/4c/664c15ce411e28cec73191c055aefe69936882cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the midst of business offices, airline offices, souvenir shops, department ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769462" Longitude="106.70017" StarRating="3" HotelCode="300620|signature_saigon_hotel_2" HotelName="Signature Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>65-67-69 Nguyen Thai Binh Street, Nguyen Thai Binh Ward, District 1, Hochiminh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/51/31514aae195c7910cfe90550ef103aca357fed87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780805269736" Longitude="106.70455172024" StarRating="4" HotelCode="434761|lancaster_saigon_serviced_apartments_le_thanh_ton" HotelName="Lancaster Saigon Serviced Apartments Le Thanh Ton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Nightclub,Parking,Restaurant,Room Service,Sauna,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/de/5ddea6ac1f1a1dd4f4768eff67e74a259060ba53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Lancaster Saigon Serviced Apartments Le Thanh Ton to discover the wonders of Ho Chi Minh Cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80283510781" Longitude="106.74110500646" StarRating="3" HotelCode="611679|mrt_apartment_in_masteri_thao_dien" HotelName="Masteri Thao Dien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>159 Hanoi Highway, Thao Dien Ward, District 2, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/65/fc65780c30e86c1d21e3a76116e08814b714af1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773232923721" Longitude="106.69833565601" StarRating="3" HotelCode="915657|aem__phan_boi_chau" HotelName="A&amp;EM - Phan Boi Chau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Phan B?i Châu, Qu?n 1, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/e6/14e66c882c452eb42a8ef82f584a3a3452452d18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.32" OriginalAmount="43.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77610353" Longitude="106.70529508" StarRating="3" HotelCode="623269|3471965" HotelName="Huong Sen Annex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4-6-8 Mac Thi Buoi Street, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4f/454fc35eb62d660bc62f9e6f0a3eb2a8f8b78e04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78901" Longitude="106.69052" StarRating="3" HotelCode="171270|hong_vy_1_hotel" HotelName="Central Park Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Hai Ba Trung, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/bc/b3bc486cab7ebba4318b4d4d8239a81a82af60ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City's business and tourist district, opposite a g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7309592" Longitude="106.70835293" StarRating="0" HotelCode="971023|sabina_hotel_2_2" HotelName="Sabina Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47-49-51 Le Van Thiem Street, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/53/5d53bc7d21f6211eececaa3a78ec1d7054d8b1f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.24" OriginalAmount="44.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775821" Longitude="106.704626" StarRating="3" HotelCode="68053|572465" HotelName="Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41-47 Dong Du Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/a2/9ea23a33aa2ad355527ba052bc093760456dd842.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of city, which is just 5 minutes' walk away. The bus station can ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.26" OriginalAmount="44.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772060299687" Longitude="106.69027040608" StarRating="3" HotelCode="887860|1525998" HotelName="Harmony Saigon Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32A-34 Bui Thi Xuan Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/f6/edf63e9998f62e1c78ef23df988d3355ede188e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.31" OriginalAmount="44.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773246026982" Longitude="106.69619590044" StarRating="3" HotelCode="140907|572535" HotelName="Sanouva" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175-177 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/42/7242c41c084ebab7398b236aef2882a6ed1e6aac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7929141" Longitude="106.6723785" StarRating="3" HotelCode="536103|oakwood_apartments_ho_chi_minh_city" HotelName="Oakwood Apartments Ho Chi Minh City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>18 Street 3, Cu Xa Do Thanh, Ward 4, District 3, Ho-Chi-Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="962813|zazz_urban_ho_chi_minh_hotel" HotelName="Zazz Urban Ho Chi Minh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Su Van Hanh, Ward 9, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ed/00edb013478fcbb4ddcbadb82c0171a3e617c137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.92" OriginalAmount="46.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777920013663" Longitude="106.6886691546" StarRating="3" HotelCode="491729|downtown_retro_serviced_apartment" HotelName="Saigon Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2K Ho Xuan Huong, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/7f/337f0a404524c143a446b31e8db2d42daec3d7cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.07" OriginalAmount="46.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774635" Longitude="106.696681" StarRating="3" HotelCode="163645|1441698" HotelName="Alagon Zen Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 - 46Bis Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/55/b25579869efa9cf21f8b1236719dd0b29be6df3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.51" OriginalAmount="46.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774703142022" Longitude="106.70338153839" StarRating="3" HotelCode="56463|572515" HotelName="Oscar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68A Nguyen Hue Avenue, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3f/c43fafd076b9dda69f7c8f1bd15213f3739701a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.51" OriginalAmount="46.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771900961231" Longitude="106.69533261455" StarRating="3" HotelCode="320704|1200818" HotelName="A &amp; Em 280 Le Thanh Ton Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>280 Le Thanh Ton, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/fb/fdfb1a84ac4d1ee48fc18b3c72105796174d001f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.96" OriginalAmount="48.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771054" Longitude="106.692969" StarRating="2" HotelCode="207691|aries_hotel" HotelName="TRIIP Boutique Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7/9 Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f0/b7f0ad657fdfc6576aa03a446188b3ec7e8bb1e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.83" OriginalAmount="48.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.97525313" Longitude="106.67036313" StarRating="3" HotelCode="372535|1700258" HotelName="Becamex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>230 Binh Duong Boulevard, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/04/1304880480561c0e429304a44008529d3c56a151.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a bar, a transfer service, room service, a conference room an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.757692" Longitude="106.673247" StarRating="5" HotelCode="51813|windsor_plaza_hotel" HotelName="Windsor Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 An Duong Vuong, Ward 4, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/66/8a66e343849b5387ff1fb232852b3a9507c502e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Ho Chi Minh City, this hotel offers unparalleled access to the shopping, ni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773027" Longitude="106.69748" StarRating="3" HotelCode="171271|paradise_saigon_boutique_hotel" HotelName="Paradise Saigon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>288 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ed/62ed77ad48f74f3faf6547e11b37e5afd2db5aaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City, just 5 minutes’ walking distance from Ben Tha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.783850626008" Longitude="106.69025957965" StarRating="3" HotelCode="376200|hotel_165_nam_ky_khoi_nghia" HotelName="165 Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Nam Ky Khoi Nghia Avenue, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/48/484839561ab2a59f23cd6694b26f987ad96aad86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.71" OriginalAmount="49.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774323713107" Longitude="106.70371949672" StarRating="4" HotelCode="336606|256616" HotelName="Palace Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-66 Nguyen Hue Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/65/1465b94cbddb5443415649d34b175531cbf48dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the city centre, in the city’s administrative and commercial ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.796171715349" Longitude="106.6746121645" StarRating="4" HotelCode="168312|starcity_saigon_hotel" HotelName="Vissai Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ward 8, 144 Nguyen Van Troi Street, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/10/d610e5048d5ccb681099f2e6a5f98c31c37c7a3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a quiet and peaceful place, this hotel is a good choice for guests not wanting to stay i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79552094" Longitude="106.71957478" StarRating="2" HotelCode="937885|christines_saigon_apartment" HotelName="Vinhomes Central Park by Christine’s Saigon Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 Nguyen Huu Canh, Ward 22, Binh Thanh District, Ho-Chi-Minh-City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/34/9b346b36ba4541851a518828e247b4600300f54c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="882837|orchid_boutique_apartment" HotelName="Orchid Boutique Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R1-72-R4-71 Bui Bang Doan Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/c6/67c634e56f1e56e50116f54187d18996a83719f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.81" OriginalAmount="50.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7715986" Longitude="106.69526735" StarRating="4" HotelCode="623863|3441845" HotelName="A&amp;EM Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Le Anh Xuan Street, Phuoong Bên Tha`nh, H? Chí Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/98/6798e4863c76818f4d33337c4f45c9952e43b5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.95" OriginalAmount="50.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7776891" Longitude="106.66522936" StarRating="4" HotelCode="373992|1726108" HotelName="Athena Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>280 To Hien Thanh, Ward 15, Distrikt 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/9c/029c3705f72e4eb9a5491e33a20f63197a28fdf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.98" OriginalAmount="50.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="780699|3453455" HotelName="Scenic Valley Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Nguyen Van Linh Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/6f/4e6f03dbd4ddea1fb0d904f468a28a7a774a8a13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.02" OriginalAmount="51.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="960665|winsuites_saigon" HotelName="Winsuites Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28-30-32 Le Lai Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/be/27beb9c6600c38e96f531c765982787962124cd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.35" OriginalAmount="51.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79971" Longitude="106.668174" StarRating="4" HotelCode="39407|111662" HotelName="PARKROYAL Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>309B-311 Nguyen Van Troi Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/31/4f3174892dc7676cbfc53ce0632fd6ef9b5d5f58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Tan Binh District of Ho Chi Minh City, this hotel offers excellent quality and a gre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.66" OriginalAmount="51.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771856" Longitude="106.70388" StarRating="3" HotelCode="142302|572635" HotelName="Roseland Point Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>65 Ho Tung Mau Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/72/87722e76c456fc53ca2862ded3c8d4c32abebd7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district in Ho Chi Minh City, close to Ben Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.04" OriginalAmount="52.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77355931249" Longitude="106.69670367582" StarRating="3" HotelCode="915633|ha_hien_hotel" HotelName="Ha Hien Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>145-147 Ly Tu Trong street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/6e/756e94456e5a16cf74c7714d952a6635fe1c7c79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.61" OriginalAmount="54.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77177502" Longitude="106.69410088" StarRating="4" HotelCode="489347|2514515" HotelName="Alagon D'antique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>301-303 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/597541/597541a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.82" OriginalAmount="54.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771579210236" Longitude="106.69560362155" StarRating="3" HotelCode="142266|572685" HotelName="Good Vibes Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f7/a9f7fa5d9f2348cde93ddf0e42815fdf852c2e5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, 100 metres away from Ben Thanh Market and near the 23...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.12" OriginalAmount="56.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7771271928" Longitude="106.7057507835" StarRating="3" HotelCode="915661|la_jolie_hotel__spa" HotelName="Silverland Jolie Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>4D Thi Sach Street, Ben Nghe Ward, Dist 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/dd/b2ddd48f74ba816faac3a1a6ab413dd654555889.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.28" OriginalAmount="56.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80014014" Longitude="106.67076292" StarRating="5" HotelCode="320377|1075958" HotelName="5-star Tan Son Nhat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>202 Hoang Van Thu Street, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/b4/84b46ea086570949702bcd5f8152ac231e1191be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.43" OriginalAmount="56.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="3" HotelCode="770918|3470115" HotelName="Au Lac Center Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Nguyen Thi Minh Khai, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.62" OriginalAmount="56.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.819587" Longitude="106.620169" StarRating="3" HotelCode="423100|3449645" HotelName="Garden View Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>101 Nguyen Du Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/15/571581c2d2685df2c9d207b4a875c026486efc57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.29" OriginalAmount="57.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.796653838903" Longitude="106.67320236186" StarRating="5" HotelCode="15548|90238" HotelName="Eastin Grand Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>253 Nguyen Van Troi Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/d2/c4d2fde770554afe604f9f4abb6b718f22fc5f2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the Phu Nhuan District of Ho Chi Minh City, which is still affectionately kn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.45" OriginalAmount="57.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.813168850803" Longitude="106.66606929168" StarRating="4" HotelCode="525352|2048645" HotelName="ibis Saigon Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2 Hong Ha Street, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/38/09388b449436cf989d5044bcdb3bdc478573e7d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780844850948" Longitude="106.69605495493" StarRating="2" HotelCode="401582|au_lac" HotelName="Au Lac 1 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Nguyen Thi Minh Khai, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/98/6798e4863c76818f4d33337c4f45c9952e43b5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 2 star hotel is located in the city centre of Ho Chi Minh. The Hotel has a coffee shop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77357138" Longitude="106.69939579" StarRating="3" HotelCode="943527|uptown_hotel_3" HotelName="Uptown Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-13 Luu Van Lang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/92/6f92cd8efcda6c2934fede4f245f5bc09ff20447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.75" OriginalAmount="59.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777440812873" Longitude="106.70547366142" StarRating="3" HotelCode="189201|1160978" HotelName="Aquari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Thi Sach st., Dist. 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/2c/ba2c5c12b8e0dcfbd7fd914a7d331bfce2a3d2f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Ho Chi Minh's inner city with its myriad of attractions such as the Op...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.33" OriginalAmount="60.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78403834" Longitude="106.70033" StarRating="4" HotelCode="350367|1817708" HotelName="Muong Thanh Saigon Centre Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A Mac Dinh Chi Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/d3/67d3638cac397205c4b470e75c0ea5cb35d98bca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.87" OriginalAmount="60.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772297412644" Longitude="106.70370335276" StarRating="3" HotelCode="293149|1805388" HotelName="Silverland Charner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87-89-91 Ho Tung Mau Street, Ben Nghe Ward, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/93/ff93ff9fd2343a9476de4330940c1233751031df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.93" OriginalAmount="60.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78419595" Longitude="106.6944062" StarRating="4" HotelCode="773932|2303125" HotelName="Citadines Regency Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Pham Ngoc Thach Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/4f/6e4fca0cdd85d2b5a393d16a8479593e1163ea10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Ho Chi Minh City. Citadines Regency Saigon 									 guarantees a quiet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.04" OriginalAmount="60.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77753" Longitude="106.705251" StarRating="3" HotelCode="887852|1116038" HotelName="Northern" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 A Thi Sach Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/57/f157b721d0fd088e7ed2249f70b066b939e99345.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.22" OriginalAmount="61.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77245646" Longitude="106.70253843" StarRating="4" HotelCode="965064|innside_by_melia_saigon_central" HotelName="Innside By Melia Saigon Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 -131 Ton That Dam Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/9f/b39fd429acd81245c7e3063d6627057ef00153ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.34" OriginalAmount="61.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806803343364" Longitude="106.74704321693" StarRating="4" HotelCode="225965|1182928" HotelName="Riverside Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vo Truong Toan Street 53, Thao Dien Ward District 2, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/a6/84a6b73fe4dd830ea5abfcadefe7550bbfb17e84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780344455804" Longitude="106.70370072126" StarRating="3" HotelCode="166009|sophia_hotel" HotelName="Sophia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Thai Van Lung, Ben Nghe Ward, Disttrict 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/4b/2f4b3facf688897efd47bc8b7aa1ff3c4f775a25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the city centre, the hotel is close to Ben Thanh market and a number of museums in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77301316" Longitude="106.69575607" StarRating="3" HotelCode="309456|sunflower_saigon_hotel_2" HotelName="Sunflower Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>189 - 191 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/0c/a20c2f657e2ab1247dcc87c55178da1b6ba0d4c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant is among the facilities. Wireless internet access is available to guests in the public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.15" OriginalAmount="64.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774695237258" Longitude="106.69630587101" StarRating="3" HotelCode="163644|572185" HotelName="Silverland Yen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73-75 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/1a/071ad538d164efe54bbf97d79e53492ee4b51ad3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;From this business hotel, it takes only a few minutes to walk to Ben Thanh Market, Unification Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.43" OriginalAmount="65.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773097153167" Longitude="106.70432567596" StarRating="4" HotelCode="27130|34174" HotelName="Saigon Prince Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Nguyen Hue Boulevard, Ho Chi Minh City, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/fd/68fdca2ab10e91d6793aa7a6b6304bca84ddb396.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of the city, the hotel offers easy access to the business and gov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.64" OriginalAmount="66.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772628856641" Longitude="106.69320192394" StarRating="4" HotelCode="384226|1245308" HotelName="Homestead Parkview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>149- 151 Nguyen Du Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c1/f7c10dd6256c57f9f67288fddb5618f5d4060123.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779056847524" Longitude="106.70403644916" StarRating="3" HotelCode="130176|asian_ruby_luxury_hotel" HotelName="Hotel De Charme Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Thi Sach, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/39/6e392148bd7bf004ce693c29f251dc47ab967539.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the District 1, Dong Khoi neighbourhood of Ho Chi Minh City, the hotel is close to Ho Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="962928|republic_plaza_serviced_apartment" HotelName="Republic Plaza Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Cong Hoa Street, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/7d/107dbc2cae3e8812f271aa72ab0ece4c81565532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.02" OriginalAmount="67.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773541213731" Longitude="106.69869572454" StarRating="4" HotelCode="295333|119272" HotelName="Liberty Central Saigon Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 - 179 Le Thanh Ton, District 1, Ho-Chi-Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/a8/0ba8fd28243d2a19384be35dac634466c692d929.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Ho Chi Minh City, this urban hotel is about 1.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.06" OriginalAmount="67.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776733" Longitude="106.702603" StarRating="4" HotelCode="59858|141054" HotelName="Continental Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 - 134 Dong Khoi St., Dist 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/8d/318dab5918c77eb7e0054bb5751b82d640b21b31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre, close to a variety of conveniences for the traveller and bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.17" OriginalAmount="67.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78106843" Longitude="106.69047923" StarRating="4" HotelCode="552447|2514545" HotelName="Sila Urban Living" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>21 Ngo Thoi Nhiem Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/eb/56eb9a1ae01543c1a6d6b779c0dce6da5054a0a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776229047251" Longitude="106.69136065641" StarRating="3" HotelCode="307375|sonnet_saigon_hotel" HotelName="Sonnet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Truong Dinh Street, Disrict 3, Ho Chi Minh City ( Saigon )</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/44/be442ebab6616898f8797c577b2d5d6054eb03f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772633527899" Longitude="106.69519898731" StarRating="3" HotelCode="347829|lavender_boutique_hotel" HotelName="Lavender Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>200-204 Ly Tu Trong, Phuong Ben Thanh, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/ec/faec08916fe94d3fd393a89811e6f9c538fb2de6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774227666667" Longitude="106.696833" StarRating="4" HotelCode="915656|aem_corp__royal_palace_hotel" HotelName="A&amp;Em Corner Sai Gon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>39-41 Thu Khoa Huan Street, District 1, Ho Chi Minh City, Ðông Nam B? (Südostregion)</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/e5/d0e54885b18173f1df9639f70d2577e0228974f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.72" OriginalAmount="69.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.762013" Longitude="106.696365" StarRating="3" HotelCode="307373|1204908" HotelName="Sunland Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302-304 Vo Van Kiet Str, Co Giang Ward, District 1, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/7b/f77bf6cd724764a662f21491a3558c322f89ab27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.40" OriginalAmount="70.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771849506508" Longitude="106.69016356442" StarRating="4" HotelCode="933301|edenstar_saigon_hotel" HotelName="EdenStar Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ae/02ae357e049d74c903aac802d9196377e7dd9f7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.13" OriginalAmount="70.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784147" Longitude="106.699607" StarRating="4" HotelCode="410259|991675" HotelName="Somerset Chancellor Court Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Nguyen Thi Minh Khai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f1/0af13d0aafa651f4f1614f188d3eb806b70739c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled among tree-lined boulevards on the corner of Mac Dinah Chi and Nguyen Thi Minh Khai streets,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.22" OriginalAmount="70.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72656182" Longitude="106.7234994" StarRating="4" HotelCode="374714|1757548" HotelName="MerPerle Crystal Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>C17-1-2 Nguyen Luong Bang, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/2f/c42ff82d56cf62d36a10ed2e92adc1e2f693b28b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.31" OriginalAmount="70.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77270773" Longitude="106.69005833" StarRating="4" HotelCode="435237|2013445" HotelName="Fusion Suites Sai Gon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Suong Nguyet Anh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a6/d6a6f1fd9499a80f8d811aa3c28ae512fcf29bb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.46" OriginalAmount="73.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778166773973" Longitude="106.70589742879" StarRating="4" HotelCode="317062|millennium_boutique_hotel" HotelName="Millennium Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7A Thai Van Lung, Ben Nghe Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c8/2c/c82c300082ec1a83c53760a8d26a699d0c557c58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.79" OriginalAmount="74.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77874" Longitude="106.704061" StarRating="4" HotelCode="307376|1450358" HotelName="Paragon Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Thi Sach Street, Ben Nghe Ward, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/54/67543220689e7a4ee0b9c9222422686f169c74c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.59" OriginalAmount="75.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730909152082" Longitude="106.72361579172" StarRating="3" HotelCode="200090|1017438" HotelName="ibis Saigon South Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Hoang Van Thai Street, Phu My Hung Tan Phu Ward, District 7, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/23/c5234809dfb5bdb17a0d0402d52010795240d7ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.56" OriginalAmount="78.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77936414" Longitude="106.70471469" StarRating="3" HotelCode="436084|saigon_city_residence_serviced_apartment" HotelName="Saigon City Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>8A/3D2 Thai Van Lung street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/90/cd906e6b8f8ec4c4b96468bdad07ba39d87c8134.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.64" OriginalAmount="82.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80140933" Longitude="106.65541187" StarRating="3" HotelCode="844971|holiday_inn_hotel_and_suites_saigon_airport" HotelName="Holiday Inn &amp; Suites Saigon Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18E Cong Hoa Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/42/33/4233c484fca258183a0a0bc25ec893cf8051ee98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.68" OriginalAmount="84.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779091" Longitude="106.703987" StarRating="3" HotelCode="72564|may_hotel" HotelName="May Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Thi Sach Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/45/9a457f3b3d3700a01d60902446df8c0eebf46e3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Saigon, within walking distance of the city theatre, Ben Than...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79981512" Longitude="106.72366222" StarRating="4" HotelCode="372528|charm_suite_saigon_2" HotelName="Charm Suite Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>330A/330B Ung Van Khiem Stree, Ward25, Binh Thanh, Ho Chi Minh City (Saigon)</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/02/fe02d91ac7849171b95758af2b58445510a9cce6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78897659" Longitude="106.70874303" StarRating="3" HotelCode="968950|mh_serviced_apartment" HotelName="M-H Residence &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Ngoc Phuong, Ward 19, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/1e/361e2de31a08a462b1d9aa9ccd506eb1fafc908d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.67" OriginalAmount="87.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772975" Longitude="106.706286" StarRating="5" HotelCode="14523|572425" HotelName="Majestic Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Ski Hotel " CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/f1/1ef1f89998c542b259146d2ab168a4d415e9fdc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, overlooking the Saigon River. It features original Fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.91" OriginalAmount="88.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.763357" Longitude="106.678984" StarRating="5" HotelCode="12148|90146" HotelName="Equatorial Ho Chi Minh City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>242 Tran Binh Trong, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/6b/3b6b48d8db148843e364a2fc2a125c5a41b5a3b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upper- mid range hotel is located in the 5th district on Tran Binh Trong Street and between Sai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.63" OriginalAmount="88.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81993" Longitude="106.726024" StarRating="4" HotelCode="119020|572505" HotelName="Saigon Domaine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Country House,Club Resort,Golf Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1057 Binh Quoi Street, Ward 28, Bin Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/1b/60/1b605eb9cff8a62e6220557077d4f4497e377501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is surrounded by Saigon River, on the green island of Thanh Da in Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.42" OriginalAmount="90.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773855" Longitude="106.70564" StarRating="4" HotelCode="46026|825595" HotelName="Grand Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/65/5a65a9a49076d57cbe5c52f10a86ea71e93c05eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfectly located in the heart of the city centre, this hotel is the ideal choice whether guests are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.47" OriginalAmount="92.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.763731" Longitude="106.682752" StarRating="5" HotelCode="176758|967285" HotelName="Nikko Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>235 Nguyen Van Cu Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/ac/1aac16642288a5ca9412b58d3c44dcd860262d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the centre of Ho Chi Minh City, the hotel offers easy access to Tan Son Nhat Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.71" OriginalAmount="92.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73038275721" Longitude="106.72360549134" StarRating="4" HotelCode="263801|1176748" HotelName="Capri by Fraser, Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.2, Street C, Tan Phu Ward, District 7 - Lot A, New Urban South City, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d5/add556376492a2e2c7f45c175b8fc89e5757ca18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.86" OriginalAmount="93.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80470337" Longitude="106.73989438" StarRating="3" HotelCode="736391|la_casita_saigon" HotelName="La Casita Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Tran Ngoc Dien, Q2, Thao Dien, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/10/241053b158685e3b2d90415ca3e47885b59c8dc9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.23" OriginalAmount="95.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771608" Longitude="106.697459" StarRating="3" HotelCode="142301|1525378" HotelName="Silverland Central Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 - 16 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/7e/f57eb7c7c9d3dbbcc9df930c12dad2466c036c0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district of Ho Chi Minh City. Close to Ben Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.815904460376" Longitude="106.73341814103" StarRating="4" HotelCode="915646|villa_song_saigon" HotelName="Villa Song Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197/2 Nguyen Van Huong Street, Thao Dien Ward, District 2, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/32/a2323cba1c141a971612b9785944a4c526e19b26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781594302784" Longitude="106.70560659201" StarRating="4" HotelCode="933873|silverland_sakyo_hotel__spa" HotelName="Silverland Sakyo Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>10A Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/cf/8bcf3ba495ae544e40ddf73f68e7c2b4fdb4fa35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.01" OriginalAmount="97.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.782758450669" Longitude="106.69339942797" StarRating="5" HotelCode="902518|332675" HotelName="Sherwood Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>127 Pasteur Street, Ward 6, District 3, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/db/7cdb72da6b825b56ebe6ac0b0d1ca5b24988311f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.25" OriginalAmount="98.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78107863" Longitude="106.6954924" StarRating="4" HotelCode="771363|3466575" HotelName="Orchids Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>192 Pasteur Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/90/3d901b70683ef8edf2ec18651a59a01a0959e2aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Orchids Saigon Hotel is located in the best convenient location, with easy access to major consulate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.72" OriginalAmount="100.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775464633334" Longitude="106.7017185688" StarRating="5" HotelCode="36290|143126" HotelName="Rex" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>141 Nguyen Hue Blvd., Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e3/68e3ed005fe146d5b65e0bdcab9ba38709d001f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of one of Vietnam's metropolises. The famous Ben-Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="103.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780879795401" Longitude="106.7041373623" StarRating="5" HotelCode="314293|norfolk_mansion" HotelName="Norfolk Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-19-21 Ly Tu Trong Street, Distrikt 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/82/5782560bc42ccd559d39048353657769eec0d8be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.45" OriginalAmount="103.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77322654" Longitude="106.7019244" StarRating="3" HotelCode="856648|3429825" HotelName="M Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Ton That Thiep Street, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/96/cb9634681eafd1c5dafb026a6bb508c5b8a59d09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.53" OriginalAmount="104.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78249957" Longitude="106.69658126" StarRating="3" HotelCode="744034|3453175" HotelName="Bach Suites Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Designated Smoking Area,Dining,Internet,Kitchen,Laundry,Meeting Room,Parking,Printer,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10A Pham Ngoc Thach, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/9d/809d3a561678466a7e5f47ddf09ad2cd505fd12d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Defined by a sweeping feeling of nostalgia that recalls this region's French colonial past, Bach Sui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.12" OriginalAmount="106.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.805483296251" Longitude="106.75175038935" StarRating="5" HotelCode="263802|somerset_vista_ho_chi_minh" HotelName="Somerset Vista Ho Chi Minh City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>628C Hanoi Highway, An Phu, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b0/91/b091858ff2f2157cecba99002ec36d5d87eb01bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.49" OriginalAmount="106.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78044532" Longitude="106.70445237" StarRating="3" HotelCode="586742|2283205" HotelName="Amena Residences &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>24 Le Thanh Ton Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/7b/357b39d059bf512248c85fa15956b775a681a28e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.18" OriginalAmount="108.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784629" Longitude="106.695984" StarRating="4" HotelCode="186075|894845" HotelName="Novotel Saigon Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Hai Ba Trung, District 3, Ho-Chi-Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/bb/3bbbc978018819dc9f14f36d7299e459e64d6eb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.72" OriginalAmount="112.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773754475146" Longitude="106.70632367361" StarRating="4" HotelCode="151366|962365" HotelName="Liberty Central Saigon Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/1d/5d1d544dc0d12d116ad916811f702c9bf522e25f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Ho Chi Minh City, this urban hotel is about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.98" OriginalAmount="119.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776315709579" Longitude="106.70354783535" StarRating="5" HotelCode="20557|34114" HotelName="Caravelle Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-23 Lam Son Square, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/37/cf/37cfee34538938fef4a427c8eb84dc93346a4dc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the midst of the business, shopping and entertainment districts o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.99" OriginalAmount="119.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778884733186" Longitude="106.70697569847" StarRating="5" HotelCode="33861|96028" HotelName="Lotte Legend Hotel Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A - 4A Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/10/101040bf99cc1e029993803b17550e2b2447161b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City on Ton Duc Thang Street fronting the scenic Sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79768907" Longitude="106.73076822" StarRating="1" HotelCode="760825|thadico_3_hotel" HotelName="Thadico 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-8 Duong 19B, Binh An Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/6a/166a9b1b70ca645cbbe3cf01599f893b631cf0de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877889|saigon_1979" HotelName="Cong Quynh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>190 Cong Qu?nh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/57/0a57de2323ab638268658a46022b44ae44797b8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.83" OriginalAmount="123.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772685994812" Longitude="106.70119836011" StarRating="4" HotelCode="82917|1093168" HotelName="Sedona Suites Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Le Loi Boulevard, Saigon Centre, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/08/8308915126f6add7b34800f8bb78f2ad668b85c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784038523645" Longitude="106.70265197754" StarRating="5" HotelCode="17762|sofitel_saigon_plaza" HotelName="Sofitel Saigon Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Le Duan, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/de/07de9c5ee8ee1f54c21ba63c1696cba9bc5b4774.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international hotel is located on the historical tree-lined Le Duan Boulevard, in the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78229692" Longitude="106.69192185" StarRating="0" HotelCode="963806|mai_house_saigon" HotelName="Mai House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Nam Ky Khoi Nghia Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/92/3792a6c8e0ac297b15df3a29a284fa618db59520.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.52" OriginalAmount="126.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77454" Longitude="106.706428" StarRating="5" HotelCode="20679|renaissance_riverside_hotel_saigon" HotelName="Renaissance Riverside Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-15 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/de/2bde0b3059bfb3fec61a3f44a8bf57dff7647c17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located at the heart of Ho Chi Minh City, just a few minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.03" OriginalAmount="128.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78230731" Longitude="106.69230252" StarRating="4" HotelCode="626745|2283895" HotelName="Sherwood Suites Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>192 Nam Ky Khoi Nghia, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a1/77a12875677d33bbb4b83ed747c9e6359bbef61b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.86" OriginalAmount="129.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73019994" Longitude="106.70437831" StarRating="4" HotelCode="639571|2552575" HotelName="Oakwood Residence Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1056A Nguyen Van Linh Road, Tan Phong War, District 7, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/f8/1bf8771040465d7396bd9ab51dc720bfcb0c0864.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.34" OriginalAmount="133.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.782333" Longitude="106.697399" StarRating="5" HotelCode="317378|1621068" HotelName="Hotel Des Arts Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76-78 Nguyen Thi Minh Khai Street, District 3, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/1d/e41da77dd1b0e3429f3df21721651ae274027997.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.75" OriginalAmount="134.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.800120014297" Longitude="106.68124345002" StarRating="2" HotelCode="347731|1785938" HotelName="Quynh Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>206B Phan Dang Luu, Ward 03, Phu Nhuan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/22/fb22cfebf8c0ced74f202458dcf1f4c0df989665.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.70" OriginalAmount="135.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770901" Longitude="106.695044" StarRating="5" HotelCode="15141|new_world_saigon_hotel" HotelName="New World Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/cb/8ccb4adbcc125cebfd607bb57c1af1607fb363e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located directly in the business centre of HCMC where a selection of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.48" OriginalAmount="136.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7743695" Longitude="106.7065418" StarRating="5" HotelCode="314951|1474768" HotelName="Le Méridien Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3C Ton Duc Thang Street, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/41/3b/413b1cf7805715a7985a38f5483c6d93264dc79b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.71" OriginalAmount="139.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.789538660286" Longitude="106.70287930059" StarRating="4" HotelCode="410260|826155" HotelName="Somerset Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A Nguyen Binh Khiem Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/b3/89b34ff5be60c03ed29f876e959af9de421ef7d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the business and shopping district, conveniently close to business destinati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.54" OriginalAmount="146.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775733394513" Longitude="106.70403599739" StarRating="5" HotelCode="50609|91630" HotelName="Sheraton Saigon Hotel &amp; Towers" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Dong Khoi, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/bb/f8bb4744ab504c755fc897f8087445576c55d870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a privileged location in the heart of Ho Chi Minh City, on the most famous street, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.89" OriginalAmount="157.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774697214273" Longitude="106.70569880738" StarRating="4" HotelCode="525353|2103345" HotelName="The Myst Dong Khoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6,8 H? Hu?n Nghi?p, P. B?n Nghé, H? Chí Minh, Qu?n 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d5/cdd55f223313e64f043357b271720f4cb0269e67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.42" OriginalAmount="171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81015268" Longitude="106.7515607" StarRating="5" HotelCode="961035|mia_saigon_luxury_boutique_hotel" HotelName="Mia Saigon Luxury Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Street 10, An Phu Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/8d/458d4fb87e92ccceb162452146e452fb7c117d1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.09" OriginalAmount="174.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781488269724" Longitude="106.7011069828" StarRating="5" HotelCode="175615|824515" HotelName="InterContinental Residences Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Nguyen Du Street &amp; Hai Ba Trung, St., District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/95/8d958dfd77f3212d7f51631ba8ad8ccc02ec3dc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77358808" Longitude="106.70456638" StarRating="5" HotelCode="263804|the_reverie_saigon" HotelName="The Reverie Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-36 Nguyen Hue Boulevard, 57-69F Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/e9/3ee9001b49759907b9e32b80a6797c8b9b0fbdd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.51" OriginalAmount="215.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774258514345" Longitude="106.70497618926" StarRating="5" HotelCode="376432|1847348" HotelName="The Reverie Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57-69F Dong Khoi Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.94" OriginalAmount="247.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77458" Longitude="106.700705" StarRating="4" HotelCode="936613|liberty_central_saigon_city_point_hotel_" HotelName="Liberty Central Saigon Citypoint Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Pasteur, Qu?n 1, TP. H? Chí Minh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/10/2a1080dd3300e5e125879a9cf4628da33ac7f14c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78083238" Longitude="106.7049958" StarRating="3" HotelCode="945440|roseland_centa_hotel" HotelName="Roseland Centa Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>15/1A-15A/57A Le Thanh Ton, Ben Nghe Ward, Dist 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/79/8879d23f52080fca87a11d5aa3aeef61f4c64daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74779125" Longitude="106.61092075" StarRating="0" HotelCode="839596|minh_ha_hotel" HotelName="Minh Ha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Beauty Salon,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24-26 Street 30, Binh Tri Dong B Ward, Binh Tan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/2e/ee2e7cd979d85a4930eb29141c38e0b5d61a8123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Minh Ha Hotel is conveniently located in the popular Tan Tao Industry Zone area. The hotel offers a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="416.16" OriginalAmount="408.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.759449" Longitude="106.669292" StarRating="5" HotelCode="904542|an_lam_private_residences_saigon_river" HotelName="An Lam Saigon River" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/84/2984e70420e619e1bc5254d33876f0b505d09a7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6902.95" OriginalAmount="6767.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7919913" Longitude="106.7223097" StarRating="5" HotelCode="815739|2343045" HotelName="Vinpearl Luxury Landmark 81" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>720A Dien Bien Phu Street, Landmark 81 Building, Vinhomes Central Park, Ward 22, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/30/a130dc28d54a304e9ae3f059c08be152fff0b714.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Lounge,Massage Centre,Sauna,Shopping Arcade,Nightclub,Bicycle Rental,Kitchen,Central Heating,Swimming Pool,Garden,Wheelchair Access,Golf,Spa,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Pets allowed,Smoking Rooms,Wake-up Call Service,24 Hour Front Desk,Beauty Salon,Concierge,Dry Cleaning,Elevator,Luggage Storage,Parking,24 Hour Room Service,Business Centre,Coffee Shop,Housekeeping,LCD/Projector,Off-Site Parking,Pick &amp;amp; Drop,Porter,Valet Parking,Meeting Room,Banquet Hall,Dining,Printer,Babysitting</BasicAmenities>
    <HotelRating>3,5,4,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SKI HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,APARTMENT HOTEL,COUNTRY HOUSE,CLUB RESORT,GOLF HOTEL,ECO HOTEL,HOTEL DE CHARME,HOTEL,RESIDENCES,HOSTELS,GUEST HOUSES,AIRPORT HOTELS,APARTMENT,APARTHOTEL,SPA HOTEL,HOLIDAY HOMES</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
254bda25-28a6-4fae-8974-5c5722b6356e|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="254bda25-28a6-4fae-8974-5c5722b6356e">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84794" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-23T00:00:00" End="2026-06-24T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
254bda25-28a6-4fae-8974-5c5722b6356e|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
254bda25-28a6-4fae-8974-5c5722b6356e|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-23T10:21:00.7814283+01:00" Version="0" EchoToken="Search" TransactionIdentifier="254bda25-28a6-4fae-8974-5c5722b6356e" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="6.02" OriginalAmount="5.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772284" Longitude="106.690775" StarRating="2" HotelCode="905926|1162688" HotelName="Nouveau Happy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Bùi Th? Xuân, Phu?ng B?n Thành, Qu?n 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/61/5b61ced4a7cadd5d7910ebf4979c277745fb055c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated about 10 m from Tao Dan Park and some 100 m from the nearest restaurants and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6.12" OriginalAmount="6.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="696398|sunrise_trung_son_hotel" HotelName="Sunrise Trung Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 63 Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ec/6decbb3848a064f1e54bec03da2aac9b81a27951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6.12" OriginalAmount="6.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="829149|ngoi_sao_phuong_nam_hotel" HotelName="Ngoi Sao Phuong Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41/2 Tan Thoi Nhat 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/03/a803200be4b1503f324da927b958820f90f5dfc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6.73" OriginalAmount="6.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.843616463999" Longitude="106.65712357156" StarRating="2" HotelCode="347359|1222298" HotelName="Lan Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>251/28 Le Van Tho, Pham Ngu Lao Ward, Go Vap, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/45/3445c7f6ba11b8e2a177c1b52fbe848ade5fb087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.14" OriginalAmount="7.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76285199" Longitude="106.67635399" StarRating="1" HotelCode="373134|trang_thu_2_hotel_" HotelName="Trang Thu 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>328 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d8/edd8aea3451fbf41be7614b4669f9438c776f013.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.14" OriginalAmount="7.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74717235" Longitude="106.61666251" StarRating="0" HotelCode="698256|hong_tam_hotel" HotelName="Hong Tam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Street 14</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a2/34a2b500a1c66c290bd12f8e39e3fb43f0c10737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768942745378" Longitude="106.69401345656" StarRating="2" HotelCode="309439|ipeace_hotel" HotelName="Ipeace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>175/8 Pham Ngu Lao Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/34/2d34efe25c7d2b624826773738627d31e72ca562.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78671726" Longitude="106.63458034" StarRating="2" HotelCode="346598|avatar_hotel_2" HotelName="Avatar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Le Van Phan, Phu Tho Hoa Ward, Tan Phu District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/be/7abe64a3afb410225bf950076a7d39ea28568a93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a bar, a tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75683433" Longitude="106.63412633" StarRating="2" HotelCode="626493|ba_dat_homestay_q6" HotelName="Ba Dat Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68b/13 Dang Nguyen Can</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/61/4a61ed9b4d662f9a2aa6873b286a1a78ce8e856c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="826179|ngoc_trinh_hotel_2" HotelName="Ngoc Trinh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>107 Ho Ba Kien</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/a2/0aa211af4432a6951c1b6465c70186a9ac1f6a9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.01" OriginalAmount="8.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.807323264546" Longitude="106.67519631298" StarRating="2" HotelCode="376520|1810488" HotelName="Huong Mai 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>112 Dao Duy Anh Street, Phu Nhuan District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/be/90be63aa085ad2dd3d566760372f7270682827ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76764638367" Longitude="106.69387233223" StarRating="2" HotelCode="346391|saigon_europe_hotel" HotelName="Saigon Europe &amp; Spa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>207 De Tham, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/a0/86a060fda153b58d6997b5ddfb70255f8cede13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79665553" Longitude="106.64815204" StarRating="2" HotelCode="346732|hung_anh_hotel" HotelName="Hung Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>35 Thep Moi, Ward 12, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/4b/e94bd81c2ea6778e97e61a018106e36ce104d01b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.797369845317" Longitude="106.67803368713" StarRating="2" HotelCode="309442|kim_yen_hotel" HotelName="Kim Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Nguyen Trong Tuyen, Phu Nhuan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/f6/abf66ec15768942f615e22f711f846309bb30b64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a restaurant and room servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76725251" Longitude="106.69370287" StarRating="3" HotelCode="309425|aston_hotel_saigon" HotelName="Aston Hotel - Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 - 29 Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/1d/dc1dc3bcc6eeaf7a18fa609ff77327f1187d8543.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766736246649" Longitude="106.69278420974" StarRating="2" HotelCode="346919|nn_hotel" HotelName="NN Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6c/376cb912ae347d8fe0e953222492a14c2dc91626.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79704875" Longitude="106.65917328" StarRating="2" HotelCode="372498|hoa_de_nhat" HotelName="Hoa De Nhat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4/1/9-4/1/11 Hoang Viet, Tan Binh Distrikt, Ho Chi Minh Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/bb/f4bbe3c79315acc957272656624df34decab582b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7734013" Longitude="106.69637328" StarRating="2" HotelCode="363798|mai_vuong_sai_gon_hotel" HotelName="Mai Vuong Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>153 Ly Tu Trong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/29/8c29baabcd9c810ee3ecce6df39ae0ab8c26d00b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76367193527" Longitude="106.67587796226" StarRating="0" HotelCode="347730|hoang_yen_nhi_hotel" HotelName="Hoang Yen Nhi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>370 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/92/0e92233fb769ed075a7cc2abc6127c05f3d9a9f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75169655828" Longitude="106.71154543298" StarRating="2" HotelCode="347296|ngoc_tung_riverside" HotelName="Ngoc Tung Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>361 Tran Xuan Soan, Tan Kieng Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/1c/691c81fed936c3ec80b1e3f216e3d460fc290adb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78872176" Longitude="106.67539805" StarRating="3" HotelCode="630527|tropical_house_5" HotelName="Tropical House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>413/37 A Le Van Sy, Ward 12, District 3, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/ef/09ef5d965e525111016c25cb51526a9ce97958c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77982451" Longitude="106.66823007" StarRating="3" HotelCode="586659|bonita_tht" HotelName="Bonita THT" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>185 To Hien Thanh, Ward 13, District 10, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/a7/88a7db304177ba80ef4ec3718a0ca0fe790d0301.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76780951" Longitude="106.69443028" StarRating="0" HotelCode="839942|titi_hotel_" HotelName="Ti Ti Room For Rent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/12-14A Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/4b/994b960f08bbabd2019ebe841f07c6b6e920c862.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80105584" Longitude="106.64306701" StarRating="0" HotelCode="808746|nui_thanh" HotelName="Nui Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Parking,Pets allowed,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3A Nui Thanh Street, Ward 13, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/5f/ed5febcae674b2ba26849061c1a8a28162340e1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Nui Thanh Hotel to discover the wonders of Ho Chi Minh City. Offering a variety of facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76757213" Longitude="106.69190697" StarRating="2" HotelCode="783042|h_best_hostel_cafe_saigon" HotelName="H Best Hostel Cafe Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>265/39 Pham Ngu Lao, Phuong Pham Ngu Lao, Quan 1, Ho Chi Minh City 700000, Sai Gon</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/2f/de2f9efa0955e79b0668354081608ed6b6bda46e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="967501|reddoorz_nguyen_kiem_street" HotelName="Van Giao Hotel by RedDoorz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>740B Nguyen Kiem Street, Ward 4, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e7/83e74619113979005889b922417741c491a611d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.20" OriginalAmount="9.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769343989153" Longitude="106.70243844654" StarRating="2" HotelCode="309422|3432465" HotelName="Anh Duy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Nguyen Cong Tru, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/3b/c63bff1c279951d5b94d403278482f0d5be1dc40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.37" OriginalAmount="9.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76919427" Longitude="106.69034195" StarRating="2" HotelCode="518106|3475775" HotelName="Ace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>139H Nguyen Trai, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b9/e9b9c043ebe043808245b560d6d085dc66042d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.38" OriginalAmount="9.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766855776695" Longitude="106.68949317369" StarRating="2" HotelCode="378557|1720158" HotelName="Khoi Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/11 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/9f/e59f99c11d614c1413cf2e42e25796fa4fe88041.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.38" OriginalAmount="9.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81287762" Longitude="106.66700005" StarRating="2" HotelCode="772394|3440245" HotelName="95 Lam Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Lam Son, Ward 2, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a1/eea189982d02e1fe7dad4210dd6cdd9ceee2112d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.45" OriginalAmount="9.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767538967221" Longitude="106.69078566219" StarRating="2" HotelCode="346965|1897475" HotelName="Hoang Phi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>313 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b5/a2b53c325ba978b1a0ebbee5c6ab8417cd2aba89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.77" OriginalAmount="9.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.84919597" Longitude="106.67861124" StarRating="3" HotelCode="828962|3471675" HotelName="Galaxy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>594-596 Nguyen Oanh, Phuong 6, Quan Go Vap, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/d9/d5d92e7ddd1b9ec5f64e9997ad5a3be27cd69420.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.96" OriginalAmount="9.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79787932" Longitude="106.73022569" StarRating="1" HotelCode="694403|3434985" HotelName="Sai Gon River Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35/8 Street 19, Binh An Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/06/4d0619c38792781a86b869ec9109cd5285ae5817.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.06" OriginalAmount="9.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767" Longitude="106.6893" StarRating="2" HotelCode="491735|1221758" HotelName="Long Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>373/10 Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/36/35360f0baa73c26ea3f23ca3d847c634e5fb6de5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76756647" Longitude="106.69121823" StarRating="2" HotelCode="347133|giang_son_2_hotel_2" HotelName="Giang Son Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>283/24 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/35/9f35c9221eea835029e047cbe02c18a17faef1ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80054826" Longitude="106.64258544" StarRating="2" HotelCode="424761|song_nhat" HotelName="Song Nhat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Designated Smoking Area,Elevator,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20/19 Nui Thanh, Ward 13, Ho Chi Minh, Tan Binh District</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1c/f31cad49bc996872da84e2ad7564769a25458e6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Song Nhat Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. The h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79187045" Longitude="106.6435422" StarRating="3" HotelCode="691105|hung_miami_hotel" HotelName="Hung Miami Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160-162 Bau Cat, 160-160 Bau Cat, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5a/415aa653c8a2835b6436f148eaa367dcccea48f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80248594" Longitude="106.64285103" StarRating="3" HotelCode="698183|van_ha" HotelName="Van Ha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bicycle Rental,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>440 Cong Hoa Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/ac/83ac79acf51a8b5b47341c1af425aab841859b35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Van Ha Hotel to discover the wonders of Ho Chi Minh City. The property features a wide range...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="829310|nhu_y_hotel" HotelName="Nhu Y Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185 Duong 16</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/3f/d53fd550e2adb0100ab192a3dde633efaf732671.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73449326" Longitude="106.66011349" StarRating="0" HotelCode="808832|felix_garden_hotel_" HotelName="Felix Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>908 Ta Quang Buu Street, Ward 5, District 8, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/98/2d988c2828b4e0633b065c0cef8691a69ea6edde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Felix Garden Hotel puts everything the city has to offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76590077" Longitude="106.69132104" StarRating="3" HotelCode="784985|an_nam_corner_dreamer" HotelName="An Nam Corner Dreamer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>183/15 Bui Vien, Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/de/f4de4fc5a0e926431f49f6e497e3eafd27925911.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="884419|nam_bac_hotel" HotelName="Nam Bac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>206 Phan Dang Luu</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/b0/aab0b58e6fe300647a1cbb478a5b219cf2edb8c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="876931|phuong_linh_hotel_3" HotelName="Phuong Linh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-27A Nguyen Thái Bình, Phuong 4, Quan Tan Bình, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/26/632604c258cf2825eb5aad46e4a41840cfa8db3e.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.27" OriginalAmount="10.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76845965" Longitude="106.69392118" StarRating="2" HotelCode="374002|3450305" HotelName="Saigon Amigo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>185/24 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/dc/8cdc574d1246b9e7cf3313f5da840256902a1ab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.42" OriginalAmount="10.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767537640709" Longitude="106.69269375155" StarRating="2" HotelCode="384112|1722338" HotelName="Thanh Ha Guesthouse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241/39 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/77/3177e1b17b3093d58568b9849fcb6ff7e22a467f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.57" OriginalAmount="10.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73279645" Longitude="106.70739983" StarRating="3" HotelCode="773644|3426595" HotelName="Laguna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>R3-84 Hung Gia 4, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/20/c32092acdf7f5b6b2156b143e9c82580d223ead9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.58" OriginalAmount="10.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="782923|3443475" HotelName="Language Exchange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>399/43/5 Nguyen Dinh Chieu, District 3, 1500 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/da/59da8ab74e87191346da5de9a513283046b8e9cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.69" OriginalAmount="10.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75282582" Longitude="106.66744778" StarRating="2" HotelCode="632284|3476115" HotelName="Thanh Lan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Tran Xuan Hoa, Phuong 7, Quan 5, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/17/d317c13f987619288ccbfd02a770d8f6eb6c059b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.96" OriginalAmount="10.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80422033" Longitude="106.64253823" StarRating="2" HotelCode="857198|2347205" HotelName="RedDoorz Plus Near E-Town 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Than Nhan Trung, Phuong 13, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647181/647181a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774437" Longitude="106.6350308" StarRating="3" HotelCode="369076|dong_du_hotel" HotelName="Dong Du Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Dong Du, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/e4/7fe46ec3e30766badc271d2c49ac96002b8c94bb.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81141176" Longitude="106.71345483" StarRating="1" HotelCode="372702|nhat_binh_hotel_" HotelName="Nhat Bình Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>625/7 Xô Vi?t Ngh? Tinh, Ward 26, Bình Th?nh Distrikt, H? Chí Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b9/4ab9f5255c2c68e870b42d5f0053f2057cb58824.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nhat Binh Hotel is located in Ho Chi Minh City, 2.8 km from the Jade Emperor Pagoda and 3.8 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81537353" Longitude="106.66828289" StarRating="2" HotelCode="370392|mi_linh_hotel" HotelName="Mi Linh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B38A Bach Dang Street, Ward 02, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/fa/85fa40a50fcf2afcc5e4d4a0c8461bb035ec4916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7274698" Longitude="106.70574936" StarRating="0" HotelCode="424712|smp_serviced_apartments" HotelName="SMP Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>SMP Serviced Apartments, R3-27 Pham Thai Buong Street, My Toan 1, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/6a/f36ab1afaf06f3489bfddda84ea7e07728dd77e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at SMP Serviced Apartments to discover the wonders of Ho Chi Minh City. The property features a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79646653" Longitude="106.65316673" StarRating="1" HotelCode="424810|hung_huong_hotel_" HotelName="Hung Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>321 Nguyen Thai Binh street, ward 12 Tan Binh district, Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/29/a029a54f7b4d75f1b088cd84006dd29dc0161c9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Hung Huong Hotel puts everything the city has to offer ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81009668" Longitude="106.68973839" StarRating="0" HotelCode="518246|tt_hotel" HotelName="TT Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155-157 Nguyen Van Dau, Ward 5, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/b1/beb103c0b15d323bc98ff4a18a4ffb4c98928da8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766937819478" Longitude="106.68938906265" StarRating="2" HotelCode="383568|saigon_backpackers_hostel__pham_ngu_lao" HotelName="Saigon Backpackers Hostel @ Pham Ngu Lao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/20 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/39/27398f71f7d2ce335b8432115e4c4452b1eda33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83808079" Longitude="106.65261342" StarRating="0" HotelCode="512643|venus_hotel_11" HotelName="Venus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>872 Quang Trung</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/2e/152ee45029dc21f634648fbb6770729b9863ef68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="586837|elegance_283_hotel_2" HotelName="Elegance 283 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>283 Hoang Van Thu, Tan Binh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/6e/416e74acf71711cbae3f33c2b57daf023f02e1f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80375137" Longitude="106.66219578" StarRating="2" HotelCode="620098|oyo_203_the_blue_hotel" HotelName="The Blue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/37 Phan Thuc Duyen Street, Ward 4, Tan Binh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e5/dde5082755f15dae5b92f87114a336438fbe9d84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7741056" Longitude="106.6972227" StarRating="3" HotelCode="599862|ace_hotel_ben_thanh" HotelName="Ace Hotel Ben Thanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/6c/4b6c06e39e07c05bd1afac6a9de812c6085b3ec5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="808994|minh_nhu_hotel" HotelName="Minh Nhu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Dong Xoai Street, Ward 13, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/38/73381aa1b0fbed50ff0788a934f2eeaf8656a963.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76646644" Longitude="106.69182267" StarRating="2" HotelCode="915645|meraki_hotel_2" HotelName="Meraki Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>198 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/fc/3cfc7db1d3ea8d6af1ae160ba91feed89c60498e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.38" OriginalAmount="11.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7507322" Longitude="106.66147928" StarRating="1" HotelCode="696353|3442435" HotelName="Truong Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55-57-59 Trieu Quang Phuc Street, Ward 10, District 5, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/b0/00b00d6274eeb42a1c12451df129a72ac911bfb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Truong Giang Hotel to discover the wonders of Ho Chi Minh City. Featuring a complete list of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.69" OriginalAmount="11.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76779956" Longitude="106.69469686" StarRating="3" HotelCode="869470|3443535" HotelName="An Nam Corner Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>186/20 Bùi Vien, Pham Ngu Lao Ward, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/3a/05/3a05965bd2192cc0b4458d32e76381127528a8f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.80" OriginalAmount="11.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79743051" Longitude="106.67528452" StarRating="2" HotelCode="374783|1802978" HotelName="Yen Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>219 Nguy?n Tr?ng Tuy?n, P. 8, Q., Phú Nhu?n District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/70/7f70167e387882a0df9a217106804d044ec7f377.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.86" OriginalAmount="11.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76970126" Longitude="106.69083414" StarRating="3" HotelCode="701139|3449705" HotelName="Lucky Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146 Nguyen Trãi, Phu?ng Ben Thành, Qu?n 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/17/6417ea4b5daf6d9763426b34ecdd133234c91646.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.93" OriginalAmount="11.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="874545|2347295" HotelName="RedDoorz Plus Near Nowzone Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>135 Nguyen Van Cu Street, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647286/647286a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.94" OriginalAmount="11.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72727581" Longitude="106.70558166" StarRating="3" HotelCode="620077|3456775" HotelName="Emerald Serviced Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>159-161 Pham Thai Buong Street, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/793292/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.03" OriginalAmount="11.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767699910813" Longitude="106.69089631483" StarRating="2" HotelCode="365896|3426235" HotelName="Koniko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Currency Exchange,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>283/22 Pham Ngu Lao Street, District  1, Ho Chi Minh City  70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/76/617614ec5b1767af02e29713a72161c665746f85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;We are glad to welcome your stay at our hotel our hotel is located in a peaceful and lovely alley wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.04" OriginalAmount="11.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77169421" Longitude="106.69374817" StarRating="2" HotelCode="363860|3436755" HotelName="Holiday Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Ly Tu Trong Street  Ben Thanh Ward, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/35/47359fd88cc46e6085f9410adfeb167f9319f057.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774244984181" Longitude="106.67185757176" StarRating="0" HotelCode="373910|hoa_mai_hotel" HotelName="Hoa Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>723-725 Le Hong Phong Street, District 10, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/c6/f4c6bda08e3b85b7ca5d3da614f093d3f010ae41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77190984" Longitude="106.69602406" StarRating="3" HotelCode="374170|cat_hotel_ben_thanh" HotelName="Platinum Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/c5/d0c5adf430eeb08e89506d83e06a31b48acb685c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75286907" Longitude="106.65564001" StarRating="2" HotelCode="492336|sao_mai_hotel_4" HotelName="Sao Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>896 Nguyen Trai, Ward 14, Ho Chi Minh 70000, District 5</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/6d/106dad05ae6d0572b4d0bdedd308d4a2084acbdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sao Mai 896 Hotel is a popular choice amongst travelers in Ho Chi Minh City, whether exploring or ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76775" Longitude="106.6945" StarRating="3" HotelCode="568657|an_an_hotel" HotelName="CCentral Hotel Bui Vien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/f3/dbf3fd57bb02b9d5be6f83e7b469b0a8e1da20ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81254342" Longitude="106.66841799" StarRating="3" HotelCode="586775|uyen_anh" HotelName="Uyen Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43-45 Yen The Street, Ward 02, Tan Binh District, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/4a/a44af8da4d4b66334d872436462674f90f384893.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83233809" Longitude="106.6098267" StarRating="2" HotelCode="586698|atana_hotel_2" HotelName="Atana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>327 Phan Van Hon, District 12, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/1c/791caaa21a4e6b0338cf21f1a9a59590e9949db3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80292711" Longitude="106.64073253" StarRating="2" HotelCode="784726|the_lumiere_hotel" HotelName="ND Building" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Le Van Huan Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/1d/401df7ff1b3a6eb9981736407f116cd3810e0570.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers. Additional facilities available...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="836120|mai_vang_hotel_2" HotelName="Khach San Mai Vàng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So Nha 48 Ðuong 4A</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/eb/d3eb62d8e779dd4f6b5f29c53e01daa8d0ae763d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="828989|an_tinh_hotel" HotelName="Khach San An Tinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241 Le Dai Hanh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/e2/a4e2af99ba9e7b6a131cc123bb51dc62a3afe84a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79652101" Longitude="106.68860296" StarRating="3" HotelCode="963207|cupid_2_hotel" HotelName="Cupid 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/25-52/27 Cu Lao Street, Ward 2, Phu Nhuan District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/bc/61bcc86a097f750d5bb87e2fbc826ac4ef06ae6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.46" OriginalAmount="12.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7675384" Longitude="106.694" StarRating="2" HotelCode="568658|2272185" HotelName="CCentral Hotel De Tham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>216 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/ff/0affb3106899e92670cb8a8a84af01826f77f367.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.54" OriginalAmount="12.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76802096" Longitude="106.69437282" StarRating="2" HotelCode="364737|2255005" HotelName="Beautiful Saigon 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/27 Bui Vien Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f8/4ef800043108482a0762cfc774a14634d4b0480c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.60" OriginalAmount="12.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73338004" Longitude="106.7069118" StarRating="2" HotelCode="774716|3435455" HotelName="Melody Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Hung Gia 2, Tan Phong, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/68/836859e62ab811baec484f11e3736e4a89610f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.72" OriginalAmount="12.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81273161" Longitude="106.6667208" StarRating="3" HotelCode="774255|3433575" HotelName="GIC Apartment And Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/11 Hong Ha, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/15/8f154169b57c069391ca0e2b08f051a51b637ccb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.99" OriginalAmount="12.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7666732" Longitude="106.69112892" StarRating="2" HotelCode="587106|3450635" HotelName="Green Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Do Quang Dau Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/be/4ebeb8093e887724fa1e965931cc7e7bcf3bb968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.10" OriginalAmount="12.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7762395" Longitude="106.69120256" StarRating="2" HotelCode="363875|1751518" HotelName="Ruby Star 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Truong Dinh, District 3, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/15/f01541f3288b7df6b93da03294b1b6b50a717e13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.21" OriginalAmount="12.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7679342" Longitude="106.69421719" StarRating="2" HotelCode="595899|3475745" HotelName="Quang Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/7 Bui Vien, Pham Ngu Lao ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/44695/2844695/37.jpg?f=15505547</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76716790156" Longitude="106.69348672444" StarRating="2" HotelCode="225963|beautiful_saigon" HotelName="Beautiful Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>62 Bui Vien Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2d/00/2d002b89765765c1dabb4856de7ced338156bc0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76891599535" Longitude="106.69829186743" StarRating="2" HotelCode="346629|dinh_phat_hotel" HotelName="Dinh Phat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>141-143 Calmette, Phuong Nguyen Thai Binh, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/31/4231927a75fc17e673f120417d028a3c88ad9061.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77327339" Longitude="106.68498548" StarRating="2" HotelCode="369887|leblanc_saigon" HotelName="LeBlanc Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>414 (Behind) Nguyen Dinh Chieu, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/9e/5f9e25d08ca68b60fee1bd89d3f374ee9e1cf9d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7682098277" Longitude="106.69218235857" StarRating="1" HotelCode="370146|freedom_hotel_2" HotelName="Freedom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>269,267 Pham Ngu Lao, Ho Chi Minh 700000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/dc/7bdce6704cae7f16b1b661c90c0c625efb812ab9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Freedom Hotel puts everything the city has to offer jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77456187" Longitude="106.69016198" StarRating="1" HotelCode="372654|dai_hoang_ha_hotel_" HotelName="New Star Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>214 Nguyen Thi Minh Khai Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c6/96c640de762d1b36ce76f64d00a4686cce7d56bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Ho Chi Minh City. Its setting is especially ide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767670895466" Longitude="106.69080581993" StarRating="2" HotelCode="397067|ailen_garden_hotel" HotelName="Ailen Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>283/33 Pham Ngu Lao, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/40/2840d847c4d804c7a1d36633eb6ddfe28932d23c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7668329" Longitude="106.6926976" StarRating="3" HotelCode="376128|quan_san_guest_house" HotelName="Violet Star Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Dry Cleaning,Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>35/10 Bui Vien, Phuong Pham Ngu Lao, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/93/d59324b1475c0bcfbef6a3b3ecd69ac5283581d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quan San Guesthouse is a popular choice amongst travelers in Ho Chi Minh City, whether exploring or ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79792794" Longitude="106.64155718" StarRating="2" HotelCode="601456|huy_hoang_hotel_3" HotelName="Huy Hoang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Binh Gia Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/f3/fef380de40860f0039e7f64c076762db1b6caed5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80797974" Longitude="106.66355923" StarRating="2" HotelCode="595924|gia_hoa_hotel" HotelName="Gia Hoa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4 Hau Giang Street, Ward 4, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6a/426a31c199ec5a4cf5908dc5a28f5617db8de18a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.808281" Longitude="106.6635045" StarRating="0" HotelCode="690957|thu_ha_hotel_2" HotelName="Hotel Thu Ha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Hau Giang, Tan Binh, Quan Tan Binh, Ho Chi´ Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/9c/5e9c7da39b29af3f7ecaf1846afb14a746285fb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thu Ha Hotel is conveniently located in the popular Tan Son Nhat International Airport area. Offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83921808" Longitude="106.63694469" StarRating="2" HotelCode="691064|eros_hotel_4" HotelName="Eros Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>331/8 Phan Huy Ich, Go Vap District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/7a/057a5922cb377c78d43650ece0ba46c81ae047dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="698259|cozy_hotel_8" HotelName="Cozy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>265/7/15 Pham Ngu Lao</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/1c/661cebed8d3af8d8feb4e3f454bcdb3751b1b887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7389465" Longitude="106.6901895" StarRating="0" HotelCode="963361|la_galerie_hotel_3" HotelName="La Galerie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-19 Duong So 4, Kdc Trung Son, Bình Hung, Bình Chánh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/5b/ae5bcf1c63c56e346346a213ac67371eae75a047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.44" OriginalAmount="13.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80739491" Longitude="106.6616006" StarRating="2" HotelCode="586847|3441005" HotelName="Vivian Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Thang Long, Phuong 4, Quan Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/df/21dfc0f5d807ec26a1a87d65169ebeb3ffffc3a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.44" OriginalAmount="13.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76975902" Longitude="106.6965785" StarRating="1" HotelCode="855923|3438105" HotelName="My Friends Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>572B/4 Tran Hung Ðao, Phuong 2, Quan 5, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b8/59b8bcd3de699b37f50a7e4dc5307c5cce460cc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.48" OriginalAmount="13.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.758118834036" Longitude="106.67371796811" StarRating="3" HotelCode="309420|1196388" HotelName="An Dong Center Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14-16-20 Su Van Hanh, P. 9, Q. 5, Tp, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/20/fd206b72a6c7230cb31c5baa5a79bbca8762a751.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.53" OriginalAmount="13.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7529465" Longitude="106.65914528" StarRating="1" HotelCode="375385|1802988" HotelName="Trung Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>785 Nguyen Trai, Dist 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/9b/869bf045bd0ef49464dd9dbd192fd899ad2ca74f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.89" OriginalAmount="13.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77129089952" Longitude="106.69479444623" StarRating="2" HotelCode="173645|1447118" HotelName="Blessing Central Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>267-269 Le Thanh Ton Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/3b/113b1867d47b1c8cf35275fb945e23f3869d62af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a vibrant location in Ho Chi Minh City, in close proximity to the Mariamman Temple...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.07" OriginalAmount="13.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76800746" Longitude="106.69428749" StarRating="2" HotelCode="346837|1461558" HotelName="Kim Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>40/18 Bui Vien Street, Pham Ngu Lao Ward, 1st District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/0a/360a848ffda917453d0a8760f6c2c2fff0a4af26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.19" OriginalAmount="13.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77173101" Longitude="106.69516594" StarRating="3" HotelCode="373896|3444815" HotelName="Pavilion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Le Anh Xuan, Ben Thanh Ward, District 1, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/ce/57ce60d5d3c6484677073fb65d3453ccc19da658.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.27" OriginalAmount="13.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771734264341" Longitude="106.69601722887" StarRating="3" HotelCode="382879|1166968" HotelName="Bloom Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Truong Dinh Street, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/04/9c042711b8945a22ad0dff192fa1ae74647eaf9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768472301364" Longitude="106.69340139319" StarRating="1" HotelCode="347844|1750858" HotelName="Galaxy Hotel &amp; Capsule" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>269/19 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/7e/5e7ee0aafc117ca8e0bdee259f127ce202336756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771206581069" Longitude="106.69673770666" StarRating="3" HotelCode="166815|my_anh_hotel" HotelName="My Anh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>108 Le Lai Ben, Thanh Ward District 1, Ho Chi Minh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/2b/db2bcbd5aced8b84216f598dad19384f48bd0f3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district in Ho Chi Minh City, just 5 minutes' wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.764521953335" Longitude="106.69514679437" StarRating="2" HotelCode="368159|yellow_house_saigon" HotelName="Yellow House Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114/32 De Tham Street, Ho Chi Minh, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/6b/976b386074fc0235dccacd34be5f0a536b1ca4e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8143154" Longitude="106.67075552" StarRating="2" HotelCode="372363|golden_palm_hotel" HotelName="Golden Palm Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Bach Dang, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/35/44355afb313bc5c7cabb8c42cc7779ac0685a248.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76863241" Longitude="106.6941182" StarRating="2" HotelCode="368646|gia_vien_hotel" HotelName="Gia Vien Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>175/4-6 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/2f/1e2fb2fd84ee0f04b7f14469b7753149f6e1cabe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77048577" Longitude="106.67133514" StarRating="0" HotelCode="373303|phuong_thanh_hotel_3" HotelName="Phuong Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Tran Thien Chanh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/e5/afe565e3c1d1210160d091da5f6f808782d596cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only 6 km from Tan Son Nhat International Airport, Phuong Thanh Hotel is located in Ho Chi Minh City...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76861993" Longitude="106.6949001" StarRating="2" HotelCode="489009|roomsaigon" HotelName="Room@saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>193 Nguyen Thai Hoc, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/94/359402a1c9e1e8eff6398eb4590ba1cb6666646a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.789164" Longitude="106.604285" StarRating="2" HotelCode="504127|thien_phu_logia_hotel" HotelName="Thien Phu Logia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>8A Go Xoai, Binh Hung Hoa A, Binh Tan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/e1/43e148d7313a9fd853a376bfe668732594010037.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Thien Phu Logia Hotel offers comfort and convenience whether you're on business or holida...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73144586" Longitude="106.70732717" StarRating="2" HotelCode="567743|the_garden_6" HotelName="The Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Hung Phuoc 2 Internal Street, Tan Phong Ward, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/0b/900b5c359e4c83a88c540f64f800a1724cbb1348.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72959918" Longitude="106.7071246" StarRating="3" HotelCode="754639|atlas_hotel_apartment" HotelName="Atlas Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Hung Phuoc 4, Tan Phong, Quan 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b3/1bb363f95ce6632050e0282fb028027fd375dd1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79465663" Longitude="106.64173106" StarRating="0" HotelCode="696551|lilly_hotel" HotelName="Lilly Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Bau Cat 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/37/2537bcc2ace0f2e02ef4954f9f505d55ff822fb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="781299|hotel_thien_phat" HotelName="Hotel Thien Phat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>470 Nguyen Van Linh, Phuong Tan Phu, District 7, Ho Chi Minh City 756335</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/90/bb90247a2219e5f5dc4c4318619287c11ec635e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7685189" Longitude="106.687124" StarRating="2" HotelCode="781122|alleyway_home_hostel" HotelName="Alleyway Home Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>162/9 Bui Thi Xuan, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/5e/155e7792c7ec6b7565844034a2038bfcc60a96f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="810894|queen_victoria_hotel_4" HotelName="Queen Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Ðuong So 10</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a1/eea1b364cac37140c2e1fe73bb7e5765b6e9748c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791701" Longitude="106.67293417" StarRating="0" HotelCode="962723|aladdin_hotel_and_apartment" HotelName="Aladdin Hotel And Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>397 Huynh Van Banh, Phuong 11, Quan Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/41/5741d94c63567945f8fce40256b19af196b737ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.47" OriginalAmount="14.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80210285" Longitude="106.64682889" StarRating="3" HotelCode="550330|3430045" HotelName="Minh Tam Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>278-280 Cong Hoa Street, Ward 13, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/06/8206351707a576bae170f43a1565f284e5a1d45f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.48" OriginalAmount="14.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78912916" Longitude="106.70281747" StarRating="2" HotelCode="618529|3449915" HotelName="Holo Fairy House Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/11 Nguyen Binh Khiem, Da Kao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/04/b40413225ae65d0c3ab31c295d8038f27eae0b2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.54" OriginalAmount="14.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75993249" Longitude="106.66723648" StarRating="3" HotelCode="385855|3465675" HotelName="Hue My Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Nguyen Tieu La Street, ward 5, District 10, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/33/8d33e5d6cd5fbafdc4df88061d182f2adea2b61b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;##Property Location  Located in Ho Chi Minh City (District 10), Hue My Hotel is minutes from An Dong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.75" OriginalAmount="14.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76814853" Longitude="106.69225184" StarRating="3" HotelCode="364673|2255035" HotelName="Dragon Palace II Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>221 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/9e/8a9e1f49a84213ea465d584c9e4b635b55afa48d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a transfer service and room service are available to guests of the hotel....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.838636950983" Longitude="106.67241755348" StarRating="2" HotelCode="346671|ha_oanh_2_hotel" HotelName="Ha Oanh 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>222 Nguyen Van Luong, Ward 17, Go Vap District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/zz/4bad6c758c8b98eec98ed648c1e6ee59972ca012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Ha Oanh Hotel 2 offers comfort and convenience whether you're on business or holiday in H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.751144510673" Longitude="106.66461030809" StarRating="1" HotelCode="347281|tan_da_hotel" HotelName="Tan Da Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Tan Da, District 5, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/01/e2011d0a81aa4ce24a80f0776bc707ead91eedc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in District 5 - China Town / Cho Lon, Tan Da Hotel is a perfect starting point from which to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769492167224" Longitude="106.70272524323" StarRating="2" HotelCode="347732|ohana_hotel_" HotelName="Ohana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Nguyen Cong Tru Street, Nguyen Thai Binh Ward, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/1c/a51cdd61ce613909f1e0cbb64755a26b2a07a988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Ohana Hotel offers comfort and convenience whether you're on business or holiday in Ho Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77538901" Longitude="106.70480499" StarRating="3" HotelCode="370349|hampton_hotel_by_jinnu_lai" HotelName="Asian Ruby Center Point Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46-48 Mac Thi Buoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/fc/4bfc050ca38863a53ec8c30263223f704e55a262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77016947631" Longitude="106.68844623276" StarRating="2" HotelCode="347443|hoan_thai_hotel_" HotelName="Hoan Thai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Ton That Tung, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/7d/907de91facb80609e5e0d538a3a57c59b0493516.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77164137" Longitude="106.67258028" StarRating="2" HotelCode="368077|saigon_garden_hotel" HotelName="Saigon Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>781/D1 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/c1/3dc104b7a18cf2fdb78bdb4e0f1bcfe3c4c9207d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 10 - Phu Tho Stadium / Ky Hoa Park, Saigon G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81636114" Longitude="106.67661071" StarRating="1" HotelCode="368824|hong_tuoi_hotel" HotelName="Hong Tuoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>491/24 (Ha Do - Nguyen Van Cong Apartment Building) Nguyen Van Cong Street, Ward 03, Go Vap District, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/3b/753b8304132de9a5ec85c042a06ac40e93573519.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77213916" Longitude="106.69617885" StarRating="2" HotelCode="363870|hoang_phuong_hotel" HotelName="Saigon Sparkle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>229 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/14/4614e98523769dfac50b63c7e3a9ea0700612e65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8063434" Longitude="106.73005104" StarRating="3" HotelCode="440416|kelly_apartment_thao_dien" HotelName="Kelly Serviced Apartment Thao Dien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>12 Street 43, Thao Dien Ward, District 2, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/09/7d09f863533af3e955fb82f84d07cdf6f6cdee65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76499722" Longitude="106.69509672" StarRating="3" HotelCode="599360|oyo_101_saigon_hotel" HotelName="Kien Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Co Bac Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/26/6c266073f49d573b58c79a209e318bfa5da124a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Kien Hotel 2 in Ho Chi Minh City (Core area of Ho Chi Minh Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79300627" Longitude="106.68558114" StarRating="2" HotelCode="763946|lai_hotel" HotelName="Lai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Phan Dinh Phung, Ward 2, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/89/e4897186b72b1b100fa0567729c2b04b3ee3db10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78002012" Longitude="106.67919746" StarRating="2" HotelCode="773625|thien_truong_hotel" HotelName="Thien Truong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Cong Hop Rach Bung Binh, Phuong 10, Quan 3, Thanh Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/34/b234d7c7409a5147b125e70357c50c050bcd356d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77070775" Longitude="106.69306548" StarRating="2" HotelCode="743783|city_backpackers_hostel_3" HotelName="City Backpackers Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7/1 Nguyen Trãi, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/ed/4ced46e05b196b0b273f0a3bec3e23c3fce222e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7674651" Longitude="106.69270759" StarRating="0" HotelCode="839413|4_boys_hotel" HotelName="4 Boys Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241/22 Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/00/a9003d94c845c50a4207912fc1d108cf87eb39c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877916|the_umi_hotel" HotelName="The Umi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23-23A Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/21/e921a7baba5ea843f03a6cc5a94ffd64b7cc2961.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="977731|prague_airport_hotel_2" HotelName="Prague Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Bach Dang, Phuong 2, Ho Chi Minh City 070000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/5a/1e5a91ea69f78da5f0de76e66d4425043df43933.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="963351|thanh_vinh_hotel" HotelName="Hotel Thanh Vinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>666/17 Duong 3/2, Phuong 14, Quan 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/e6/1ae6397280418b39f977775f2091e13e430f1d6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76681496" Longitude="106.69113198" StarRating="3" HotelCode="968937|the_white_house_60" HotelName="The White Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26/5 Do Quang Dau Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/9b/ea9b6d6a321350fdd6dcaf68b908d952befda2dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.31" OriginalAmount="15.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791536019451" Longitude="106.66571255755" StarRating="2" HotelCode="309467|1752978" HotelName="Vuong Quang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Bui Thi Xuan Street, Ward 3, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/72/4b72d989a0daba0969c6a8a6deba099203cfe724.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.46" OriginalAmount="15.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778625211191" Longitude="106.67286939942" StarRating="2" HotelCode="309445|1202358" HotelName="Minh Chau Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Hoa Hung, Ward 12, District 10, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/e8/21e8f6550a47d605c94a6d45054dba83b5d248ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.03" OriginalAmount="15.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770633182872" Longitude="106.69230153506" StarRating="2" HotelCode="404159|3450345" HotelName="Sakura Hostel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Designated Smoking Area,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39/26 Nguyen Trai Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/fd/f2fd6429dc9967858c7f91e9a4ef63ccb0210e97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Sakura Hostel Saigon, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.12" OriginalAmount="15.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76773546" Longitude="106.68822168" StarRating="3" HotelCode="744552|3444805" HotelName="Triip Cupid Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Bis Nam Quoc Cang, Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/23/7323123eaf8a9369089ea3e2b390735562b2f949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.15" OriginalAmount="15.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.759006" Longitude="106.684921" StarRating="2" HotelCode="607584|3427275" HotelName="Smiley Apartment 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>385/16 Nguyen Trai, Phuong Nguyen Cu Trinh, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/65/99651bcad4d013bac4bf5e04fef03f58a4600e46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.15" OriginalAmount="15.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.812831" Longitude="106.66856004" StarRating="2" HotelCode="853020|3442405" HotelName="Victory Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96 Yen The, Ward 2, Tan Binh, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/50/5250e8a60deea040703cf4bf21a80375c094fca2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.20" OriginalAmount="15.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80873145" Longitude="106.66522049" StarRating="2" HotelCode="877684|3470945" HotelName="White Diamond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So 7 Ðong Ða, Phuong 2, Qu?n Tân Bình, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/83/4783217b44cae26c01d11af3e6079fecad91d231.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.26" OriginalAmount="15.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8131415" Longitude="106.67182775" StarRating="3" HotelCode="635666|3835635" HotelName="Mai Villa Hotel Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54/34 Bach Dang, Ward 2, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4d/974dbc73fe0ac751b8e1b670488e3b9036d25c7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7965221" Longitude="106.65903137" StarRating="1" HotelCode="372574|quynh_giang_hotel_" HotelName="Quynh Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16/4 Hoang Viet, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/4a/f64a5db69047c527cc7b8e68b11a1ae31eff179e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers. Additional facilities available...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76824921" Longitude="106.69383632" StarRating="2" HotelCode="372104|bi_saigon_hotel_" HotelName="Bi Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185/26, Pham Ngu Lao Street, District 1,, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/89/d089241bca9abc244fc59bf334ca274e76ad12b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.792482319465" Longitude="106.69608063105" StarRating="1" HotelCode="347310|tuan_viet_hotel" HotelName="Tuan Viet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>232 Dinh Tien Hoang, Dakao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/c9/d4c92c3e65a09763046add579f3d7d34f8692cbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76736509" Longitude="106.69114826" StarRating="1" HotelCode="373122|quoc_minh_hotel_" HotelName="Quoc Minh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>283/8 Pham Ngu Lao, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/75/a8758f76a4285150cfbc57444dafe605ef021dd3.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Quoc Minh Hotel offers comfort and convenience whether you're on business or holiday in H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77153317" Longitude="106.69008803" StarRating="3" HotelCode="368543|an_thai_hotel" HotelName="EM&amp;EM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/30/803042c2c24dec4b47af7ddd56e7f2ec2852fad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767705446377" Longitude="106.6926182825" StarRating="2" HotelCode="383558|mai_vy_hotel" HotelName="Mai Vy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>241/12 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b2/0ab2f199735ffcdc925c575786035df1ea93b79d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77443641" Longitude="106.69009344" StarRating="2" HotelCode="424719|vuon_tao_dan" HotelName="Vuon Tao Dan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>220 Nguyen Thi Minh Khai, Ho Chi Minh City, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/94/0594177663b686a1d5788137a7f92ad0083563d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7922192" Longitude="106.692695" StarRating="0" HotelCode="424421|phuong_nhan_hotel_" HotelName="Phuong Nhan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Tran Quang Khai Street, Tan Dinh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/78/4a784fc5b665b52dece352bdf6b4f5e1b36106bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Phuong Nhan Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. Off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76822269" Longitude="106.69359315" StarRating="3" HotelCode="553411|dragon_palace_3_hotel" HotelName="Dragon Palace 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>52 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/4e/984ef2f788d09e663e6593613d8f72286672b5c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a transfer service, room...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76629419" Longitude="106.68790765" StarRating="3" HotelCode="835867|chillsuites_sai_gon" HotelName="Chill Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A67 Nguyen Trai, Ward Nguyen Cu Trinh, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/a7/b3a7aaa769b0e39e7e8299382d4910d2123556c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773367202696" Longitude="106.69909537116" StarRating="2" HotelCode="915648|vuong_tai_hotel" HotelName="Vuong Tai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Luu Van Lang Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ea/6dea8f3be0af9e07c8197164f0891db58dab60ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767904769216" Longitude="106.6914553086" StarRating="2" HotelCode="915652|nam_long_hotel" HotelName="Nam Long Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>283/3 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a5/5ca5809b93d8ba68d6db59d85c1ebf3ca08fc9da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.76" OriginalAmount="16.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76729435" Longitude="106.69117497" StarRating="2" HotelCode="369260|1730428" HotelName="Ngoc Minh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Off-Site Parking,Parking,Pets allowed,Pick &amp;amp; Drop,Porter,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>283/11-13 Pham Ngu Lao, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/eb/49ebfc97fc49d5bd687a367bcd5a46cebd7e5ca7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Ngoc Minh Hotel places you in the heart of Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.84" OriginalAmount="16.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80676351" Longitude="106.66431281" StarRating="3" HotelCode="373607|1716768" HotelName="Saigon's Book Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15A Truong Son, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/46/5b469618c7af7ecec9bc59b3bded80818a41b51b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.85" OriginalAmount="16.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.734475812853" Longitude="106.67371325501" StarRating="3" HotelCode="346327|1786138" HotelName="Hoang Le Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Street 9, Hamlet 4, Binh Hung Commune, Binh Chanh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a6/b1a678651c842a63ee8e3d0cfddbdae7f0a7bb52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.19" OriginalAmount="16.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76454104" Longitude="106.6874994" StarRating="1" HotelCode="586862|3439035" HotelName="Hanh Phuc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>265 Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/d0/41d01b333e372afd4cf664ab6bdfdc44eadc8ac3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.28" OriginalAmount="16.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74055046" Longitude="106.69572022" StarRating="3" HotelCode="701339|3471815" HotelName="Bin Bin Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>L19 Street 14, Him Lam Residence, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/58/d35871eb2f5e7f43e825ddcbfd06ea208d0fea4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.31" OriginalAmount="16.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730277052148" Longitude="106.70700043408" StarRating="2" HotelCode="346260|1753708" HotelName="Vien Dong Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>R4-27/28 Hung Phuoc 3, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ab/34ab5268db034696fe46f4600ad2aae5ed5fba23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.33" OriginalAmount="16.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78605281" Longitude="106.66704636" StarRating="2" HotelCode="773525|3463885" HotelName="C'Lavie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>548A Cach Mang Thang 8, Phuong 11, Quan 3, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/67/43/6743eff2267e8e09839c57018495bfb8ae470654.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.804108" Longitude="106.70932089" StarRating="2" HotelCode="347105|apogee_hotel" HotelName="Apogee Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33-33A Dinh Bo Linh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/b0/97b01bb101f12a5827a0195089fdbcafeb345922.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Apogee Saigon Hotel puts everything the city has to off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7995359" Longitude="106.67330877" StarRating="2" HotelCode="367481|han_river_" HotelName="Namu Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>197A Hoang Van Thu, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/a5/f4a5c2b538c5bfbb82ed9de78c6157086cc6dab4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Namu Saigon Hotel is conveniently located in the popular Tan Son Nhat International Airport area. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771504667603" Longitude="106.6972599492" StarRating="2" HotelCode="368607|song_anh_3_hotel" HotelName="Song Anh 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24 Le Lai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/b7/79b7b11680f8a10d04a828ad77cc6f81e6ed87d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79648576" Longitude="106.67259866" StarRating="2" HotelCode="367959|hoang_ha_hotel_2" HotelName="Hoang Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>53-57 Truong Quoc Dung, Phu Nhuan, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/2b/342b9416a8cbe31bc23a1dbb5ec8c37cd8cc2085.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7717884" Longitude="106.69704618" StarRating="2" HotelCode="366951|thanh_thu_hotel" HotelName="Thanh Thu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>34 Nguyen An Ninh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b4/0db47896314c11df520157093a4f37d09c9275b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 1 - Ben Thanh Market, Thanh Thu Hotel promis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.799605225555" Longitude="106.67310991638" StarRating="2" HotelCode="383563|yen_nam_hotel_hoang_van_thu" HotelName="Hotel Namu Ho Chi Minh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>197A Hoang Van Thu Street, Ward 08, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e0/8ae01e14019d17a2e9f70831ebd780be9a7c008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="809009|apollo_hotel_23" HotelName="Apollo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Yen The</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/c6/f3c6be54bc1a5782192f011e726b4e244b55194e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75253125" Longitude="106.6736995" StarRating="3" HotelCode="915626|dong_kinh_hotel" HotelName="Dong Kinh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>106-108 Tran Tuan Khai, Ward 5, Ho Chi Minh City, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/9b/fb9b1c1d2cae6645f4bf31b2bd4bfa5d2e6389c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="856066|reddoorz_plus_nguyen_van_troi" HotelName="RedDoorz Plus @ Nguyen Van Troi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>251/8 Nguyen Van Troi, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/09/020989a7ef277117f160579bb70fbfdbad18aa31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.51" OriginalAmount="17.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7378593" Longitude="106.70532095" StarRating="2" HotelCode="758691|2347825" HotelName="Bin Bin Hotel 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Street 73, Tan Quy Dong Residence, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/58/52587c568dc517c44f8ae0ac4f69b9ad92c5ae47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.61" OriginalAmount="17.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767062476939" Longitude="106.68928885994" StarRating="2" HotelCode="309449|1165908" HotelName="Phan Anh Backpackers Hostel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/6 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/bf/1dbff13baac0b3ca8a288a971e825a8636ff5768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.81" OriginalAmount="17.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73715609" Longitude="106.72752976" StarRating="3" HotelCode="784951|3433965" HotelName="Sonata Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Thi Thap Street, Tan Phu Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/60/83606c8e5df7ed6bc493332aa709b21a0d098f3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.20" OriginalAmount="17.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72732236" Longitude="106.70555043" StarRating="3" HotelCode="744063|3440195" HotelName="Fide Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>472-474 Pham Thai Buong Street, Tan Phong Ward, District 7, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/00/4800e39df060122a768df36fbebff81b8025e01d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.21" OriginalAmount="17.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81150275" Longitude="106.66696501" StarRating="3" HotelCode="585983|3452275" HotelName="New Space Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Lam Son, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/d0/89d0fd58ce2606a2be4beff318a53c72a5c221cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.24" OriginalAmount="17.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80031817" Longitude="106.64796675" StarRating="2" HotelCode="346862|1819498" HotelName="Hoang Thanh Thuy Hotel 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ward 12, 9 Nguyen Minh Hoang, Tan Binh district, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/a1/6ca15ab88461224000676ba059974fb8166e41a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.28" OriginalAmount="17.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791501719569" Longitude="106.69131918142" StarRating="2" HotelCode="383557|1716018" HotelName="The Sun Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Nguyen Huu Cau, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/7e/f87eece70fe47bef5ef65051be73bc9d6dc2b81f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.33" OriginalAmount="17.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73193098" Longitude="106.70932982" StarRating="3" HotelCode="623988|3465975" HotelName="Bizu Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60-62 Cao Trieu Phat Street, Hung Gia 4, Phy My hung Town, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/43/e343274742bd3b6774b6f685326d915027f6265a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75518559" Longitude="106.68039768" StarRating="2" HotelCode="518110|bonita_grand_hotel" HotelName="Bonita Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>570-572 Tran Hung Dao Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/zz/15ad8535610e0cf74e0d8b80f427114dcc960dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Bonita Grand Hotel to discover the wonders of Ho Chi Minh City. The hotel has everything you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76979117" Longitude="106.69762498" StarRating="2" HotelCode="424829|quy_hung_hotel_" HotelName="Quy Hung Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>20 Dang Thi Nhu street, Nguyen Thai Binh ward, dis 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/3d/623df1c0ae662c087e62b70f7227282354ad6d8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quy Hung Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. The pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76633876" Longitude="106.6932622" StarRating="2" HotelCode="518285|nest_hotel_4" HotelName="Nest Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>100/2A3 Tran Hung Dao, Phuong Pham Ngu Lao, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/d6/99d6cba7983a1ec45439b5629bdfb5dc095afb65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7273742" Longitude="106.69305985" StarRating="2" HotelCode="623121|spring_light_home" HotelName="Spring Light Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>2 Street 16, Riverside Housing Area, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/ce/8dce03ee7357c90fd5aa7d331dd694aeb3fd58f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76785129" Longitude="106.69445097" StarRating="2" HotelCode="743994|urban_lodge_hotel_hostel" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/8 Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/fc/d9fc3bb9298918b274e8a2a5803cda11e008f75b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77033753" Longitude="106.68495005" StarRating="3" HotelCode="754861|the_sargon" HotelName="The Sargon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/42 Cao Thang, Ward 5, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/59/6b59206a4c78dd3098031ff9b97f62e8ca562df0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7707645" Longitude="106.69121826" StarRating="3" HotelCode="947104|ben_thanh_retreats" HotelName="Ben Thanh Retreats Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121/39 Le Thi Rieng Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5b/415baf8eb707ce2bba1a5c097b7b76499ba7b8f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76769118" Longitude="106.6912408" StarRating="2" HotelCode="980406|louis_hostel" HotelName="Louis Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>283/17 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City 12345</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/58/f1584dc25f584727a367bf7f3996da0ebd8c4999.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="963218|sabay_airport_apartment" HotelName="Sabay Airport Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Cuu Long Street, Ward 2, Ho Chi Minh City 72108</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/3b/473b528f842003f0f4952f2d9f40acfb5639ce25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7304856" Longitude="106.7075641" StarRating="1" HotelCode="965408|vien_dong_3d_apartment" HotelName="Vien Dong 3D Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-35 Hung Phuoc 3, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/6a/446acb389b13d62fecfddc9291f85467293754fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73376655" Longitude="106.70977175" StarRating="0" HotelCode="971389|vietlife_cultural_homestay" HotelName="Vietlife Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-09 Hung GIa 1, Duong So 2, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/e6/20e62c590b003aa2a270ce2c8011998f8bfae6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.39" OriginalAmount="18.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7702816" Longitude="106.68865096" StarRating="3" HotelCode="744047|3435105" HotelName="Bonita Signature Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118A Bui Thi Xuan, Ben Thanh, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/43/014324f23af5a88649fee8657915da09df05d702.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.84" OriginalAmount="18.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80987555" Longitude="106.66578031" StarRating="3" HotelCode="518198|3473175" HotelName="The Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Cuu Long, Ward 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/57/5c574c619e50817f8f94354f907c2f8de39641a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.05" OriginalAmount="18.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77013684" Longitude="106.69219129" StarRating="3" HotelCode="639504|3463365" HotelName="Sai Gon Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Nguyen Van Trang, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/58/9858ec82c83b13310748cbd9d7e47e4eec2e4922.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.15" OriginalAmount="18.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81329608269" Longitude="106.66795318052" StarRating="3" HotelCode="524070|2103335" HotelName="Erato Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>44,46 Hong Ha Street, Ward 2, Tan Binh District, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/ca/79ca4d996f30cda672f0f193856f608903ebeea5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.28" OriginalAmount="18.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73355933" Longitude="106.70763566" StarRating="2" HotelCode="773759|3427435" HotelName="Hoang Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-62,63,64 Duong Noi Khu Hung Gia 2, Phuong Tan Phong, Quan 7, Than Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c6/96c64d32d3af9071b5e319f2ff841431e93e1ff8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.31" OriginalAmount="18.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="3" HotelCode="773499|3451335" HotelName="HT Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128/1-5 Tran Quoc Thao Street, Ward 7, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/70/e870c30678355338889d24cf5e7901e92b72b389.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77162553814" Longitude="106.69646412134" StarRating="2" HotelCode="320344|little_saigon_corner_boutique_hotel_2" HotelName="Little Saigon Corner Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Truong Dinh Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/77/2b773cb7e50642337590fa92aec22fb42bda771c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right in the centre of Ho Chi Minh City, within walking distance of the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771791539837" Longitude="106.69701397419" StarRating="3" HotelCode="163643|aluna_hotel_2" HotelName="Aluna Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Nguyen An Ninh Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/ff/52ff942933c2f617fffcde45082ea1cfe548e1fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the business centre of Ho Chi Minh City, 50 metres from Ben Thanh mar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76610531965" Longitude="106.68951807488" StarRating="2" HotelCode="225964|madam_cuc_184" HotelName="Spotlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>184 Cong Quynh, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/58/4d58f72537f7362c9c10d143f14d51fd5cacda11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83943613" Longitude="106.74098399" StarRating="3" HotelCode="267979|hoa_phat_hotel_apartment" HotelName="Hoa Phat Hotel &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Currency Exchange,Golf,Internet,Kitchen,Laundry,Massage Centre,Pets allowed,Restaurant,Room Service,Smoking Rooms,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>526/5 Pham Van Dong Square, District Thu Duc, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/ec/adecbb965a0ca9b838ea31be139949a869c6d4f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Ho Chi Minh City at Sai Gon River side the city is known for being a dynamic economic ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767283" Longitude="106.69111107" StarRating="1" HotelCode="370233|giang_son_hotel_1" HotelName="Giang Son Hotel 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>283/14 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b2/3bb2da25d5974115b5cd166761968e70c44b48c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Giang Son 3 Hotel places you in the heart of Ho Chi Minh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73005949" Longitude="106.70744149" StarRating="2" HotelCode="517781|vien_dong_2" HotelName="Vien Dong Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-20 Hung Phuoc 3, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/b8/31b8c07ed2390892363d6d1853481294383ef575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76787994" Longitude="106.692557" StarRating="2" HotelCode="488617|sunny_guesthouse_5" HotelName="Sunny Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241/33 Pham Ngu Lao Street, Pham Ngu Lao Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e9/62e9b091980dce60a7c74dce3a35a3fcf2d9fe64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service. Wireless internet access in public areas allows guests t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="700462|minh_ngoc_hotel_3" HotelName="Minh Ngoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Street 6C</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/1b/8f1b27f5ab4a1f878066442baefb2fd9675145ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73334916" Longitude="106.70947439" StarRating="2" HotelCode="762297|la_cigale_residence" HotelName="La Cigale Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37-39 Khu Pho Hung Gia 1, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/0b/770b2ad5b6324fc3c166262a0a1b1dd9beaca791.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73097093" Longitude="106.70715018" StarRating="2" HotelCode="857424|parkhill_hotel_apartment" HotelName="Parkhill Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>67 Le Van Thiem, Hung Phuoc 3, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/40/3e40be8b1dac0dc4cae0f209a9f8536262e420e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77231192" Longitude="106.70211592" StarRating="0" HotelCode="977788|sunway_hotel_saigon" HotelName="Sunway Hotel Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Huynh Thuc Khang, Phuong Ben Nghe, Quan 1, Ho Chi Minh City 7000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/0d/790dd67eb81d58ac113826742e3b3d29a01b0fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.48" OriginalAmount="19.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7334404" Longitude="106.70893447" StarRating="0" HotelCode="743934|3428265" HotelName="Sabina Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Khu Pho Hung Gia 1, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/ea/10ea4a3e456028c95493899ab361668044b493f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.55" OriginalAmount="19.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771823015125" Longitude="106.69622728214" StarRating="2" HotelCode="347863|1830028" HotelName="Moc Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>26/12-13 Truong Dinh, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079ce483af07636d2883d69a1fcb797bb97c64d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.83" OriginalAmount="19.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73240759" Longitude="106.70985922" StarRating="3" HotelCode="626133|3457625" HotelName="Saigon By Night Luxury Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4 90 Hung Gia 3, Phu My Hung, Ho Chi Minh Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/97/ef97a2f5486479288402c7ffd06a05fcd056b5f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.86" OriginalAmount="19.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77178331" Longitude="106.6903505" StarRating="3" HotelCode="309465|3476415" HotelName="Tuong Vy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Bicycle Rental,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40-42 Bùi Thi Xuan, Phuong Ben Thành, Quan 1, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ec/5dec3ec00f7d1f0facdd7f4bcfe99fa2d0705db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tuong Vy Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. Offeri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.38" OriginalAmount="19.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76884379" Longitude="106.6940616" StarRating="2" HotelCode="489160|3449495" HotelName="Kim Khoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>181 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f4/0af45d653435d2c2417bdbb23b99673493bb5c8f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.40" OriginalAmount="20.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77216189" Longitude="106.69067688" StarRating="2" HotelCode="450960|mayflower_saigon" HotelName="Asian Ruby Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>20 Bis Bui Thi Xuan, Ben Thanh, District 1, Ho-Chi-Minh-City 7000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/5e/095e9ee97a1ddc423789aebef174139cf0df98dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.40" OriginalAmount="20.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76668688" Longitude="106.67704412" StarRating="0" HotelCode="824851|happy_3" HotelName="Happy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>7 Ly Thai To Street, Ward 1, District 10, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e9/39e9a5706c01ca653af56a539f57569319844670.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 10 Phu Tho Racecourse, Happy Hotel promises ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.77" OriginalAmount="20.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76944577" Longitude="106.69218176" StarRating="2" HotelCode="369411|3443915" HotelName="Hoang Hoang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120/4 Le Lai Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/95/6b95e08da3d01414a4d002ef6c4055e987ffd96c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.81" OriginalAmount="20.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773774" Longitude="106.686191" StarRating="2" HotelCode="642279|3448715" HotelName="La Regatta Boutique Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225/4 Nguyen Dinh Chieu, Phuong 5, Quan 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/68/d9687a436fc5bd9047adb3df08797672b67b7903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.28" OriginalAmount="20.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7687804" Longitude="106.69381405" StarRating="3" HotelCode="632262|3425885" HotelName="Saigon Kiko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211-213-215 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/805012/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773444290375" Longitude="106.6974474308" StarRating="2" HotelCode="309437|halo_hotel" HotelName="Halo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/08/a9088cb04152a466de0a23df6f6258b9ad586e91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77268386" Longitude="106.69698777" StarRating="3" HotelCode="374051|ngan_ha" HotelName="Ngan Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>190 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ec/7d/ec7de905bb5af82a58e76793fd568e017eada331.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769952323438" Longitude="106.69228528966" StarRating="2" HotelCode="369407|bloom_2_hotel" HotelName="Bloom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Nguyen Van Trang Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6c/806c0c7f22976b6910c618f811605123b4b5bfeb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Bloom Hotel 3 offers comfort and convenience whether you're on business or holiday in Ho ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76658152" Longitude="106.69504478" StarRating="2" HotelCode="764100|punto_hostel_2" HotelName="Gemini Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135/23 Tran Hung Dao, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/c5/08c508ee2b7e4e73a264d96218f331b2b85319e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768983419183" Longitude="106.69417615531" StarRating="2" HotelCode="915637|le_le_hotel" HotelName="Le Le Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/24/0d241225dc4f66d31831cc8a2b23da754f90298b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.54" OriginalAmount="21.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81030654" Longitude="106.73459017" StarRating="2" HotelCode="599936|3433035" HotelName="Sen Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>51 2 Street, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/a2/0da27e7ac6339d20341324ad463dd36e44dd782c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.85" OriginalAmount="21.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767774" Longitude="106.6947" StarRating="3" HotelCode="303836|1215368" HotelName="Eden Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28/12 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/e0/d4e0a4dc3cbe1b477a08a7162a136465f93163c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.89" OriginalAmount="21.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77251392" Longitude="106.6949021" StarRating="2" HotelCode="375285|3467875" HotelName="Thien Hai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/92/87922cf9f4615c06213669a534049325380c1cc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.24" OriginalAmount="21.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770097" Longitude="106.697759" StarRating="3" HotelCode="119032|359035" HotelName="Dong Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Tran Hung Dao B St., Ward 7, Dist. 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ba/49ba16a9244abded678f6f19f556f4e63e6d959d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.40" OriginalAmount="21.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79595784" Longitude="106.6717919" StarRating="3" HotelCode="518221|3427935" HotelName="Ananas Family Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/5A Hoang Dieu street, Ward 10, Phu Nhuan district, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b8/35b8f0740550218958ae5cc9a90fdf758d13dfb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767271590683" Longitude="106.68687684113" StarRating="2" HotelCode="309433|cozy_house_140" HotelName="Elegant Inn Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Cong Quynh, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/37/9237672a780f9fff86a04548a166d850f3a4f76a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76908195069" Longitude="106.69820279482" StarRating="3" HotelCode="347824|calmette_hotel" HotelName="Calmette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 Calmette Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/48/6248975c1bc33c98af8d8fa9bb2f6e70bc19e2d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.762400308632" Longitude="106.69889098454" StarRating="3" HotelCode="640958|herla_central_saigon" HotelName="River Gate Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 - 155 Ben Van Don, Ward 6, District 4, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/ef/f1ef045b0c241878c961dab8c03c9d8f53fbda9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78960411" Longitude="106.68694475" StarRating="3" HotelCode="852742|emerald_central" HotelName="Emerald Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69-71 Huynh Tinh Cua Street, Ward 8, District 3, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/99/74993cbe07a0d8a6c744c0b2a055273ee0fc0bd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80271199" Longitude="106.64392809" StarRating="0" HotelCode="951226|cherry_hotel_and_apartment" HotelName="RedDoorz Premium Near E Town 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>406/14 Cong Hoa Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/23/7f23b391bee573225b4fda9efc920e32578b678c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.756985" Longitude="106.685679" StarRating="3" HotelCode="905927|sunshine_antique_hotel_saigon" HotelName="Universe Central Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>549 Tran Hung Dao Ave, Dist 1, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/f7/a0f74c16a46c439748f9e80002117cd3a212cbcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a perfect location right on the main Tr?n Hung Ð?o Avenue, the main artery of Ho C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="984396|the_cozy_inn_2" HotelName="The Cozy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Co Giang, Phuong Cau Ong Lanh, Ho Chi Minh City 700000, Quan 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/16/481609f52aa40d870cebd65ccb96b1f9c3ca8f18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.50" OriginalAmount="22.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77170682" Longitude="106.69397923" StarRating="2" HotelCode="553404|3464545" HotelName="A25 Hotel 307-309 Ly Tu Trong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>307-309 Ly Tu Trong, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/3f/1d3f509bf715e40ee21aa58759c9eac071a15734.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.73" OriginalAmount="22.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7686353" Longitude="106.69401127" StarRating="3" HotelCode="586715|3472865" HotelName="Prague Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>175/10–12 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/cc/58cccff27e2504f1588bf6a8e5b82d52503bf7e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.74" OriginalAmount="22.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777957516383" Longitude="106.70417857372" StarRating="3" HotelCode="309798|1456168" HotelName="King Star Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>18 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/90/2990086e4056f8837b8d9f55c19475794418bd40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.98" OriginalAmount="22.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778636723549" Longitude="106.68877756575" StarRating="3" HotelCode="309421|1742728" HotelName="Angela Boutique Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107/17 Truong Dinh Street, District 03, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fb/78fbf5d6269bb86353680d5f4ccd58aa9877fb98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.20" OriginalAmount="22.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778222662252" Longitude="106.69186850913" StarRating="3" HotelCode="346268|3453695" HotelName="Minh Khang Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155 Vo Van Tan, Ward 6, District 3, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/a4/1fa4f88edaa15b99b82091c100cccf1bab752fef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.26" OriginalAmount="22.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76939919" Longitude="106.69206929" StarRating="1" HotelCode="367542|3436995" HotelName="A25 Hotel 122 Le Lai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/8b/378b3c353c9cb32bcab47594ce7afd0d91def51a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.43" OriginalAmount="22.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.764817746482" Longitude="106.69190631866" StarRating="1" HotelCode="384658|3466055" HotelName="A25 Hotel 22 Nguyen Cu Trinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Nguyen Cu Trinh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/da/e4da6a59a1e3d8dbe3263d4464c6b387fa66477b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773610868485" Longitude="106.69718827105" StarRating="2" HotelCode="320708|the_white_2_hotel" HotelName="Charner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/0f/780ff765c69993232df817ea1d458516ee5acc01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is set in Ho Chi Minh City. The total number of rooms is 22. Pets are not p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766185927558" Longitude="106.69411072394" StarRating="3" HotelCode="640311|babylon_serviced_apartment" HotelName="Babylon Central Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161C Tran Hung Dao Street, Co Giang Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d6/31d689ce30edb85d9c95fac69d658bde1f20142f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.752424058179" Longitude="106.66508495808" StarRating="3" HotelCode="905931|bat_dat_hotel" HotelName="Bat Dat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>238 - 244 Tran Hung Dao Street, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6e/fb6e4a53de5bbac577b70a393beb226a4aa0b304.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cho Lon Commercial Centre, in China Town, a popular tourist draw in Ho Chi ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75855358838" Longitude="106.67361904048" StarRating="2" HotelCode="915643|phuoc_loc_tho_2_hotel_2" HotelName="Phuoc Loc Tho 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192 - 194 Su Van Hanh, Ward 9, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/23/d2239d66840f5383ad2f77d74f05331291be90d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7847762" Longitude="106.68500044" StarRating="3" HotelCode="947084|t78_hotel" HotelName="Nha Khach T78" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Lý Chính Thang, Phuong 7, Quan 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/3c/4a3c5bfe446c092293af63ded030ed4517e79444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.64" OriginalAmount="23.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768906" Longitude="106.68326" StarRating="3" HotelCode="172041|1142568" HotelName="White Lion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>15C Cao Thang, Ward 2, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/00/3400b99d7451ba8e6863147ed3ffbb6e15ad58ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Saigon's business, shopping and entertainment district....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.96" OriginalAmount="23.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768209" Longitude="106.692333" StarRating="3" HotelCode="68353|139594" HotelName="Liberty Saigon Parkview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>265 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0a/110aad2401dc3ecf1d3977f006600a8fbfc38df8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located in the hub of the tourist district, only few minutes walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.98" OriginalAmount="23.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76667179461" Longitude="106.68868303299" StarRating="3" HotelCode="173644|1122938" HotelName="La Felix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>287-289 Pham Ngu Lao st, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/68/7268159d254ff7028acdd4d814327144ce5e0217.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in district 1 of Ho Chi Minh City, the hotel is within a short walking distance to the bust...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.01" OriginalAmount="23.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7721745" Longitude="106.69606471" StarRating="3" HotelCode="413190|3472485" HotelName="The Luxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>261-263 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e2/30e27880994292ff5484a637d1e1291b58c513ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Luxe Hotel in Ho Chi Minh City (Ben Thanh Marke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.09" OriginalAmount="23.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80290773" Longitude="106.73277037" StarRating="3" HotelCode="635507|3440785" HotelName="Common Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Street 38, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.26" OriginalAmount="23.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76984" Longitude="106.6864" StarRating="1" HotelCode="267976|3467915" HotelName="A25 Hotel 14 Luong Huu Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Luong Huu Khanh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/79/2079bda12098f525cc7bbe818d5e821294e07051.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.43" OriginalAmount="23.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774305810988" Longitude="106.69656635132" StarRating="3" HotelCode="346690|1457348" HotelName="Rosa Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>55 Thu Khoa Huan, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/57/0757c219e567c9e0d911dfcdac4edd19aa7b6877.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772858471215" Longitude="106.69707371074" StarRating="3" HotelCode="309424|anpha_boutique_hotel" HotelName="Anpha Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>202 Le Thanh Ton Street, Near Ben Thanh Market, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/8b/c38b4832e105e3234e925fd5e1d7c6fa36e664eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806238253838" Longitude="106.6641670035" StarRating="3" HotelCode="347377|iris_hotel_13" HotelName="Iris Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9-9A Truong Son Street, Phuong 4, Quan Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/24/0e24a12bee8df4dbd596605f1371876522f84dac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Tan Son Nhat International Airport, Iris Hotel Saigon is a perfect starting point from wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75307875" Longitude="106.67308865" StarRating="2" HotelCode="602200|fortune_1127_hotel" HotelName="Fortune 1127 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1127 Tran Hung Dao, Ward 5, Distrikt 5, Ho Chi Minh Stadt 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/29/df2926b8ddb2bf0891502c778be75725d59cc026.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.857098991297" Longitude="106.69779978934" StarRating="4" HotelCode="933298|silver_creek_city_resort_6" HotelName="Toki Saigon - Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Võ Th? Li?u, Phu?ng An Phú Ðông, Qu?n12, Thành ph? H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/53/7b53d2b6e8e8bb0401720b57defa9fec4f18a892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.98" OriginalAmount="24.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768003" Longitude="106.686459" StarRating="3" HotelCode="166813|1128248" HotelName="Hoang Ngan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/f0/e0f0a4a0d0f1f91f24378b35817919dac27e5c8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City's centre. It is only a 4-minute drive to Ben T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.19" OriginalAmount="24.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.752808784891" Longitude="106.66424274445" StarRating="3" HotelCode="905930|1113458" HotelName="Arc En Ciel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 - 56 Tan Da St, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/f2/32f29165c9111cd778f6e7484bfd31bb90b0ed86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right by the Thien Hau pagoda in Cho Lon Commercial Centre. It is set in China...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778900691049" Longitude="106.70321212214" StarRating="3" HotelCode="309459|the_spring_hotel" HotelName="The Spring Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Le Thanh Ton Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c8/68c8f66a42eda17df6bce5406991aaa9a04a44af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730469537432" Longitude="106.70767158654" StarRating="3" HotelCode="368084|boutique_garden_hotel" HotelName="Boutique Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>R3-84 Hung Phuoc 3, Phu My Hung, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/a4/8aa40b61aeed6f244a9f503ff20758042dd66c2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7737699" Longitude="106.7063543" StarRating="3" HotelCode="402015|riverside_saigon_" HotelName="Riverside Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-19-20 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/dc/abdc7aab199bc37340a59f66d92021077a892a41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80481541" Longitude="106.64766772" StarRating="2" HotelCode="600182|thinh_gia_phat_hotel" HotelName="Thinh Gia Phat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>440/71 Nguyen Kiem, Ward 3, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/fb/ebfb2e69b06d8c5acd6b68a5f50008a1c8be3157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Ho Chi Minh City (Ba Queo), Thinh Gia Phat Hotel is convenient to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.82583845" Longitude="106.63293899" StarRating="3" HotelCode="828694|tan_binh_hotel_3" HotelName="Tan Binh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36B Cong Lo, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/f7/0df7301f2abd5bb9f1c3e0a2d80d2c62f9a3c072.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766151979686" Longitude="106.69128459392" StarRating="2" HotelCode="915644|duc_vuong_hotel" HotelName="Duc Vuong Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>195 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/54/c9545c0af783fc532b0ee5621c37c4d003d06008.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76573955" Longitude="106.69103103" StarRating="0" HotelCode="947072|aquarizon_boutique_hostel_city_bar" HotelName="Aquarizon Boutique Hostel &amp; City Bar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>197 Bui Vien Street, Pham Ngu Lao Ward, Distric 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4f/a04ffa017bbd421577b6fd7d85e8c4676f0798da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773608967567" Longitude="106.69691685152" StarRating="3" HotelCode="915631|thanh_lien_hotel" HotelName="Sunrise Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135-137 Ly Tu Trong Street, Ben Thanh, Ward District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/5e/505ed7f8d8c4f55b5b6407208590219204bd1bdc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.11" OriginalAmount="25.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.797215271176" Longitude="106.65998091055" StarRating="2" HotelCode="346782|3438055" HotelName="Royal Dragon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1/16-1/18 Hoang Viet Street, Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/04/c1047d8fbee26c91ae0f94b0ca7d1cc880e6d735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Royal Dragon Boutique Hotel is a distinct addition to the city's skyline. With its location just 3.0...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.15" OriginalAmount="25.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768945783802" Longitude="106.69423520565" StarRating="3" HotelCode="70180|571895" HotelName="Elios Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231-233-235 Pham Ngu Lao Street, District 1, Ho Chi Minh City 10032</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/57/565700f9dc57efcc598d75871f5ad92a2737d8ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of HCMC, within walking distance of fabulous shopping as well as t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.15" OriginalAmount="25.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80662875" Longitude="106.66500316" StarRating="3" HotelCode="856629|3450045" HotelName="Airstar Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Song Day, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/bb/8cbb0451556700bd64200bacdb40461c2cfef330.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75807848" Longitude="106.68026043" StarRating="3" HotelCode="346722|signature_boutique_hotel_3" HotelName="Signature Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>80/1 Nguyen Trai, Ward 3, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/d9/ecd9979914a37190f0e5d4de1b6353dd552e9d7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77241584087" Longitude="106.69482562343" StarRating="2" HotelCode="370927|the_one_hotel_ben_thanh" HotelName="The One Hotel Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>230 Ly Tu Trong, Thanh Pho, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/53/d3536b24ef1c3cc7f37962e555027b17936392f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7869779" Longitude="106.66442009" StarRating="3" HotelCode="436114|cam_ly_boutique_apartment__hotel" HotelName="Cam Ly Boutique Apartment &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>656 Cach Mang Thang 8, Ward 11, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/b0/a7b0bf486ee8abac3255fbc8ef3f7e25e300d14a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76918104" Longitude="106.69981737" StarRating="2" HotelCode="631573|triple_e" HotelName="Triple E" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Nguyen Thai Binh, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1c/f31cfe63c9fa3732410534612b71d1d4b4abaef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77433136" Longitude="106.69664086" StarRating="3" HotelCode="623639|sam_hotel_apartment" HotelName="A&amp;EM Hotel &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Thu Khoa Huan Street, Ben Thanh Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/33/b7330f3c3b461a39161a978c7b47d2977ba0956c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76814836" Longitude="106.69833869" StarRating="3" HotelCode="620157|lotus_boutique_hotel_2" HotelName="Lotus Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55/29-31-33 Le Thi Hong Gam Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/64/6764486a9908183ed3fed91c4d5e8efc9367027e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75502521" Longitude="106.61163388" StarRating="3" HotelCode="826631|hong_bao_thach_hotel" HotelName="Hong Bao Thach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Duong 24A, Phuong Binh Tri Dong B, Quan Binh Tan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6a/426a29c54a88bae3f68815fe865527597becf826.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877604|indochine_ben_thanh_hotel_apartments_2" HotelName="Indochine Ben Thanh Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Luu Van Lang</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/b9/23b967ac4db6b892970b9960be24803db44f743c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77471201" Longitude="106.68244151" StarRating="0" HotelCode="960849|babylon_d3_serviced_apartment" HotelName="Babylon D3 Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136/6 Vuon Chuoi Street, Ward 4, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/7219da5984dde6bfd08b494fb98b2df2e6c00552.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.59" OriginalAmount="26.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773726734398" Longitude="106.69671439681" StarRating="3" HotelCode="915629|1588398" HotelName="Joviale Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/3a/453a2ca90418d64b21eac97466a43b19342841b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.62" OriginalAmount="26.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768982352702" Longitude="106.69768035171" StarRating="3" HotelCode="350364|1733218" HotelName="Ben Thanh Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55/34 Lethi Hong Gam Street, Nguyen Thai Binh Ward, Ho Chi Minh, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/7e/577e061d370cb4bd559e85f3270433a6eadc31f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.83" OriginalAmount="26.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.800476666667" Longitude="106.66148" StarRating="3" HotelCode="185786|1151688" HotelName="TTC Hotel Deluxe Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>315 Hoang Van Thu Street, Ward 2, Tan Binh District, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b1/46b1004d423d7bd5098828e9cd70a9af33eb506e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on Hoang Van Thu Street, the hotel is opposite Hoang Van Thu Cultural Park, War Remnants Mu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.85" OriginalAmount="26.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784948556179" Longitude="106.69071307606" StarRating="3" HotelCode="307374|1075788" HotelName="Emm Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157 Pasteur street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/e9/66e9ba88c504e39ed89523722611f9ef2fb1b152.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.03" OriginalAmount="26.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768459413716" Longitude="106.69340853372" StarRating="3" HotelCode="391305|1201458" HotelName="A25 Hotel 274 De Tham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>274 De Tham Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/fd/d4fd036c6f81baa46a73bccff1c623975dbbe13d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.04" OriginalAmount="26.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77407982" Longitude="106.67812005" StarRating="3" HotelCode="368066|3453815" HotelName="Minh Tam Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>206 Ba Thang Hai Street, District 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/e4/90e43c5862759170e6bc1300dcebe4f452257be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73096782" Longitude="106.70769819" StarRating="3" HotelCode="407859|hotel_l_odeon_phu_my_hung" HotelName="Hotel L Odeon Phu My Hung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>63-65 Le Van Thiem Street, Khu Pho Hung Phuoc 3, Tan Phong Ward, Dist.7, Phu My Hung, Ho Chi Min City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/0c/a20cd4e9831f930118eb238bfc39472795ca3df3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel L Odeon Phu My Hung is perfectly located for both business and leisure guests in Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773232230765" Longitude="106.69605237808" StarRating="2" HotelCode="915639|aem_corp__the_petit_hotel" HotelName="A And Em 179 Ly Tu Trong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179 Ly Tu Trong Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4d/974da4a5c5dbd1c2d382c816ec83ebe13fc16b40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76547724" Longitude="106.68673681" StarRating="0" HotelCode="963589|christinas_saigon" HotelName="Christina's Saigon - The Mothership" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212/2B Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/35/f835942797e0315f019df05eec603fa2ad26057d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="977877|akoya_saigon_central_hotel" HotelName="The Akoya Ben Thanh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88 Ly Tu Trong, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/f7/43f7b7dc792838d2833753aa3e6bb9aa1bcac3b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.86" OriginalAmount="27.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774332471457" Longitude="106.69744104688" StarRating="3" HotelCode="319764|1208798" HotelName="Gk Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Ly Tu Trong, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/98/5d98428dc4ccfbe7560f163105efcd6e24cea54a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.99" OriginalAmount="27.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78720314" Longitude="106.69264124" StarRating="2" HotelCode="374268|3429685" HotelName="A25 Hotel 251 Hai Ba Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>251 Hai Ba Trung Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/fa/a1fa29b409df30078791cd40995afe560b3d8619.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.02" OriginalAmount="27.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73135636" Longitude="106.70751581" StarRating="3" HotelCode="407933|1739568" HotelName="Song Hung 2 Hotel &amp; Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Kitchen,Laundry,Luggage Storage,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>R4 33 - 34 Le Van Thiem, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/f5/e8f51525571835d86f40de75ccaed2abb77fcf57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Saigon Exhibition and Convention Center, Song Hung Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.10" OriginalAmount="27.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7722601" Longitude="106.69053433" StarRating="3" HotelCode="595539|3461305" HotelName="A25 Hotel 20 Bui Thi Xuan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Bui Thi Xuan, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/b7/a3b78c02cf5a1bb8cad0c53991c66e695c412289.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.28" OriginalAmount="27.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768849378209" Longitude="106.69379633821" StarRating="2" HotelCode="384349|1731758" HotelName="Beauty Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>185/14 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/78/fd78996eab94fb70d3b0dfa777377e94e78ef483.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771022" Longitude="106.700078" StarRating="3" HotelCode="68050|liberty_2_hotel" HotelName="Liberty 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129-133 Ham Nghi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/14/1d14a9f0e14b0e4d113c98250b93c1a7e0b26c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just across the street from Ben Thanh Market and gives guests perfect access t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77181546" Longitude="106.69678305" StarRating="3" HotelCode="309434|gia_huy_hotel_2" HotelName="Gia Huy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Nguyen An Ninh, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ef/feefd4e14bbfe0ab220ec168d8116a640488f299.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77351843" Longitude="106.69852452" StarRating="2" HotelCode="374252|lien_an_saigon_hotel_2" HotelName="Lien An Sai Gon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181 Duong Le Thanh Ton, Phuong Ben Thanh, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/88/1a888b81e6993bd563c31abfa6bfaf0f8a8002dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Lien An Saigon Hotel 2 puts everything the city has to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76928248" Longitude="106.68774786" StarRating="2" HotelCode="613818|triip_le_han_dai_nam" HotelName="Triip Le Han Dai Nam Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>142 Bui Thi Xuan, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/02/31020b078050164fcb83ba17968b04cd63cfd54c.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="968973|luxy_park_hotel_apartments_city_centre" HotelName="Luxy Park Hotel &amp; Apartments-City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15B Tran Khanh Du, Tan Dinh Ward, Ho Chi Minh City 70000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/35/dd353a31a4b16af4dda0aa90b993e0cc498a88e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.88" OriginalAmount="28.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769770528827" Longitude="106.68826192617" StarRating="2" HotelCode="59859|112472" HotelName="Empress" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Bui Thi Xuan Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/94/79947b2a5c35cb3ef7374e5894870c3cfd0e1b52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 30-minute drive away from the Tan Son Nhat International Airport, 15 minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.94" OriginalAmount="28.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772282" Longitude="106.690906" StarRating="3" HotelCode="142299|572525" HotelName="Queen Ann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>86 - 88 Bui Thi Xuan St., District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/9b/3d9b3bd3f5ddc59238dc601f7f1e81f03e78927d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Bui Thi Xuan street, which is considered one of the most convenient location...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770400269433" Longitude="106.68918719152" StarRating="3" HotelCode="309451|a25_hotel_le_thi_rieng" HotelName="A25 Hotel 145 Le Thi Rieng" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 Le Thi Rieng Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/49/fd49e700a0a797c9ff018dc4085187ca5172393e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 64 rooms. Wireless internet access is available to travellers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767737545531" Longitude="106.69381245269" StarRating="2" HotelCode="367688|new_sunny_hotel" HotelName="Sunny Ho Chi Minh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>232 De Tham Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773914444264" Longitude="106.69882493006" StarRating="3" HotelCode="915627|thien_xuan_hotel" HotelName="Thien Xuan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>108 - 110 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/19/db19a166ec1ed7d10a0bd753bb8df7ffef738bdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.61" OriginalAmount="29.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777896825494" Longitude="106.70499577294" StarRating="3" HotelCode="305182|1176668" HotelName="White Lotus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6A Thi Sach, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/47/2c476ea36ef8939ffe66983eded9a189d4fda4c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.57" OriginalAmount="29.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79720139" Longitude="106.70542219" StarRating="3" HotelCode="596246|2305315" HotelName="Maison De Camille Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>174/21 Dien Bien Phu, Ward 17, Ho Chi Minh City 700000, Binh Thanh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/28/0328d3a7d424484afb3c137b61ceb409db550f55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.760131109319" Longitude="106.67002" StarRating="3" HotelCode="307378|valentine_hotel_2" HotelName="Valentine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93/1 Nguyen Chi Thanh, Ward 9 Dist. 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/1a/b51a7dce1becbd484d965fad81f4dffd9ae00f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781389" Longitude="106.694731" StarRating="3" HotelCode="168313|golden_rose_hotel" HotelName="Aristo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3A Vo Van Tan St., District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/61/5561020a8b8414066dc8752c9b227d7043e73a6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only a few steps away from all that Ho Chi Minh City can offer. Not far from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73050138" Longitude="106.70721162" StarRating="2" HotelCode="367628|bali_hotel_2" HotelName="Bali Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 - 41 Hung Phuoc 3 Street, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/21/d62181ad71ac5c2709c1ae084ee22e32dd5a1c86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79563858733" Longitude="106.72027165502" StarRating="0" HotelCode="640122|homes_by_christine_vinhomes_central_park" HotelName="The Landmark 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>phuong 22</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/5d/dd5df5538c9fbdd19e514b258278dc6fa8053b3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="876995|aha_friday_city_view_hotel" HotelName="Triip Friday City View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>811 Le Hong Phong</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774625" Longitude="106.696633" StarRating="4" HotelCode="141676|kingston_hotel" HotelName="A&amp;EM Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f5/6af59f4e48ac5c01824857a6774c85f2e61fd575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale boutique suite hotel is located at the heart of Ho Chi Minh City. Its prestigious addre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77182563" Longitude="106.69047159" StarRating="3" HotelCode="701067|kim_long_chau" HotelName="Kim Long Chau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19D Bui Thi Xuan, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/a4/20a4d9ccfa0ceb32a8a67207d545f7eb7622f8bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72732872" Longitude="106.69667093" StarRating="3" HotelCode="692140|bin_bin_hotel_1" HotelName="Bin Bin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Street 1, KDC Ven Song, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/0f/680fb89ae0f5e5cb5190f8b6da6ba71222290f8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772265" Longitude="106.694868" StarRating="3" HotelCode="915649|tespoir_saigon_hotel" HotelName="Cititel Central Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>247-249 Ly Tu Trong, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/6a/9e6a941e8ec771df363f05cc7ef14bbb19b10361.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.74" OriginalAmount="31.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769044" Longitude="106.694578" StarRating="3" HotelCode="36291|1610158" HotelName="Liberty Hotel Saigon Greenview" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/63/ed631cedd8ef027fa6786040bacb21f76602ee02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.05" OriginalAmount="31.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77366235" Longitude="106.69854731" StarRating="2" HotelCode="367909|3456735" HotelName="Ruby Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185-187 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/29/c929a9ae5e833e88b09412caefdd737725f6f715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.07" OriginalAmount="31.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771881128016" Longitude="106.69520616531" StarRating="3" HotelCode="189202|1150568" HotelName="Cap Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Le Anh Xuan Street, Ben Thành Ward, District I, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/a5/d3a569d722b359c937ae31da1fe2a4450b74e93b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the crossroads of Ho Chi Minh City's business, cultural and historical distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.42" OriginalAmount="31.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77703388197" Longitude="106.68343580681" StarRating="3" HotelCode="167055|308765" HotelName="Lotus Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Cach Mang Thang 8 Street, Ward 7 District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/12/011247074785d4c1aad2c284b11375287f9bf97a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the entertainment area, next to 126 Stage and two minutes' walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774421205304" Longitude="106.69681549072" StarRating="3" HotelCode="161942|blue_diamond_hotel" HotelName="Blue Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Thu Khoa Huan Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/3b/0a3b719e06e01d7693f88204823f6e447851b54a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, in a very quiet street just behind the Tao Dan Park. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76886848" Longitude="106.69724395" StarRating="3" HotelCode="600203|diamond_luxury_ben_thanh" HotelName="Diamond Luxury Ben Thanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100/6 Le Thi Hong Gam, Ben Thanh Quan 1, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/26/4f265fb4198eae004521144f06f797ab59756773.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Ho Chi Minh City (Core area of Ho Chi Minh City), Diamond Luxury ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.80" OriginalAmount="32.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80696721" Longitude="106.73089723" StarRating="3" HotelCode="852699|2625445" HotelName="Aurora Western Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Quoc Huong, Thao Dien, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/22/97223917ff25f5a5cb602118caddc7ee370acc82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.37" OriginalAmount="32.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77533625" Longitude="106.7048125" StarRating="2" HotelCode="225948|1200518" HotelName="A25 Hotel Mac Thi Buoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>35 Mac Thi Buoi Street, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/2c/a72c9c900c05e607253cd639b2f4024cd10aa4f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Dong Do Hotel places you in the heart of Ho Chi Minh City, walking dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79589" Longitude="106.659453" StarRating="4" HotelCode="68049|first_hotel_ho_chi_minh" HotelName="First Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Hoang Viet Street, Ward 4, Tan Binh District, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/8e/6d8e1289bf0470f9654464fe5cfe4f536095279e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80100789" Longitude="106.64241257" StarRating="3" HotelCode="694411|solex_hotel" HotelName="Solex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Duong Nui Thanh, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/1b/3a1bd27bb26f571c98af29d7c21872b67bbd1356.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.809681526318" Longitude="106.73193083961" StarRating="3" HotelCode="968782|glenwood_city_resort" HotelName="Glenwood City Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>243 Nguyen Van Huong Street, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/63/8963c5b018d8f82083de780baa69fb0f7727b6e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.74" OriginalAmount="33.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775122152295" Longitude="106.70418483188" StarRating="3" HotelCode="99679|1162488" HotelName="Huong Sen" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66-68-70 Dong khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/31/1631632abfa10a99c518d6f35d36701272480b26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78455495177" Longitude="106.65354073048" StarRating="3" HotelCode="185378|kelly_hotel" HotelName="Kelly Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Thu Khoa Huan, District 1, Ho Chi Minh City, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/28/7a289fd1842d940ba9c8a9986d6c8105cd74fe1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76931340526" Longitude="106.6966414866" StarRating="3" HotelCode="402012|dai_nam_2" HotelName="Dai Nam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/57/195703b623a48dd03181104c6a499ab39fcaa5eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77670396" Longitude="106.7046897" StarRating="3" HotelCode="852681|bel_ami_hotel_3" HotelName="Bel Ami Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Hai Ba Trung, Ben Nghe Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/71/2c711bbee2a2be94d65e0f6c13929b9122cb603b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76827921" Longitude="106.69359447" StarRating="3" HotelCode="785984|saigonciti_hotel" HotelName="Saigonciti Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>264 De Tham, Phuong Pham Ngu Lao, quan 1, Ho Chi Minh City 770000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/69/4569de399def429f44269d8096966a1f5566d79f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.84" OriginalAmount="34.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.786589" Longitude="106.677674" StarRating="4" HotelCode="68048|340645" HotelName="Ramana Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Le Van Sy Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/75/69758306ee05686ffbd855b5bea96d5b5f4d427e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of charming Ho Chi Minh City, the hotel is within a few minutes' drive of the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.51" OriginalAmount="34.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77871819" Longitude="106.6884877" StarRating="2" HotelCode="587162|3465505" HotelName="Hoang Lan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>107/16 Truong Dinh, Ward 06, District 3, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/94/17942bc49fd524d8aaaf68f2c76f206b9aaa14a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.14" OriginalAmount="35.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77194595" Longitude="106.6928224" StarRating="3" HotelCode="309454|90248" HotelName="Cicilia Saigon Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>12D Cach Mang Thang 8, District 1, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/68/656806ce63dff4133fa85aed4abb7ac3a16aed0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77227994" Longitude="106.69615734" StarRating="3" HotelCode="263258|nhat_ha_1_hotel_2" HotelName="Nhat Ha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>252 B-C Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chí Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/cc/f9ccb01817b0143a5adb3df9f2e2fda723397190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769646" Longitude="106.700236" StarRating="3" HotelCode="915663|ruby_river_hotel" HotelName="The Hammock Hotel Fine Arts Museum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Nguyen Thai Binh Street, Nguyen Thai Binh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/23/f7235c51b0545ba530f6c916ea8575c1c65f3cf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.16" OriginalAmount="36.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779099650938" Longitude="106.70479713713" StarRating="3" HotelCode="225955|3465865" HotelName="Roseland Corp Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8A/6D2 Thai Van Lung Street, Ben Nghe Ward, District 01, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/09/9e09783f6a199fa3363341c2cdab6d6e6927b57a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774533" Longitude="106.700266" StarRating="2" HotelCode="915654|little_saigon_boutique_hotel" HotelName="Little Saigon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Bis/2 Le Loi Boulevard, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/41/7941f38a5c702df730a1ac02622b97f4e588db55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="971490|princess_saigon_central_hotel" HotelName="Princess Saigon Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34-36 Thu Khoa Huan Street, Ben Thanh Ward, Ho Chi Minh City 700000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/d6/d2d67a704b8b80bf36f703e92e706a4d0b7ab2c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.98" OriginalAmount="37.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771868" Longitude="106.694091" StarRating="3" HotelCode="307377|1684688" HotelName="Alagon Saigon Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>289 – 291 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/82/5582c9a14ea1d8f47015e4cf005419dd6d4a6e5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7717" Longitude="106.696826" StarRating="3" HotelCode="166833|hoang_hai_long_2_hotel" HotelName="Alagon Western Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 - 30 Nguyen An Ninh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/e0/7ae0c71efb3dee8111e207a4082b3f64fb9d3033.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of Ho Chi Minh City, close to the Ben Thanh handicrafts marke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.817388370238" Longitude="106.62417047559" StarRating="2" HotelCode="915667|tan_hai_long_hotel_4" HotelName="Silverland Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Hai Ba Trung Street, Stadtbezirk 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.795456" Longitude="106.71858385" StarRating="0" HotelCode="938532|vinhomes_central_park_luxury_apartment" HotelName="Vinhomes Central Park by Apartmentel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 Nguyen Huu Canh, Binh Thanh Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/7f/a87f311fb6b8a9e0eb8239094571633825051f65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Vinhomes Central Park Apartmentel, you'll be centrally locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77841581" Longitude="106.70460742" StarRating="3" HotelCode="967979|roseland_sweet_hotel_spa" HotelName="Roseland Sweet Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/eb/13eb8e8d2c3b3558c909c2ddcc1cf97c9e154b13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.91" OriginalAmount="38.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780566997093" Longitude="106.70685901472" StarRating="4" HotelCode="429157|1943255" HotelName="Bay Hotel Ho Chi Minh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Housekeeping,Internet,Laundry,Lounge,Meeting Room,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Ngo Van Nam Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/66/52/6652a7968a7bc709b0bbc4a8336bcbe0a325c444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Renovated in , the Bay Hotel Ho Chi Minh guarantees guests a pleasant stay whether in Ho Chi Minh Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.18" OriginalAmount="38.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.736204576366" Longitude="106.73067386595" StarRating="3" HotelCode="320706|1458878" HotelName="Liberty Hotel Saigon South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>542A,544 Huynh Tan Phat, Binh Thuan Ward, District 7, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/6e/e56e0011a40517bc25ae2f1d23212778b674a7f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77122549" Longitude="106.69416115" StarRating="3" HotelCode="410675|hoang_hai_long_south" HotelName="Alagon City Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-58 Pham Hong Thai Street, Ben Thanh Ward District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/af/bfaf45fb228890d0410f0127d95b6ddb0c711f80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.741269" Longitude="106.700997" StarRating="3" HotelCode="641051|sunrise_city_apartment" HotelName="Sunrise City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 - 25 - 27 Nguyen Huu Tho, Tan Hung Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/56/e956b2efdec6b6f3a1b21df760a28b1473522cdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779134" Longitude="106.7048295" StarRating="3" HotelCode="915669|aem_hotel_8a_thai_van_lung" HotelName="A&amp;EM Hotel 8A Thai Van Lung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A/1D2 Thái Van Lung, Qu?n 1, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/04/1a04c74ad29f9d470ffce5abb8c735ba2e9f9832.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77772819" Longitude="106.70539673" StarRating="0" HotelCode="966436|blue_diamond_luxury_hotel" HotelName="Blue Diamond Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6B Thi Sach, Ben Nghe, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/54/845480eee68d7ecc29cb98da61af91dfd1e3adce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.93" OriginalAmount="39.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77873391" Longitude="106.70485452" StarRating="3" HotelCode="374980|1786148" HotelName="Thuy Sakura Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/d7/3dd798964e5ecc07529e2c4bf673947af43bce37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.22" OriginalAmount="39.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76889882" Longitude="106.69753814" StarRating="3" HotelCode="773917|2533875" HotelName="Lotus Central Hotel Saigon" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102-104-106 Le Thi Hong Gam, Quan 1, Thanh Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/86/89864e6433be812fdc01fa7f2c3173eb1f4dee4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78020744243" Longitude="106.69330179691" StarRating="3" HotelCode="166326|victory_saigon_hotel" HotelName="Victory Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>141 Nam Ky Khoi Nghia Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/98/54988564143242c5bc996889e1a8e907f29ba76e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city, the hotel is very convenient for trade, shopping, sightseeing and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772094659109" Longitude="106.69506695583" StarRating="3" HotelCode="373207|grand_cititel_central_saigon" HotelName="Ngoc Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>53-55 Le Anh Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/c6/f4c6bda08e3b85b7ca5d3da614f093d3f010ae41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771296888664" Longitude="106.69141592996" StarRating="3" HotelCode="347818|the_hammock_hotel_ben_thanh" HotelName="The Hammock Hotel Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>47-49 Le Thi Rieng Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/9e/bb9edd1a27b17c31fc53265feb053ed4fbc50a39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770652" Longitude="106.693778" StarRating="3" HotelCode="387498|le_duy_hotel" HotelName="Le Duy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Nguy?n Th? Nghia, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ee/daeec232cf29489b1aae7e528a464c60006aa6b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a high and main street right in the centre of Ho Chi Minh City, within the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="882957|the_bloom_pham_viet_chanh_2" HotelName="The Bloom Pham Viet Chanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/8/3 Pham Viet Chanh, Ward 19, District Binh Thanh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/7f/6a7f58f89109a8e1cf372a5859d4dbfab253c6cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78487161" Longitude="106.69936961" StarRating="0" HotelCode="884371|cityview_serviced_apartment_2" HotelName="Cityview Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Mac Dinh Chi, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a9/3ca9fa36d7ee2a65ef4edab3d99eb512278da78f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78184526" Longitude="106.70541493" StarRating="3" HotelCode="958611|blue_diamond_new_hotel" HotelName="Blue Diamond New Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8B-8C Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/0b/930b1f68a46233fbc5f001dd55b382e314f382be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.88" OriginalAmount="42.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78698208" Longitude="106.69454179" StarRating="3" HotelCode="754962|3468885" HotelName="Nta Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>171 - 173 Dien Bien Phu, Dakao Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d0/afd012c225ba5e9cc878d25976843888bb98a81b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.96" OriginalAmount="42.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77446993" Longitude="106.68729972" StarRating="3" HotelCode="435952|3426845" HotelName="Le Duy Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82-84 Cach Mang Thang 8 Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/07868/2507868/1.jpg?f=15044573</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.31" OriginalAmount="42.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77558955" Longitude="106.69713232" StarRating="4" HotelCode="488546|2103305" HotelName="Central Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39-39A Nguyen Trung Truc, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/28/72284b1141c7e35bd15b2ad1788ddbf32306d186.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.42" OriginalAmount="42.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775152" Longitude="106.703883" StarRating="3" HotelCode="37540|894405" HotelName="Bongsen Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 - 123 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/4c/664c15ce411e28cec73191c055aefe69936882cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the midst of business offices, airline offices, souvenir shops, department ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769462" Longitude="106.70017" StarRating="3" HotelCode="300620|signature_saigon_hotel_2" HotelName="Signature Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>65-67-69 Nguyen Thai Binh Street, Nguyen Thai Binh Ward, District 1, Hochiminh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/51/31514aae195c7910cfe90550ef103aca357fed87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780805269736" Longitude="106.70455172024" StarRating="4" HotelCode="434761|lancaster_saigon_serviced_apartments_le_thanh_ton" HotelName="Lancaster Saigon Serviced Apartments Le Thanh Ton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Nightclub,Parking,Restaurant,Room Service,Sauna,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/de/5ddea6ac1f1a1dd4f4768eff67e74a259060ba53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Lancaster Saigon Serviced Apartments Le Thanh Ton to discover the wonders of Ho Chi Minh Cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80283510781" Longitude="106.74110500646" StarRating="3" HotelCode="611679|mrt_apartment_in_masteri_thao_dien" HotelName="Masteri Thao Dien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>159 Hanoi Highway, Thao Dien Ward, District 2, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/65/fc65780c30e86c1d21e3a76116e08814b714af1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773232923721" Longitude="106.69833565601" StarRating="3" HotelCode="915657|aem__phan_boi_chau" HotelName="A&amp;EM - Phan Boi Chau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Phan B?i Châu, Qu?n 1, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/e6/14e66c882c452eb42a8ef82f584a3a3452452d18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.32" OriginalAmount="43.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77610353" Longitude="106.70529508" StarRating="3" HotelCode="623269|3471965" HotelName="Huong Sen Annex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4-6-8 Mac Thi Buoi Street, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4f/454fc35eb62d660bc62f9e6f0a3eb2a8f8b78e04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78901" Longitude="106.69052" StarRating="3" HotelCode="171270|hong_vy_1_hotel" HotelName="Central Park Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Hai Ba Trung, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/bc/b3bc486cab7ebba4318b4d4d8239a81a82af60ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City's business and tourist district, opposite a g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7309592" Longitude="106.70835293" StarRating="0" HotelCode="971023|sabina_hotel_2_2" HotelName="Sabina Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47-49-51 Le Van Thiem Street, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/53/5d53bc7d21f6211eececaa3a78ec1d7054d8b1f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.24" OriginalAmount="44.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775821" Longitude="106.704626" StarRating="3" HotelCode="68053|572465" HotelName="Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41-47 Dong Du Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/a2/9ea23a33aa2ad355527ba052bc093760456dd842.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of city, which is just 5 minutes' walk away. The bus station can ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.26" OriginalAmount="44.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772060299687" Longitude="106.69027040608" StarRating="3" HotelCode="887860|1525998" HotelName="Harmony Saigon Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32A-34 Bui Thi Xuan Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/f6/edf63e9998f62e1c78ef23df988d3355ede188e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.31" OriginalAmount="44.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773246026982" Longitude="106.69619590044" StarRating="3" HotelCode="140907|572535" HotelName="Sanouva" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175-177 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/42/7242c41c084ebab7398b236aef2882a6ed1e6aac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7929141" Longitude="106.6723785" StarRating="3" HotelCode="536103|oakwood_apartments_ho_chi_minh_city" HotelName="Oakwood Apartments Ho Chi Minh City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>18 Street 3, Cu Xa Do Thanh, Ward 4, District 3, Ho-Chi-Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="962813|zazz_urban_ho_chi_minh_hotel" HotelName="Zazz Urban Ho Chi Minh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Su Van Hanh, Ward 9, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ed/00edb013478fcbb4ddcbadb82c0171a3e617c137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.92" OriginalAmount="46.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777920013663" Longitude="106.6886691546" StarRating="3" HotelCode="491729|downtown_retro_serviced_apartment" HotelName="Saigon Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2K Ho Xuan Huong, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/7f/337f0a404524c143a446b31e8db2d42daec3d7cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.07" OriginalAmount="46.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774635" Longitude="106.696681" StarRating="3" HotelCode="163645|1441698" HotelName="Alagon Zen Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 - 46Bis Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/55/b25579869efa9cf21f8b1236719dd0b29be6df3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.51" OriginalAmount="46.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774703142022" Longitude="106.70338153839" StarRating="3" HotelCode="56463|572515" HotelName="Oscar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68A Nguyen Hue Avenue, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3f/c43fafd076b9dda69f7c8f1bd15213f3739701a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.51" OriginalAmount="46.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771900961231" Longitude="106.69533261455" StarRating="3" HotelCode="320704|1200818" HotelName="A &amp; Em 280 Le Thanh Ton Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>280 Le Thanh Ton, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/fb/fdfb1a84ac4d1ee48fc18b3c72105796174d001f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.96" OriginalAmount="48.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771054" Longitude="106.692969" StarRating="2" HotelCode="207691|aries_hotel" HotelName="TRIIP Boutique Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7/9 Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f0/b7f0ad657fdfc6576aa03a446188b3ec7e8bb1e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.83" OriginalAmount="48.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.97525313" Longitude="106.67036313" StarRating="3" HotelCode="372535|1700258" HotelName="Becamex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>230 Binh Duong Boulevard, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/04/1304880480561c0e429304a44008529d3c56a151.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a bar, a transfer service, room service, a conference room an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773027" Longitude="106.69748" StarRating="3" HotelCode="171271|paradise_saigon_boutique_hotel" HotelName="Paradise Saigon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>288 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ed/62ed77ad48f74f3faf6547e11b37e5afd2db5aaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City, just 5 minutes’ walking distance from Ben Tha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.757692" Longitude="106.673247" StarRating="5" HotelCode="51813|windsor_plaza_hotel" HotelName="Windsor Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 An Duong Vuong, Ward 4, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/66/8a66e343849b5387ff1fb232852b3a9507c502e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Ho Chi Minh City, this hotel offers unparalleled access to the shopping, ni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.783850626008" Longitude="106.69025957965" StarRating="3" HotelCode="376200|hotel_165_nam_ky_khoi_nghia" HotelName="165 Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Nam Ky Khoi Nghia Avenue, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/48/484839561ab2a59f23cd6694b26f987ad96aad86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.71" OriginalAmount="49.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774323713107" Longitude="106.70371949672" StarRating="4" HotelCode="336606|256616" HotelName="Palace Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-66 Nguyen Hue Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/65/1465b94cbddb5443415649d34b175531cbf48dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the city centre, in the city’s administrative and commercial ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.796171715349" Longitude="106.6746121645" StarRating="4" HotelCode="168312|starcity_saigon_hotel" HotelName="Vissai Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ward 8, 144 Nguyen Van Troi Street, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/10/d610e5048d5ccb681099f2e6a5f98c31c37c7a3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a quiet and peaceful place, this hotel is a good choice for guests not wanting to stay i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="882837|orchid_boutique_apartment" HotelName="Orchid Boutique Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R1-72-R4-71 Bui Bang Doan Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/c6/67c634e56f1e56e50116f54187d18996a83719f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79552094" Longitude="106.71957478" StarRating="2" HotelCode="937885|christines_saigon_apartment" HotelName="Vinhomes Central Park by Christine’s Saigon Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 Nguyen Huu Canh, Ward 22, Binh Thanh District, Ho-Chi-Minh-City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/34/9b346b36ba4541851a518828e247b4600300f54c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.81" OriginalAmount="50.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7715986" Longitude="106.69526735" StarRating="4" HotelCode="623863|3441845" HotelName="A&amp;EM Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Le Anh Xuan Street, Phuoong Bên Tha`nh, H? Chí Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/98/6798e4863c76818f4d33337c4f45c9952e43b5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.95" OriginalAmount="50.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7776891" Longitude="106.66522936" StarRating="4" HotelCode="373992|1726108" HotelName="Athena Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>280 To Hien Thanh, Ward 15, Distrikt 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/9c/029c3705f72e4eb9a5491e33a20f63197a28fdf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.98" OriginalAmount="50.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="780699|3453455" HotelName="Scenic Valley Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Nguyen Van Linh Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/6f/4e6f03dbd4ddea1fb0d904f468a28a7a774a8a13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.02" OriginalAmount="51.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="960665|winsuites_saigon" HotelName="Winsuites Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28-30-32 Le Lai Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/be/27beb9c6600c38e96f531c765982787962124cd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.35" OriginalAmount="51.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79971" Longitude="106.668174" StarRating="4" HotelCode="39407|111662" HotelName="PARKROYAL Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>309B-311 Nguyen Van Troi Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/31/4f3174892dc7676cbfc53ce0632fd6ef9b5d5f58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Tan Binh District of Ho Chi Minh City, this hotel offers excellent quality and a gre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.66" OriginalAmount="51.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771856" Longitude="106.70388" StarRating="3" HotelCode="142302|572635" HotelName="Roseland Point Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>65 Ho Tung Mau Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/72/87722e76c456fc53ca2862ded3c8d4c32abebd7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district in Ho Chi Minh City, close to Ben Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.04" OriginalAmount="52.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77355931249" Longitude="106.69670367582" StarRating="3" HotelCode="915633|ha_hien_hotel" HotelName="Ha Hien Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>145-147 Ly Tu Trong street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/6e/756e94456e5a16cf74c7714d952a6635fe1c7c79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.61" OriginalAmount="54.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77177502" Longitude="106.69410088" StarRating="4" HotelCode="489347|2514515" HotelName="Alagon D'antique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>301-303 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/597541/597541a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.82" OriginalAmount="54.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771579210236" Longitude="106.69560362155" StarRating="3" HotelCode="142266|572685" HotelName="Good Vibes Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f7/a9f7fa5d9f2348cde93ddf0e42815fdf852c2e5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, 100 metres away from Ben Thanh Market and near the 23...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.12" OriginalAmount="56.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7771271928" Longitude="106.7057507835" StarRating="3" HotelCode="915661|la_jolie_hotel__spa" HotelName="Silverland Jolie Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>4D Thi Sach Street, Ben Nghe Ward, Dist 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/dd/b2ddd48f74ba816faac3a1a6ab413dd654555889.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.28" OriginalAmount="56.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80014014" Longitude="106.67076292" StarRating="5" HotelCode="320377|1075958" HotelName="5-star Tan Son Nhat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>202 Hoang Van Thu Street, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/b4/84b46ea086570949702bcd5f8152ac231e1191be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.43" OriginalAmount="56.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="3" HotelCode="770918|3470115" HotelName="Au Lac Center Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Nguyen Thi Minh Khai, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.62" OriginalAmount="56.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.819587" Longitude="106.620169" StarRating="3" HotelCode="423100|3449645" HotelName="Garden View Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>101 Nguyen Du Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/15/571581c2d2685df2c9d207b4a875c026486efc57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.29" OriginalAmount="57.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.796653838903" Longitude="106.67320236186" StarRating="5" HotelCode="15548|90238" HotelName="Eastin Grand Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>253 Nguyen Van Troi Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/d2/c4d2fde770554afe604f9f4abb6b718f22fc5f2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the Phu Nhuan District of Ho Chi Minh City, which is still affectionately kn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.45" OriginalAmount="57.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.813168850803" Longitude="106.66606929168" StarRating="4" HotelCode="525352|2048645" HotelName="ibis Saigon Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2 Hong Ha Street, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/38/09388b449436cf989d5044bcdb3bdc478573e7d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780844850948" Longitude="106.69605495493" StarRating="2" HotelCode="401582|au_lac" HotelName="Au Lac 1 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Nguyen Thi Minh Khai, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/98/6798e4863c76818f4d33337c4f45c9952e43b5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 2 star hotel is located in the city centre of Ho Chi Minh. The Hotel has a coffee shop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77357138" Longitude="106.69939579" StarRating="3" HotelCode="943527|uptown_hotel_3" HotelName="Uptown Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-13 Luu Van Lang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/92/6f92cd8efcda6c2934fede4f245f5bc09ff20447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.75" OriginalAmount="59.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777440812873" Longitude="106.70547366142" StarRating="3" HotelCode="189201|1160978" HotelName="Aquari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Thi Sach st., Dist. 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/2c/ba2c5c12b8e0dcfbd7fd914a7d331bfce2a3d2f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Ho Chi Minh's inner city with its myriad of attractions such as the Op...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.33" OriginalAmount="60.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78403834" Longitude="106.70033" StarRating="4" HotelCode="350367|1817708" HotelName="Muong Thanh Saigon Centre Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A Mac Dinh Chi Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/d3/67d3638cac397205c4b470e75c0ea5cb35d98bca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.87" OriginalAmount="60.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772297412644" Longitude="106.70370335276" StarRating="3" HotelCode="293149|1805388" HotelName="Silverland Charner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87-89-91 Ho Tung Mau Street, Ben Nghe Ward, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/93/ff93ff9fd2343a9476de4330940c1233751031df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.93" OriginalAmount="60.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78419595" Longitude="106.6944062" StarRating="4" HotelCode="773932|2303125" HotelName="Citadines Regency Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Pham Ngoc Thach Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/4f/6e4fca0cdd85d2b5a393d16a8479593e1163ea10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Ho Chi Minh City. Citadines Regency Saigon 									 guarantees a quiet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.04" OriginalAmount="60.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77753" Longitude="106.705251" StarRating="3" HotelCode="887852|1116038" HotelName="Northern" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 A Thi Sach Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/57/f157b721d0fd088e7ed2249f70b066b939e99345.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.22" OriginalAmount="61.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77245646" Longitude="106.70253843" StarRating="4" HotelCode="965064|innside_by_melia_saigon_central" HotelName="Innside By Melia Saigon Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 -131 Ton That Dam Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/9f/b39fd429acd81245c7e3063d6627057ef00153ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.34" OriginalAmount="61.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806803343364" Longitude="106.74704321693" StarRating="4" HotelCode="225965|1182928" HotelName="Riverside Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vo Truong Toan Street 53, Thao Dien Ward District 2, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/a6/84a6b73fe4dd830ea5abfcadefe7550bbfb17e84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77301316" Longitude="106.69575607" StarRating="3" HotelCode="309456|sunflower_saigon_hotel_2" HotelName="Sunflower Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>189 - 191 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/0c/a20c2f657e2ab1247dcc87c55178da1b6ba0d4c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant is among the facilities. Wireless internet access is available to guests in the public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780344455804" Longitude="106.70370072126" StarRating="3" HotelCode="166009|sophia_hotel" HotelName="Sophia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Thai Van Lung, Ben Nghe Ward, Disttrict 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/4b/2f4b3facf688897efd47bc8b7aa1ff3c4f775a25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the city centre, the hotel is close to Ben Thanh market and a number of museums in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.15" OriginalAmount="64.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774695237258" Longitude="106.69630587101" StarRating="3" HotelCode="163644|572185" HotelName="Silverland Yen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73-75 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/1a/071ad538d164efe54bbf97d79e53492ee4b51ad3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;From this business hotel, it takes only a few minutes to walk to Ben Thanh Market, Unification Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.43" OriginalAmount="65.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773097153167" Longitude="106.70432567596" StarRating="4" HotelCode="27130|34174" HotelName="Saigon Prince Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Nguyen Hue Boulevard, Ho Chi Minh City, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/fd/68fdca2ab10e91d6793aa7a6b6304bca84ddb396.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of the city, the hotel offers easy access to the business and gov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.64" OriginalAmount="66.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772628856641" Longitude="106.69320192394" StarRating="4" HotelCode="384226|1245308" HotelName="Homestead Parkview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>149- 151 Nguyen Du Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c1/f7c10dd6256c57f9f67288fddb5618f5d4060123.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779056847524" Longitude="106.70403644916" StarRating="3" HotelCode="130176|asian_ruby_luxury_hotel" HotelName="Hotel De Charme Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Thi Sach, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/39/6e392148bd7bf004ce693c29f251dc47ab967539.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the District 1, Dong Khoi neighbourhood of Ho Chi Minh City, the hotel is close to Ho Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="962928|republic_plaza_serviced_apartment" HotelName="Republic Plaza Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Cong Hoa Street, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/7d/107dbc2cae3e8812f271aa72ab0ece4c81565532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.02" OriginalAmount="67.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773541213731" Longitude="106.69869572454" StarRating="4" HotelCode="295333|119272" HotelName="Liberty Central Saigon Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 - 179 Le Thanh Ton, District 1, Ho-Chi-Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/a8/0ba8fd28243d2a19384be35dac634466c692d929.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Ho Chi Minh City, this urban hotel is about 1.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.06" OriginalAmount="67.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776733" Longitude="106.702603" StarRating="4" HotelCode="59858|141054" HotelName="Continental Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 - 134 Dong Khoi St., Dist 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/8d/318dab5918c77eb7e0054bb5751b82d640b21b31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre, close to a variety of conveniences for the traveller and bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.17" OriginalAmount="67.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78106843" Longitude="106.69047923" StarRating="4" HotelCode="552447|2514545" HotelName="Sila Urban Living" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>21 Ngo Thoi Nhiem Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/eb/56eb9a1ae01543c1a6d6b779c0dce6da5054a0a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776229047251" Longitude="106.69136065641" StarRating="3" HotelCode="307375|sonnet_saigon_hotel" HotelName="Sonnet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Truong Dinh Street, Disrict 3, Ho Chi Minh City ( Saigon )</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/44/be442ebab6616898f8797c577b2d5d6054eb03f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772633527899" Longitude="106.69519898731" StarRating="3" HotelCode="347829|lavender_boutique_hotel" HotelName="Lavender Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>200-204 Ly Tu Trong, Phuong Ben Thanh, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/ec/faec08916fe94d3fd393a89811e6f9c538fb2de6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774227666667" Longitude="106.696833" StarRating="4" HotelCode="915656|aem_corp__royal_palace_hotel" HotelName="A&amp;Em Corner Sai Gon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>39-41 Thu Khoa Huan Street, District 1, Ho Chi Minh City, Ðông Nam B? (Südostregion)</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/e5/d0e54885b18173f1df9639f70d2577e0228974f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.72" OriginalAmount="69.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.762013" Longitude="106.696365" StarRating="3" HotelCode="307373|1204908" HotelName="Sunland Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302-304 Vo Van Kiet Str, Co Giang Ward, District 1, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/7b/f77bf6cd724764a662f21491a3558c322f89ab27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.40" OriginalAmount="70.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771849506508" Longitude="106.69016356442" StarRating="4" HotelCode="933301|edenstar_saigon_hotel" HotelName="EdenStar Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ae/02ae357e049d74c903aac802d9196377e7dd9f7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.13" OriginalAmount="70.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784147" Longitude="106.699607" StarRating="4" HotelCode="410259|991675" HotelName="Somerset Chancellor Court Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Nguyen Thi Minh Khai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f1/0af13d0aafa651f4f1614f188d3eb806b70739c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled among tree-lined boulevards on the corner of Mac Dinah Chi and Nguyen Thi Minh Khai streets,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.22" OriginalAmount="70.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72656182" Longitude="106.7234994" StarRating="4" HotelCode="374714|1757548" HotelName="MerPerle Crystal Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>C17-1-2 Nguyen Luong Bang, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/2f/c42ff82d56cf62d36a10ed2e92adc1e2f693b28b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.31" OriginalAmount="70.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77270773" Longitude="106.69005833" StarRating="4" HotelCode="435237|2013445" HotelName="Fusion Suites Sai Gon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Suong Nguyet Anh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a6/d6a6f1fd9499a80f8d811aa3c28ae512fcf29bb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.46" OriginalAmount="73.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778166773973" Longitude="106.70589742879" StarRating="4" HotelCode="317062|millennium_boutique_hotel" HotelName="Millennium Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7A Thai Van Lung, Ben Nghe Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c8/2c/c82c300082ec1a83c53760a8d26a699d0c557c58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.79" OriginalAmount="74.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77874" Longitude="106.704061" StarRating="4" HotelCode="307376|1450358" HotelName="Paragon Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Thi Sach Street, Ben Nghe Ward, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/54/67543220689e7a4ee0b9c9222422686f169c74c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.59" OriginalAmount="75.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730909152082" Longitude="106.72361579172" StarRating="3" HotelCode="200090|1017438" HotelName="ibis Saigon South Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Hoang Van Thai Street, Phu My Hung Tan Phu Ward, District 7, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/23/c5234809dfb5bdb17a0d0402d52010795240d7ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.56" OriginalAmount="78.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77936414" Longitude="106.70471469" StarRating="3" HotelCode="436084|saigon_city_residence_serviced_apartment" HotelName="Saigon City Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>8A/3D2 Thai Van Lung street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/90/cd906e6b8f8ec4c4b96468bdad07ba39d87c8134.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.64" OriginalAmount="82.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80140933" Longitude="106.65541187" StarRating="3" HotelCode="844971|holiday_inn_hotel_and_suites_saigon_airport" HotelName="Holiday Inn &amp; Suites Saigon Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18E Cong Hoa Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/42/33/4233c484fca258183a0a0bc25ec893cf8051ee98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.68" OriginalAmount="84.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779091" Longitude="106.703987" StarRating="3" HotelCode="72564|may_hotel" HotelName="May Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Thi Sach Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/45/9a457f3b3d3700a01d60902446df8c0eebf46e3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Saigon, within walking distance of the city theatre, Ben Than...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79981512" Longitude="106.72366222" StarRating="4" HotelCode="372528|charm_suite_saigon_2" HotelName="Charm Suite Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>330A/330B Ung Van Khiem Stree, Ward25, Binh Thanh, Ho Chi Minh City (Saigon)</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/02/fe02d91ac7849171b95758af2b58445510a9cce6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78897659" Longitude="106.70874303" StarRating="3" HotelCode="968950|mh_serviced_apartment" HotelName="M-H Residence &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Ngoc Phuong, Ward 19, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/1e/361e2de31a08a462b1d9aa9ccd506eb1fafc908d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.67" OriginalAmount="87.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772975" Longitude="106.706286" StarRating="5" HotelCode="14523|572425" HotelName="Majestic Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Ski Hotel " CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/f1/1ef1f89998c542b259146d2ab168a4d415e9fdc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, overlooking the Saigon River. It features original Fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.91" OriginalAmount="88.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.763357" Longitude="106.678984" StarRating="5" HotelCode="12148|90146" HotelName="Equatorial Ho Chi Minh City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>242 Tran Binh Trong, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/6b/3b6b48d8db148843e364a2fc2a125c5a41b5a3b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upper- mid range hotel is located in the 5th district on Tran Binh Trong Street and between Sai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.63" OriginalAmount="88.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81993" Longitude="106.726024" StarRating="4" HotelCode="119020|572505" HotelName="Saigon Domaine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Country House,Club Resort,Golf Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1057 Binh Quoi Street, Ward 28, Bin Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/1b/60/1b605eb9cff8a62e6220557077d4f4497e377501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is surrounded by Saigon River, on the green island of Thanh Da in Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.42" OriginalAmount="90.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773855" Longitude="106.70564" StarRating="4" HotelCode="46026|825595" HotelName="Grand Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/65/5a65a9a49076d57cbe5c52f10a86ea71e93c05eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfectly located in the heart of the city centre, this hotel is the ideal choice whether guests are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.47" OriginalAmount="92.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.763731" Longitude="106.682752" StarRating="5" HotelCode="176758|967285" HotelName="Nikko Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>235 Nguyen Van Cu Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/ac/1aac16642288a5ca9412b58d3c44dcd860262d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the centre of Ho Chi Minh City, the hotel offers easy access to Tan Son Nhat Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.71" OriginalAmount="92.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73038275721" Longitude="106.72360549134" StarRating="4" HotelCode="263801|1176748" HotelName="Capri by Fraser, Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.2, Street C, Tan Phu Ward, District 7 - Lot A, New Urban South City, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d5/add556376492a2e2c7f45c175b8fc89e5757ca18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.86" OriginalAmount="93.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80470337" Longitude="106.73989438" StarRating="3" HotelCode="736391|la_casita_saigon" HotelName="La Casita Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Tran Ngoc Dien, Q2, Thao Dien, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/10/241053b158685e3b2d90415ca3e47885b59c8dc9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.23" OriginalAmount="95.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771608" Longitude="106.697459" StarRating="3" HotelCode="142301|1525378" HotelName="Silverland Central Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 - 16 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/7e/f57eb7c7c9d3dbbcc9df930c12dad2466c036c0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district of Ho Chi Minh City. Close to Ben Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.815904460376" Longitude="106.73341814103" StarRating="4" HotelCode="915646|villa_song_saigon" HotelName="Villa Song Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197/2 Nguyen Van Huong Street, Thao Dien Ward, District 2, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/32/a2323cba1c141a971612b9785944a4c526e19b26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781594302784" Longitude="106.70560659201" StarRating="4" HotelCode="933873|silverland_sakyo_hotel__spa" HotelName="Silverland Sakyo Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>10A Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/cf/8bcf3ba495ae544e40ddf73f68e7c2b4fdb4fa35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.01" OriginalAmount="97.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.782758450669" Longitude="106.69339942797" StarRating="5" HotelCode="902518|332675" HotelName="Sherwood Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>127 Pasteur Street, Ward 6, District 3, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/db/7cdb72da6b825b56ebe6ac0b0d1ca5b24988311f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.25" OriginalAmount="98.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78107863" Longitude="106.6954924" StarRating="4" HotelCode="771363|3466575" HotelName="Orchids Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>192 Pasteur Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/90/3d901b70683ef8edf2ec18651a59a01a0959e2aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Orchids Saigon Hotel is located in the best convenient location, with easy access to major consulate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.72" OriginalAmount="100.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775464633334" Longitude="106.7017185688" StarRating="5" HotelCode="36290|143126" HotelName="Rex" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>141 Nguyen Hue Blvd., Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e3/68e3ed005fe146d5b65e0bdcab9ba38709d001f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of one of Vietnam's metropolises. The famous Ben-Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="103.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780879795401" Longitude="106.7041373623" StarRating="5" HotelCode="314293|norfolk_mansion" HotelName="Norfolk Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-19-21 Ly Tu Trong Street, Distrikt 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/82/5782560bc42ccd559d39048353657769eec0d8be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.45" OriginalAmount="103.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77322654" Longitude="106.7019244" StarRating="3" HotelCode="856648|3429825" HotelName="M Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Ton That Thiep Street, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/96/cb9634681eafd1c5dafb026a6bb508c5b8a59d09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.53" OriginalAmount="104.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78249957" Longitude="106.69658126" StarRating="3" HotelCode="744034|3453175" HotelName="Bach Suites Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Designated Smoking Area,Dining,Internet,Kitchen,Laundry,Meeting Room,Parking,Printer,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10A Pham Ngoc Thach, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/9d/809d3a561678466a7e5f47ddf09ad2cd505fd12d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Defined by a sweeping feeling of nostalgia that recalls this region's French colonial past, Bach Sui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.12" OriginalAmount="106.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.805483296251" Longitude="106.75175038935" StarRating="5" HotelCode="263802|somerset_vista_ho_chi_minh" HotelName="Somerset Vista Ho Chi Minh City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>628C Hanoi Highway, An Phu, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b0/91/b091858ff2f2157cecba99002ec36d5d87eb01bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.49" OriginalAmount="106.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78044532" Longitude="106.70445237" StarRating="3" HotelCode="586742|2283205" HotelName="Amena Residences &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>24 Le Thanh Ton Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/7b/357b39d059bf512248c85fa15956b775a681a28e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.18" OriginalAmount="108.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784629" Longitude="106.695984" StarRating="4" HotelCode="186075|894845" HotelName="Novotel Saigon Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Hai Ba Trung, District 3, Ho-Chi-Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/bb/3bbbc978018819dc9f14f36d7299e459e64d6eb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.72" OriginalAmount="112.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773754475146" Longitude="106.70632367361" StarRating="4" HotelCode="151366|962365" HotelName="Liberty Central Saigon Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/1d/5d1d544dc0d12d116ad916811f702c9bf522e25f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Ho Chi Minh City, this urban hotel is about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.98" OriginalAmount="119.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776315709579" Longitude="106.70354783535" StarRating="5" HotelCode="20557|34114" HotelName="Caravelle Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-23 Lam Son Square, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/37/cf/37cfee34538938fef4a427c8eb84dc93346a4dc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the midst of the business, shopping and entertainment districts o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.99" OriginalAmount="119.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778884733186" Longitude="106.70697569847" StarRating="5" HotelCode="33861|96028" HotelName="Lotte Legend Hotel Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A - 4A Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/10/101040bf99cc1e029993803b17550e2b2447161b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City on Ton Duc Thang Street fronting the scenic Sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79768907" Longitude="106.73076822" StarRating="1" HotelCode="760825|thadico_3_hotel" HotelName="Thadico 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-8 Duong 19B, Binh An Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/6a/166a9b1b70ca645cbbe3cf01599f893b631cf0de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877889|saigon_1979" HotelName="Cong Quynh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>190 Cong Qu?nh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/57/0a57de2323ab638268658a46022b44ae44797b8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.83" OriginalAmount="123.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772685994812" Longitude="106.70119836011" StarRating="4" HotelCode="82917|1093168" HotelName="Sedona Suites Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Le Loi Boulevard, Saigon Centre, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/08/8308915126f6add7b34800f8bb78f2ad668b85c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784038523645" Longitude="106.70265197754" StarRating="5" HotelCode="17762|sofitel_saigon_plaza" HotelName="Sofitel Saigon Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Le Duan, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/de/07de9c5ee8ee1f54c21ba63c1696cba9bc5b4774.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international hotel is located on the historical tree-lined Le Duan Boulevard, in the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78229692" Longitude="106.69192185" StarRating="0" HotelCode="963806|mai_house_saigon" HotelName="Mai House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Nam Ky Khoi Nghia Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/92/3792a6c8e0ac297b15df3a29a284fa618db59520.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.52" OriginalAmount="126.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77454" Longitude="106.706428" StarRating="5" HotelCode="20679|renaissance_riverside_hotel_saigon" HotelName="Renaissance Riverside Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-15 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/de/2bde0b3059bfb3fec61a3f44a8bf57dff7647c17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located at the heart of Ho Chi Minh City, just a few minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.03" OriginalAmount="128.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78230731" Longitude="106.69230252" StarRating="4" HotelCode="626745|2283895" HotelName="Sherwood Suites Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>192 Nam Ky Khoi Nghia, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a1/77a12875677d33bbb4b83ed747c9e6359bbef61b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.86" OriginalAmount="129.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73019994" Longitude="106.70437831" StarRating="4" HotelCode="639571|2552575" HotelName="Oakwood Residence Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1056A Nguyen Van Linh Road, Tan Phong War, District 7, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/f8/1bf8771040465d7396bd9ab51dc720bfcb0c0864.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.34" OriginalAmount="133.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.782333" Longitude="106.697399" StarRating="5" HotelCode="317378|1621068" HotelName="Hotel Des Arts Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76-78 Nguyen Thi Minh Khai Street, District 3, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/1d/e41da77dd1b0e3429f3df21721651ae274027997.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.75" OriginalAmount="134.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.800120014297" Longitude="106.68124345002" StarRating="2" HotelCode="347731|1785938" HotelName="Quynh Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>206B Phan Dang Luu, Ward 03, Phu Nhuan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/22/fb22cfebf8c0ced74f202458dcf1f4c0df989665.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.70" OriginalAmount="135.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770901" Longitude="106.695044" StarRating="5" HotelCode="15141|new_world_saigon_hotel" HotelName="New World Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/cb/8ccb4adbcc125cebfd607bb57c1af1607fb363e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located directly in the business centre of HCMC where a selection of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.48" OriginalAmount="136.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7743695" Longitude="106.7065418" StarRating="5" HotelCode="314951|1474768" HotelName="Le Méridien Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3C Ton Duc Thang Street, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/41/3b/413b1cf7805715a7985a38f5483c6d93264dc79b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.71" OriginalAmount="139.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.789538660286" Longitude="106.70287930059" StarRating="4" HotelCode="410260|826155" HotelName="Somerset Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A Nguyen Binh Khiem Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/b3/89b34ff5be60c03ed29f876e959af9de421ef7d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the business and shopping district, conveniently close to business destinati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.54" OriginalAmount="146.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775733394513" Longitude="106.70403599739" StarRating="5" HotelCode="50609|91630" HotelName="Sheraton Saigon Hotel &amp; Towers" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Dong Khoi, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/bb/f8bb4744ab504c755fc897f8087445576c55d870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a privileged location in the heart of Ho Chi Minh City, on the most famous street, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.89" OriginalAmount="157.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774697214273" Longitude="106.70569880738" StarRating="4" HotelCode="525353|2103345" HotelName="The Myst Dong Khoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6,8 H? Hu?n Nghi?p, P. B?n Nghé, H? Chí Minh, Qu?n 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d5/cdd55f223313e64f043357b271720f4cb0269e67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.42" OriginalAmount="171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81015268" Longitude="106.7515607" StarRating="5" HotelCode="961035|mia_saigon_luxury_boutique_hotel" HotelName="Mia Saigon Luxury Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Street 10, An Phu Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/8d/458d4fb87e92ccceb162452146e452fb7c117d1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.09" OriginalAmount="174.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781488269724" Longitude="106.7011069828" StarRating="5" HotelCode="175615|824515" HotelName="InterContinental Residences Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Nguyen Du Street &amp; Hai Ba Trung, St., District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/95/8d958dfd77f3212d7f51631ba8ad8ccc02ec3dc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77358808" Longitude="106.70456638" StarRating="5" HotelCode="263804|the_reverie_saigon" HotelName="The Reverie Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-36 Nguyen Hue Boulevard, 57-69F Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/e9/3ee9001b49759907b9e32b80a6797c8b9b0fbdd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.51" OriginalAmount="215.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774258514345" Longitude="106.70497618926" StarRating="5" HotelCode="376432|1847348" HotelName="The Reverie Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57-69F Dong Khoi Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.94" OriginalAmount="247.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77458" Longitude="106.700705" StarRating="4" HotelCode="936613|liberty_central_saigon_city_point_hotel_" HotelName="Liberty Central Saigon Citypoint Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Pasteur, Qu?n 1, TP. H? Chí Minh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/10/2a1080dd3300e5e125879a9cf4628da33ac7f14c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78083238" Longitude="106.7049958" StarRating="3" HotelCode="945440|roseland_centa_hotel" HotelName="Roseland Centa Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>15/1A-15A/57A Le Thanh Ton, Ben Nghe Ward, Dist 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/79/8879d23f52080fca87a11d5aa3aeef61f4c64daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74779125" Longitude="106.61092075" StarRating="0" HotelCode="839596|minh_ha_hotel" HotelName="Minh Ha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Beauty Salon,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24-26 Street 30, Binh Tri Dong B Ward, Binh Tan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/2e/ee2e7cd979d85a4930eb29141c38e0b5d61a8123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Minh Ha Hotel is conveniently located in the popular Tan Tao Industry Zone area. The hotel offers a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="416.16" OriginalAmount="408.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.759449" Longitude="106.669292" StarRating="5" HotelCode="904542|an_lam_private_residences_saigon_river" HotelName="An Lam Saigon River" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/84/2984e70420e619e1bc5254d33876f0b505d09a7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6902.95" OriginalAmount="6767.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7919913" Longitude="106.7223097" StarRating="5" HotelCode="815739|2343045" HotelName="Vinpearl Luxury Landmark 81" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>720A Dien Bien Phu Street, Landmark 81 Building, Vinhomes Central Park, Ward 22, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/30/a130dc28d54a304e9ae3f059c08be152fff0b714.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Lounge,Massage Centre,Sauna,Shopping Arcade,Nightclub,Bicycle Rental,Kitchen,Central Heating,Swimming Pool,Garden,Wheelchair Access,Golf,Spa,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Pets allowed,Smoking Rooms,Wake-up Call Service,24 Hour Front Desk,Beauty Salon,Concierge,Dry Cleaning,Elevator,Luggage Storage,Parking,24 Hour Room Service,Business Centre,Coffee Shop,Housekeeping,LCD/Projector,Off-Site Parking,Pick &amp;amp; Drop,Porter,Valet Parking,Meeting Room,Banquet Hall,Dining,Printer,Babysitting</BasicAmenities>
    <HotelRating>3,5,4,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SKI HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,APARTMENT HOTEL,COUNTRY HOUSE,CLUB RESORT,GOLF HOTEL,ECO HOTEL,HOTEL DE CHARME,HOTEL,RESIDENCES,HOSTELS,GUEST HOUSES,AIRPORT HOTELS,APARTMENT,APARTHOTEL,SPA HOTEL,HOLIDAY HOMES</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e1624d97-336a-40a2-90f7-9768831e6158|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="e1624d97-336a-40a2-90f7-9768831e6158">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84794" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-23T00:00:00" End="2026-06-24T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e1624d97-336a-40a2-90f7-9768831e6158|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e1624d97-336a-40a2-90f7-9768831e6158|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-23T10:21:10.5513815+01:00" Version="0" EchoToken="Search" TransactionIdentifier="e1624d97-336a-40a2-90f7-9768831e6158" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="6.02" OriginalAmount="5.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772284" Longitude="106.690775" StarRating="2" HotelCode="905926|1162688" HotelName="Nouveau Happy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Bùi Th? Xuân, Phu?ng B?n Thành, Qu?n 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/61/5b61ced4a7cadd5d7910ebf4979c277745fb055c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated about 10 m from Tao Dan Park and some 100 m from the nearest restaurants and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6.12" OriginalAmount="6.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="696398|sunrise_trung_son_hotel" HotelName="Sunrise Trung Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 63 Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ec/6decbb3848a064f1e54bec03da2aac9b81a27951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6.12" OriginalAmount="6.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="829149|ngoi_sao_phuong_nam_hotel" HotelName="Ngoi Sao Phuong Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41/2 Tan Thoi Nhat 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/03/a803200be4b1503f324da927b958820f90f5dfc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6.73" OriginalAmount="6.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.843616463999" Longitude="106.65712357156" StarRating="2" HotelCode="347359|1222298" HotelName="Lan Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>251/28 Le Van Tho, Pham Ngu Lao Ward, Go Vap, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/45/3445c7f6ba11b8e2a177c1b52fbe848ade5fb087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.14" OriginalAmount="7.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76285199" Longitude="106.67635399" StarRating="1" HotelCode="373134|trang_thu_2_hotel_" HotelName="Trang Thu 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>328 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d8/edd8aea3451fbf41be7614b4669f9438c776f013.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.14" OriginalAmount="7.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74717235" Longitude="106.61666251" StarRating="0" HotelCode="698256|hong_tam_hotel" HotelName="Hong Tam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Street 14</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a2/34a2b500a1c66c290bd12f8e39e3fb43f0c10737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78671726" Longitude="106.63458034" StarRating="2" HotelCode="346598|avatar_hotel_2" HotelName="Avatar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Le Van Phan, Phu Tho Hoa Ward, Tan Phu District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/be/7abe64a3afb410225bf950076a7d39ea28568a93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a bar, a tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768942745378" Longitude="106.69401345656" StarRating="2" HotelCode="309439|ipeace_hotel" HotelName="Ipeace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>175/8 Pham Ngu Lao Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/34/2d34efe25c7d2b624826773738627d31e72ca562.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75683433" Longitude="106.63412633" StarRating="2" HotelCode="626493|ba_dat_homestay_q6" HotelName="Ba Dat Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68b/13 Dang Nguyen Can</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/61/4a61ed9b4d662f9a2aa6873b286a1a78ce8e856c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="826179|ngoc_trinh_hotel_2" HotelName="Ngoc Trinh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>107 Ho Ba Kien</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/a2/0aa211af4432a6951c1b6465c70186a9ac1f6a9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.01" OriginalAmount="8.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.807323264546" Longitude="106.67519631298" StarRating="2" HotelCode="376520|1810488" HotelName="Huong Mai 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>112 Dao Duy Anh Street, Phu Nhuan District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/be/90be63aa085ad2dd3d566760372f7270682827ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.797369845317" Longitude="106.67803368713" StarRating="2" HotelCode="309442|kim_yen_hotel" HotelName="Kim Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Nguyen Trong Tuyen, Phu Nhuan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/f6/abf66ec15768942f615e22f711f846309bb30b64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a restaurant and room servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79665553" Longitude="106.64815204" StarRating="2" HotelCode="346732|hung_anh_hotel" HotelName="Hung Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>35 Thep Moi, Ward 12, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/4b/e94bd81c2ea6778e97e61a018106e36ce104d01b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76764638367" Longitude="106.69387233223" StarRating="2" HotelCode="346391|saigon_europe_hotel" HotelName="Saigon Europe &amp; Spa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>207 De Tham, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/a0/86a060fda153b58d6997b5ddfb70255f8cede13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766736246649" Longitude="106.69278420974" StarRating="2" HotelCode="346919|nn_hotel" HotelName="NN Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6c/376cb912ae347d8fe0e953222492a14c2dc91626.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76725251" Longitude="106.69370287" StarRating="3" HotelCode="309425|aston_hotel_saigon" HotelName="Aston Hotel - Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 - 29 Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/1d/dc1dc3bcc6eeaf7a18fa609ff77327f1187d8543.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79704875" Longitude="106.65917328" StarRating="2" HotelCode="372498|hoa_de_nhat" HotelName="Hoa De Nhat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4/1/9-4/1/11 Hoang Viet, Tan Binh Distrikt, Ho Chi Minh Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/bb/f4bbe3c79315acc957272656624df34decab582b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7734013" Longitude="106.69637328" StarRating="2" HotelCode="363798|mai_vuong_sai_gon_hotel" HotelName="Mai Vuong Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>153 Ly Tu Trong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/29/8c29baabcd9c810ee3ecce6df39ae0ab8c26d00b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75169655828" Longitude="106.71154543298" StarRating="2" HotelCode="347296|ngoc_tung_riverside" HotelName="Ngoc Tung Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>361 Tran Xuan Soan, Tan Kieng Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/1c/691c81fed936c3ec80b1e3f216e3d460fc290adb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76367193527" Longitude="106.67587796226" StarRating="0" HotelCode="347730|hoang_yen_nhi_hotel" HotelName="Hoang Yen Nhi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>370 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/92/0e92233fb769ed075a7cc2abc6127c05f3d9a9f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78872176" Longitude="106.67539805" StarRating="3" HotelCode="630527|tropical_house_5" HotelName="Tropical House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>413/37 A Le Van Sy, Ward 12, District 3, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/ef/09ef5d965e525111016c25cb51526a9ce97958c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77982451" Longitude="106.66823007" StarRating="3" HotelCode="586659|bonita_tht" HotelName="Bonita THT" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>185 To Hien Thanh, Ward 13, District 10, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/a7/88a7db304177ba80ef4ec3718a0ca0fe790d0301.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76757213" Longitude="106.69190697" StarRating="2" HotelCode="783042|h_best_hostel_cafe_saigon" HotelName="H Best Hostel Cafe Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>265/39 Pham Ngu Lao, Phuong Pham Ngu Lao, Quan 1, Ho Chi Minh City 700000, Sai Gon</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/2f/de2f9efa0955e79b0668354081608ed6b6bda46e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76780951" Longitude="106.69443028" StarRating="0" HotelCode="839942|titi_hotel_" HotelName="Ti Ti Room For Rent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/12-14A Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/4b/994b960f08bbabd2019ebe841f07c6b6e920c862.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80105584" Longitude="106.64306701" StarRating="0" HotelCode="808746|nui_thanh" HotelName="Nui Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Parking,Pets allowed,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3A Nui Thanh Street, Ward 13, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/5f/ed5febcae674b2ba26849061c1a8a28162340e1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Nui Thanh Hotel to discover the wonders of Ho Chi Minh City. Offering a variety of facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="967501|reddoorz_nguyen_kiem_street" HotelName="Van Giao Hotel by RedDoorz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>740B Nguyen Kiem Street, Ward 4, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e7/83e74619113979005889b922417741c491a611d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.20" OriginalAmount="9.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769343989153" Longitude="106.70243844654" StarRating="2" HotelCode="309422|3432465" HotelName="Anh Duy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Nguyen Cong Tru, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/3b/c63bff1c279951d5b94d403278482f0d5be1dc40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.37" OriginalAmount="9.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76919427" Longitude="106.69034195" StarRating="2" HotelCode="518106|3475775" HotelName="Ace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>139H Nguyen Trai, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b9/e9b9c043ebe043808245b560d6d085dc66042d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.38" OriginalAmount="9.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766855776695" Longitude="106.68949317369" StarRating="2" HotelCode="378557|1720158" HotelName="Khoi Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/11 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/9f/e59f99c11d614c1413cf2e42e25796fa4fe88041.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.38" OriginalAmount="9.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81287762" Longitude="106.66700005" StarRating="2" HotelCode="772394|3440245" HotelName="95 Lam Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Lam Son, Ward 2, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a1/eea189982d02e1fe7dad4210dd6cdd9ceee2112d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.45" OriginalAmount="9.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767538967221" Longitude="106.69078566219" StarRating="2" HotelCode="346965|1897475" HotelName="Hoang Phi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>313 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b5/a2b53c325ba978b1a0ebbee5c6ab8417cd2aba89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.77" OriginalAmount="9.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.84919597" Longitude="106.67861124" StarRating="3" HotelCode="828962|3471675" HotelName="Galaxy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>594-596 Nguyen Oanh, Phuong 6, Quan Go Vap, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/d9/d5d92e7ddd1b9ec5f64e9997ad5a3be27cd69420.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.96" OriginalAmount="9.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79787932" Longitude="106.73022569" StarRating="1" HotelCode="694403|3434985" HotelName="Sai Gon River Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35/8 Street 19, Binh An Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/06/4d0619c38792781a86b869ec9109cd5285ae5817.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.06" OriginalAmount="9.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767" Longitude="106.6893" StarRating="2" HotelCode="491735|1221758" HotelName="Long Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>373/10 Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/36/35360f0baa73c26ea3f23ca3d847c634e5fb6de5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76756647" Longitude="106.69121823" StarRating="2" HotelCode="347133|giang_son_2_hotel_2" HotelName="Giang Son Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>283/24 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/35/9f35c9221eea835029e047cbe02c18a17faef1ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80054826" Longitude="106.64258544" StarRating="2" HotelCode="424761|song_nhat" HotelName="Song Nhat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Designated Smoking Area,Elevator,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20/19 Nui Thanh, Ward 13, Ho Chi Minh, Tan Binh District</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1c/f31cad49bc996872da84e2ad7564769a25458e6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Song Nhat Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. The h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79187045" Longitude="106.6435422" StarRating="3" HotelCode="691105|hung_miami_hotel" HotelName="Hung Miami Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160-162 Bau Cat, 160-160 Bau Cat, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5a/415aa653c8a2835b6436f148eaa367dcccea48f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80248594" Longitude="106.64285103" StarRating="3" HotelCode="698183|van_ha" HotelName="Van Ha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bicycle Rental,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>440 Cong Hoa Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/ac/83ac79acf51a8b5b47341c1af425aab841859b35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Van Ha Hotel to discover the wonders of Ho Chi Minh City. The property features a wide range...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73449326" Longitude="106.66011349" StarRating="0" HotelCode="808832|felix_garden_hotel_" HotelName="Felix Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>908 Ta Quang Buu Street, Ward 5, District 8, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/98/2d988c2828b4e0633b065c0cef8691a69ea6edde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Felix Garden Hotel puts everything the city has to offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="829310|nhu_y_hotel" HotelName="Nhu Y Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185 Duong 16</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/3f/d53fd550e2adb0100ab192a3dde633efaf732671.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76590077" Longitude="106.69132104" StarRating="3" HotelCode="784985|an_nam_corner_dreamer" HotelName="An Nam Corner Dreamer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>183/15 Bui Vien, Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/de/f4de4fc5a0e926431f49f6e497e3eafd27925911.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="876931|phuong_linh_hotel_3" HotelName="Phuong Linh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-27A Nguyen Thái Bình, Phuong 4, Quan Tan Bình, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/26/632604c258cf2825eb5aad46e4a41840cfa8db3e.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="884419|nam_bac_hotel" HotelName="Nam Bac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>206 Phan Dang Luu</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/b0/aab0b58e6fe300647a1cbb478a5b219cf2edb8c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.27" OriginalAmount="10.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76845965" Longitude="106.69392118" StarRating="2" HotelCode="374002|3450305" HotelName="Saigon Amigo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>185/24 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/dc/8cdc574d1246b9e7cf3313f5da840256902a1ab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.42" OriginalAmount="10.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767537640709" Longitude="106.69269375155" StarRating="2" HotelCode="384112|1722338" HotelName="Thanh Ha Guesthouse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241/39 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/77/3177e1b17b3093d58568b9849fcb6ff7e22a467f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.57" OriginalAmount="10.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73279645" Longitude="106.70739983" StarRating="3" HotelCode="773644|3426595" HotelName="Laguna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>R3-84 Hung Gia 4, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/20/c32092acdf7f5b6b2156b143e9c82580d223ead9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.58" OriginalAmount="10.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="782923|3443475" HotelName="Language Exchange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>399/43/5 Nguyen Dinh Chieu, District 3, 1500 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/da/59da8ab74e87191346da5de9a513283046b8e9cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.69" OriginalAmount="10.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75282582" Longitude="106.66744778" StarRating="2" HotelCode="632284|3476115" HotelName="Thanh Lan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Tran Xuan Hoa, Phuong 7, Quan 5, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/17/d317c13f987619288ccbfd02a770d8f6eb6c059b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.96" OriginalAmount="10.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80422033" Longitude="106.64253823" StarRating="2" HotelCode="857198|2347205" HotelName="RedDoorz Plus Near E-Town 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Than Nhan Trung, Phuong 13, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647181/647181a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774437" Longitude="106.6350308" StarRating="3" HotelCode="369076|dong_du_hotel" HotelName="Dong Du Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Dong Du, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/e4/7fe46ec3e30766badc271d2c49ac96002b8c94bb.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81537353" Longitude="106.66828289" StarRating="2" HotelCode="370392|mi_linh_hotel" HotelName="Mi Linh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B38A Bach Dang Street, Ward 02, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/fa/85fa40a50fcf2afcc5e4d4a0c8461bb035ec4916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81141176" Longitude="106.71345483" StarRating="1" HotelCode="372702|nhat_binh_hotel_" HotelName="Nhat Bình Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>625/7 Xô Vi?t Ngh? Tinh, Ward 26, Bình Th?nh Distrikt, H? Chí Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b9/4ab9f5255c2c68e870b42d5f0053f2057cb58824.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nhat Binh Hotel is located in Ho Chi Minh City, 2.8 km from the Jade Emperor Pagoda and 3.8 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766937819478" Longitude="106.68938906265" StarRating="2" HotelCode="383568|saigon_backpackers_hostel__pham_ngu_lao" HotelName="Saigon Backpackers Hostel @ Pham Ngu Lao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/20 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/39/27398f71f7d2ce335b8432115e4c4452b1eda33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81009668" Longitude="106.68973839" StarRating="0" HotelCode="518246|tt_hotel" HotelName="TT Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155-157 Nguyen Van Dau, Ward 5, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/b1/beb103c0b15d323bc98ff4a18a4ffb4c98928da8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83808079" Longitude="106.65261342" StarRating="0" HotelCode="512643|venus_hotel_11" HotelName="Venus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>872 Quang Trung</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/2e/152ee45029dc21f634648fbb6770729b9863ef68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7274698" Longitude="106.70574936" StarRating="0" HotelCode="424712|smp_serviced_apartments" HotelName="SMP Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>SMP Serviced Apartments, R3-27 Pham Thai Buong Street, My Toan 1, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/6a/f36ab1afaf06f3489bfddda84ea7e07728dd77e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at SMP Serviced Apartments to discover the wonders of Ho Chi Minh City. The property features a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79646653" Longitude="106.65316673" StarRating="1" HotelCode="424810|hung_huong_hotel_" HotelName="Hung Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>321 Nguyen Thai Binh street, ward 12 Tan Binh district, Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/29/a029a54f7b4d75f1b088cd84006dd29dc0161c9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Hung Huong Hotel puts everything the city has to offer ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="586837|elegance_283_hotel_2" HotelName="Elegance 283 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>283 Hoang Van Thu, Tan Binh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/6e/416e74acf71711cbae3f33c2b57daf023f02e1f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80375137" Longitude="106.66219578" StarRating="2" HotelCode="620098|oyo_203_the_blue_hotel" HotelName="The Blue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/37 Phan Thuc Duyen Street, Ward 4, Tan Binh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e5/dde5082755f15dae5b92f87114a336438fbe9d84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7741056" Longitude="106.6972227" StarRating="3" HotelCode="599862|ace_hotel_ben_thanh" HotelName="Ace Hotel Ben Thanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/6c/4b6c06e39e07c05bd1afac6a9de812c6085b3ec5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="808994|minh_nhu_hotel" HotelName="Minh Nhu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Dong Xoai Street, Ward 13, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/38/73381aa1b0fbed50ff0788a934f2eeaf8656a963.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76646644" Longitude="106.69182267" StarRating="2" HotelCode="915645|meraki_hotel_2" HotelName="Meraki Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>198 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/fc/3cfc7db1d3ea8d6af1ae160ba91feed89c60498e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.38" OriginalAmount="11.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7507322" Longitude="106.66147928" StarRating="1" HotelCode="696353|3442435" HotelName="Truong Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55-57-59 Trieu Quang Phuc Street, Ward 10, District 5, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/b0/00b00d6274eeb42a1c12451df129a72ac911bfb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Truong Giang Hotel to discover the wonders of Ho Chi Minh City. Featuring a complete list of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.69" OriginalAmount="11.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76779956" Longitude="106.69469686" StarRating="3" HotelCode="869470|3443535" HotelName="An Nam Corner Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>186/20 Bùi Vien, Pham Ngu Lao Ward, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/3a/05/3a05965bd2192cc0b4458d32e76381127528a8f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.80" OriginalAmount="11.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79743051" Longitude="106.67528452" StarRating="2" HotelCode="374783|1802978" HotelName="Yen Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>219 Nguy?n Tr?ng Tuy?n, P. 8, Q., Phú Nhu?n District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/70/7f70167e387882a0df9a217106804d044ec7f377.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.86" OriginalAmount="11.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76970126" Longitude="106.69083414" StarRating="3" HotelCode="701139|3449705" HotelName="Lucky Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146 Nguyen Trãi, Phu?ng Ben Thành, Qu?n 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/17/6417ea4b5daf6d9763426b34ecdd133234c91646.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.93" OriginalAmount="11.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="874545|2347295" HotelName="RedDoorz Plus Near Nowzone Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>135 Nguyen Van Cu Street, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647286/647286a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.94" OriginalAmount="11.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72727581" Longitude="106.70558166" StarRating="3" HotelCode="620077|3456775" HotelName="Emerald Serviced Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>159-161 Pham Thai Buong Street, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/793292/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.03" OriginalAmount="11.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767699910813" Longitude="106.69089631483" StarRating="2" HotelCode="365896|3426235" HotelName="Koniko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Currency Exchange,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>283/22 Pham Ngu Lao Street, District  1, Ho Chi Minh City  70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/76/617614ec5b1767af02e29713a72161c665746f85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;We are glad to welcome your stay at our hotel our hotel is located in a peaceful and lovely alley wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.04" OriginalAmount="11.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77169421" Longitude="106.69374817" StarRating="2" HotelCode="363860|3436755" HotelName="Holiday Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Ly Tu Trong Street  Ben Thanh Ward, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/35/47359fd88cc46e6085f9410adfeb167f9319f057.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774244984181" Longitude="106.67185757176" StarRating="0" HotelCode="373910|hoa_mai_hotel" HotelName="Hoa Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>723-725 Le Hong Phong Street, District 10, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/c6/f4c6bda08e3b85b7ca5d3da614f093d3f010ae41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77190984" Longitude="106.69602406" StarRating="3" HotelCode="374170|cat_hotel_ben_thanh" HotelName="Platinum Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/c5/d0c5adf430eeb08e89506d83e06a31b48acb685c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75286907" Longitude="106.65564001" StarRating="2" HotelCode="492336|sao_mai_hotel_4" HotelName="Sao Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>896 Nguyen Trai, Ward 14, Ho Chi Minh 70000, District 5</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/6d/106dad05ae6d0572b4d0bdedd308d4a2084acbdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sao Mai 896 Hotel is a popular choice amongst travelers in Ho Chi Minh City, whether exploring or ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81254342" Longitude="106.66841799" StarRating="3" HotelCode="586775|uyen_anh" HotelName="Uyen Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43-45 Yen The Street, Ward 02, Tan Binh District, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/4a/a44af8da4d4b66334d872436462674f90f384893.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83233809" Longitude="106.6098267" StarRating="2" HotelCode="586698|atana_hotel_2" HotelName="Atana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>327 Phan Van Hon, District 12, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/1c/791caaa21a4e6b0338cf21f1a9a59590e9949db3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76775" Longitude="106.6945" StarRating="3" HotelCode="568657|an_an_hotel" HotelName="CCentral Hotel Bui Vien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/f3/dbf3fd57bb02b9d5be6f83e7b469b0a8e1da20ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80292711" Longitude="106.64073253" StarRating="2" HotelCode="784726|the_lumiere_hotel" HotelName="ND Building" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Le Van Huan Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/1d/401df7ff1b3a6eb9981736407f116cd3810e0570.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers. Additional facilities available...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="836120|mai_vang_hotel_2" HotelName="Khach San Mai Vàng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So Nha 48 Ðuong 4A</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/eb/d3eb62d8e779dd4f6b5f29c53e01daa8d0ae763d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="828989|an_tinh_hotel" HotelName="Khach San An Tinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241 Le Dai Hanh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/e2/a4e2af99ba9e7b6a131cc123bb51dc62a3afe84a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79652101" Longitude="106.68860296" StarRating="3" HotelCode="963207|cupid_2_hotel" HotelName="Cupid 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/25-52/27 Cu Lao Street, Ward 2, Phu Nhuan District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/bc/61bcc86a097f750d5bb87e2fbc826ac4ef06ae6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.46" OriginalAmount="12.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7675384" Longitude="106.694" StarRating="2" HotelCode="568658|2272185" HotelName="CCentral Hotel De Tham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>216 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/ff/0affb3106899e92670cb8a8a84af01826f77f367.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.54" OriginalAmount="12.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76802096" Longitude="106.69437282" StarRating="2" HotelCode="364737|2255005" HotelName="Beautiful Saigon 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/27 Bui Vien Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f8/4ef800043108482a0762cfc774a14634d4b0480c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.60" OriginalAmount="12.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73338004" Longitude="106.7069118" StarRating="2" HotelCode="774716|3435455" HotelName="Melody Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Hung Gia 2, Tan Phong, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/68/836859e62ab811baec484f11e3736e4a89610f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.72" OriginalAmount="12.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81273161" Longitude="106.6667208" StarRating="3" HotelCode="774255|3433575" HotelName="GIC Apartment And Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/11 Hong Ha, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/15/8f154169b57c069391ca0e2b08f051a51b637ccb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.99" OriginalAmount="12.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7666732" Longitude="106.69112892" StarRating="2" HotelCode="587106|3450635" HotelName="Green Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Do Quang Dau Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/be/4ebeb8093e887724fa1e965931cc7e7bcf3bb968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.10" OriginalAmount="12.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7762395" Longitude="106.69120256" StarRating="2" HotelCode="363875|1751518" HotelName="Ruby Star 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Truong Dinh, District 3, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/15/f01541f3288b7df6b93da03294b1b6b50a717e13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.21" OriginalAmount="12.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7679342" Longitude="106.69421719" StarRating="2" HotelCode="595899|3475745" HotelName="Quang Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/7 Bui Vien, Pham Ngu Lao ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/44695/2844695/37.jpg?f=15505547</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76891599535" Longitude="106.69829186743" StarRating="2" HotelCode="346629|dinh_phat_hotel" HotelName="Dinh Phat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>141-143 Calmette, Phuong Nguyen Thai Binh, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/31/4231927a75fc17e673f120417d028a3c88ad9061.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76716790156" Longitude="106.69348672444" StarRating="2" HotelCode="225963|beautiful_saigon" HotelName="Beautiful Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>62 Bui Vien Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2d/00/2d002b89765765c1dabb4856de7ced338156bc0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7682098277" Longitude="106.69218235857" StarRating="1" HotelCode="370146|freedom_hotel_2" HotelName="Freedom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>269,267 Pham Ngu Lao, Ho Chi Minh 700000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/dc/7bdce6704cae7f16b1b661c90c0c625efb812ab9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Freedom Hotel puts everything the city has to offer jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77327339" Longitude="106.68498548" StarRating="2" HotelCode="369887|leblanc_saigon" HotelName="LeBlanc Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>414 (Behind) Nguyen Dinh Chieu, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/9e/5f9e25d08ca68b60fee1bd89d3f374ee9e1cf9d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77456187" Longitude="106.69016198" StarRating="1" HotelCode="372654|dai_hoang_ha_hotel_" HotelName="New Star Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>214 Nguyen Thi Minh Khai Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c6/96c640de762d1b36ce76f64d00a4686cce7d56bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Ho Chi Minh City. Its setting is especially ide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7668329" Longitude="106.6926976" StarRating="3" HotelCode="376128|quan_san_guest_house" HotelName="Violet Star Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Dry Cleaning,Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>35/10 Bui Vien, Phuong Pham Ngu Lao, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/93/d59324b1475c0bcfbef6a3b3ecd69ac5283581d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quan San Guesthouse is a popular choice amongst travelers in Ho Chi Minh City, whether exploring or ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767670895466" Longitude="106.69080581993" StarRating="2" HotelCode="397067|ailen_garden_hotel" HotelName="Ailen Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>283/33 Pham Ngu Lao, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/40/2840d847c4d804c7a1d36633eb6ddfe28932d23c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80797974" Longitude="106.66355923" StarRating="2" HotelCode="595924|gia_hoa_hotel" HotelName="Gia Hoa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4 Hau Giang Street, Ward 4, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6a/426a31c199ec5a4cf5908dc5a28f5617db8de18a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79792794" Longitude="106.64155718" StarRating="2" HotelCode="601456|huy_hoang_1_hotel" HotelName="Huy Hoang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Binh Gia Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/f3/fef380de40860f0039e7f64c076762db1b6caed5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="698259|cozy_hotel_8" HotelName="Cozy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>265/7/15 Pham Ngu Lao</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/1c/661cebed8d3af8d8feb4e3f454bcdb3751b1b887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.808281" Longitude="106.6635045" StarRating="0" HotelCode="690957|thu_ha_hotel_2" HotelName="Hotel Thu Ha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Hau Giang, Tan Binh, Quan Tan Binh, Ho Chi´ Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/9c/5e9c7da39b29af3f7ecaf1846afb14a746285fb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thu Ha Hotel is conveniently located in the popular Tan Son Nhat International Airport area. Offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83921808" Longitude="106.63694469" StarRating="2" HotelCode="691064|eros_hotel_4" HotelName="Eros Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>331/8 Phan Huy Ich, Go Vap District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/7a/057a5922cb377c78d43650ece0ba46c81ae047dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7389465" Longitude="106.6901895" StarRating="0" HotelCode="963361|la_galerie_hotel_3" HotelName="La Galerie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-19 Duong So 4, Kdc Trung Son, Bình Hung, Bình Chánh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/5b/ae5bcf1c63c56e346346a213ac67371eae75a047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.44" OriginalAmount="13.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80739491" Longitude="106.6616006" StarRating="2" HotelCode="586847|3441005" HotelName="Vivian Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Thang Long, Phuong 4, Quan Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/df/21dfc0f5d807ec26a1a87d65169ebeb3ffffc3a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.44" OriginalAmount="13.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76975902" Longitude="106.6965785" StarRating="1" HotelCode="855923|3438105" HotelName="My Friends Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>572B/4 Tran Hung Ðao, Phuong 2, Quan 5, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b8/59b8bcd3de699b37f50a7e4dc5307c5cce460cc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.48" OriginalAmount="13.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.758118834036" Longitude="106.67371796811" StarRating="3" HotelCode="309420|1196388" HotelName="An Dong Center Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14-16-20 Su Van Hanh, P. 9, Q. 5, Tp, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/20/fd206b72a6c7230cb31c5baa5a79bbca8762a751.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.53" OriginalAmount="13.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7529465" Longitude="106.65914528" StarRating="1" HotelCode="375385|1802988" HotelName="Trung Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>785 Nguyen Trai, Dist 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/9b/869bf045bd0ef49464dd9dbd192fd899ad2ca74f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.89" OriginalAmount="13.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77129089952" Longitude="106.69479444623" StarRating="2" HotelCode="173645|1447118" HotelName="Blessing Central Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>267-269 Le Thanh Ton Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/3b/113b1867d47b1c8cf35275fb945e23f3869d62af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a vibrant location in Ho Chi Minh City, in close proximity to the Mariamman Temple...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.07" OriginalAmount="13.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76800746" Longitude="106.69428749" StarRating="2" HotelCode="346837|1461558" HotelName="Kim Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>40/18 Bui Vien Street, Pham Ngu Lao Ward, 1st District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/0a/360a848ffda917453d0a8760f6c2c2fff0a4af26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.19" OriginalAmount="13.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77173101" Longitude="106.69516594" StarRating="3" HotelCode="373896|3444815" HotelName="Pavilion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Le Anh Xuan, Ben Thanh Ward, District 1, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/ce/57ce60d5d3c6484677073fb65d3453ccc19da658.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.27" OriginalAmount="13.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771734264341" Longitude="106.69601722887" StarRating="3" HotelCode="382879|1166968" HotelName="Bloom Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Truong Dinh Street, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/04/9c042711b8945a22ad0dff192fa1ae74647eaf9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768472301364" Longitude="106.69340139319" StarRating="1" HotelCode="347844|1750858" HotelName="Galaxy Hotel &amp; Capsule" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>269/19 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/7e/5e7ee0aafc117ca8e0bdee259f127ce202336756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771206581069" Longitude="106.69673770666" StarRating="3" HotelCode="166815|my_anh_hotel" HotelName="My Anh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>108 Le Lai Ben, Thanh Ward District 1, Ho Chi Minh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/2b/db2bcbd5aced8b84216f598dad19384f48bd0f3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district in Ho Chi Minh City, just 5 minutes' wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76863241" Longitude="106.6941182" StarRating="2" HotelCode="368646|gia_vien_hotel" HotelName="Gia Vien Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>175/4-6 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/2f/1e2fb2fd84ee0f04b7f14469b7753149f6e1cabe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8143154" Longitude="106.67075552" StarRating="2" HotelCode="372363|golden_palm_hotel" HotelName="Golden Palm Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Bach Dang, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/35/44355afb313bc5c7cabb8c42cc7779ac0685a248.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77048577" Longitude="106.67133514" StarRating="0" HotelCode="373303|phuong_thanh_hotel_3" HotelName="Phuong Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Tran Thien Chanh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/e5/afe565e3c1d1210160d091da5f6f808782d596cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only 6 km from Tan Son Nhat International Airport, Phuong Thanh Hotel is located in Ho Chi Minh City...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.764521953335" Longitude="106.69514679437" StarRating="2" HotelCode="368159|yellow_house_saigon" HotelName="Yellow House Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114/32 De Tham Street, Ho Chi Minh, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/6b/976b386074fc0235dccacd34be5f0a536b1ca4e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.789164" Longitude="106.604285" StarRating="2" HotelCode="504127|thien_phu_logia_hotel" HotelName="Thien Phu Logia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>8A Go Xoai, Binh Hung Hoa A, Binh Tan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/e1/43e148d7313a9fd853a376bfe668732594010037.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Thien Phu Logia Hotel offers comfort and convenience whether you're on business or holida...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76861993" Longitude="106.6949001" StarRating="2" HotelCode="489009|roomsaigon" HotelName="Room@saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>193 Nguyen Thai Hoc, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/94/359402a1c9e1e8eff6398eb4590ba1cb6666646a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73144586" Longitude="106.70732717" StarRating="2" HotelCode="567743|the_garden_6" HotelName="The Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Hung Phuoc 2 Internal Street, Tan Phong Ward, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/0b/900b5c359e4c83a88c540f64f800a1724cbb1348.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72959918" Longitude="106.7071246" StarRating="3" HotelCode="754639|atlas_hotel_apartment" HotelName="Atlas Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Hung Phuoc 4, Tan Phong, Quan 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b3/1bb363f95ce6632050e0282fb028027fd375dd1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79465663" Longitude="106.64173106" StarRating="0" HotelCode="696551|lilly_hotel" HotelName="Lilly Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Bau Cat 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/37/2537bcc2ace0f2e02ef4954f9f505d55ff822fb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="781299|hotel_thien_phat" HotelName="Hotel Thien Phat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>470 Nguyen Van Linh, Phuong Tan Phu, District 7, Ho Chi Minh City 756335</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/90/bb90247a2219e5f5dc4c4318619287c11ec635e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="810894|queen_victoria_hotel_4" HotelName="Queen Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Ðuong So 10</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a1/eea1b364cac37140c2e1fe73bb7e5765b6e9748c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7685189" Longitude="106.687124" StarRating="2" HotelCode="781122|alleyway_home_hostel" HotelName="Alleyway Home Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>162/9 Bui Thi Xuan, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/5e/155e7792c7ec6b7565844034a2038bfcc60a96f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791701" Longitude="106.67293417" StarRating="0" HotelCode="962723|aladdin_hotel_and_apartment" HotelName="Aladdin Hotel And Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>397 Huynh Van Banh, Phuong 11, Quan Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/41/5741d94c63567945f8fce40256b19af196b737ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.47" OriginalAmount="14.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80210285" Longitude="106.64682889" StarRating="3" HotelCode="550330|3430045" HotelName="Minh Tam Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>278-280 Cong Hoa Street, Ward 13, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/06/8206351707a576bae170f43a1565f284e5a1d45f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.48" OriginalAmount="14.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78912916" Longitude="106.70281747" StarRating="2" HotelCode="618529|3449915" HotelName="Holo Fairy House Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/11 Nguyen Binh Khiem, Da Kao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/04/b40413225ae65d0c3ab31c295d8038f27eae0b2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.54" OriginalAmount="14.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75993249" Longitude="106.66723648" StarRating="3" HotelCode="385855|3465675" HotelName="Hue My Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Nguyen Tieu La Street, ward 5, District 10, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/33/8d33e5d6cd5fbafdc4df88061d182f2adea2b61b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;##Property Location  Located in Ho Chi Minh City (District 10), Hue My Hotel is minutes from An Dong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.75" OriginalAmount="14.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76814853" Longitude="106.69225184" StarRating="3" HotelCode="364673|2255035" HotelName="Dragon Palace II Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>221 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/9e/8a9e1f49a84213ea465d584c9e4b635b55afa48d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a transfer service and room service are available to guests of the hotel....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.838636950983" Longitude="106.67241755348" StarRating="2" HotelCode="346671|ha_oanh_2_hotel" HotelName="Ha Oanh 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>222 Nguyen Van Luong, Ward 17, Go Vap District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/zz/4bad6c758c8b98eec98ed648c1e6ee59972ca012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Ha Oanh Hotel 2 offers comfort and convenience whether you're on business or holiday in H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81636114" Longitude="106.67661071" StarRating="1" HotelCode="368824|hong_tuoi_hotel" HotelName="Hong Tuoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>491/24 (Ha Do - Nguyen Van Cong Apartment Building) Nguyen Van Cong Street, Ward 03, Go Vap District, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/3b/753b8304132de9a5ec85c042a06ac40e93573519.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77016947631" Longitude="106.68844623276" StarRating="2" HotelCode="347443|hoan_thai_hotel_" HotelName="Hoan Thai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Ton That Tung, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/7d/907de91facb80609e5e0d538a3a57c59b0493516.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77538901" Longitude="106.70480499" StarRating="3" HotelCode="370349|hampton_hotel_by_jinnu_lai" HotelName="Asian Ruby Center Point Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46-48 Mac Thi Buoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/fc/4bfc050ca38863a53ec8c30263223f704e55a262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769492167224" Longitude="106.70272524323" StarRating="2" HotelCode="347732|ohana_hotel_" HotelName="Ohana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Nguyen Cong Tru Street, Nguyen Thai Binh Ward, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/1c/a51cdd61ce613909f1e0cbb64755a26b2a07a988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Ohana Hotel offers comfort and convenience whether you're on business or holiday in Ho Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.751144510673" Longitude="106.66461030809" StarRating="1" HotelCode="347281|tan_da_hotel" HotelName="Tan Da Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Tan Da, District 5, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/01/e2011d0a81aa4ce24a80f0776bc707ead91eedc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in District 5 - China Town / Cho Lon, Tan Da Hotel is a perfect starting point from which to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77213916" Longitude="106.69617885" StarRating="2" HotelCode="363870|hoang_phuong_hotel" HotelName="Saigon Sparkle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>229 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/14/4614e98523769dfac50b63c7e3a9ea0700612e65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77164137" Longitude="106.67258028" StarRating="2" HotelCode="368077|saigon_garden_hotel" HotelName="Saigon Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>781/D1 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/c1/3dc104b7a18cf2fdb78bdb4e0f1bcfe3c4c9207d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 10 - Phu Tho Stadium / Ky Hoa Park, Saigon G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8063434" Longitude="106.73005104" StarRating="3" HotelCode="440416|kelly_apartment_thao_dien" HotelName="Kelly Serviced Apartment Thao Dien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>12 Street 43, Thao Dien Ward, District 2, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/09/7d09f863533af3e955fb82f84d07cdf6f6cdee65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76499722" Longitude="106.69509672" StarRating="3" HotelCode="599360|oyo_101_saigon_hotel" HotelName="Kien Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Co Bac Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/26/6c266073f49d573b58c79a209e318bfa5da124a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Kien Hotel 2 in Ho Chi Minh City (Core area of Ho Chi Minh Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77070775" Longitude="106.69306548" StarRating="2" HotelCode="743783|city_backpackers_hostel_3" HotelName="City Backpackers Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7/1 Nguyen Trãi, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/ed/4ced46e05b196b0b273f0a3bec3e23c3fce222e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79300627" Longitude="106.68558114" StarRating="2" HotelCode="763946|lai_hotel" HotelName="Lai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Phan Dinh Phung, Ward 2, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/89/e4897186b72b1b100fa0567729c2b04b3ee3db10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78002012" Longitude="106.67919746" StarRating="2" HotelCode="773625|thien_truong_hotel" HotelName="Thien Truong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Cong Hop Rach Bung Binh, Phuong 10, Quan 3, Thanh Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/34/b234d7c7409a5147b125e70357c50c050bcd356d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7674651" Longitude="106.69270759" StarRating="0" HotelCode="839413|4_boys_hotel" HotelName="4 Boys Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241/22 Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/00/a9003d94c845c50a4207912fc1d108cf87eb39c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877916|the_umi_hotel" HotelName="The Umi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23-23A Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/21/e921a7baba5ea843f03a6cc5a94ffd64b7cc2961.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76681496" Longitude="106.69113198" StarRating="3" HotelCode="968937|the_white_house_60" HotelName="The White Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26/5 Do Quang Dau Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/9b/ea9b6d6a321350fdd6dcaf68b908d952befda2dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="963351|thanh_vinh_hotel" HotelName="Hotel Thanh Vinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>666/17 Duong 3/2, Phuong 14, Quan 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/e6/1ae6397280418b39f977775f2091e13e430f1d6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="977731|prague_airport_hotel_2" HotelName="Prague Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Bach Dang, Phuong 2, Ho Chi Minh City 070000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/5a/1e5a91ea69f78da5f0de76e66d4425043df43933.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.31" OriginalAmount="15.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791536019451" Longitude="106.66571255755" StarRating="2" HotelCode="309467|1752978" HotelName="Vuong Quang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Bui Thi Xuan Street, Ward 3, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/72/4b72d989a0daba0969c6a8a6deba099203cfe724.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.46" OriginalAmount="15.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778625211191" Longitude="106.67286939942" StarRating="2" HotelCode="309445|1202358" HotelName="Minh Chau Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Hoa Hung, Ward 12, District 10, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/e8/21e8f6550a47d605c94a6d45054dba83b5d248ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.03" OriginalAmount="15.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770633182872" Longitude="106.69230153506" StarRating="2" HotelCode="404159|3450345" HotelName="Sakura Hostel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Designated Smoking Area,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39/26 Nguyen Trai Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/fd/f2fd6429dc9967858c7f91e9a4ef63ccb0210e97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Sakura Hostel Saigon, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.12" OriginalAmount="15.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76773546" Longitude="106.68822168" StarRating="3" HotelCode="744552|3444805" HotelName="Triip Cupid Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Bis Nam Quoc Cang, Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/23/7323123eaf8a9369089ea3e2b390735562b2f949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.15" OriginalAmount="15.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.759006" Longitude="106.684921" StarRating="2" HotelCode="607584|3427275" HotelName="Smiley Apartment 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>385/16 Nguyen Trai, Phuong Nguyen Cu Trinh, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/65/99651bcad4d013bac4bf5e04fef03f58a4600e46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.15" OriginalAmount="15.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.812831" Longitude="106.66856004" StarRating="2" HotelCode="853020|3442405" HotelName="Victory Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96 Yen The, Ward 2, Tan Binh, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/50/5250e8a60deea040703cf4bf21a80375c094fca2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.20" OriginalAmount="15.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80873145" Longitude="106.66522049" StarRating="2" HotelCode="877684|3470945" HotelName="White Diamond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So 7 Ðong Ða, Phuong 2, Qu?n Tân Bình, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/83/4783217b44cae26c01d11af3e6079fecad91d231.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.26" OriginalAmount="15.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8131415" Longitude="106.67182775" StarRating="3" HotelCode="635666|3835635" HotelName="Mai Villa Hotel Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54/34 Bach Dang, Ward 2, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4d/974dbc73fe0ac751b8e1b670488e3b9036d25c7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76824921" Longitude="106.69383632" StarRating="2" HotelCode="372104|bi_saigon_hotel_" HotelName="Bi Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185/26, Pham Ngu Lao Street, District 1,, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/89/d089241bca9abc244fc59bf334ca274e76ad12b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7965221" Longitude="106.65903137" StarRating="1" HotelCode="372574|quynh_giang_hotel_" HotelName="Quynh Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16/4 Hoang Viet, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/4a/f64a5db69047c527cc7b8e68b11a1ae31eff179e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers. Additional facilities available...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76736509" Longitude="106.69114826" StarRating="1" HotelCode="373122|quoc_minh_hotel_" HotelName="Quoc Minh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>283/8 Pham Ngu Lao, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/75/a8758f76a4285150cfbc57444dafe605ef021dd3.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Quoc Minh Hotel offers comfort and convenience whether you're on business or holiday in H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77153317" Longitude="106.69008803" StarRating="3" HotelCode="368543|an_thai_hotel" HotelName="EM&amp;EM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/30/803042c2c24dec4b47af7ddd56e7f2ec2852fad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.792482319465" Longitude="106.69608063105" StarRating="1" HotelCode="347310|tuan_viet_hotel" HotelName="Tuan Viet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>232 Dinh Tien Hoang, Dakao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/c9/d4c92c3e65a09763046add579f3d7d34f8692cbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77443641" Longitude="106.69009344" StarRating="2" HotelCode="424719|vuon_tao_dan" HotelName="Vuon Tao Dan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>220 Nguyen Thi Minh Khai, Ho Chi Minh City, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/94/0594177663b686a1d5788137a7f92ad0083563d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767705446377" Longitude="106.6926182825" StarRating="2" HotelCode="383558|mai_vy_hotel" HotelName="Mai Vy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>241/12 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b2/0ab2f199735ffcdc925c575786035df1ea93b79d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7922192" Longitude="106.692695" StarRating="0" HotelCode="424421|phuong_nhan_hotel_" HotelName="Phuong Nhan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Tran Quang Khai Street, Tan Dinh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/78/4a784fc5b665b52dece352bdf6b4f5e1b36106bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Phuong Nhan Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. Off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76822269" Longitude="106.69359315" StarRating="3" HotelCode="553411|dragon_palace_3_hotel" HotelName="Dragon Palace 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>52 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/4e/984ef2f788d09e663e6593613d8f72286672b5c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a transfer service, room...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76629419" Longitude="106.68790765" StarRating="3" HotelCode="835867|chillsuites_sai_gon" HotelName="Chill Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A67 Nguyen Trai, Ward Nguyen Cu Trinh, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/a7/b3a7aaa769b0e39e7e8299382d4910d2123556c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773367202696" Longitude="106.69909537116" StarRating="2" HotelCode="915648|vuong_tai_hotel" HotelName="Vuong Tai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Luu Van Lang Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ea/6dea8f3be0af9e07c8197164f0891db58dab60ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767904769216" Longitude="106.6914553086" StarRating="2" HotelCode="915652|nam_long_hotel" HotelName="Nam Long Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>283/3 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a5/5ca5809b93d8ba68d6db59d85c1ebf3ca08fc9da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.76" OriginalAmount="16.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76729435" Longitude="106.69117497" StarRating="2" HotelCode="369260|1730428" HotelName="Ngoc Minh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Off-Site Parking,Parking,Pets allowed,Pick &amp;amp; Drop,Porter,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>283/11-13 Pham Ngu Lao, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/eb/49ebfc97fc49d5bd687a367bcd5a46cebd7e5ca7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Ngoc Minh Hotel places you in the heart of Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.84" OriginalAmount="16.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80676351" Longitude="106.66431281" StarRating="3" HotelCode="373607|1716768" HotelName="Saigon's Book Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15A Truong Son, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/46/5b469618c7af7ecec9bc59b3bded80818a41b51b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.85" OriginalAmount="16.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.734475812853" Longitude="106.67371325501" StarRating="3" HotelCode="346327|1786138" HotelName="Hoang Le Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Street 9, Hamlet 4, Binh Hung Commune, Binh Chanh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a6/b1a678651c842a63ee8e3d0cfddbdae7f0a7bb52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.19" OriginalAmount="16.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76454104" Longitude="106.6874994" StarRating="1" HotelCode="586862|3439035" HotelName="Hanh Phuc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>265 Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/d0/41d01b333e372afd4cf664ab6bdfdc44eadc8ac3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.28" OriginalAmount="16.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74055046" Longitude="106.69572022" StarRating="3" HotelCode="701339|3471815" HotelName="Bin Bin Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>L19 Street 14, Him Lam Residence, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/58/d35871eb2f5e7f43e825ddcbfd06ea208d0fea4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.31" OriginalAmount="16.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730277052148" Longitude="106.70700043408" StarRating="2" HotelCode="346260|1753708" HotelName="Vien Dong Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>R4-27/28 Hung Phuoc 3, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ab/34ab5268db034696fe46f4600ad2aae5ed5fba23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.33" OriginalAmount="16.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78605281" Longitude="106.66704636" StarRating="2" HotelCode="773525|3463885" HotelName="C'Lavie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>548A Cach Mang Thang 8, Phuong 11, Quan 3, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/67/43/6743eff2267e8e09839c57018495bfb8ae470654.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.804108" Longitude="106.70932089" StarRating="2" HotelCode="347105|apogee_hotel" HotelName="Apogee Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33-33A Dinh Bo Linh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/b0/97b01bb101f12a5827a0195089fdbcafeb345922.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Apogee Saigon Hotel puts everything the city has to off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79648576" Longitude="106.67259866" StarRating="2" HotelCode="367959|hoang_ha_hotel_2" HotelName="Hoang Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>53-57 Truong Quoc Dung, Phu Nhuan, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/2b/342b9416a8cbe31bc23a1dbb5ec8c37cd8cc2085.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7717884" Longitude="106.69704618" StarRating="2" HotelCode="366951|thanh_thu_hotel" HotelName="Thanh Thu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>34 Nguyen An Ninh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b4/0db47896314c11df520157093a4f37d09c9275b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 1 - Ben Thanh Market, Thanh Thu Hotel promis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7995359" Longitude="106.67330877" StarRating="2" HotelCode="367481|han_river_" HotelName="Namu Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>197A Hoang Van Thu, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/a5/f4a5c2b538c5bfbb82ed9de78c6157086cc6dab4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Namu Saigon Hotel is conveniently located in the popular Tan Son Nhat International Airport area. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771504667603" Longitude="106.6972599492" StarRating="2" HotelCode="368607|song_anh_3_hotel" HotelName="Song Anh 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24 Le Lai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/b7/79b7b11680f8a10d04a828ad77cc6f81e6ed87d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.799605225555" Longitude="106.67310991638" StarRating="2" HotelCode="383563|yen_nam_hotel_hoang_van_thu" HotelName="Hotel Namu Ho Chi Minh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>197A Hoang Van Thu Street, Ward 08, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e0/8ae01e14019d17a2e9f70831ebd780be9a7c008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="809009|apollo_hotel_23" HotelName="Apollo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Yen The</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/c6/f3c6be54bc1a5782192f011e726b4e244b55194e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75253125" Longitude="106.6736995" StarRating="3" HotelCode="915626|dong_kinh_hotel" HotelName="Dong Kinh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>106-108 Tran Tuan Khai, Ward 5, Ho Chi Minh City, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/9b/fb9b1c1d2cae6645f4bf31b2bd4bfa5d2e6389c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="856066|reddoorz_plus_nguyen_van_troi" HotelName="RedDoorz Plus @ Nguyen Van Troi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>251/8 Nguyen Van Troi, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/09/020989a7ef277117f160579bb70fbfdbad18aa31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.51" OriginalAmount="17.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7378593" Longitude="106.70532095" StarRating="2" HotelCode="758691|2347825" HotelName="Bin Bin Hotel 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Street 73, Tan Quy Dong Residence, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/58/52587c568dc517c44f8ae0ac4f69b9ad92c5ae47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.61" OriginalAmount="17.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767062476939" Longitude="106.68928885994" StarRating="2" HotelCode="309449|1165908" HotelName="Phan Anh Backpackers Hostel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/6 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/bf/1dbff13baac0b3ca8a288a971e825a8636ff5768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.81" OriginalAmount="17.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73715609" Longitude="106.72752976" StarRating="3" HotelCode="784951|3433965" HotelName="Sonata Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Thi Thap Street, Tan Phu Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/60/83606c8e5df7ed6bc493332aa709b21a0d098f3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.20" OriginalAmount="17.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72732236" Longitude="106.70555043" StarRating="3" HotelCode="744063|3440195" HotelName="Fide Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>472-474 Pham Thai Buong Street, Tan Phong Ward, District 7, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/00/4800e39df060122a768df36fbebff81b8025e01d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.21" OriginalAmount="17.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81150275" Longitude="106.66696501" StarRating="3" HotelCode="585983|3452275" HotelName="New Space Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Lam Son, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/d0/89d0fd58ce2606a2be4beff318a53c72a5c221cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.24" OriginalAmount="17.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80031817" Longitude="106.64796675" StarRating="2" HotelCode="346862|1819498" HotelName="Hoang Thanh Thuy Hotel 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ward 12, 9 Nguyen Minh Hoang, Tan Binh district, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/a1/6ca15ab88461224000676ba059974fb8166e41a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.28" OriginalAmount="17.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791501719569" Longitude="106.69131918142" StarRating="2" HotelCode="383557|1716018" HotelName="The Sun Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Nguyen Huu Cau, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/7e/f87eece70fe47bef5ef65051be73bc9d6dc2b81f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.33" OriginalAmount="17.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73193098" Longitude="106.70932982" StarRating="3" HotelCode="623988|3465975" HotelName="Bizu Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60-62 Cao Trieu Phat Street, Hung Gia 4, Phy My hung Town, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/43/e343274742bd3b6774b6f685326d915027f6265a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76633876" Longitude="106.6932622" StarRating="2" HotelCode="518285|nest_hotel_4" HotelName="Nest Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>100/2A3 Tran Hung Dao, Phuong Pham Ngu Lao, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/d6/99d6cba7983a1ec45439b5629bdfb5dc095afb65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75518559" Longitude="106.68039768" StarRating="2" HotelCode="518110|bonita_grand_hotel" HotelName="Bonita Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>570-572 Tran Hung Dao Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/zz/15ad8535610e0cf74e0d8b80f427114dcc960dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Bonita Grand Hotel to discover the wonders of Ho Chi Minh City. The hotel has everything you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76979117" Longitude="106.69762498" StarRating="2" HotelCode="424829|quy_hung_hotel_" HotelName="Quy Hung Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>20 Dang Thi Nhu street, Nguyen Thai Binh ward, dis 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/3d/623df1c0ae662c087e62b70f7227282354ad6d8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quy Hung Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. The pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7273742" Longitude="106.69305985" StarRating="2" HotelCode="623121|spring_light_home" HotelName="Spring Light Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>2 Street 16, Riverside Housing Area, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/ce/8dce03ee7357c90fd5aa7d331dd694aeb3fd58f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76785129" Longitude="106.69445097" StarRating="2" HotelCode="743994|urban_lodge_hotel_hostel" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/8 Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/fc/d9fc3bb9298918b274e8a2a5803cda11e008f75b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77033753" Longitude="106.68495005" StarRating="3" HotelCode="754861|the_sargon" HotelName="The Sargon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/42 Cao Thang, Ward 5, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/59/6b59206a4c78dd3098031ff9b97f62e8ca562df0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7707645" Longitude="106.69121826" StarRating="3" HotelCode="947104|ben_thanh_retreats" HotelName="Ben Thanh Retreats Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121/39 Le Thi Rieng Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5b/415baf8eb707ce2bba1a5c097b7b76499ba7b8f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73376655" Longitude="106.70977175" StarRating="0" HotelCode="971389|vietlife_cultural_homestay" HotelName="Vietlife Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-09 Hung GIa 1, Duong So 2, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/e6/20e62c590b003aa2a270ce2c8011998f8bfae6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="963218|sabay_airport_apartment" HotelName="Sabay Airport Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Cuu Long Street, Ward 2, Ho Chi Minh City 72108</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/3b/473b528f842003f0f4952f2d9f40acfb5639ce25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7304856" Longitude="106.7075641" StarRating="1" HotelCode="965408|vien_dong_3d_apartment" HotelName="Vien Dong 3D Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-35 Hung Phuoc 3, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/6a/446acb389b13d62fecfddc9291f85467293754fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76769118" Longitude="106.6912408" StarRating="2" HotelCode="980406|louis_hostel" HotelName="Louis Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>283/17 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City 12345</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/58/f1584dc25f584727a367bf7f3996da0ebd8c4999.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.39" OriginalAmount="18.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7702816" Longitude="106.68865096" StarRating="3" HotelCode="744047|3435105" HotelName="Bonita Signature Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118A Bui Thi Xuan, Ben Thanh, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/43/014324f23af5a88649fee8657915da09df05d702.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.84" OriginalAmount="18.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80987555" Longitude="106.66578031" StarRating="3" HotelCode="518198|3473175" HotelName="The Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Cuu Long, Ward 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/57/5c574c619e50817f8f94354f907c2f8de39641a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.05" OriginalAmount="18.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77013684" Longitude="106.69219129" StarRating="3" HotelCode="639504|3463365" HotelName="Sai Gon Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Nguyen Van Trang, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/58/9858ec82c83b13310748cbd9d7e47e4eec2e4922.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.15" OriginalAmount="18.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81329608269" Longitude="106.66795318052" StarRating="3" HotelCode="524070|2103335" HotelName="Erato Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>44,46 Hong Ha Street, Ward 2, Tan Binh District, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/ca/79ca4d996f30cda672f0f193856f608903ebeea5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.28" OriginalAmount="18.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73355933" Longitude="106.70763566" StarRating="2" HotelCode="773759|3427435" HotelName="Hoang Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-62,63,64 Duong Noi Khu Hung Gia 2, Phuong Tan Phong, Quan 7, Than Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c6/96c64d32d3af9071b5e319f2ff841431e93e1ff8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.31" OriginalAmount="18.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="3" HotelCode="773499|3451335" HotelName="HT Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128/1-5 Tran Quoc Thao Street, Ward 7, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/70/e870c30678355338889d24cf5e7901e92b72b389.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77162553814" Longitude="106.69646412134" StarRating="2" HotelCode="320344|little_saigon_corner_boutique_hotel_2" HotelName="Little Saigon Corner Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Truong Dinh Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/77/2b773cb7e50642337590fa92aec22fb42bda771c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right in the centre of Ho Chi Minh City, within walking distance of the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83943613" Longitude="106.74098399" StarRating="3" HotelCode="267979|hoa_phat_hotel_apartment" HotelName="Hoa Phat Hotel &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Currency Exchange,Golf,Internet,Kitchen,Laundry,Massage Centre,Pets allowed,Restaurant,Room Service,Smoking Rooms,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>526/5 Pham Van Dong Square, District Thu Duc, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/ec/adecbb965a0ca9b838ea31be139949a869c6d4f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Ho Chi Minh City at Sai Gon River side the city is known for being a dynamic economic ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771791539837" Longitude="106.69701397419" StarRating="3" HotelCode="163643|aluna_hotel_2" HotelName="Aluna Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Nguyen An Ninh Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/ff/52ff942933c2f617fffcde45082ea1cfe548e1fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the business centre of Ho Chi Minh City, 50 metres from Ben Thanh mar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76610531965" Longitude="106.68951807488" StarRating="2" HotelCode="225964|madam_cuc_184" HotelName="Spotlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>184 Cong Quynh, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/58/4d58f72537f7362c9c10d143f14d51fd5cacda11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767283" Longitude="106.69111107" StarRating="1" HotelCode="370233|giang_son_hotel_1" HotelName="Giang Son Hotel 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>283/14 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b2/3bb2da25d5974115b5cd166761968e70c44b48c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Giang Son 3 Hotel places you in the heart of Ho Chi Minh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76787994" Longitude="106.692557" StarRating="2" HotelCode="488617|sunny_guesthouse_5" HotelName="Sunny Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241/33 Pham Ngu Lao Street, Pham Ngu Lao Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e9/62e9b091980dce60a7c74dce3a35a3fcf2d9fe64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service. Wireless internet access in public areas allows guests t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73005949" Longitude="106.70744149" StarRating="2" HotelCode="517781|vien_dong_2" HotelName="Vien Dong Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-20 Hung Phuoc 3, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/b8/31b8c07ed2390892363d6d1853481294383ef575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73334916" Longitude="106.70947439" StarRating="2" HotelCode="762297|la_cigale_residence" HotelName="La Cigale Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37-39 Khu Pho Hung Gia 1, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/0b/770b2ad5b6324fc3c166262a0a1b1dd9beaca791.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="700462|minh_ngoc_hotel_3" HotelName="Minh Ngoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Street 6C</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/1b/8f1b27f5ab4a1f878066442baefb2fd9675145ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73097093" Longitude="106.70715018" StarRating="2" HotelCode="857424|parkhill_hotel_apartment" HotelName="Parkhill Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>67 Le Van Thiem, Hung Phuoc 3, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/40/3e40be8b1dac0dc4cae0f209a9f8536262e420e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77231192" Longitude="106.70211592" StarRating="0" HotelCode="977788|sunway_hotel_saigon" HotelName="Sunway Hotel Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Huynh Thuc Khang, Phuong Ben Nghe, Quan 1, Ho Chi Minh City 7000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/0d/790dd67eb81d58ac113826742e3b3d29a01b0fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.48" OriginalAmount="19.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7334404" Longitude="106.70893447" StarRating="0" HotelCode="743934|3428265" HotelName="Sabina Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Khu Pho Hung Gia 1, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/ea/10ea4a3e456028c95493899ab361668044b493f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.55" OriginalAmount="19.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771823015125" Longitude="106.69622728214" StarRating="2" HotelCode="347863|1830028" HotelName="Moc Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>26/12-13 Truong Dinh, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079ce483af07636d2883d69a1fcb797bb97c64d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.83" OriginalAmount="19.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73240759" Longitude="106.70985922" StarRating="3" HotelCode="626133|3457625" HotelName="Saigon By Night Luxury Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4 90 Hung Gia 3, Phu My Hung, Ho Chi Minh Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/97/ef97a2f5486479288402c7ffd06a05fcd056b5f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.86" OriginalAmount="19.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77178331" Longitude="106.6903505" StarRating="3" HotelCode="309465|3476415" HotelName="Tuong Vy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Bicycle Rental,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40-42 Bùi Thi Xuan, Phuong Ben Thành, Quan 1, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ec/5dec3ec00f7d1f0facdd7f4bcfe99fa2d0705db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tuong Vy Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. Offeri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.38" OriginalAmount="19.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76884379" Longitude="106.6940616" StarRating="2" HotelCode="489160|3449495" HotelName="Kim Khoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>181 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f4/0af45d653435d2c2417bdbb23b99673493bb5c8f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.40" OriginalAmount="20.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77216189" Longitude="106.69067688" StarRating="2" HotelCode="450960|mayflower_saigon" HotelName="Asian Ruby Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>20 Bis Bui Thi Xuan, Ben Thanh, District 1, Ho-Chi-Minh-City 7000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/5e/095e9ee97a1ddc423789aebef174139cf0df98dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.40" OriginalAmount="20.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76668688" Longitude="106.67704412" StarRating="0" HotelCode="824851|happy_3" HotelName="Happy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>7 Ly Thai To Street, Ward 1, District 10, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e9/39e9a5706c01ca653af56a539f57569319844670.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 10 Phu Tho Racecourse, Happy Hotel promises ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.77" OriginalAmount="20.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76944577" Longitude="106.69218176" StarRating="2" HotelCode="369411|3443915" HotelName="Hoang Hoang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120/4 Le Lai Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/95/6b95e08da3d01414a4d002ef6c4055e987ffd96c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.81" OriginalAmount="20.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773774" Longitude="106.686191" StarRating="2" HotelCode="642279|3448715" HotelName="La Regatta Boutique Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225/4 Nguyen Dinh Chieu, Phuong 5, Quan 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/68/d9687a436fc5bd9047adb3df08797672b67b7903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.28" OriginalAmount="20.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7687804" Longitude="106.69381405" StarRating="3" HotelCode="632262|3425885" HotelName="Saigon Kiko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211-213-215 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/805012/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773444290375" Longitude="106.6974474308" StarRating="2" HotelCode="309437|halo_hotel" HotelName="Halo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/08/a9088cb04152a466de0a23df6f6258b9ad586e91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77268386" Longitude="106.69698777" StarRating="3" HotelCode="374051|ngan_ha" HotelName="Ngan Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>190 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ec/7d/ec7de905bb5af82a58e76793fd568e017eada331.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769952323438" Longitude="106.69228528966" StarRating="2" HotelCode="369407|bloom_2_hotel" HotelName="Bloom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Nguyen Van Trang Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6c/806c0c7f22976b6910c618f811605123b4b5bfeb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Bloom Hotel 3 offers comfort and convenience whether you're on business or holiday in Ho ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76658152" Longitude="106.69504478" StarRating="2" HotelCode="764100|punto_hostel_2" HotelName="Gemini Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135/23 Tran Hung Dao, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/c5/08c508ee2b7e4e73a264d96218f331b2b85319e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768983419183" Longitude="106.69417615531" StarRating="2" HotelCode="915637|le_le_hotel" HotelName="Le Le Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/24/0d241225dc4f66d31831cc8a2b23da754f90298b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.54" OriginalAmount="21.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81030654" Longitude="106.73459017" StarRating="2" HotelCode="599936|3433035" HotelName="Sen Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>51 2 Street, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/a2/0da27e7ac6339d20341324ad463dd36e44dd782c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.85" OriginalAmount="21.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767774" Longitude="106.6947" StarRating="3" HotelCode="303836|1215368" HotelName="Eden Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28/12 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/e0/d4e0a4dc3cbe1b477a08a7162a136465f93163c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.89" OriginalAmount="21.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77251392" Longitude="106.6949021" StarRating="2" HotelCode="375285|3467875" HotelName="Thien Hai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/92/87922cf9f4615c06213669a534049325380c1cc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.24" OriginalAmount="21.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770097" Longitude="106.697759" StarRating="3" HotelCode="119032|359035" HotelName="Dong Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Tran Hung Dao B St., Ward 7, Dist. 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ba/49ba16a9244abded678f6f19f556f4e63e6d959d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.40" OriginalAmount="21.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79595784" Longitude="106.6717919" StarRating="3" HotelCode="518221|3427935" HotelName="Ananas Family Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/5A Hoang Dieu street, Ward 10, Phu Nhuan district, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b8/35b8f0740550218958ae5cc9a90fdf758d13dfb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767271590683" Longitude="106.68687684113" StarRating="2" HotelCode="309433|cozy_house_140" HotelName="Elegant Inn Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Cong Quynh, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/37/9237672a780f9fff86a04548a166d850f3a4f76a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76908195069" Longitude="106.69820279482" StarRating="3" HotelCode="347824|calmette_hotel" HotelName="Calmette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 Calmette Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/48/6248975c1bc33c98af8d8fa9bb2f6e70bc19e2d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.762400308632" Longitude="106.69889098454" StarRating="3" HotelCode="640958|herla_central_saigon" HotelName="River Gate Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 - 155 Ben Van Don, Ward 6, District 4, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/ef/f1ef045b0c241878c961dab8c03c9d8f53fbda9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78960411" Longitude="106.68694475" StarRating="3" HotelCode="852742|emerald_central" HotelName="Emerald Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69-71 Huynh Tinh Cua Street, Ward 8, District 3, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/99/74993cbe07a0d8a6c744c0b2a055273ee0fc0bd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80271199" Longitude="106.64392809" StarRating="0" HotelCode="951226|cherry_hotel_and_apartment" HotelName="RedDoorz Premium Near E Town 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>406/14 Cong Hoa Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/23/7f23b391bee573225b4fda9efc920e32578b678c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.756985" Longitude="106.685679" StarRating="3" HotelCode="905927|sunshine_antique_hotel_saigon" HotelName="Universe Central Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>549 Tran Hung Dao Ave, Dist 1, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/f7/a0f74c16a46c439748f9e80002117cd3a212cbcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a perfect location right on the main Tr?n Hung Ð?o Avenue, the main artery of Ho C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="984396|the_cozy_inn_2" HotelName="The Cozy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Co Giang, Phuong Cau Ong Lanh, Ho Chi Minh City 700000, Quan 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/16/481609f52aa40d870cebd65ccb96b1f9c3ca8f18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.50" OriginalAmount="22.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77170682" Longitude="106.69397923" StarRating="2" HotelCode="553404|3464545" HotelName="A25 Hotel 307-309 Ly Tu Trong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>307-309 Ly Tu Trong, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/3f/1d3f509bf715e40ee21aa58759c9eac071a15734.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.73" OriginalAmount="22.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7686353" Longitude="106.69401127" StarRating="3" HotelCode="586715|3472865" HotelName="Prague Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>175/10–12 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/cc/58cccff27e2504f1588bf6a8e5b82d52503bf7e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.74" OriginalAmount="22.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777957516383" Longitude="106.70417857372" StarRating="3" HotelCode="309798|1456168" HotelName="King Star Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>18 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/90/2990086e4056f8837b8d9f55c19475794418bd40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.98" OriginalAmount="22.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778636723549" Longitude="106.68877756575" StarRating="3" HotelCode="309421|1742728" HotelName="Angela Boutique Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107/17 Truong Dinh Street, District 03, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fb/78fbf5d6269bb86353680d5f4ccd58aa9877fb98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.20" OriginalAmount="22.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778222662252" Longitude="106.69186850913" StarRating="3" HotelCode="346268|3453695" HotelName="Minh Khang Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155 Vo Van Tan, Ward 6, District 3, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/a4/1fa4f88edaa15b99b82091c100cccf1bab752fef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.26" OriginalAmount="22.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76939919" Longitude="106.69206929" StarRating="1" HotelCode="367542|3436995" HotelName="A25 Hotel 122 Le Lai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/8b/378b3c353c9cb32bcab47594ce7afd0d91def51a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.43" OriginalAmount="22.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.764817746482" Longitude="106.69190631866" StarRating="1" HotelCode="384658|3466055" HotelName="A25 Hotel 22 Nguyen Cu Trinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Nguyen Cu Trinh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/da/e4da6a59a1e3d8dbe3263d4464c6b387fa66477b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773610868485" Longitude="106.69718827105" StarRating="2" HotelCode="320708|the_white_2_hotel" HotelName="Charner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/0f/780ff765c69993232df817ea1d458516ee5acc01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is set in Ho Chi Minh City. The total number of rooms is 22. Pets are not p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766185927558" Longitude="106.69411072394" StarRating="3" HotelCode="640311|babylon_serviced_apartment" HotelName="Babylon Central Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161C Tran Hung Dao Street, Co Giang Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d6/31d689ce30edb85d9c95fac69d658bde1f20142f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75855358838" Longitude="106.67361904048" StarRating="2" HotelCode="915643|phuoc_loc_tho_2_hotel_2" HotelName="Phuoc Loc Tho 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192 - 194 Su Van Hanh, Ward 9, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/23/d2239d66840f5383ad2f77d74f05331291be90d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7847762" Longitude="106.68500044" StarRating="3" HotelCode="947084|t78_hotel" HotelName="Nha Khach T78" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Lý Chính Thang, Phuong 7, Quan 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/3c/4a3c5bfe446c092293af63ded030ed4517e79444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.752424058179" Longitude="106.66508495808" StarRating="3" HotelCode="905931|bat_dat_hotel" HotelName="Bat Dat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>238 - 244 Tran Hung Dao Street, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6e/fb6e4a53de5bbac577b70a393beb226a4aa0b304.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cho Lon Commercial Centre, in China Town, a popular tourist draw in Ho Chi ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.64" OriginalAmount="23.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768906" Longitude="106.68326" StarRating="3" HotelCode="172041|1142568" HotelName="White Lion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>15C Cao Thang, Ward 2, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/00/3400b99d7451ba8e6863147ed3ffbb6e15ad58ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Saigon's business, shopping and entertainment district....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.96" OriginalAmount="23.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768209" Longitude="106.692333" StarRating="3" HotelCode="68353|139594" HotelName="Liberty Saigon Parkview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>265 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0a/110aad2401dc3ecf1d3977f006600a8fbfc38df8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located in the hub of the tourist district, only few minutes walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.98" OriginalAmount="23.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76667179461" Longitude="106.68868303299" StarRating="3" HotelCode="173644|1122938" HotelName="La Felix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>287-289 Pham Ngu Lao st, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/68/7268159d254ff7028acdd4d814327144ce5e0217.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in district 1 of Ho Chi Minh City, the hotel is within a short walking distance to the bust...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.01" OriginalAmount="23.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7721745" Longitude="106.69606471" StarRating="3" HotelCode="413190|3472485" HotelName="The Luxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>261-263 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e2/30e27880994292ff5484a637d1e1291b58c513ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Luxe Hotel in Ho Chi Minh City (Ben Thanh Marke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.09" OriginalAmount="23.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80290773" Longitude="106.73277037" StarRating="3" HotelCode="635507|3440785" HotelName="Common Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Street 38, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.26" OriginalAmount="23.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76984" Longitude="106.6864" StarRating="1" HotelCode="267976|3467915" HotelName="A25 Hotel 14 Luong Huu Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Luong Huu Khanh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/79/2079bda12098f525cc7bbe818d5e821294e07051.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.43" OriginalAmount="23.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774305810988" Longitude="106.69656635132" StarRating="3" HotelCode="346690|1457348" HotelName="Rosa Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>55 Thu Khoa Huan, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/57/0757c219e567c9e0d911dfcdac4edd19aa7b6877.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772858471215" Longitude="106.69707371074" StarRating="3" HotelCode="309424|anpha_boutique_hotel" HotelName="Anpha Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>202 Le Thanh Ton Street, Near Ben Thanh Market, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/8b/c38b4832e105e3234e925fd5e1d7c6fa36e664eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806238253838" Longitude="106.6641670035" StarRating="3" HotelCode="347377|iris_hotel_13" HotelName="Iris Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9-9A Truong Son Street, Phuong 4, Quan Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/24/0e24a12bee8df4dbd596605f1371876522f84dac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Tan Son Nhat International Airport, Iris Hotel Saigon is a perfect starting point from wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75307875" Longitude="106.67308865" StarRating="2" HotelCode="602200|fortune_1127_hotel" HotelName="Fortune 1127 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1127 Tran Hung Dao, Ward 5, Distrikt 5, Ho Chi Minh Stadt 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/29/df2926b8ddb2bf0891502c778be75725d59cc026.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.857098991297" Longitude="106.69779978934" StarRating="4" HotelCode="933298|silver_creek_city_resort_6" HotelName="Toki Saigon - Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Võ Th? Li?u, Phu?ng An Phú Ðông, Qu?n12, Thành ph? H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/53/7b53d2b6e8e8bb0401720b57defa9fec4f18a892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.98" OriginalAmount="24.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768003" Longitude="106.686459" StarRating="3" HotelCode="166813|1128248" HotelName="Hoang Ngan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/f0/e0f0a4a0d0f1f91f24378b35817919dac27e5c8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City's centre. It is only a 4-minute drive to Ben T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.19" OriginalAmount="24.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.752808784891" Longitude="106.66424274445" StarRating="3" HotelCode="905930|1113458" HotelName="Arc En Ciel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 - 56 Tan Da St, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/f2/32f29165c9111cd778f6e7484bfd31bb90b0ed86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right by the Thien Hau pagoda in Cho Lon Commercial Centre. It is set in China...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778900691049" Longitude="106.70321212214" StarRating="3" HotelCode="309459|the_spring_hotel" HotelName="The Spring Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Le Thanh Ton Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c8/68c8f66a42eda17df6bce5406991aaa9a04a44af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730469537432" Longitude="106.70767158654" StarRating="3" HotelCode="368084|boutique_garden_hotel" HotelName="Boutique Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>R3-84 Hung Phuoc 3, Phu My Hung, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/a4/8aa40b61aeed6f244a9f503ff20758042dd66c2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7737699" Longitude="106.7063543" StarRating="3" HotelCode="402015|riverside_saigon_" HotelName="Riverside Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-19-20 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/dc/abdc7aab199bc37340a59f66d92021077a892a41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80481541" Longitude="106.64766772" StarRating="2" HotelCode="600182|thinh_gia_phat_hotel" HotelName="Thinh Gia Phat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>440/71 Nguyen Kiem, Ward 3, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/fb/ebfb2e69b06d8c5acd6b68a5f50008a1c8be3157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Ho Chi Minh City (Ba Queo), Thinh Gia Phat Hotel is convenient to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.82583845" Longitude="106.63293899" StarRating="3" HotelCode="828694|tan_binh_hotel_3" HotelName="Tan Binh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36B Cong Lo, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/f7/0df7301f2abd5bb9f1c3e0a2d80d2c62f9a3c072.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766151979686" Longitude="106.69128459392" StarRating="2" HotelCode="915644|duc_vuong_hotel" HotelName="Duc Vuong Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>195 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/54/c9545c0af783fc532b0ee5621c37c4d003d06008.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773608967567" Longitude="106.69691685152" StarRating="3" HotelCode="915631|thanh_lien_hotel" HotelName="Sunrise Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135-137 Ly Tu Trong Street, Ben Thanh, Ward District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/5e/505ed7f8d8c4f55b5b6407208590219204bd1bdc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76573955" Longitude="106.69103103" StarRating="0" HotelCode="947072|aquarizon_boutique_hostel_city_bar" HotelName="Aquarizon Boutique Hostel &amp; City Bar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>197 Bui Vien Street, Pham Ngu Lao Ward, Distric 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4f/a04ffa017bbd421577b6fd7d85e8c4676f0798da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.11" OriginalAmount="25.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.797215271176" Longitude="106.65998091055" StarRating="2" HotelCode="346782|3438055" HotelName="Royal Dragon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1/16-1/18 Hoang Viet Street, Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/04/c1047d8fbee26c91ae0f94b0ca7d1cc880e6d735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Royal Dragon Boutique Hotel is a distinct addition to the city's skyline. With its location just 3.0...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.15" OriginalAmount="25.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768945783802" Longitude="106.69423520565" StarRating="3" HotelCode="70180|571895" HotelName="Elios Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231-233-235 Pham Ngu Lao Street, District 1, Ho Chi Minh City 10032</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/57/565700f9dc57efcc598d75871f5ad92a2737d8ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of HCMC, within walking distance of fabulous shopping as well as t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.15" OriginalAmount="25.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80662875" Longitude="106.66500316" StarRating="3" HotelCode="856629|3450045" HotelName="Airstar Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Song Day, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/bb/8cbb0451556700bd64200bacdb40461c2cfef330.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75807848" Longitude="106.68026043" StarRating="3" HotelCode="346722|signature_boutique_hotel_3" HotelName="Signature Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>80/1 Nguyen Trai, Ward 3, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/d9/ecd9979914a37190f0e5d4de1b6353dd552e9d7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77241584087" Longitude="106.69482562343" StarRating="2" HotelCode="370927|the_one_hotel_ben_thanh" HotelName="The One Hotel Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>230 Ly Tu Trong, Thanh Pho, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/53/d3536b24ef1c3cc7f37962e555027b17936392f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7869779" Longitude="106.66442009" StarRating="3" HotelCode="436114|cam_ly_boutique_apartment__hotel" HotelName="Cam Ly Boutique Apartment &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>656 Cach Mang Thang 8, Ward 11, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/b0/a7b0bf486ee8abac3255fbc8ef3f7e25e300d14a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77433136" Longitude="106.69664086" StarRating="3" HotelCode="623639|sam_hotel_apartment" HotelName="A&amp;EM Hotel &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Thu Khoa Huan Street, Ben Thanh Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/33/b7330f3c3b461a39161a978c7b47d2977ba0956c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76918104" Longitude="106.69981737" StarRating="2" HotelCode="631573|triple_e" HotelName="Triple E" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Nguyen Thai Binh, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1c/f31cfe63c9fa3732410534612b71d1d4b4abaef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76814836" Longitude="106.69833869" StarRating="3" HotelCode="620157|lotus_boutique_hotel_2" HotelName="Lotus Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55/29-31-33 Le Thi Hong Gam Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/64/6764486a9908183ed3fed91c4d5e8efc9367027e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75502521" Longitude="106.61163388" StarRating="3" HotelCode="826631|hong_bao_thach_hotel" HotelName="Hong Bao Thach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Duong 24A, Phuong Binh Tri Dong B, Quan Binh Tan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6a/426a29c54a88bae3f68815fe865527597becf826.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877604|indochine_ben_thanh_hotel_apartments_2" HotelName="Indochine Ben Thanh Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Luu Van Lang</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/b9/23b967ac4db6b892970b9960be24803db44f743c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77471201" Longitude="106.68244151" StarRating="0" HotelCode="960849|babylon_d3_serviced_apartment" HotelName="Babylon D3 Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136/6 Vuon Chuoi Street, Ward 4, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/7219da5984dde6bfd08b494fb98b2df2e6c00552.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.59" OriginalAmount="26.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773726734398" Longitude="106.69671439681" StarRating="3" HotelCode="915629|1588398" HotelName="Joviale Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/3a/453a2ca90418d64b21eac97466a43b19342841b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.62" OriginalAmount="26.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768982352702" Longitude="106.69768035171" StarRating="3" HotelCode="350364|1733218" HotelName="Ben Thanh Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55/34 Lethi Hong Gam Street, Nguyen Thai Binh Ward, Ho Chi Minh, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/7e/577e061d370cb4bd559e85f3270433a6eadc31f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.83" OriginalAmount="26.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.800476666667" Longitude="106.66148" StarRating="3" HotelCode="185786|1151688" HotelName="TTC Hotel Deluxe Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>315 Hoang Van Thu Street, Ward 2, Tan Binh District, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b1/46b1004d423d7bd5098828e9cd70a9af33eb506e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on Hoang Van Thu Street, the hotel is opposite Hoang Van Thu Cultural Park, War Remnants Mu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.85" OriginalAmount="26.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784948556179" Longitude="106.69071307606" StarRating="3" HotelCode="307374|1075788" HotelName="Emm Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157 Pasteur street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/e9/66e9ba88c504e39ed89523722611f9ef2fb1b152.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.03" OriginalAmount="26.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768459413716" Longitude="106.69340853372" StarRating="3" HotelCode="391305|1201458" HotelName="A25 Hotel 274 De Tham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>274 De Tham Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/fd/d4fd036c6f81baa46a73bccff1c623975dbbe13d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.04" OriginalAmount="26.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77407982" Longitude="106.67812005" StarRating="3" HotelCode="368066|3453815" HotelName="Minh Tam Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>206 Ba Thang Hai Street, District 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/e4/90e43c5862759170e6bc1300dcebe4f452257be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73096782" Longitude="106.70769819" StarRating="3" HotelCode="407859|hotel_l_odeon_phu_my_hung" HotelName="Hotel L Odeon Phu My Hung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>63-65 Le Van Thiem Street, Khu Pho Hung Phuoc 3, Tan Phong Ward, Dist.7, Phu My Hung, Ho Chi Min City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/0c/a20cd4e9831f930118eb238bfc39472795ca3df3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel L Odeon Phu My Hung is perfectly located for both business and leisure guests in Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773232230765" Longitude="106.69605237808" StarRating="2" HotelCode="915639|aem_corp__the_petit_hotel" HotelName="A And Em 179 Ly Tu Trong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179 Ly Tu Trong Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4d/974da4a5c5dbd1c2d382c816ec83ebe13fc16b40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="977877|akoya_saigon_central_hotel" HotelName="The Akoya Ben Thanh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88 Ly Tu Trong, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/f7/43f7b7dc792838d2833753aa3e6bb9aa1bcac3b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76547724" Longitude="106.68673681" StarRating="0" HotelCode="963589|christinas_saigon" HotelName="Christina's Saigon - The Mothership" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212/2B Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/35/f835942797e0315f019df05eec603fa2ad26057d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.86" OriginalAmount="27.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774332471457" Longitude="106.69744104688" StarRating="3" HotelCode="319764|1208798" HotelName="Gk Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Ly Tu Trong, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/98/5d98428dc4ccfbe7560f163105efcd6e24cea54a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.99" OriginalAmount="27.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78720314" Longitude="106.69264124" StarRating="2" HotelCode="374268|3429685" HotelName="A25 Hotel 251 Hai Ba Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>251 Hai Ba Trung Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/fa/a1fa29b409df30078791cd40995afe560b3d8619.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.02" OriginalAmount="27.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73135636" Longitude="106.70751581" StarRating="3" HotelCode="407933|1739568" HotelName="Song Hung 2 Hotel &amp; Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Kitchen,Laundry,Luggage Storage,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>R4 33 - 34 Le Van Thiem, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/f5/e8f51525571835d86f40de75ccaed2abb77fcf57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Saigon Exhibition and Convention Center, Song Hung Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.10" OriginalAmount="27.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7722601" Longitude="106.69053433" StarRating="3" HotelCode="595539|3461305" HotelName="A25 Hotel 20 Bui Thi Xuan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Bui Thi Xuan, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/b7/a3b78c02cf5a1bb8cad0c53991c66e695c412289.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.28" OriginalAmount="27.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768849378209" Longitude="106.69379633821" StarRating="2" HotelCode="384349|1731758" HotelName="Beauty Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>185/14 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/78/fd78996eab94fb70d3b0dfa777377e94e78ef483.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771022" Longitude="106.700078" StarRating="3" HotelCode="68050|liberty_2_hotel" HotelName="Liberty 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129-133 Ham Nghi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/14/1d14a9f0e14b0e4d113c98250b93c1a7e0b26c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just across the street from Ben Thanh Market and gives guests perfect access t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77181546" Longitude="106.69678305" StarRating="3" HotelCode="309434|gia_huy_hotel_2" HotelName="Gia Huy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Nguyen An Ninh, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ef/feefd4e14bbfe0ab220ec168d8116a640488f299.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77351843" Longitude="106.69852452" StarRating="2" HotelCode="374252|lien_an_saigon_hotel_2" HotelName="Lien An Sai Gon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181 Duong Le Thanh Ton, Phuong Ben Thanh, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/88/1a888b81e6993bd563c31abfa6bfaf0f8a8002dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Lien An Saigon Hotel 2 puts everything the city has to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76928248" Longitude="106.68774786" StarRating="2" HotelCode="613818|triip_le_han_dai_nam" HotelName="Triip Le Han Dai Nam Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>142 Bui Thi Xuan, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/02/31020b078050164fcb83ba17968b04cd63cfd54c.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="968973|luxy_park_hotel_apartments_city_centre" HotelName="Luxy Park Hotel &amp; Apartments-City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15B Tran Khanh Du, Tan Dinh Ward, Ho Chi Minh City 70000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/35/dd353a31a4b16af4dda0aa90b993e0cc498a88e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.88" OriginalAmount="28.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769770528827" Longitude="106.68826192617" StarRating="2" HotelCode="59859|112472" HotelName="Empress" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Bui Thi Xuan Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/94/79947b2a5c35cb3ef7374e5894870c3cfd0e1b52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 30-minute drive away from the Tan Son Nhat International Airport, 15 minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.94" OriginalAmount="28.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772282" Longitude="106.690906" StarRating="3" HotelCode="142299|572525" HotelName="Queen Ann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>86 - 88 Bui Thi Xuan St., District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/9b/3d9b3bd3f5ddc59238dc601f7f1e81f03e78927d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Bui Thi Xuan street, which is considered one of the most convenient location...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770400269433" Longitude="106.68918719152" StarRating="3" HotelCode="309451|a25_hotel_le_thi_rieng" HotelName="A25 Hotel 145 Le Thi Rieng" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 Le Thi Rieng Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/49/fd49e700a0a797c9ff018dc4085187ca5172393e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 64 rooms. Wireless internet access is available to travellers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767737545531" Longitude="106.69381245269" StarRating="2" HotelCode="367688|new_sunny_hotel" HotelName="Sunny Ho Chi Minh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>232 De Tham Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773914444264" Longitude="106.69882493006" StarRating="3" HotelCode="915627|thien_xuan_hotel" HotelName="Thien Xuan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>108 - 110 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/19/db19a166ec1ed7d10a0bd753bb8df7ffef738bdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.61" OriginalAmount="29.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777896825494" Longitude="106.70499577294" StarRating="3" HotelCode="305182|1176668" HotelName="White Lotus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6A Thi Sach, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/47/2c476ea36ef8939ffe66983eded9a189d4fda4c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.57" OriginalAmount="29.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79720139" Longitude="106.70542219" StarRating="3" HotelCode="596246|2305315" HotelName="Maison De Camille Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>174/21 Dien Bien Phu, Ward 17, Ho Chi Minh City 700000, Binh Thanh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/28/0328d3a7d424484afb3c137b61ceb409db550f55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.760131109319" Longitude="106.67002" StarRating="3" HotelCode="307378|valentine_hotel_2" HotelName="Valentine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93/1 Nguyen Chi Thanh, Ward 9 Dist. 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/1a/b51a7dce1becbd484d965fad81f4dffd9ae00f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781389" Longitude="106.694731" StarRating="3" HotelCode="168313|golden_rose_hotel" HotelName="Aristo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3A Vo Van Tan St., District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/61/5561020a8b8414066dc8752c9b227d7043e73a6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only a few steps away from all that Ho Chi Minh City can offer. Not far from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73050138" Longitude="106.70721162" StarRating="2" HotelCode="367628|bali_hotel_2" HotelName="Bali Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 - 41 Hung Phuoc 3 Street, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/21/d62181ad71ac5c2709c1ae084ee22e32dd5a1c86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79563858733" Longitude="106.72027165502" StarRating="0" HotelCode="640122|homes_by_christine_vinhomes_central_park" HotelName="The Landmark 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>phuong 22</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/5d/dd5df5538c9fbdd19e514b258278dc6fa8053b3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="876995|aha_friday_city_view_hotel" HotelName="Triip Friday City View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>811 Le Hong Phong</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774625" Longitude="106.696633" StarRating="4" HotelCode="141676|kingston_hotel" HotelName="A&amp;EM Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f5/6af59f4e48ac5c01824857a6774c85f2e61fd575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale boutique suite hotel is located at the heart of Ho Chi Minh City. Its prestigious addre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72732872" Longitude="106.69667093" StarRating="3" HotelCode="692140|bin_bin_hotel_1" HotelName="Bin Bin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Street 1, KDC Ven Song, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/0f/680fb89ae0f5e5cb5190f8b6da6ba71222290f8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77182563" Longitude="106.69047159" StarRating="3" HotelCode="701067|kim_long_chau" HotelName="Kim Long Chau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19D Bui Thi Xuan, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/a4/20a4d9ccfa0ceb32a8a67207d545f7eb7622f8bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772265" Longitude="106.694868" StarRating="3" HotelCode="915649|tespoir_saigon_hotel" HotelName="Cititel Central Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>247-249 Ly Tu Trong, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/6a/9e6a941e8ec771df363f05cc7ef14bbb19b10361.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.74" OriginalAmount="31.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769044" Longitude="106.694578" StarRating="3" HotelCode="36291|1610158" HotelName="Liberty Hotel Saigon Greenview" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/63/ed631cedd8ef027fa6786040bacb21f76602ee02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.05" OriginalAmount="31.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77366235" Longitude="106.69854731" StarRating="2" HotelCode="367909|3456735" HotelName="Ruby Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185-187 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/29/c929a9ae5e833e88b09412caefdd737725f6f715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.07" OriginalAmount="31.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771881128016" Longitude="106.69520616531" StarRating="3" HotelCode="189202|1150568" HotelName="Cap Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Le Anh Xuan Street, Ben Thành Ward, District I, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/a5/d3a569d722b359c937ae31da1fe2a4450b74e93b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the crossroads of Ho Chi Minh City's business, cultural and historical distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.42" OriginalAmount="31.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77703388197" Longitude="106.68343580681" StarRating="3" HotelCode="167055|308765" HotelName="Lotus Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Cach Mang Thang 8 Street, Ward 7 District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/12/011247074785d4c1aad2c284b11375287f9bf97a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the entertainment area, next to 126 Stage and two minutes' walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774421205304" Longitude="106.69681549072" StarRating="3" HotelCode="161942|blue_diamond_hotel" HotelName="Blue Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Thu Khoa Huan Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/3b/0a3b719e06e01d7693f88204823f6e447851b54a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, in a very quiet street just behind the Tao Dan Park. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76886848" Longitude="106.69724395" StarRating="3" HotelCode="600203|diamond_luxury_ben_thanh" HotelName="Diamond Luxury Ben Thanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100/6 Le Thi Hong Gam, Ben Thanh Quan 1, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/26/4f265fb4198eae004521144f06f797ab59756773.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Ho Chi Minh City (Core area of Ho Chi Minh City), Diamond Luxury ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.80" OriginalAmount="32.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80696721" Longitude="106.73089723" StarRating="3" HotelCode="852699|2625445" HotelName="Aurora Western Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Quoc Huong, Thao Dien, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/22/97223917ff25f5a5cb602118caddc7ee370acc82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.37" OriginalAmount="32.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77533625" Longitude="106.7048125" StarRating="2" HotelCode="225948|1200518" HotelName="A25 Hotel Mac Thi Buoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>35 Mac Thi Buoi Street, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/2c/a72c9c900c05e607253cd639b2f4024cd10aa4f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Dong Do Hotel places you in the heart of Ho Chi Minh City, walking dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79589" Longitude="106.659453" StarRating="4" HotelCode="68049|first_hotel_ho_chi_minh" HotelName="First Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Hoang Viet Street, Ward 4, Tan Binh District, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/8e/6d8e1289bf0470f9654464fe5cfe4f536095279e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80100789" Longitude="106.64241257" StarRating="3" HotelCode="694411|solex_hotel" HotelName="Solex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Duong Nui Thanh, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/1b/3a1bd27bb26f571c98af29d7c21872b67bbd1356.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.809681526318" Longitude="106.73193083961" StarRating="3" HotelCode="968782|glenwood_city_resort" HotelName="Glenwood City Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>243 Nguyen Van Huong Street, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/63/8963c5b018d8f82083de780baa69fb0f7727b6e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.74" OriginalAmount="33.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775122152295" Longitude="106.70418483188" StarRating="3" HotelCode="99679|1162488" HotelName="Huong Sen" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66-68-70 Dong khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/31/1631632abfa10a99c518d6f35d36701272480b26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78455495177" Longitude="106.65354073048" StarRating="3" HotelCode="185378|kelly_hotel" HotelName="Kelly Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Thu Khoa Huan, District 1, Ho Chi Minh City, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/28/7a289fd1842d940ba9c8a9986d6c8105cd74fe1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76931340526" Longitude="106.6966414866" StarRating="3" HotelCode="402012|dai_nam_2" HotelName="Dai Nam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/57/195703b623a48dd03181104c6a499ab39fcaa5eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76827921" Longitude="106.69359447" StarRating="3" HotelCode="785984|saigonciti_hotel" HotelName="Saigonciti Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>264 De Tham, Phuong Pham Ngu Lao, quan 1, Ho Chi Minh City 770000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/69/4569de399def429f44269d8096966a1f5566d79f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77670396" Longitude="106.7046897" StarRating="3" HotelCode="852681|bel_ami_hotel_3" HotelName="Bel Ami Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Hai Ba Trung, Ben Nghe Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/71/2c711bbee2a2be94d65e0f6c13929b9122cb603b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.84" OriginalAmount="34.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.786589" Longitude="106.677674" StarRating="4" HotelCode="68048|340645" HotelName="Ramana Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Le Van Sy Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/75/69758306ee05686ffbd855b5bea96d5b5f4d427e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of charming Ho Chi Minh City, the hotel is within a few minutes' drive of the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.51" OriginalAmount="34.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77871819" Longitude="106.6884877" StarRating="2" HotelCode="587162|3465505" HotelName="Hoang Lan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>107/16 Truong Dinh, Ward 06, District 3, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/94/17942bc49fd524d8aaaf68f2c76f206b9aaa14a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.14" OriginalAmount="35.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77194595" Longitude="106.6928224" StarRating="3" HotelCode="309454|90248" HotelName="Cicilia Saigon Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>12D Cach Mang Thang 8, District 1, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/68/656806ce63dff4133fa85aed4abb7ac3a16aed0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77227994" Longitude="106.69615734" StarRating="3" HotelCode="263258|nhat_ha_1_hotel_2" HotelName="Nhat Ha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>252 B-C Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chí Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/cc/f9ccb01817b0143a5adb3df9f2e2fda723397190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769646" Longitude="106.700236" StarRating="3" HotelCode="915663|ruby_river_hotel" HotelName="The Hammock Hotel Fine Arts Museum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Nguyen Thai Binh Street, Nguyen Thai Binh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/23/f7235c51b0545ba530f6c916ea8575c1c65f3cf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.16" OriginalAmount="36.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779099650938" Longitude="106.70479713713" StarRating="3" HotelCode="225955|3465865" HotelName="Roseland Corp Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8A/6D2 Thai Van Lung Street, Ben Nghe Ward, District 01, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/09/9e09783f6a199fa3363341c2cdab6d6e6927b57a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774533" Longitude="106.700266" StarRating="2" HotelCode="915654|little_saigon_boutique_hotel" HotelName="Little Saigon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Bis/2 Le Loi Boulevard, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/41/7941f38a5c702df730a1ac02622b97f4e588db55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="971490|princess_saigon_central_hotel" HotelName="Princess Saigon Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34-36 Thu Khoa Huan Street, Ben Thanh Ward, Ho Chi Minh City 700000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/d6/d2d67a704b8b80bf36f703e92e706a4d0b7ab2c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.98" OriginalAmount="37.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771868" Longitude="106.694091" StarRating="3" HotelCode="307377|1684688" HotelName="Alagon Saigon Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>289 – 291 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/82/5582c9a14ea1d8f47015e4cf005419dd6d4a6e5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7717" Longitude="106.696826" StarRating="3" HotelCode="166833|hoang_hai_long_2_hotel" HotelName="Alagon Western Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 - 30 Nguyen An Ninh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/e0/7ae0c71efb3dee8111e207a4082b3f64fb9d3033.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of Ho Chi Minh City, close to the Ben Thanh handicrafts marke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.795456" Longitude="106.71858385" StarRating="0" HotelCode="938532|vinhomes_central_park_luxury_apartment" HotelName="Vinhomes Central Park by Apartmentel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 Nguyen Huu Canh, Binh Thanh Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/7f/a87f311fb6b8a9e0eb8239094571633825051f65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Vinhomes Central Park Apartmentel, you'll be centrally locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.817388370238" Longitude="106.62417047559" StarRating="2" HotelCode="915667|tan_hai_long_hotel_4" HotelName="Silverland Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Hai Ba Trung Street, Stadtbezirk 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77841581" Longitude="106.70460742" StarRating="3" HotelCode="967979|roseland_sweet_hotel_spa" HotelName="Roseland Sweet Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/eb/13eb8e8d2c3b3558c909c2ddcc1cf97c9e154b13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.91" OriginalAmount="38.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780566997093" Longitude="106.70685901472" StarRating="4" HotelCode="429157|1943255" HotelName="Bay Hotel Ho Chi Minh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Housekeeping,Internet,Laundry,Lounge,Meeting Room,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Ngo Van Nam Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/66/52/6652a7968a7bc709b0bbc4a8336bcbe0a325c444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Renovated in , the Bay Hotel Ho Chi Minh guarantees guests a pleasant stay whether in Ho Chi Minh Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.18" OriginalAmount="38.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.736204576366" Longitude="106.73067386595" StarRating="3" HotelCode="320706|1458878" HotelName="Liberty Hotel Saigon South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>542A,544 Huynh Tan Phat, Binh Thuan Ward, District 7, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/6e/e56e0011a40517bc25ae2f1d23212778b674a7f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77122549" Longitude="106.69416115" StarRating="3" HotelCode="410675|hoang_hai_long_south" HotelName="Alagon City Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-58 Pham Hong Thai Street, Ben Thanh Ward District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/af/bfaf45fb228890d0410f0127d95b6ddb0c711f80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.741269" Longitude="106.700997" StarRating="3" HotelCode="641051|sunrise_city_apartment" HotelName="Sunrise City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 - 25 - 27 Nguyen Huu Tho, Tan Hung Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/56/e956b2efdec6b6f3a1b21df760a28b1473522cdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779134" Longitude="106.7048295" StarRating="3" HotelCode="915669|aem_hotel_8a_thai_van_lung" HotelName="A&amp;EM Hotel 8A Thai Van Lung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A/1D2 Thái Van Lung, Qu?n 1, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/04/1a04c74ad29f9d470ffce5abb8c735ba2e9f9832.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77772819" Longitude="106.70539673" StarRating="0" HotelCode="966436|blue_diamond_luxury_hotel" HotelName="Blue Diamond Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6B Thi Sach, Ben Nghe, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/54/845480eee68d7ecc29cb98da61af91dfd1e3adce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.93" OriginalAmount="39.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77873391" Longitude="106.70485452" StarRating="3" HotelCode="374980|1786148" HotelName="Thuy Sakura Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/d7/3dd798964e5ecc07529e2c4bf673947af43bce37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.22" OriginalAmount="39.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76889882" Longitude="106.69753814" StarRating="3" HotelCode="773917|2533875" HotelName="Lotus Central Hotel Saigon" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102-104-106 Le Thi Hong Gam, Quan 1, Thanh Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/86/89864e6433be812fdc01fa7f2c3173eb1f4dee4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78020744243" Longitude="106.69330179691" StarRating="3" HotelCode="166326|victory_saigon_hotel" HotelName="Victory Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>141 Nam Ky Khoi Nghia Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/98/54988564143242c5bc996889e1a8e907f29ba76e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city, the hotel is very convenient for trade, shopping, sightseeing and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772094659109" Longitude="106.69506695583" StarRating="3" HotelCode="373207|grand_cititel_central_saigon" HotelName="Ngoc Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>53-55 Le Anh Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/c6/f4c6bda08e3b85b7ca5d3da614f093d3f010ae41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771296888664" Longitude="106.69141592996" StarRating="3" HotelCode="347818|the_hammock_hotel_ben_thanh" HotelName="The Hammock Hotel Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>47-49 Le Thi Rieng Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/9e/bb9edd1a27b17c31fc53265feb053ed4fbc50a39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770652" Longitude="106.693778" StarRating="3" HotelCode="387498|le_duy_hotel" HotelName="Le Duy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Nguy?n Th? Nghia, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ee/daeec232cf29489b1aae7e528a464c60006aa6b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a high and main street right in the centre of Ho Chi Minh City, within the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78487161" Longitude="106.69936961" StarRating="0" HotelCode="884371|cityview_serviced_apartment_2" HotelName="Cityview Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Mac Dinh Chi, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a9/3ca9fa36d7ee2a65ef4edab3d99eb512278da78f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="882957|the_bloom_pham_viet_chanh_2" HotelName="The Bloom Pham Viet Chanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/8/3 Pham Viet Chanh, Ward 19, District Binh Thanh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/7f/6a7f58f89109a8e1cf372a5859d4dbfab253c6cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78184526" Longitude="106.70541493" StarRating="3" HotelCode="958611|blue_diamond_new_hotel" HotelName="Blue Diamond New Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8B-8C Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/0b/930b1f68a46233fbc5f001dd55b382e314f382be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.88" OriginalAmount="42.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78698208" Longitude="106.69454179" StarRating="3" HotelCode="754962|3468885" HotelName="Nta Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>171 - 173 Dien Bien Phu, Dakao Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d0/afd012c225ba5e9cc878d25976843888bb98a81b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.96" OriginalAmount="42.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77446993" Longitude="106.68729972" StarRating="3" HotelCode="435952|3426845" HotelName="Le Duy Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82-84 Cach Mang Thang 8 Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/07868/2507868/1.jpg?f=15044573</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.31" OriginalAmount="42.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77558955" Longitude="106.69713232" StarRating="4" HotelCode="488546|2103305" HotelName="Central Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39-39A Nguyen Trung Truc, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/28/72284b1141c7e35bd15b2ad1788ddbf32306d186.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.42" OriginalAmount="42.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775152" Longitude="106.703883" StarRating="3" HotelCode="37540|894405" HotelName="Bongsen Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 - 123 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/4c/664c15ce411e28cec73191c055aefe69936882cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the midst of business offices, airline offices, souvenir shops, department ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769462" Longitude="106.70017" StarRating="3" HotelCode="300620|signature_saigon_hotel_2" HotelName="Signature Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>65-67-69 Nguyen Thai Binh Street, Nguyen Thai Binh Ward, District 1, Hochiminh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/51/31514aae195c7910cfe90550ef103aca357fed87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780805269736" Longitude="106.70455172024" StarRating="4" HotelCode="434761|lancaster_saigon_serviced_apartments_le_thanh_ton" HotelName="Lancaster Saigon Serviced Apartments Le Thanh Ton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Nightclub,Parking,Restaurant,Room Service,Sauna,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/de/5ddea6ac1f1a1dd4f4768eff67e74a259060ba53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Lancaster Saigon Serviced Apartments Le Thanh Ton to discover the wonders of Ho Chi Minh Cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80283510781" Longitude="106.74110500646" StarRating="3" HotelCode="611679|mrt_apartment_in_masteri_thao_dien" HotelName="Masteri Thao Dien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>159 Hanoi Highway, Thao Dien Ward, District 2, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/65/fc65780c30e86c1d21e3a76116e08814b714af1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773232923721" Longitude="106.69833565601" StarRating="3" HotelCode="915657|aem__phan_boi_chau" HotelName="A&amp;EM - Phan Boi Chau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Phan B?i Châu, Qu?n 1, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/e6/14e66c882c452eb42a8ef82f584a3a3452452d18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.32" OriginalAmount="43.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77610353" Longitude="106.70529508" StarRating="3" HotelCode="623269|3471965" HotelName="Huong Sen Annex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4-6-8 Mac Thi Buoi Street, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4f/454fc35eb62d660bc62f9e6f0a3eb2a8f8b78e04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78901" Longitude="106.69052" StarRating="3" HotelCode="171270|hong_vy_1_hotel" HotelName="Central Park Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Hai Ba Trung, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/bc/b3bc486cab7ebba4318b4d4d8239a81a82af60ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City's business and tourist district, opposite a g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7309592" Longitude="106.70835293" StarRating="0" HotelCode="971023|sabina_hotel_2_2" HotelName="Sabina Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47-49-51 Le Van Thiem Street, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/53/5d53bc7d21f6211eececaa3a78ec1d7054d8b1f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.24" OriginalAmount="44.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775821" Longitude="106.704626" StarRating="3" HotelCode="68053|572465" HotelName="Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41-47 Dong Du Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/a2/9ea23a33aa2ad355527ba052bc093760456dd842.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of city, which is just 5 minutes' walk away. The bus station can ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.26" OriginalAmount="44.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772060299687" Longitude="106.69027040608" StarRating="3" HotelCode="887860|1525998" HotelName="Harmony Saigon Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32A-34 Bui Thi Xuan Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/f6/edf63e9998f62e1c78ef23df988d3355ede188e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.31" OriginalAmount="44.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773246026982" Longitude="106.69619590044" StarRating="3" HotelCode="140907|572535" HotelName="Sanouva" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175-177 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/42/7242c41c084ebab7398b236aef2882a6ed1e6aac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7929141" Longitude="106.6723785" StarRating="3" HotelCode="536103|oakwood_apartments_ho_chi_minh_city" HotelName="Oakwood Apartments Ho Chi Minh City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>18 Street 3, Cu Xa Do Thanh, Ward 4, District 3, Ho-Chi-Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="962813|zazz_urban_ho_chi_minh_hotel" HotelName="Zazz Urban Ho Chi Minh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Su Van Hanh, Ward 9, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ed/00edb013478fcbb4ddcbadb82c0171a3e617c137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.92" OriginalAmount="46.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777920013663" Longitude="106.6886691546" StarRating="3" HotelCode="491729|downtown_retro_serviced_apartment" HotelName="Saigon Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2K Ho Xuan Huong, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/7f/337f0a404524c143a446b31e8db2d42daec3d7cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.07" OriginalAmount="46.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774635" Longitude="106.696681" StarRating="3" HotelCode="163645|1441698" HotelName="Alagon Zen Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 - 46Bis Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/55/b25579869efa9cf21f8b1236719dd0b29be6df3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.51" OriginalAmount="46.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774703142022" Longitude="106.70338153839" StarRating="3" HotelCode="56463|572515" HotelName="Oscar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68A Nguyen Hue Avenue, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3f/c43fafd076b9dda69f7c8f1bd15213f3739701a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.51" OriginalAmount="46.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771900961231" Longitude="106.69533261455" StarRating="3" HotelCode="320704|1200818" HotelName="A &amp; Em 280 Le Thanh Ton Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>280 Le Thanh Ton, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/fb/fdfb1a84ac4d1ee48fc18b3c72105796174d001f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.96" OriginalAmount="48.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771054" Longitude="106.692969" StarRating="2" HotelCode="207691|aries_hotel" HotelName="TRIIP Boutique Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7/9 Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f0/b7f0ad657fdfc6576aa03a446188b3ec7e8bb1e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.83" OriginalAmount="48.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.97525313" Longitude="106.67036313" StarRating="3" HotelCode="372535|1700258" HotelName="Becamex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>230 Binh Duong Boulevard, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/04/1304880480561c0e429304a44008529d3c56a151.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a bar, a transfer service, room service, a conference room an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773027" Longitude="106.69748" StarRating="3" HotelCode="171271|paradise_saigon_boutique_hotel" HotelName="Paradise Saigon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>288 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ed/62ed77ad48f74f3faf6547e11b37e5afd2db5aaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City, just 5 minutes’ walking distance from Ben Tha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.757692" Longitude="106.673247" StarRating="5" HotelCode="51813|windsor_plaza_hotel" HotelName="Windsor Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 An Duong Vuong, Ward 4, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/66/8a66e343849b5387ff1fb232852b3a9507c502e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Ho Chi Minh City, this hotel offers unparalleled access to the shopping, ni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.783850626008" Longitude="106.69025957965" StarRating="3" HotelCode="376200|hotel_165_nam_ky_khoi_nghia" HotelName="165 Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Nam Ky Khoi Nghia Avenue, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/48/484839561ab2a59f23cd6694b26f987ad96aad86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.71" OriginalAmount="49.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774323713107" Longitude="106.70371949672" StarRating="4" HotelCode="336606|256616" HotelName="Palace Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-66 Nguyen Hue Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/65/1465b94cbddb5443415649d34b175531cbf48dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the city centre, in the city’s administrative and commercial ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.796171715349" Longitude="106.6746121645" StarRating="4" HotelCode="168312|starcity_saigon_hotel" HotelName="Vissai Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ward 8, 144 Nguyen Van Troi Street, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/10/d610e5048d5ccb681099f2e6a5f98c31c37c7a3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a quiet and peaceful place, this hotel is a good choice for guests not wanting to stay i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="882837|orchid_boutique_apartment" HotelName="Orchid Boutique Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R1-72-R4-71 Bui Bang Doan Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/c6/67c634e56f1e56e50116f54187d18996a83719f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79552094" Longitude="106.71957478" StarRating="2" HotelCode="937885|christines_saigon_apartment" HotelName="Vinhomes Central Park by Christine’s Saigon Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 Nguyen Huu Canh, Ward 22, Binh Thanh District, Ho-Chi-Minh-City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/34/9b346b36ba4541851a518828e247b4600300f54c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.81" OriginalAmount="50.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7715986" Longitude="106.69526735" StarRating="4" HotelCode="623863|3441845" HotelName="A&amp;EM Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Le Anh Xuan Street, Phuoong Bên Tha`nh, H? Chí Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/98/6798e4863c76818f4d33337c4f45c9952e43b5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.95" OriginalAmount="50.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7776891" Longitude="106.66522936" StarRating="4" HotelCode="373992|1726108" HotelName="Athena Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>280 To Hien Thanh, Ward 15, Distrikt 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/9c/029c3705f72e4eb9a5491e33a20f63197a28fdf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.98" OriginalAmount="50.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="780699|3453455" HotelName="Scenic Valley Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Nguyen Van Linh Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/6f/4e6f03dbd4ddea1fb0d904f468a28a7a774a8a13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.02" OriginalAmount="51.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="960665|winsuites_saigon" HotelName="Winsuites Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28-30-32 Le Lai Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/be/27beb9c6600c38e96f531c765982787962124cd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.35" OriginalAmount="51.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79971" Longitude="106.668174" StarRating="4" HotelCode="39407|111662" HotelName="PARKROYAL Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>309B-311 Nguyen Van Troi Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/31/4f3174892dc7676cbfc53ce0632fd6ef9b5d5f58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Tan Binh District of Ho Chi Minh City, this hotel offers excellent quality and a gre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.66" OriginalAmount="51.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771856" Longitude="106.70388" StarRating="3" HotelCode="142302|572635" HotelName="Roseland Point Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>65 Ho Tung Mau Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/72/87722e76c456fc53ca2862ded3c8d4c32abebd7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district in Ho Chi Minh City, close to Ben Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.04" OriginalAmount="52.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77355931249" Longitude="106.69670367582" StarRating="3" HotelCode="915633|ha_hien_hotel" HotelName="Ha Hien Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>145-147 Ly Tu Trong street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/6e/756e94456e5a16cf74c7714d952a6635fe1c7c79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.61" OriginalAmount="54.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77177502" Longitude="106.69410088" StarRating="4" HotelCode="489347|2514515" HotelName="Alagon D'antique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>301-303 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/597541/597541a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.82" OriginalAmount="54.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771579210236" Longitude="106.69560362155" StarRating="3" HotelCode="142266|572685" HotelName="Good Vibes Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f7/a9f7fa5d9f2348cde93ddf0e42815fdf852c2e5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, 100 metres away from Ben Thanh Market and near the 23...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.12" OriginalAmount="56.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7771271928" Longitude="106.7057507835" StarRating="3" HotelCode="915661|la_jolie_hotel__spa" HotelName="Silverland Jolie Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>4D Thi Sach Street, Ben Nghe Ward, Dist 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/dd/b2ddd48f74ba816faac3a1a6ab413dd654555889.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.28" OriginalAmount="56.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80014014" Longitude="106.67076292" StarRating="5" HotelCode="320377|1075958" HotelName="5-star Tan Son Nhat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>202 Hoang Van Thu Street, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/b4/84b46ea086570949702bcd5f8152ac231e1191be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.43" OriginalAmount="56.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="3" HotelCode="770918|3470115" HotelName="Au Lac Center Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Nguyen Thi Minh Khai, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.62" OriginalAmount="56.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.819587" Longitude="106.620169" StarRating="3" HotelCode="423100|3449645" HotelName="Garden View Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>101 Nguyen Du Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/15/571581c2d2685df2c9d207b4a875c026486efc57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.29" OriginalAmount="57.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.796653838903" Longitude="106.67320236186" StarRating="5" HotelCode="15548|90238" HotelName="Eastin Grand Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>253 Nguyen Van Troi Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/d2/c4d2fde770554afe604f9f4abb6b718f22fc5f2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the Phu Nhuan District of Ho Chi Minh City, which is still affectionately kn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.45" OriginalAmount="57.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.813168850803" Longitude="106.66606929168" StarRating="4" HotelCode="525352|2048645" HotelName="ibis Saigon Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2 Hong Ha Street, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/38/09388b449436cf989d5044bcdb3bdc478573e7d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780844850948" Longitude="106.69605495493" StarRating="2" HotelCode="401582|au_lac" HotelName="Au Lac 1 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Nguyen Thi Minh Khai, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/98/6798e4863c76818f4d33337c4f45c9952e43b5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 2 star hotel is located in the city centre of Ho Chi Minh. The Hotel has a coffee shop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77357138" Longitude="106.69939579" StarRating="3" HotelCode="943527|uptown_hotel_3" HotelName="Uptown Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-13 Luu Van Lang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/92/6f92cd8efcda6c2934fede4f245f5bc09ff20447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.75" OriginalAmount="59.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777440812873" Longitude="106.70547366142" StarRating="3" HotelCode="189201|1160978" HotelName="Aquari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Thi Sach st., Dist. 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/2c/ba2c5c12b8e0dcfbd7fd914a7d331bfce2a3d2f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Ho Chi Minh's inner city with its myriad of attractions such as the Op...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.33" OriginalAmount="60.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78403834" Longitude="106.70033" StarRating="4" HotelCode="350367|1817708" HotelName="Muong Thanh Saigon Centre Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A Mac Dinh Chi Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/d3/67d3638cac397205c4b470e75c0ea5cb35d98bca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.87" OriginalAmount="60.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772297412644" Longitude="106.70370335276" StarRating="3" HotelCode="293149|1805388" HotelName="Silverland Charner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87-89-91 Ho Tung Mau Street, Ben Nghe Ward, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/93/ff93ff9fd2343a9476de4330940c1233751031df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.93" OriginalAmount="60.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78419595" Longitude="106.6944062" StarRating="4" HotelCode="773932|2303125" HotelName="Citadines Regency Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Pham Ngoc Thach Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/4f/6e4fca0cdd85d2b5a393d16a8479593e1163ea10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Ho Chi Minh City. Citadines Regency Saigon 									 guarantees a quiet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.04" OriginalAmount="60.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77753" Longitude="106.705251" StarRating="3" HotelCode="887852|1116038" HotelName="Northern" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 A Thi Sach Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/57/f157b721d0fd088e7ed2249f70b066b939e99345.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.22" OriginalAmount="61.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77245646" Longitude="106.70253843" StarRating="4" HotelCode="965064|innside_by_melia_saigon_central" HotelName="Innside By Melia Saigon Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 -131 Ton That Dam Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/9f/b39fd429acd81245c7e3063d6627057ef00153ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.34" OriginalAmount="61.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806803343364" Longitude="106.74704321693" StarRating="4" HotelCode="225965|1182928" HotelName="Riverside Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vo Truong Toan Street 53, Thao Dien Ward District 2, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/a6/84a6b73fe4dd830ea5abfcadefe7550bbfb17e84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77301316" Longitude="106.69575607" StarRating="3" HotelCode="309456|sunflower_saigon_hotel_2" HotelName="Sunflower Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>189 - 191 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/0c/a20c2f657e2ab1247dcc87c55178da1b6ba0d4c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant is among the facilities. Wireless internet access is available to guests in the public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780344455804" Longitude="106.70370072126" StarRating="3" HotelCode="166009|sophia_hotel" HotelName="Sophia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Thai Van Lung, Ben Nghe Ward, Disttrict 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/4b/2f4b3facf688897efd47bc8b7aa1ff3c4f775a25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the city centre, the hotel is close to Ben Thanh market and a number of museums in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.15" OriginalAmount="64.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774695237258" Longitude="106.69630587101" StarRating="3" HotelCode="163644|572185" HotelName="Silverland Yen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73-75 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/1a/071ad538d164efe54bbf97d79e53492ee4b51ad3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;From this business hotel, it takes only a few minutes to walk to Ben Thanh Market, Unification Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.43" OriginalAmount="65.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773097153167" Longitude="106.70432567596" StarRating="4" HotelCode="27130|34174" HotelName="Saigon Prince Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Nguyen Hue Boulevard, Ho Chi Minh City, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/fd/68fdca2ab10e91d6793aa7a6b6304bca84ddb396.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of the city, the hotel offers easy access to the business and gov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.64" OriginalAmount="66.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772628856641" Longitude="106.69320192394" StarRating="4" HotelCode="384226|1245308" HotelName="Homestead Parkview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>149- 151 Nguyen Du Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c1/f7c10dd6256c57f9f67288fddb5618f5d4060123.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779056847524" Longitude="106.70403644916" StarRating="3" HotelCode="130176|asian_ruby_luxury_hotel" HotelName="Hotel De Charme Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Thi Sach, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/39/6e392148bd7bf004ce693c29f251dc47ab967539.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the District 1, Dong Khoi neighbourhood of Ho Chi Minh City, the hotel is close to Ho Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="962928|republic_plaza_serviced_apartment" HotelName="Republic Plaza Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Cong Hoa Street, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/7d/107dbc2cae3e8812f271aa72ab0ece4c81565532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.02" OriginalAmount="67.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773541213731" Longitude="106.69869572454" StarRating="4" HotelCode="295333|119272" HotelName="Liberty Central Saigon Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 - 179 Le Thanh Ton, District 1, Ho-Chi-Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/a8/0ba8fd28243d2a19384be35dac634466c692d929.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Ho Chi Minh City, this urban hotel is about 1.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.06" OriginalAmount="67.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776733" Longitude="106.702603" StarRating="4" HotelCode="59858|141054" HotelName="Continental Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 - 134 Dong Khoi St., Dist 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/8d/318dab5918c77eb7e0054bb5751b82d640b21b31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre, close to a variety of conveniences for the traveller and bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.17" OriginalAmount="67.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78106843" Longitude="106.69047923" StarRating="4" HotelCode="552447|2514545" HotelName="Sila Urban Living" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>21 Ngo Thoi Nhiem Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/eb/56eb9a1ae01543c1a6d6b779c0dce6da5054a0a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776229047251" Longitude="106.69136065641" StarRating="3" HotelCode="307375|sonnet_saigon_hotel" HotelName="Sonnet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Truong Dinh Street, Disrict 3, Ho Chi Minh City ( Saigon )</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/44/be442ebab6616898f8797c577b2d5d6054eb03f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772633527899" Longitude="106.69519898731" StarRating="3" HotelCode="347829|lavender_boutique_hotel" HotelName="Lavender Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>200-204 Ly Tu Trong, Phuong Ben Thanh, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/ec/faec08916fe94d3fd393a89811e6f9c538fb2de6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774227666667" Longitude="106.696833" StarRating="4" HotelCode="915656|aem_corp__royal_palace_hotel" HotelName="A&amp;Em Corner Sai Gon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>39-41 Thu Khoa Huan Street, District 1, Ho Chi Minh City, Ðông Nam B? (Südostregion)</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/e5/d0e54885b18173f1df9639f70d2577e0228974f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.72" OriginalAmount="69.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.762013" Longitude="106.696365" StarRating="3" HotelCode="307373|1204908" HotelName="Sunland Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302-304 Vo Van Kiet Str, Co Giang Ward, District 1, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/7b/f77bf6cd724764a662f21491a3558c322f89ab27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.40" OriginalAmount="70.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771849506508" Longitude="106.69016356442" StarRating="4" HotelCode="933301|edenstar_saigon_hotel" HotelName="EdenStar Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ae/02ae357e049d74c903aac802d9196377e7dd9f7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.13" OriginalAmount="70.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784147" Longitude="106.699607" StarRating="4" HotelCode="410259|991675" HotelName="Somerset Chancellor Court Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Nguyen Thi Minh Khai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f1/0af13d0aafa651f4f1614f188d3eb806b70739c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled among tree-lined boulevards on the corner of Mac Dinah Chi and Nguyen Thi Minh Khai streets,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.22" OriginalAmount="70.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72656182" Longitude="106.7234994" StarRating="4" HotelCode="374714|1757548" HotelName="MerPerle Crystal Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>C17-1-2 Nguyen Luong Bang, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/2f/c42ff82d56cf62d36a10ed2e92adc1e2f693b28b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.31" OriginalAmount="70.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77270773" Longitude="106.69005833" StarRating="4" HotelCode="435237|2013445" HotelName="Fusion Suites Sai Gon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Suong Nguyet Anh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a6/d6a6f1fd9499a80f8d811aa3c28ae512fcf29bb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.46" OriginalAmount="73.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778166773973" Longitude="106.70589742879" StarRating="4" HotelCode="317062|millennium_boutique_hotel" HotelName="Millennium Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7A Thai Van Lung, Ben Nghe Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c8/2c/c82c300082ec1a83c53760a8d26a699d0c557c58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.79" OriginalAmount="74.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77874" Longitude="106.704061" StarRating="4" HotelCode="307376|1450358" HotelName="Paragon Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Thi Sach Street, Ben Nghe Ward, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/54/67543220689e7a4ee0b9c9222422686f169c74c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.59" OriginalAmount="75.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730909152082" Longitude="106.72361579172" StarRating="3" HotelCode="200090|1017438" HotelName="ibis Saigon South Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Hoang Van Thai Street, Phu My Hung Tan Phu Ward, District 7, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/23/c5234809dfb5bdb17a0d0402d52010795240d7ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.56" OriginalAmount="78.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77936414" Longitude="106.70471469" StarRating="3" HotelCode="436084|saigon_city_residence_serviced_apartment" HotelName="Saigon City Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>8A/3D2 Thai Van Lung street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/90/cd906e6b8f8ec4c4b96468bdad07ba39d87c8134.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.64" OriginalAmount="82.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80140933" Longitude="106.65541187" StarRating="3" HotelCode="844971|holiday_inn_hotel_and_suites_saigon_airport" HotelName="Holiday Inn &amp; Suites Saigon Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18E Cong Hoa Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/42/33/4233c484fca258183a0a0bc25ec893cf8051ee98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.68" OriginalAmount="84.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779091" Longitude="106.703987" StarRating="3" HotelCode="72564|may_hotel" HotelName="May Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Thi Sach Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/45/9a457f3b3d3700a01d60902446df8c0eebf46e3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Saigon, within walking distance of the city theatre, Ben Than...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79981512" Longitude="106.72366222" StarRating="4" HotelCode="372528|charm_suite_saigon_2" HotelName="Charm Suite Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>330A/330B Ung Van Khiem Stree, Ward25, Binh Thanh, Ho Chi Minh City (Saigon)</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/02/fe02d91ac7849171b95758af2b58445510a9cce6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78897659" Longitude="106.70874303" StarRating="3" HotelCode="968950|mh_serviced_apartment" HotelName="M-H Residence &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Ngoc Phuong, Ward 19, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/1e/361e2de31a08a462b1d9aa9ccd506eb1fafc908d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.67" OriginalAmount="87.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772975" Longitude="106.706286" StarRating="5" HotelCode="14523|572425" HotelName="Majestic Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Ski Hotel " CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/f1/1ef1f89998c542b259146d2ab168a4d415e9fdc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, overlooking the Saigon River. It features original Fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.91" OriginalAmount="88.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.763357" Longitude="106.678984" StarRating="5" HotelCode="12148|90146" HotelName="Equatorial Ho Chi Minh City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>242 Tran Binh Trong, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/6b/3b6b48d8db148843e364a2fc2a125c5a41b5a3b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upper- mid range hotel is located in the 5th district on Tran Binh Trong Street and between Sai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.63" OriginalAmount="88.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81993" Longitude="106.726024" StarRating="4" HotelCode="119020|572505" HotelName="Saigon Domaine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Country House,Club Resort,Golf Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1057 Binh Quoi Street, Ward 28, Bin Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/1b/60/1b605eb9cff8a62e6220557077d4f4497e377501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is surrounded by Saigon River, on the green island of Thanh Da in Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.42" OriginalAmount="90.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773855" Longitude="106.70564" StarRating="4" HotelCode="46026|825595" HotelName="Grand Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/65/5a65a9a49076d57cbe5c52f10a86ea71e93c05eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfectly located in the heart of the city centre, this hotel is the ideal choice whether guests are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.47" OriginalAmount="92.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.763731" Longitude="106.682752" StarRating="5" HotelCode="176758|967285" HotelName="Nikko Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>235 Nguyen Van Cu Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/ac/1aac16642288a5ca9412b58d3c44dcd860262d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the centre of Ho Chi Minh City, the hotel offers easy access to Tan Son Nhat Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.71" OriginalAmount="92.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73038275721" Longitude="106.72360549134" StarRating="4" HotelCode="263801|1176748" HotelName="Capri by Fraser, Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.2, Street C, Tan Phu Ward, District 7 - Lot A, New Urban South City, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d5/add556376492a2e2c7f45c175b8fc89e5757ca18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.86" OriginalAmount="93.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80470337" Longitude="106.73989438" StarRating="3" HotelCode="736391|la_casita_saigon" HotelName="La Casita Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Tran Ngoc Dien, Q2, Thao Dien, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/10/241053b158685e3b2d90415ca3e47885b59c8dc9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.23" OriginalAmount="95.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771608" Longitude="106.697459" StarRating="3" HotelCode="142301|1525378" HotelName="Silverland Central Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 - 16 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/7e/f57eb7c7c9d3dbbcc9df930c12dad2466c036c0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district of Ho Chi Minh City. Close to Ben Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781594302784" Longitude="106.70560659201" StarRating="4" HotelCode="933873|silverland_sakyo_hotel__spa" HotelName="Silverland Sakyo Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>10A Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/cf/8bcf3ba495ae544e40ddf73f68e7c2b4fdb4fa35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.815904460376" Longitude="106.73341814103" StarRating="4" HotelCode="915646|villa_song_saigon" HotelName="Villa Song Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197/2 Nguyen Van Huong Street, Thao Dien Ward, District 2, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/32/a2323cba1c141a971612b9785944a4c526e19b26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.01" OriginalAmount="97.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.782758450669" Longitude="106.69339942797" StarRating="5" HotelCode="902518|332675" HotelName="Sherwood Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>127 Pasteur Street, Ward 6, District 3, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/db/7cdb72da6b825b56ebe6ac0b0d1ca5b24988311f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.25" OriginalAmount="98.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78107863" Longitude="106.6954924" StarRating="4" HotelCode="771363|3466575" HotelName="Orchids Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>192 Pasteur Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/90/3d901b70683ef8edf2ec18651a59a01a0959e2aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Orchids Saigon Hotel is located in the best convenient location, with easy access to major consulate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.72" OriginalAmount="100.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775464633334" Longitude="106.7017185688" StarRating="5" HotelCode="36290|143126" HotelName="Rex" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>141 Nguyen Hue Blvd., Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e3/68e3ed005fe146d5b65e0bdcab9ba38709d001f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of one of Vietnam's metropolises. The famous Ben-Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="103.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780879795401" Longitude="106.7041373623" StarRating="5" HotelCode="314293|norfolk_mansion" HotelName="Norfolk Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-19-21 Ly Tu Trong Street, Distrikt 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/82/5782560bc42ccd559d39048353657769eec0d8be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.45" OriginalAmount="103.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77322654" Longitude="106.7019244" StarRating="3" HotelCode="856648|3429825" HotelName="M Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Ton That Thiep Street, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/96/cb9634681eafd1c5dafb026a6bb508c5b8a59d09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.53" OriginalAmount="104.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78249957" Longitude="106.69658126" StarRating="3" HotelCode="744034|3453175" HotelName="Bach Suites Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Designated Smoking Area,Dining,Internet,Kitchen,Laundry,Meeting Room,Parking,Printer,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10A Pham Ngoc Thach, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/9d/809d3a561678466a7e5f47ddf09ad2cd505fd12d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Defined by a sweeping feeling of nostalgia that recalls this region's French colonial past, Bach Sui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.12" OriginalAmount="106.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.805483296251" Longitude="106.75175038935" StarRating="5" HotelCode="263802|somerset_vista_ho_chi_minh" HotelName="Somerset Vista Ho Chi Minh City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>628C Hanoi Highway, An Phu, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b0/91/b091858ff2f2157cecba99002ec36d5d87eb01bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.49" OriginalAmount="106.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78044532" Longitude="106.70445237" StarRating="3" HotelCode="586742|2283205" HotelName="Amena Residences &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>24 Le Thanh Ton Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/7b/357b39d059bf512248c85fa15956b775a681a28e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.18" OriginalAmount="108.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784629" Longitude="106.695984" StarRating="4" HotelCode="186075|894845" HotelName="Novotel Saigon Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Hai Ba Trung, District 3, Ho-Chi-Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/bb/3bbbc978018819dc9f14f36d7299e459e64d6eb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.72" OriginalAmount="112.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773754475146" Longitude="106.70632367361" StarRating="4" HotelCode="151366|962365" HotelName="Liberty Central Saigon Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/1d/5d1d544dc0d12d116ad916811f702c9bf522e25f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Ho Chi Minh City, this urban hotel is about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.98" OriginalAmount="119.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776315709579" Longitude="106.70354783535" StarRating="5" HotelCode="20557|34114" HotelName="Caravelle Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-23 Lam Son Square, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/37/cf/37cfee34538938fef4a427c8eb84dc93346a4dc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the midst of the business, shopping and entertainment districts o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.99" OriginalAmount="119.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778884733186" Longitude="106.70697569847" StarRating="5" HotelCode="33861|96028" HotelName="Lotte Legend Hotel Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A - 4A Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/10/101040bf99cc1e029993803b17550e2b2447161b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City on Ton Duc Thang Street fronting the scenic Sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79768907" Longitude="106.73076822" StarRating="1" HotelCode="760825|thadico_3_hotel" HotelName="Thadico 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-8 Duong 19B, Binh An Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/6a/166a9b1b70ca645cbbe3cf01599f893b631cf0de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877889|saigon_1979" HotelName="Cong Quynh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>190 Cong Qu?nh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/57/0a57de2323ab638268658a46022b44ae44797b8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.83" OriginalAmount="123.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772685994812" Longitude="106.70119836011" StarRating="4" HotelCode="82917|1093168" HotelName="Sedona Suites Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Le Loi Boulevard, Saigon Centre, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/08/8308915126f6add7b34800f8bb78f2ad668b85c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784038523645" Longitude="106.70265197754" StarRating="5" HotelCode="17762|sofitel_saigon_plaza" HotelName="Sofitel Saigon Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Le Duan, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/de/07de9c5ee8ee1f54c21ba63c1696cba9bc5b4774.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international hotel is located on the historical tree-lined Le Duan Boulevard, in the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78229692" Longitude="106.69192185" StarRating="0" HotelCode="963806|mai_house_saigon" HotelName="Mai House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Nam Ky Khoi Nghia Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/92/3792a6c8e0ac297b15df3a29a284fa618db59520.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.52" OriginalAmount="126.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77454" Longitude="106.706428" StarRating="5" HotelCode="20679|renaissance_riverside_hotel_saigon" HotelName="Renaissance Riverside Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-15 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/de/2bde0b3059bfb3fec61a3f44a8bf57dff7647c17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located at the heart of Ho Chi Minh City, just a few minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.03" OriginalAmount="128.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78230731" Longitude="106.69230252" StarRating="4" HotelCode="626745|2283895" HotelName="Sherwood Suites Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>192 Nam Ky Khoi Nghia, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a1/77a12875677d33bbb4b83ed747c9e6359bbef61b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.86" OriginalAmount="129.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73019994" Longitude="106.70437831" StarRating="4" HotelCode="639571|2552575" HotelName="Oakwood Residence Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1056A Nguyen Van Linh Road, Tan Phong War, District 7, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/f8/1bf8771040465d7396bd9ab51dc720bfcb0c0864.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.34" OriginalAmount="133.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.782333" Longitude="106.697399" StarRating="5" HotelCode="317378|1621068" HotelName="Hotel Des Arts Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76-78 Nguyen Thi Minh Khai Street, District 3, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/1d/e41da77dd1b0e3429f3df21721651ae274027997.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.75" OriginalAmount="134.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.800120014297" Longitude="106.68124345002" StarRating="2" HotelCode="347731|1785938" HotelName="Quynh Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>206B Phan Dang Luu, Ward 03, Phu Nhuan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/22/fb22cfebf8c0ced74f202458dcf1f4c0df989665.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.70" OriginalAmount="135.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770901" Longitude="106.695044" StarRating="5" HotelCode="15141|new_world_saigon_hotel" HotelName="New World Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/cb/8ccb4adbcc125cebfd607bb57c1af1607fb363e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located directly in the business centre of HCMC where a selection of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.48" OriginalAmount="136.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7743695" Longitude="106.7065418" StarRating="5" HotelCode="314951|1474768" HotelName="Le Méridien Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3C Ton Duc Thang Street, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/41/3b/413b1cf7805715a7985a38f5483c6d93264dc79b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.71" OriginalAmount="139.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.789538660286" Longitude="106.70287930059" StarRating="4" HotelCode="410260|826155" HotelName="Somerset Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A Nguyen Binh Khiem Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/b3/89b34ff5be60c03ed29f876e959af9de421ef7d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the business and shopping district, conveniently close to business destinati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.54" OriginalAmount="146.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775733394513" Longitude="106.70403599739" StarRating="5" HotelCode="50609|91630" HotelName="Sheraton Saigon Hotel &amp; Towers" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Dong Khoi, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/bb/f8bb4744ab504c755fc897f8087445576c55d870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a privileged location in the heart of Ho Chi Minh City, on the most famous street, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.89" OriginalAmount="157.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774697214273" Longitude="106.70569880738" StarRating="4" HotelCode="525353|2103345" HotelName="The Myst Dong Khoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6,8 H? Hu?n Nghi?p, P. B?n Nghé, H? Chí Minh, Qu?n 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d5/cdd55f223313e64f043357b271720f4cb0269e67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.42" OriginalAmount="171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81015268" Longitude="106.7515607" StarRating="5" HotelCode="961035|mia_saigon_luxury_boutique_hotel" HotelName="Mia Saigon Luxury Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Street 10, An Phu Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/8d/458d4fb87e92ccceb162452146e452fb7c117d1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.09" OriginalAmount="174.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781488269724" Longitude="106.7011069828" StarRating="5" HotelCode="175615|824515" HotelName="InterContinental Residences Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Nguyen Du Street &amp; Hai Ba Trung, St., District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/95/8d958dfd77f3212d7f51631ba8ad8ccc02ec3dc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77358808" Longitude="106.70456638" StarRating="5" HotelCode="263804|the_reverie_saigon" HotelName="The Reverie Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-36 Nguyen Hue Boulevard, 57-69F Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/e9/3ee9001b49759907b9e32b80a6797c8b9b0fbdd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.51" OriginalAmount="215.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774258514345" Longitude="106.70497618926" StarRating="5" HotelCode="376432|1847348" HotelName="The Reverie Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57-69F Dong Khoi Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.94" OriginalAmount="247.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77458" Longitude="106.700705" StarRating="4" HotelCode="936613|liberty_central_saigon_city_point_hotel_" HotelName="Liberty Central Saigon Citypoint Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Pasteur, Qu?n 1, TP. H? Chí Minh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/10/2a1080dd3300e5e125879a9cf4628da33ac7f14c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78083238" Longitude="106.7049958" StarRating="3" HotelCode="945440|roseland_centa_hotel" HotelName="Roseland Centa Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>15/1A-15A/57A Le Thanh Ton, Ben Nghe Ward, Dist 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/79/8879d23f52080fca87a11d5aa3aeef61f4c64daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74779125" Longitude="106.61092075" StarRating="0" HotelCode="839596|minh_ha_hotel" HotelName="Minh Ha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Beauty Salon,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24-26 Street 30, Binh Tri Dong B Ward, Binh Tan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/2e/ee2e7cd979d85a4930eb29141c38e0b5d61a8123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Minh Ha Hotel is conveniently located in the popular Tan Tao Industry Zone area. The hotel offers a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="416.16" OriginalAmount="408.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.759449" Longitude="106.669292" StarRating="5" HotelCode="904542|an_lam_private_residences_saigon_river" HotelName="An Lam Saigon River" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/84/2984e70420e619e1bc5254d33876f0b505d09a7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6902.95" OriginalAmount="6767.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7919913" Longitude="106.7223097" StarRating="5" HotelCode="815739|2343045" HotelName="Vinpearl Luxury Landmark 81" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>720A Dien Bien Phu Street, Landmark 81 Building, Vinhomes Central Park, Ward 22, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/30/a130dc28d54a304e9ae3f059c08be152fff0b714.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Lounge,Massage Centre,Sauna,Shopping Arcade,Nightclub,Bicycle Rental,Kitchen,Central Heating,Swimming Pool,Garden,Wheelchair Access,Golf,Spa,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Pets allowed,Smoking Rooms,Wake-up Call Service,24 Hour Front Desk,Beauty Salon,Concierge,Dry Cleaning,Elevator,Luggage Storage,Parking,24 Hour Room Service,Business Centre,Coffee Shop,Housekeeping,LCD/Projector,Off-Site Parking,Pick &amp;amp; Drop,Porter,Valet Parking,Meeting Room,Banquet Hall,Dining,Printer,Babysitting</BasicAmenities>
    <HotelRating>3,5,4,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SKI HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,APARTMENT HOTEL,COUNTRY HOUSE,CLUB RESORT,GOLF HOTEL,ECO HOTEL,HOTEL DE CHARME,HOTEL,RESIDENCES,HOSTELS,GUEST HOUSES,AIRPORT HOTELS,APARTMENT,APARTHOTEL,SPA HOTEL,HOLIDAY HOMES</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
4f692fc0-fc5a-41c7-99b0-4ac25d9dab3b|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="4f692fc0-fc5a-41c7-99b0-4ac25d9dab3b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84794" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-23T00:00:00" End="2026-06-24T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
4f692fc0-fc5a-41c7-99b0-4ac25d9dab3b|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
4f692fc0-fc5a-41c7-99b0-4ac25d9dab3b|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-23T10:21:16.1700772+01:00" Version="0" EchoToken="Search" TransactionIdentifier="4f692fc0-fc5a-41c7-99b0-4ac25d9dab3b" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="6.02" OriginalAmount="5.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772284" Longitude="106.690775" StarRating="2" HotelCode="905926|1162688" HotelName="Nouveau Happy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Bùi Th? Xuân, Phu?ng B?n Thành, Qu?n 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/61/5b61ced4a7cadd5d7910ebf4979c277745fb055c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated about 10 m from Tao Dan Park and some 100 m from the nearest restaurants and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6.12" OriginalAmount="6.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="696398|sunrise_trung_son_hotel" HotelName="Sunrise Trung Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 63 Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ec/6decbb3848a064f1e54bec03da2aac9b81a27951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6.12" OriginalAmount="6.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="829149|ngoi_sao_phuong_nam_hotel" HotelName="Ngoi Sao Phuong Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41/2 Tan Thoi Nhat 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/03/a803200be4b1503f324da927b958820f90f5dfc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6.73" OriginalAmount="6.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.843616463999" Longitude="106.65712357156" StarRating="2" HotelCode="347359|1222298" HotelName="Lan Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>251/28 Le Van Tho, Pham Ngu Lao Ward, Go Vap, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/45/3445c7f6ba11b8e2a177c1b52fbe848ade5fb087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.14" OriginalAmount="7.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76285199" Longitude="106.67635399" StarRating="1" HotelCode="373134|trang_thu_2_hotel_" HotelName="Trang Thu 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>328 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d8/edd8aea3451fbf41be7614b4669f9438c776f013.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.14" OriginalAmount="7.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74717235" Longitude="106.61666251" StarRating="0" HotelCode="698256|hong_tam_hotel" HotelName="Hong Tam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Street 14</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a2/34a2b500a1c66c290bd12f8e39e3fb43f0c10737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768942745378" Longitude="106.69401345656" StarRating="2" HotelCode="309439|ipeace_hotel" HotelName="Ipeace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>175/8 Pham Ngu Lao Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/34/2d34efe25c7d2b624826773738627d31e72ca562.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78671726" Longitude="106.63458034" StarRating="2" HotelCode="346598|avatar_hotel_2" HotelName="Avatar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Le Van Phan, Phu Tho Hoa Ward, Tan Phu District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/be/7abe64a3afb410225bf950076a7d39ea28568a93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a bar, a tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75683433" Longitude="106.63412633" StarRating="2" HotelCode="626493|ba_dat_homestay_q6" HotelName="Ba Dat Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68b/13 Dang Nguyen Can</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/61/4a61ed9b4d662f9a2aa6873b286a1a78ce8e856c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8.16" OriginalAmount="8.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="826179|ngoc_trinh_hotel_2" HotelName="Ngoc Trinh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>107 Ho Ba Kien</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/a2/0aa211af4432a6951c1b6465c70186a9ac1f6a9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.01" OriginalAmount="8.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.807323264546" Longitude="106.67519631298" StarRating="2" HotelCode="376520|1810488" HotelName="Huong Mai 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>112 Dao Duy Anh Street, Phu Nhuan District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/be/90be63aa085ad2dd3d566760372f7270682827ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766736246649" Longitude="106.69278420974" StarRating="2" HotelCode="346919|nn_hotel" HotelName="NN Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6c/376cb912ae347d8fe0e953222492a14c2dc91626.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79665553" Longitude="106.64815204" StarRating="2" HotelCode="346732|hung_anh_hotel" HotelName="Hung Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>35 Thep Moi, Ward 12, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/4b/e94bd81c2ea6778e97e61a018106e36ce104d01b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.797369845317" Longitude="106.67803368713" StarRating="2" HotelCode="309442|kim_yen_hotel" HotelName="Kim Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Nguyen Trong Tuyen, Phu Nhuan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/f6/abf66ec15768942f615e22f711f846309bb30b64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a restaurant and room servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76725251" Longitude="106.69370287" StarRating="3" HotelCode="309425|aston_hotel_saigon" HotelName="Aston Hotel - Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 - 29 Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/1d/dc1dc3bcc6eeaf7a18fa609ff77327f1187d8543.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76764638367" Longitude="106.69387233223" StarRating="2" HotelCode="346391|saigon_europe_hotel" HotelName="Saigon Europe &amp; Spa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>207 De Tham, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/a0/86a060fda153b58d6997b5ddfb70255f8cede13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76367193527" Longitude="106.67587796226" StarRating="0" HotelCode="347730|hoang_yen_nhi_hotel" HotelName="Hoang Yen Nhi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>370 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/92/0e92233fb769ed075a7cc2abc6127c05f3d9a9f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7734013" Longitude="106.69637328" StarRating="2" HotelCode="363798|mai_vuong_sai_gon_hotel" HotelName="Mai Vuong Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>153 Ly Tu Trong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/29/8c29baabcd9c810ee3ecce6df39ae0ab8c26d00b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79704875" Longitude="106.65917328" StarRating="2" HotelCode="372498|hoa_de_nhat" HotelName="Hoa De Nhat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4/1/9-4/1/11 Hoang Viet, Tan Binh Distrikt, Ho Chi Minh Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/bb/f4bbe3c79315acc957272656624df34decab582b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75169655828" Longitude="106.71154543298" StarRating="2" HotelCode="347296|ngoc_tung_riverside" HotelName="Ngoc Tung Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>361 Tran Xuan Soan, Tan Kieng Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/1c/691c81fed936c3ec80b1e3f216e3d460fc290adb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78872176" Longitude="106.67539805" StarRating="3" HotelCode="630527|tropical_house_5" HotelName="Tropical House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>413/37 A Le Van Sy, Ward 12, District 3, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/ef/09ef5d965e525111016c25cb51526a9ce97958c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77982451" Longitude="106.66823007" StarRating="3" HotelCode="586659|bonita_tht" HotelName="Bonita THT" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>185 To Hien Thanh, Ward 13, District 10, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/a7/88a7db304177ba80ef4ec3718a0ca0fe790d0301.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80105584" Longitude="106.64306701" StarRating="0" HotelCode="808746|nui_thanh" HotelName="Nui Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Parking,Pets allowed,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3A Nui Thanh Street, Ward 13, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/5f/ed5febcae674b2ba26849061c1a8a28162340e1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Nui Thanh Hotel to discover the wonders of Ho Chi Minh City. Offering a variety of facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76780951" Longitude="106.69443028" StarRating="0" HotelCode="839942|titi_hotel_" HotelName="Ti Ti Room For Rent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/12-14A Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/4b/994b960f08bbabd2019ebe841f07c6b6e920c862.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76757213" Longitude="106.69190697" StarRating="2" HotelCode="783042|h_best_hostel_cafe_saigon" HotelName="H Best Hostel Cafe Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>265/39 Pham Ngu Lao, Phuong Pham Ngu Lao, Quan 1, Ho Chi Minh City 700000, Sai Gon</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/2f/de2f9efa0955e79b0668354081608ed6b6bda46e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.18" OriginalAmount="9.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="967501|reddoorz_nguyen_kiem_street" HotelName="Van Giao Hotel by RedDoorz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>740B Nguyen Kiem Street, Ward 4, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e7/83e74619113979005889b922417741c491a611d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.20" OriginalAmount="9.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769343989153" Longitude="106.70243844654" StarRating="2" HotelCode="309422|3432465" HotelName="Anh Duy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Nguyen Cong Tru, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/3b/c63bff1c279951d5b94d403278482f0d5be1dc40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.37" OriginalAmount="9.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76919427" Longitude="106.69034195" StarRating="2" HotelCode="518106|3475775" HotelName="Ace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>139H Nguyen Trai, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b9/e9b9c043ebe043808245b560d6d085dc66042d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.38" OriginalAmount="9.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766855776695" Longitude="106.68949317369" StarRating="2" HotelCode="378557|1720158" HotelName="Khoi Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/11 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/9f/e59f99c11d614c1413cf2e42e25796fa4fe88041.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.38" OriginalAmount="9.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81287762" Longitude="106.66700005" StarRating="2" HotelCode="772394|3440245" HotelName="95 Lam Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Lam Son, Ward 2, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a1/eea189982d02e1fe7dad4210dd6cdd9ceee2112d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.45" OriginalAmount="9.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767538967221" Longitude="106.69078566219" StarRating="2" HotelCode="346965|1897475" HotelName="Hoang Phi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>313 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b5/a2b53c325ba978b1a0ebbee5c6ab8417cd2aba89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.77" OriginalAmount="9.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.84919597" Longitude="106.67861124" StarRating="3" HotelCode="828962|3471675" HotelName="Galaxy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>594-596 Nguyen Oanh, Phuong 6, Quan Go Vap, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/d9/d5d92e7ddd1b9ec5f64e9997ad5a3be27cd69420.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9.96" OriginalAmount="9.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79787932" Longitude="106.73022569" StarRating="1" HotelCode="694403|3434985" HotelName="Sai Gon River Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35/8 Street 19, Binh An Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/06/4d0619c38792781a86b869ec9109cd5285ae5817.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.06" OriginalAmount="9.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767" Longitude="106.6893" StarRating="2" HotelCode="491735|1221758" HotelName="Long Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>373/10 Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/36/35360f0baa73c26ea3f23ca3d847c634e5fb6de5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76756647" Longitude="106.69121823" StarRating="2" HotelCode="347133|giang_son_2_hotel_2" HotelName="Giang Son Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>283/24 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/35/9f35c9221eea835029e047cbe02c18a17faef1ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80054826" Longitude="106.64258544" StarRating="2" HotelCode="424761|song_nhat" HotelName="Song Nhat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Designated Smoking Area,Elevator,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20/19 Nui Thanh, Ward 13, Ho Chi Minh, Tan Binh District</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1c/f31cad49bc996872da84e2ad7564769a25458e6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Song Nhat Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. The h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80248594" Longitude="106.64285103" StarRating="3" HotelCode="698183|van_ha" HotelName="Van Ha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bicycle Rental,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>440 Cong Hoa Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/ac/83ac79acf51a8b5b47341c1af425aab841859b35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Van Ha Hotel to discover the wonders of Ho Chi Minh City. The property features a wide range...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79187045" Longitude="106.6435422" StarRating="3" HotelCode="691105|hung_miami_hotel" HotelName="Hung Miami Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160-162 Bau Cat, 160-160 Bau Cat, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5a/415aa653c8a2835b6436f148eaa367dcccea48f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73449326" Longitude="106.66011349" StarRating="0" HotelCode="808832|felix_garden_hotel_" HotelName="Felix Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>908 Ta Quang Buu Street, Ward 5, District 8, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/98/2d988c2828b4e0633b065c0cef8691a69ea6edde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Felix Garden Hotel puts everything the city has to offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76590077" Longitude="106.69132104" StarRating="3" HotelCode="784985|an_nam_corner_dreamer" HotelName="An Nam Corner Dreamer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>183/15 Bui Vien, Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/de/f4de4fc5a0e926431f49f6e497e3eafd27925911.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="829310|nhu_y_hotel" HotelName="Nhu Y Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185 Duong 16</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/3f/d53fd550e2adb0100ab192a3dde633efaf732671.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="876931|phuong_linh_hotel_3" HotelName="Phuong Linh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-27A Nguyen Thái Bình, Phuong 4, Quan Tan Bình, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/26/632604c258cf2825eb5aad46e4a41840cfa8db3e.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10.20" OriginalAmount="10.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="884419|nam_bac_hotel" HotelName="Nam Bac Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>206 Phan Dang Luu</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/b0/aab0b58e6fe300647a1cbb478a5b219cf2edb8c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.27" OriginalAmount="10.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76845965" Longitude="106.69392118" StarRating="2" HotelCode="374002|3450305" HotelName="Saigon Amigo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>185/24 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/dc/8cdc574d1246b9e7cf3313f5da840256902a1ab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.42" OriginalAmount="10.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767537640709" Longitude="106.69269375155" StarRating="2" HotelCode="384112|1722338" HotelName="Thanh Ha Guesthouse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241/39 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/77/3177e1b17b3093d58568b9849fcb6ff7e22a467f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.57" OriginalAmount="10.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73279645" Longitude="106.70739983" StarRating="3" HotelCode="773644|3426595" HotelName="Laguna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>R3-84 Hung Gia 4, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/20/c32092acdf7f5b6b2156b143e9c82580d223ead9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.58" OriginalAmount="10.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="782923|3443475" HotelName="Language Exchange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>399/43/5 Nguyen Dinh Chieu, District 3, 1500 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/da/59da8ab74e87191346da5de9a513283046b8e9cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.69" OriginalAmount="10.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75282582" Longitude="106.66744778" StarRating="2" HotelCode="632284|3476115" HotelName="Thanh Lan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Tran Xuan Hoa, Phuong 7, Quan 5, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/17/d317c13f987619288ccbfd02a770d8f6eb6c059b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.96" OriginalAmount="10.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80422033" Longitude="106.64253823" StarRating="2" HotelCode="857198|2347205" HotelName="RedDoorz Plus Near E-Town 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Than Nhan Trung, Phuong 13, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647181/647181a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774437" Longitude="106.6350308" StarRating="3" HotelCode="369076|dong_du_hotel" HotelName="Dong Du Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Dong Du, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/e4/7fe46ec3e30766badc271d2c49ac96002b8c94bb.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81537353" Longitude="106.66828289" StarRating="2" HotelCode="370392|mi_linh_hotel" HotelName="Mi Linh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B38A Bach Dang Street, Ward 02, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/fa/85fa40a50fcf2afcc5e4d4a0c8461bb035ec4916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81141176" Longitude="106.71345483" StarRating="1" HotelCode="372702|nhat_binh_hotel_" HotelName="Nhat Bình Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>625/7 Xô Vi?t Ngh? Tinh, Ward 26, Bình Th?nh Distrikt, H? Chí Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b9/4ab9f5255c2c68e870b42d5f0053f2057cb58824.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nhat Binh Hotel is located in Ho Chi Minh City, 2.8 km from the Jade Emperor Pagoda and 3.8 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83808079" Longitude="106.65261342" StarRating="0" HotelCode="512643|venus_hotel_11" HotelName="Venus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>872 Quang Trung</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/2e/152ee45029dc21f634648fbb6770729b9863ef68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81009668" Longitude="106.68973839" StarRating="0" HotelCode="518246|tt_hotel" HotelName="TT Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155-157 Nguyen Van Dau, Ward 5, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/b1/beb103c0b15d323bc98ff4a18a4ffb4c98928da8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7274698" Longitude="106.70574936" StarRating="0" HotelCode="424712|smp_serviced_apartments" HotelName="SMP Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>SMP Serviced Apartments, R3-27 Pham Thai Buong Street, My Toan 1, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/6a/f36ab1afaf06f3489bfddda84ea7e07728dd77e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at SMP Serviced Apartments to discover the wonders of Ho Chi Minh City. The property features a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79646653" Longitude="106.65316673" StarRating="1" HotelCode="424810|hung_huong_hotel_" HotelName="Hung Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>321 Nguyen Thai Binh street, ward 12 Tan Binh district, Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/29/a029a54f7b4d75f1b088cd84006dd29dc0161c9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Hung Huong Hotel puts everything the city has to offer ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766937819478" Longitude="106.68938906265" StarRating="2" HotelCode="383568|saigon_backpackers_hostel__pham_ngu_lao" HotelName="Saigon Backpackers Hostel @ Pham Ngu Lao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/20 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/39/27398f71f7d2ce335b8432115e4c4452b1eda33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7741056" Longitude="106.6972227" StarRating="3" HotelCode="599862|ace_hotel_ben_thanh" HotelName="Ace Hotel Ben Thanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/6c/4b6c06e39e07c05bd1afac6a9de812c6085b3ec5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80375137" Longitude="106.66219578" StarRating="2" HotelCode="620098|oyo_203_the_blue_hotel" HotelName="The Blue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/37 Phan Thuc Duyen Street, Ward 4, Tan Binh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e5/dde5082755f15dae5b92f87114a336438fbe9d84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="586837|elegance_283_hotel_2" HotelName="Elegance 283 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>283 Hoang Van Thu, Tan Binh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/6e/416e74acf71711cbae3f33c2b57daf023f02e1f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="808994|minh_nhu_hotel" HotelName="Minh Nhu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Dong Xoai Street, Ward 13, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/38/73381aa1b0fbed50ff0788a934f2eeaf8656a963.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.22" OriginalAmount="11.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76646644" Longitude="106.69182267" StarRating="2" HotelCode="915645|meraki_hotel_2" HotelName="Meraki Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>198 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/fc/3cfc7db1d3ea8d6af1ae160ba91feed89c60498e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.38" OriginalAmount="11.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7507322" Longitude="106.66147928" StarRating="1" HotelCode="696353|3442435" HotelName="Truong Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55-57-59 Trieu Quang Phuc Street, Ward 10, District 5, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/b0/00b00d6274eeb42a1c12451df129a72ac911bfb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Truong Giang Hotel to discover the wonders of Ho Chi Minh City. Featuring a complete list of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.69" OriginalAmount="11.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76779956" Longitude="106.69469686" StarRating="3" HotelCode="869470|3443535" HotelName="An Nam Corner Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>186/20 Bùi Vien, Pham Ngu Lao Ward, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/3a/05/3a05965bd2192cc0b4458d32e76381127528a8f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.80" OriginalAmount="11.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79743051" Longitude="106.67528452" StarRating="2" HotelCode="374783|1802978" HotelName="Yen Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>219 Nguy?n Tr?ng Tuy?n, P. 8, Q., Phú Nhu?n District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/70/7f70167e387882a0df9a217106804d044ec7f377.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.86" OriginalAmount="11.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76970126" Longitude="106.69083414" StarRating="3" HotelCode="701139|3449705" HotelName="Lucky Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146 Nguyen Trãi, Phu?ng Ben Thành, Qu?n 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/17/6417ea4b5daf6d9763426b34ecdd133234c91646.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.93" OriginalAmount="11.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="874545|2347295" HotelName="RedDoorz Plus Near Nowzone Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>135 Nguyen Van Cu Street, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647286/647286a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.94" OriginalAmount="11.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72727581" Longitude="106.70558166" StarRating="3" HotelCode="620077|3456775" HotelName="Emerald Serviced Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>159-161 Pham Thai Buong Street, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/793292/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.03" OriginalAmount="11.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767699910813" Longitude="106.69089631483" StarRating="2" HotelCode="365896|3426235" HotelName="Koniko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Currency Exchange,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>283/22 Pham Ngu Lao Street, District  1, Ho Chi Minh City  70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/76/617614ec5b1767af02e29713a72161c665746f85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;We are glad to welcome your stay at our hotel our hotel is located in a peaceful and lovely alley wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.04" OriginalAmount="11.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77169421" Longitude="106.69374817" StarRating="2" HotelCode="363860|3436755" HotelName="Holiday Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Ly Tu Trong Street  Ben Thanh Ward, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/35/47359fd88cc46e6085f9410adfeb167f9319f057.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77190984" Longitude="106.69602406" StarRating="3" HotelCode="374170|cat_hotel_ben_thanh" HotelName="Platinum Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/c5/d0c5adf430eeb08e89506d83e06a31b48acb685c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774244984181" Longitude="106.67185757176" StarRating="0" HotelCode="373910|hoa_mai_hotel" HotelName="Hoa Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>723-725 Le Hong Phong Street, District 10, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/c6/f4c6bda08e3b85b7ca5d3da614f093d3f010ae41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75286907" Longitude="106.65564001" StarRating="2" HotelCode="492336|sao_mai_hotel_4" HotelName="Sao Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>896 Nguyen Trai, Ward 14, Ho Chi Minh 70000, District 5</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/6d/106dad05ae6d0572b4d0bdedd308d4a2084acbdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sao Mai 896 Hotel is a popular choice amongst travelers in Ho Chi Minh City, whether exploring or ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76775" Longitude="106.6945" StarRating="3" HotelCode="568657|an_an_hotel" HotelName="CCentral Hotel Bui Vien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/f3/dbf3fd57bb02b9d5be6f83e7b469b0a8e1da20ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81254342" Longitude="106.66841799" StarRating="3" HotelCode="586775|uyen_anh" HotelName="Uyen Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43-45 Yen The Street, Ward 02, Tan Binh District, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/4a/a44af8da4d4b66334d872436462674f90f384893.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83233809" Longitude="106.6098267" StarRating="2" HotelCode="586698|atana_hotel_2" HotelName="Atana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>327 Phan Van Hon, District 12, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/1c/791caaa21a4e6b0338cf21f1a9a59590e9949db3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80292711" Longitude="106.64073253" StarRating="2" HotelCode="784726|the_lumiere_hotel" HotelName="ND Building" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Le Van Huan Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/1d/401df7ff1b3a6eb9981736407f116cd3810e0570.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers. Additional facilities available...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="828989|an_tinh_hotel" HotelName="Khach San An Tinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241 Le Dai Hanh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/e2/a4e2af99ba9e7b6a131cc123bb51dc62a3afe84a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="836120|mai_vang_hotel_2" HotelName="Khach San Mai Vàng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So Nha 48 Ðuong 4A</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/eb/d3eb62d8e779dd4f6b5f29c53e01daa8d0ae763d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79652101" Longitude="106.68860296" StarRating="3" HotelCode="963207|cupid_2_hotel" HotelName="Cupid 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/25-52/27 Cu Lao Street, Ward 2, Phu Nhuan District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/bc/61bcc86a097f750d5bb87e2fbc826ac4ef06ae6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.46" OriginalAmount="12.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7675384" Longitude="106.694" StarRating="2" HotelCode="568658|2272185" HotelName="CCentral Hotel De Tham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>216 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/ff/0affb3106899e92670cb8a8a84af01826f77f367.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.54" OriginalAmount="12.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76802096" Longitude="106.69437282" StarRating="2" HotelCode="364737|2255005" HotelName="Beautiful Saigon 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/27 Bui Vien Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f8/4ef800043108482a0762cfc774a14634d4b0480c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.60" OriginalAmount="12.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73338004" Longitude="106.7069118" StarRating="2" HotelCode="774716|3435455" HotelName="Melody Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Hung Gia 2, Tan Phong, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/68/836859e62ab811baec484f11e3736e4a89610f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.72" OriginalAmount="12.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81273161" Longitude="106.6667208" StarRating="3" HotelCode="774255|3433575" HotelName="GIC Apartment And Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/11 Hong Ha, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/15/8f154169b57c069391ca0e2b08f051a51b637ccb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12.99" OriginalAmount="12.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7666732" Longitude="106.69112892" StarRating="2" HotelCode="587106|3450635" HotelName="Green Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Do Quang Dau Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/be/4ebeb8093e887724fa1e965931cc7e7bcf3bb968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.10" OriginalAmount="12.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7762395" Longitude="106.69120256" StarRating="2" HotelCode="363875|1751518" HotelName="Ruby Star 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Truong Dinh, District 3, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/15/f01541f3288b7df6b93da03294b1b6b50a717e13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.21" OriginalAmount="12.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7679342" Longitude="106.69421719" StarRating="2" HotelCode="595899|3475745" HotelName="Quang Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/7 Bui Vien, Pham Ngu Lao ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/44695/2844695/37.jpg?f=15505547</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76891599535" Longitude="106.69829186743" StarRating="2" HotelCode="346629|dinh_phat_hotel" HotelName="Dinh Phat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>141-143 Calmette, Phuong Nguyen Thai Binh, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/31/4231927a75fc17e673f120417d028a3c88ad9061.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76716790156" Longitude="106.69348672444" StarRating="2" HotelCode="225963|beautiful_saigon" HotelName="Beautiful Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>62 Bui Vien Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2d/00/2d002b89765765c1dabb4856de7ced338156bc0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77456187" Longitude="106.69016198" StarRating="1" HotelCode="372654|dai_hoang_ha_hotel_" HotelName="New Star Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>214 Nguyen Thi Minh Khai Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c6/96c640de762d1b36ce76f64d00a4686cce7d56bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Ho Chi Minh City. Its setting is especially ide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77327339" Longitude="106.68498548" StarRating="2" HotelCode="369887|leblanc_saigon" HotelName="LeBlanc Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>414 (Behind) Nguyen Dinh Chieu, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/9e/5f9e25d08ca68b60fee1bd89d3f374ee9e1cf9d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7682098277" Longitude="106.69218235857" StarRating="1" HotelCode="370146|freedom_hotel_2" HotelName="Freedom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>269,267 Pham Ngu Lao, Ho Chi Minh 700000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/dc/7bdce6704cae7f16b1b661c90c0c625efb812ab9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Freedom Hotel puts everything the city has to offer jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7668329" Longitude="106.6926976" StarRating="3" HotelCode="376128|quan_san_guest_house" HotelName="Violet Star Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Dry Cleaning,Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>35/10 Bui Vien, Phuong Pham Ngu Lao, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/93/d59324b1475c0bcfbef6a3b3ecd69ac5283581d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quan San Guesthouse is a popular choice amongst travelers in Ho Chi Minh City, whether exploring or ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767670895466" Longitude="106.69080581993" StarRating="2" HotelCode="397067|ailen_garden_hotel" HotelName="Ailen Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>283/33 Pham Ngu Lao, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/40/2840d847c4d804c7a1d36633eb6ddfe28932d23c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79792794" Longitude="106.64155718" StarRating="2" HotelCode="601456|huy_hoang_1_hotel" HotelName="Huy Hoang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Binh Gia Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/f3/fef380de40860f0039e7f64c076762db1b6caed5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80797974" Longitude="106.66355923" StarRating="2" HotelCode="595924|gia_hoa_hotel" HotelName="Gia Hoa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4 Hau Giang Street, Ward 4, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6a/426a31c199ec5a4cf5908dc5a28f5617db8de18a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.808281" Longitude="106.6635045" StarRating="0" HotelCode="690957|thu_ha_hotel_2" HotelName="Hotel Thu Ha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Hau Giang, Tan Binh, Quan Tan Binh, Ho Chi´ Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/9c/5e9c7da39b29af3f7ecaf1846afb14a746285fb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thu Ha Hotel is conveniently located in the popular Tan Son Nhat International Airport area. Offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="698259|cozy_hotel_8" HotelName="Cozy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>265/7/15 Pham Ngu Lao</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/1c/661cebed8d3af8d8feb4e3f454bcdb3751b1b887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83921808" Longitude="106.63694469" StarRating="2" HotelCode="691064|eros_hotel_4" HotelName="Eros Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>331/8 Phan Huy Ich, Go Vap District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/7a/057a5922cb377c78d43650ece0ba46c81ae047dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.26" OriginalAmount="13.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7389465" Longitude="106.6901895" StarRating="0" HotelCode="963361|la_galerie_hotel_3" HotelName="La Galerie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-19 Duong So 4, Kdc Trung Son, Bình Hung, Bình Chánh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/5b/ae5bcf1c63c56e346346a213ac67371eae75a047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.44" OriginalAmount="13.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80739491" Longitude="106.6616006" StarRating="2" HotelCode="586847|3441005" HotelName="Vivian Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Thang Long, Phuong 4, Quan Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/df/21dfc0f5d807ec26a1a87d65169ebeb3ffffc3a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.44" OriginalAmount="13.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76975902" Longitude="106.6965785" StarRating="1" HotelCode="855923|3438105" HotelName="My Friends Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>572B/4 Tran Hung Ðao, Phuong 2, Quan 5, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b8/59b8bcd3de699b37f50a7e4dc5307c5cce460cc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.48" OriginalAmount="13.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.758118834036" Longitude="106.67371796811" StarRating="3" HotelCode="309420|1196388" HotelName="An Dong Center Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14-16-20 Su Van Hanh, P. 9, Q. 5, Tp, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/20/fd206b72a6c7230cb31c5baa5a79bbca8762a751.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.53" OriginalAmount="13.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7529465" Longitude="106.65914528" StarRating="1" HotelCode="375385|1802988" HotelName="Trung Mai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>785 Nguyen Trai, Dist 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/9b/869bf045bd0ef49464dd9dbd192fd899ad2ca74f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.89" OriginalAmount="13.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77129089952" Longitude="106.69479444623" StarRating="2" HotelCode="173645|1447118" HotelName="Blessing Central Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>267-269 Le Thanh Ton Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/3b/113b1867d47b1c8cf35275fb945e23f3869d62af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a vibrant location in Ho Chi Minh City, in close proximity to the Mariamman Temple...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.07" OriginalAmount="13.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76800746" Longitude="106.69428749" StarRating="2" HotelCode="346837|1461558" HotelName="Kim Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>40/18 Bui Vien Street, Pham Ngu Lao Ward, 1st District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/0a/360a848ffda917453d0a8760f6c2c2fff0a4af26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.19" OriginalAmount="13.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77173101" Longitude="106.69516594" StarRating="3" HotelCode="373896|3444815" HotelName="Pavilion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Le Anh Xuan, Ben Thanh Ward, District 1, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/ce/57ce60d5d3c6484677073fb65d3453ccc19da658.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.27" OriginalAmount="13.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771734264341" Longitude="106.69601722887" StarRating="3" HotelCode="382879|1166968" HotelName="Bloom Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Truong Dinh Street, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/04/9c042711b8945a22ad0dff192fa1ae74647eaf9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768472301364" Longitude="106.69340139319" StarRating="1" HotelCode="347844|1750858" HotelName="Galaxy Hotel &amp; Capsule" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>269/19 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/7e/5e7ee0aafc117ca8e0bdee259f127ce202336756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771206581069" Longitude="106.69673770666" StarRating="3" HotelCode="166815|my_anh_hotel" HotelName="My Anh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>108 Le Lai Ben, Thanh Ward District 1, Ho Chi Minh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/2b/db2bcbd5aced8b84216f598dad19384f48bd0f3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district in Ho Chi Minh City, just 5 minutes' wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76863241" Longitude="106.6941182" StarRating="2" HotelCode="368646|gia_vien_hotel" HotelName="Gia Vien Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>175/4-6 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/2f/1e2fb2fd84ee0f04b7f14469b7753149f6e1cabe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.764521953335" Longitude="106.69514679437" StarRating="2" HotelCode="368159|yellow_house_saigon" HotelName="Yellow House Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114/32 De Tham Street, Ho Chi Minh, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/6b/976b386074fc0235dccacd34be5f0a536b1ca4e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8143154" Longitude="106.67075552" StarRating="2" HotelCode="372363|golden_palm_hotel" HotelName="Golden Palm Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Bach Dang, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/35/44355afb313bc5c7cabb8c42cc7779ac0685a248.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77048577" Longitude="106.67133514" StarRating="0" HotelCode="373303|phuong_thanh_hotel_3" HotelName="Phuong Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Tran Thien Chanh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/e5/afe565e3c1d1210160d091da5f6f808782d596cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only 6 km from Tan Son Nhat International Airport, Phuong Thanh Hotel is located in Ho Chi Minh City...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.789164" Longitude="106.604285" StarRating="2" HotelCode="504127|thien_phu_logia_hotel" HotelName="Thien Phu Logia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>8A Go Xoai, Binh Hung Hoa A, Binh Tan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/e1/43e148d7313a9fd853a376bfe668732594010037.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Thien Phu Logia Hotel offers comfort and convenience whether you're on business or holida...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76861993" Longitude="106.6949001" StarRating="2" HotelCode="489009|roomsaigon" HotelName="Room@saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>193 Nguyen Thai Hoc, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/94/359402a1c9e1e8eff6398eb4590ba1cb6666646a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73144586" Longitude="106.70732717" StarRating="2" HotelCode="567743|the_garden_6" HotelName="The Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Hung Phuoc 2 Internal Street, Tan Phong Ward, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/0b/900b5c359e4c83a88c540f64f800a1724cbb1348.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72959918" Longitude="106.7071246" StarRating="3" HotelCode="754639|atlas_hotel_apartment" HotelName="Atlas Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Hung Phuoc 4, Tan Phong, Quan 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b3/1bb363f95ce6632050e0282fb028027fd375dd1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79465663" Longitude="106.64173106" StarRating="0" HotelCode="696551|lilly_hotel" HotelName="Lilly Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Bau Cat 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/37/2537bcc2ace0f2e02ef4954f9f505d55ff822fb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="810894|queen_victoria_hotel_4" HotelName="Queen Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Ðuong So 10</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a1/eea1b364cac37140c2e1fe73bb7e5765b6e9748c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="2" HotelCode="781299|hotel_thien_phat" HotelName="Hotel Thien Phat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>470 Nguyen Van Linh, Phuong Tan Phu, District 7, Ho Chi Minh City 756335</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/90/bb90247a2219e5f5dc4c4318619287c11ec635e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7685189" Longitude="106.687124" StarRating="2" HotelCode="781122|alleyway_home_hostel" HotelName="Alleyway Home Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>162/9 Bui Thi Xuan, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/5e/155e7792c7ec6b7565844034a2038bfcc60a96f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.28" OriginalAmount="14.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791701" Longitude="106.67293417" StarRating="0" HotelCode="962723|aladdin_hotel_and_apartment" HotelName="Aladdin Hotel And Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>397 Huynh Van Banh, Phuong 11, Quan Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/41/5741d94c63567945f8fce40256b19af196b737ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.47" OriginalAmount="14.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80210285" Longitude="106.64682889" StarRating="3" HotelCode="550330|3430045" HotelName="Minh Tam Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>278-280 Cong Hoa Street, Ward 13, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/06/8206351707a576bae170f43a1565f284e5a1d45f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.48" OriginalAmount="14.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78912916" Longitude="106.70281747" StarRating="2" HotelCode="618529|3449915" HotelName="Holo Fairy House Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/11 Nguyen Binh Khiem, Da Kao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/04/b40413225ae65d0c3ab31c295d8038f27eae0b2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.54" OriginalAmount="14.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75993249" Longitude="106.66723648" StarRating="3" HotelCode="385855|3465675" HotelName="Hue My Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Nguyen Tieu La Street, ward 5, District 10, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/33/8d33e5d6cd5fbafdc4df88061d182f2adea2b61b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;##Property Location  Located in Ho Chi Minh City (District 10), Hue My Hotel is minutes from An Dong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.75" OriginalAmount="14.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76814853" Longitude="106.69225184" StarRating="3" HotelCode="364673|2255035" HotelName="Dragon Palace II Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>221 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/9e/8a9e1f49a84213ea465d584c9e4b635b55afa48d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a transfer service and room service are available to guests of the hotel....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.838636950983" Longitude="106.67241755348" StarRating="2" HotelCode="346671|ha_oanh_2_hotel" HotelName="Ha Oanh 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>222 Nguyen Van Luong, Ward 17, Go Vap District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/zz/4bad6c758c8b98eec98ed648c1e6ee59972ca012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Ha Oanh Hotel 2 offers comfort and convenience whether you're on business or holiday in H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769492167224" Longitude="106.70272524323" StarRating="2" HotelCode="347732|ohana_hotel_" HotelName="Ohana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Nguyen Cong Tru Street, Nguyen Thai Binh Ward, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/1c/a51cdd61ce613909f1e0cbb64755a26b2a07a988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Ohana Hotel offers comfort and convenience whether you're on business or holiday in Ho Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77016947631" Longitude="106.68844623276" StarRating="2" HotelCode="347443|hoan_thai_hotel_" HotelName="Hoan Thai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Ton That Tung, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/7d/907de91facb80609e5e0d538a3a57c59b0493516.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81636114" Longitude="106.67661071" StarRating="1" HotelCode="368824|hong_tuoi_hotel" HotelName="Hong Tuoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>491/24 (Ha Do - Nguyen Van Cong Apartment Building) Nguyen Van Cong Street, Ward 03, Go Vap District, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/3b/753b8304132de9a5ec85c042a06ac40e93573519.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.751144510673" Longitude="106.66461030809" StarRating="1" HotelCode="347281|tan_da_hotel" HotelName="Tan Da Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Tan Da, District 5, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/01/e2011d0a81aa4ce24a80f0776bc707ead91eedc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in District 5 - China Town / Cho Lon, Tan Da Hotel is a perfect starting point from which to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77164137" Longitude="106.67258028" StarRating="2" HotelCode="368077|saigon_garden_hotel" HotelName="Saigon Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>781/D1 Le Hong Phong, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/c1/3dc104b7a18cf2fdb78bdb4e0f1bcfe3c4c9207d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 10 - Phu Tho Stadium / Ky Hoa Park, Saigon G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77213916" Longitude="106.69617885" StarRating="2" HotelCode="363870|hoang_phuong_hotel" HotelName="Saigon Sparkle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>229 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/14/4614e98523769dfac50b63c7e3a9ea0700612e65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77538901" Longitude="106.70480499" StarRating="3" HotelCode="370349|hampton_hotel_by_jinnu_lai" HotelName="Asian Ruby Center Point Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46-48 Mac Thi Buoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/fc/4bfc050ca38863a53ec8c30263223f704e55a262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8063434" Longitude="106.73005104" StarRating="3" HotelCode="440416|kelly_apartment_thao_dien" HotelName="Kelly Serviced Apartment Thao Dien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>12 Street 43, Thao Dien Ward, District 2, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/09/7d09f863533af3e955fb82f84d07cdf6f6cdee65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76499722" Longitude="106.69509672" StarRating="3" HotelCode="599360|oyo_101_saigon_hotel" HotelName="Kien Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Co Bac Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/26/6c266073f49d573b58c79a209e318bfa5da124a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Kien Hotel 2 in Ho Chi Minh City (Core area of Ho Chi Minh Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77070775" Longitude="106.69306548" StarRating="2" HotelCode="743783|city_backpackers_hostel_3" HotelName="City Backpackers Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7/1 Nguyen Trãi, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/ed/4ced46e05b196b0b273f0a3bec3e23c3fce222e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78002012" Longitude="106.67919746" StarRating="2" HotelCode="773625|thien_truong_hotel" HotelName="Thien Truong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Cong Hop Rach Bung Binh, Phuong 10, Quan 3, Thanh Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/34/b234d7c7409a5147b125e70357c50c050bcd356d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79300627" Longitude="106.68558114" StarRating="2" HotelCode="763946|lai_hotel" HotelName="Lai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Phan Dinh Phung, Ward 2, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/89/e4897186b72b1b100fa0567729c2b04b3ee3db10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7674651" Longitude="106.69270759" StarRating="0" HotelCode="839413|4_boys_hotel" HotelName="4 Boys Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>241/22 Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/00/a9003d94c845c50a4207912fc1d108cf87eb39c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877916|the_umi_hotel" HotelName="The Umi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23-23A Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/21/e921a7baba5ea843f03a6cc5a94ffd64b7cc2961.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="963351|thanh_vinh_hotel" HotelName="Hotel Thanh Vinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>666/17 Duong 3/2, Phuong 14, Quan 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/e6/1ae6397280418b39f977775f2091e13e430f1d6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76681496" Longitude="106.69113198" StarRating="3" HotelCode="968937|the_white_house_60" HotelName="The White Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26/5 Do Quang Dau Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/9b/ea9b6d6a321350fdd6dcaf68b908d952befda2dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="977731|prague_airport_hotel_2" HotelName="Prague Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Bach Dang, Phuong 2, Ho Chi Minh City 070000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/5a/1e5a91ea69f78da5f0de76e66d4425043df43933.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.31" OriginalAmount="15.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791536019451" Longitude="106.66571255755" StarRating="2" HotelCode="309467|1752978" HotelName="Vuong Quang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Bui Thi Xuan Street, Ward 3, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/72/4b72d989a0daba0969c6a8a6deba099203cfe724.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.46" OriginalAmount="15.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778625211191" Longitude="106.67286939942" StarRating="2" HotelCode="309445|1202358" HotelName="Minh Chau Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Hoa Hung, Ward 12, District 10, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/e8/21e8f6550a47d605c94a6d45054dba83b5d248ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.03" OriginalAmount="15.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770633182872" Longitude="106.69230153506" StarRating="2" HotelCode="404159|3450345" HotelName="Sakura Hostel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Designated Smoking Area,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39/26 Nguyen Trai Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/fd/f2fd6429dc9967858c7f91e9a4ef63ccb0210e97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Sakura Hostel Saigon, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.12" OriginalAmount="15.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76773546" Longitude="106.68822168" StarRating="3" HotelCode="744552|3444805" HotelName="Triip Cupid Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Bis Nam Quoc Cang, Pham Ngu Lao, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/23/7323123eaf8a9369089ea3e2b390735562b2f949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.15" OriginalAmount="15.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.759006" Longitude="106.684921" StarRating="2" HotelCode="607584|3427275" HotelName="Smiley Apartment 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>385/16 Nguyen Trai, Phuong Nguyen Cu Trinh, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/65/99651bcad4d013bac4bf5e04fef03f58a4600e46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.15" OriginalAmount="15.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.812831" Longitude="106.66856004" StarRating="2" HotelCode="853020|3442405" HotelName="Victory Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96 Yen The, Ward 2, Tan Binh, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/50/5250e8a60deea040703cf4bf21a80375c094fca2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.20" OriginalAmount="15.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80873145" Longitude="106.66522049" StarRating="2" HotelCode="877684|3470945" HotelName="White Diamond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So 7 Ðong Ða, Phuong 2, Qu?n Tân Bình, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/83/4783217b44cae26c01d11af3e6079fecad91d231.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.26" OriginalAmount="15.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.8131415" Longitude="106.67182775" StarRating="3" HotelCode="635666|3835635" HotelName="Mai Villa Hotel Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54/34 Bach Dang, Ward 2, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4d/974dbc73fe0ac751b8e1b670488e3b9036d25c7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.792482319465" Longitude="106.69608063105" StarRating="1" HotelCode="347310|tuan_viet_hotel" HotelName="Tuan Viet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>232 Dinh Tien Hoang, Dakao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/c9/d4c92c3e65a09763046add579f3d7d34f8692cbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76824921" Longitude="106.69383632" StarRating="2" HotelCode="372104|bi_saigon_hotel_" HotelName="Bi Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185/26, Pham Ngu Lao Street, District 1,, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/89/d089241bca9abc244fc59bf334ca274e76ad12b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76736509" Longitude="106.69114826" StarRating="1" HotelCode="373122|quoc_minh_hotel_" HotelName="Quoc Minh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>283/8 Pham Ngu Lao, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/75/a8758f76a4285150cfbc57444dafe605ef021dd3.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Quoc Minh Hotel offers comfort and convenience whether you're on business or holiday in H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7965221" Longitude="106.65903137" StarRating="1" HotelCode="372574|quynh_giang_hotel_" HotelName="Quynh Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16/4 Hoang Viet, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/4a/f64a5db69047c527cc7b8e68b11a1ae31eff179e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers. Additional facilities available...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77153317" Longitude="106.69008803" StarRating="3" HotelCode="368543|an_thai_hotel" HotelName="EM&amp;EM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/30/803042c2c24dec4b47af7ddd56e7f2ec2852fad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77443641" Longitude="106.69009344" StarRating="2" HotelCode="424719|vuon_tao_dan" HotelName="Vuon Tao Dan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>220 Nguyen Thi Minh Khai, Ho Chi Minh City, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/94/0594177663b686a1d5788137a7f92ad0083563d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767705446377" Longitude="106.6926182825" StarRating="2" HotelCode="383558|mai_vy_hotel" HotelName="Mai Vy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>241/12 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b2/0ab2f199735ffcdc925c575786035df1ea93b79d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7922192" Longitude="106.692695" StarRating="0" HotelCode="424421|phuong_nhan_hotel_" HotelName="Phuong Nhan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Tran Quang Khai Street, Tan Dinh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/78/4a784fc5b665b52dece352bdf6b4f5e1b36106bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Phuong Nhan Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. Off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76822269" Longitude="106.69359315" StarRating="3" HotelCode="553411|dragon_palace_3_hotel" HotelName="Dragon Palace 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>52 De Tham Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/4e/984ef2f788d09e663e6593613d8f72286672b5c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a transfer service, room...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76629419" Longitude="106.68790765" StarRating="3" HotelCode="835867|chillsuites_sai_gon" HotelName="Chill Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A67 Nguyen Trai, Ward Nguyen Cu Trinh, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/a7/b3a7aaa769b0e39e7e8299382d4910d2123556c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773367202696" Longitude="106.69909537116" StarRating="2" HotelCode="915648|vuong_tai_hotel" HotelName="Vuong Tai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Luu Van Lang Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ea/6dea8f3be0af9e07c8197164f0891db58dab60ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767904769216" Longitude="106.6914553086" StarRating="2" HotelCode="915652|nam_long_hotel" HotelName="Nam Long Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>283/3 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a5/5ca5809b93d8ba68d6db59d85c1ebf3ca08fc9da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.76" OriginalAmount="16.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76729435" Longitude="106.69117497" StarRating="2" HotelCode="369260|1730428" HotelName="Ngoc Minh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Off-Site Parking,Parking,Pets allowed,Pick &amp;amp; Drop,Porter,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>283/11-13 Pham Ngu Lao, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/eb/49ebfc97fc49d5bd687a367bcd5a46cebd7e5ca7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Ngoc Minh Hotel places you in the heart of Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.84" OriginalAmount="16.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80676351" Longitude="106.66431281" StarRating="3" HotelCode="373607|1716768" HotelName="Saigon's Book Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15A Truong Son, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/46/5b469618c7af7ecec9bc59b3bded80818a41b51b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.85" OriginalAmount="16.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.734475812853" Longitude="106.67371325501" StarRating="3" HotelCode="346327|1786138" HotelName="Hoang Le Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Street 9, Hamlet 4, Binh Hung Commune, Binh Chanh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a6/b1a678651c842a63ee8e3d0cfddbdae7f0a7bb52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.19" OriginalAmount="16.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76454104" Longitude="106.6874994" StarRating="1" HotelCode="586862|3439035" HotelName="Hanh Phuc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>265 Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/d0/41d01b333e372afd4cf664ab6bdfdc44eadc8ac3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.28" OriginalAmount="16.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74055046" Longitude="106.69572022" StarRating="3" HotelCode="701339|3471815" HotelName="Bin Bin Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>L19 Street 14, Him Lam Residence, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/58/d35871eb2f5e7f43e825ddcbfd06ea208d0fea4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.31" OriginalAmount="16.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730277052148" Longitude="106.70700043408" StarRating="2" HotelCode="346260|1753708" HotelName="Vien Dong Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>R4-27/28 Hung Phuoc 3, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ab/34ab5268db034696fe46f4600ad2aae5ed5fba23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.33" OriginalAmount="16.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78605281" Longitude="106.66704636" StarRating="2" HotelCode="773525|3463885" HotelName="C'Lavie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>548A Cach Mang Thang 8, Phuong 11, Quan 3, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/67/43/6743eff2267e8e09839c57018495bfb8ae470654.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.804108" Longitude="106.70932089" StarRating="2" HotelCode="347105|apogee_hotel" HotelName="Apogee Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33-33A Dinh Bo Linh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/b0/97b01bb101f12a5827a0195089fdbcafeb345922.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Apogee Saigon Hotel puts everything the city has to off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7717884" Longitude="106.69704618" StarRating="2" HotelCode="366951|thanh_thu_hotel" HotelName="Thanh Thu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>34 Nguyen An Ninh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b4/0db47896314c11df520157093a4f37d09c9275b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 1 - Ben Thanh Market, Thanh Thu Hotel promis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771504667603" Longitude="106.6972599492" StarRating="2" HotelCode="368607|song_anh_3_hotel" HotelName="Song Anh 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24 Le Lai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/b7/79b7b11680f8a10d04a828ad77cc6f81e6ed87d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79648576" Longitude="106.67259866" StarRating="2" HotelCode="367959|hoang_ha_hotel_2" HotelName="Hoang Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>53-57 Truong Quoc Dung, Phu Nhuan, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/2b/342b9416a8cbe31bc23a1dbb5ec8c37cd8cc2085.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7995359" Longitude="106.67330877" StarRating="2" HotelCode="367481|han_river_" HotelName="Namu Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>197A Hoang Van Thu, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/a5/f4a5c2b538c5bfbb82ed9de78c6157086cc6dab4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Namu Saigon Hotel is conveniently located in the popular Tan Son Nhat International Airport area. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.799605225555" Longitude="106.67310991638" StarRating="2" HotelCode="383563|yen_nam_hotel_hoang_van_thu" HotelName="Hotel Namu Ho Chi Minh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>197A Hoang Van Thu Street, Ward 08, Tan Binh District, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e0/8ae01e14019d17a2e9f70831ebd780be9a7c008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="809009|apollo_hotel_23" HotelName="Apollo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Yen The</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/c6/f3c6be54bc1a5782192f011e726b4e244b55194e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75253125" Longitude="106.6736995" StarRating="3" HotelCode="915626|dong_kinh_hotel" HotelName="Dong Kinh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>106-108 Tran Tuan Khai, Ward 5, Ho Chi Minh City, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/9b/fb9b1c1d2cae6645f4bf31b2bd4bfa5d2e6389c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="856066|reddoorz_plus_nguyen_van_troi" HotelName="RedDoorz Plus @ Nguyen Van Troi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>251/8 Nguyen Van Troi, Phu Nhuan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/09/020989a7ef277117f160579bb70fbfdbad18aa31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal stay option for Family Vacations, Couples and Solo Travellers.

Additional facilities availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.51" OriginalAmount="17.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7378593" Longitude="106.70532095" StarRating="2" HotelCode="758691|2347825" HotelName="Bin Bin Hotel 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Street 73, Tan Quy Dong Residence, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/58/52587c568dc517c44f8ae0ac4f69b9ad92c5ae47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.61" OriginalAmount="17.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767062476939" Longitude="106.68928885994" StarRating="2" HotelCode="309449|1165908" HotelName="Phan Anh Backpackers Hostel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>373/6 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/bf/1dbff13baac0b3ca8a288a971e825a8636ff5768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.81" OriginalAmount="17.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73715609" Longitude="106.72752976" StarRating="3" HotelCode="784951|3433965" HotelName="Sonata Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Thi Thap Street, Tan Phu Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/60/83606c8e5df7ed6bc493332aa709b21a0d098f3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.20" OriginalAmount="17.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72732236" Longitude="106.70555043" StarRating="3" HotelCode="744063|3440195" HotelName="Fide Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>472-474 Pham Thai Buong Street, Tan Phong Ward, District 7, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/00/4800e39df060122a768df36fbebff81b8025e01d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.21" OriginalAmount="17.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81150275" Longitude="106.66696501" StarRating="3" HotelCode="585983|3452275" HotelName="New Space Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Lam Son, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/d0/89d0fd58ce2606a2be4beff318a53c72a5c221cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.24" OriginalAmount="17.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80031817" Longitude="106.64796675" StarRating="2" HotelCode="346862|1819498" HotelName="Hoang Thanh Thuy Hotel 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ward 12, 9 Nguyen Minh Hoang, Tan Binh district, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/a1/6ca15ab88461224000676ba059974fb8166e41a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.28" OriginalAmount="17.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791501719569" Longitude="106.69131918142" StarRating="2" HotelCode="383557|1716018" HotelName="The Sun Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Nguyen Huu Cau, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/7e/f87eece70fe47bef5ef65051be73bc9d6dc2b81f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.33" OriginalAmount="17.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73193098" Longitude="106.70932982" StarRating="3" HotelCode="623988|3465975" HotelName="Bizu Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60-62 Cao Trieu Phat Street, Hung Gia 4, Phy My hung Town, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/43/e343274742bd3b6774b6f685326d915027f6265a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76979117" Longitude="106.69762498" StarRating="2" HotelCode="424829|quy_hung_hotel_" HotelName="Quy Hung Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>20 Dang Thi Nhu street, Nguyen Thai Binh ward, dis 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/3d/623df1c0ae662c087e62b70f7227282354ad6d8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quy Hung Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. The pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75518559" Longitude="106.68039768" StarRating="2" HotelCode="518110|bonita_grand_hotel" HotelName="Bonita Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>570-572 Tran Hung Dao Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/zz/15ad8535610e0cf74e0d8b80f427114dcc960dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Bonita Grand Hotel to discover the wonders of Ho Chi Minh City. The hotel has everything you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76633876" Longitude="106.6932622" StarRating="2" HotelCode="518285|nest_hotel_4" HotelName="Nest Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>100/2A3 Tran Hung Dao, Phuong Pham Ngu Lao, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/d6/99d6cba7983a1ec45439b5629bdfb5dc095afb65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7273742" Longitude="106.69305985" StarRating="2" HotelCode="623121|spring_light_home" HotelName="Spring Light Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>2 Street 16, Riverside Housing Area, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/ce/8dce03ee7357c90fd5aa7d331dd694aeb3fd58f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76785129" Longitude="106.69445097" StarRating="2" HotelCode="743994|urban_lodge_hotel_hostel" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/8 Bui Vien, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/fc/d9fc3bb9298918b274e8a2a5803cda11e008f75b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77033753" Longitude="106.68495005" StarRating="3" HotelCode="754861|the_sargon" HotelName="The Sargon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/42 Cao Thang, Ward 5, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/59/6b59206a4c78dd3098031ff9b97f62e8ca562df0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7707645" Longitude="106.69121826" StarRating="3" HotelCode="947104|ben_thanh_retreats" HotelName="Ben Thanh Retreats Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121/39 Le Thi Rieng Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5b/415baf8eb707ce2bba1a5c097b7b76499ba7b8f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73376655" Longitude="106.70977175" StarRating="0" HotelCode="971389|vietlife_cultural_homestay" HotelName="Vietlife Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-09 Hung GIa 1, Duong So 2, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/e6/20e62c590b003aa2a270ce2c8011998f8bfae6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7304856" Longitude="106.7075641" StarRating="1" HotelCode="965408|vien_dong_3d_apartment" HotelName="Vien Dong 3D Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-35 Hung Phuoc 3, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/6a/446acb389b13d62fecfddc9291f85467293754fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="963218|sabay_airport_apartment" HotelName="Sabay Airport Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Cuu Long Street, Ward 2, Ho Chi Minh City 72108</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/3b/473b528f842003f0f4952f2d9f40acfb5639ce25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76769118" Longitude="106.6912408" StarRating="2" HotelCode="980406|louis_hostel" HotelName="Louis Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>283/17 Pham Ngu Lao Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City 12345</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/58/f1584dc25f584727a367bf7f3996da0ebd8c4999.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.39" OriginalAmount="18.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7702816" Longitude="106.68865096" StarRating="3" HotelCode="744047|3435105" HotelName="Bonita Signature Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118A Bui Thi Xuan, Ben Thanh, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/43/014324f23af5a88649fee8657915da09df05d702.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.84" OriginalAmount="18.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80987555" Longitude="106.66578031" StarRating="3" HotelCode="518198|3473175" HotelName="The Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Cuu Long, Ward 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/57/5c574c619e50817f8f94354f907c2f8de39641a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.05" OriginalAmount="18.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77013684" Longitude="106.69219129" StarRating="3" HotelCode="639504|3463365" HotelName="Sai Gon Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Nguyen Van Trang, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/58/9858ec82c83b13310748cbd9d7e47e4eec2e4922.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.15" OriginalAmount="18.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81329608269" Longitude="106.66795318052" StarRating="3" HotelCode="524070|2103335" HotelName="Erato Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>44,46 Hong Ha Street, Ward 2, Tan Binh District, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/ca/79ca4d996f30cda672f0f193856f608903ebeea5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.28" OriginalAmount="18.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73355933" Longitude="106.70763566" StarRating="2" HotelCode="773759|3427435" HotelName="Hoang Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-62,63,64 Duong Noi Khu Hung Gia 2, Phuong Tan Phong, Quan 7, Than Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c6/96c64d32d3af9071b5e319f2ff841431e93e1ff8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.31" OriginalAmount="18.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="3" HotelCode="773499|3451335" HotelName="HT Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128/1-5 Tran Quoc Thao Street, Ward 7, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/70/e870c30678355338889d24cf5e7901e92b72b389.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77162553814" Longitude="106.69646412134" StarRating="2" HotelCode="320344|little_saigon_corner_boutique_hotel" HotelName="Little Saigon Corner Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Truong Dinh Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/77/2b773cb7e50642337590fa92aec22fb42bda771c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right in the centre of Ho Chi Minh City, within walking distance of the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76610531965" Longitude="106.68951807488" StarRating="2" HotelCode="225964|madam_cuc_184" HotelName="Spotlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>184 Cong Quynh, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/58/4d58f72537f7362c9c10d143f14d51fd5cacda11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83943613" Longitude="106.74098399" StarRating="3" HotelCode="267979|hoa_phat_hotel_apartment" HotelName="Hoa Phat Hotel &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Currency Exchange,Golf,Internet,Kitchen,Laundry,Massage Centre,Pets allowed,Restaurant,Room Service,Smoking Rooms,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>526/5 Pham Van Dong Square, District Thu Duc, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/ec/adecbb965a0ca9b838ea31be139949a869c6d4f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Ho Chi Minh City at Sai Gon River side the city is known for being a dynamic economic ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771791539837" Longitude="106.69701397419" StarRating="3" HotelCode="163643|aluna_hotel_2" HotelName="Aluna Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Nguyen An Ninh Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/ff/52ff942933c2f617fffcde45082ea1cfe548e1fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the business centre of Ho Chi Minh City, 50 metres from Ben Thanh mar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767283" Longitude="106.69111107" StarRating="1" HotelCode="370233|giang_son_hotel_1" HotelName="Giang Son Hotel 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>283/14 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b2/3bb2da25d5974115b5cd166761968e70c44b48c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Giang Son 3 Hotel places you in the heart of Ho Chi Minh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73005949" Longitude="106.70744149" StarRating="2" HotelCode="517781|vien_dong_2" HotelName="Vien Dong Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4-20 Hung Phuoc 3, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/b8/31b8c07ed2390892363d6d1853481294383ef575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76787994" Longitude="106.692557" StarRating="2" HotelCode="488617|sunny_guesthouse_5" HotelName="Sunny Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241/33 Pham Ngu Lao Street, Pham Ngu Lao Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e9/62e9b091980dce60a7c74dce3a35a3fcf2d9fe64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service. Wireless internet access in public areas allows guests t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="700462|minh_ngoc_hotel_3" HotelName="Minh Ngoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Street 6C</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/1b/8f1b27f5ab4a1f878066442baefb2fd9675145ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73334916" Longitude="106.70947439" StarRating="2" HotelCode="762297|la_cigale_residence" HotelName="La Cigale Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37-39 Khu Pho Hung Gia 1, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/0b/770b2ad5b6324fc3c166262a0a1b1dd9beaca791.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73097093" Longitude="106.70715018" StarRating="2" HotelCode="857424|parkhill_hotel_apartment" HotelName="Parkhill Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>67 Le Van Thiem, Hung Phuoc 3, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/40/3e40be8b1dac0dc4cae0f209a9f8536262e420e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77231192" Longitude="106.70211592" StarRating="0" HotelCode="977788|sunway_hotel_saigon" HotelName="Sunway Hotel Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Huynh Thuc Khang, Phuong Ben Nghe, Quan 1, Ho Chi Minh City 7000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/0d/790dd67eb81d58ac113826742e3b3d29a01b0fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.48" OriginalAmount="19.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7334404" Longitude="106.70893447" StarRating="0" HotelCode="743934|3428265" HotelName="Sabina Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Khu Pho Hung Gia 1, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/ea/10ea4a3e456028c95493899ab361668044b493f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.55" OriginalAmount="19.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771823015125" Longitude="106.69622728214" StarRating="2" HotelCode="347863|1830028" HotelName="Moc Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>26/12-13 Truong Dinh, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079ce483af07636d2883d69a1fcb797bb97c64d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.83" OriginalAmount="19.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73240759" Longitude="106.70985922" StarRating="3" HotelCode="626133|3457625" HotelName="Saigon By Night Luxury Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R4 90 Hung Gia 3, Phu My Hung, Ho Chi Minh Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/97/ef97a2f5486479288402c7ffd06a05fcd056b5f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.86" OriginalAmount="19.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77178331" Longitude="106.6903505" StarRating="3" HotelCode="309465|3476415" HotelName="Tuong Vy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Bicycle Rental,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40-42 Bùi Thi Xuan, Phuong Ben Thành, Quan 1, Ho Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ec/5dec3ec00f7d1f0facdd7f4bcfe99fa2d0705db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tuong Vy Hotel is perfectly located for both business and leisure guests in Ho Chi Minh City. Offeri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.38" OriginalAmount="19.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76884379" Longitude="106.6940616" StarRating="2" HotelCode="489160|3449495" HotelName="Kim Khoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>181 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f4/0af45d653435d2c2417bdbb23b99673493bb5c8f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.40" OriginalAmount="20.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77216189" Longitude="106.69067688" StarRating="2" HotelCode="450960|mayflower_saigon" HotelName="Asian Ruby Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>20 Bis Bui Thi Xuan, Ben Thanh, District 1, Ho-Chi-Minh-City 7000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/5e/095e9ee97a1ddc423789aebef174139cf0df98dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.40" OriginalAmount="20.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76668688" Longitude="106.67704412" StarRating="0" HotelCode="824851|happy_3" HotelName="Happy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>7 Ly Thai To Street, Ward 1, District 10, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e9/39e9a5706c01ca653af56a539f57569319844670.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 10 Phu Tho Racecourse, Happy Hotel promises ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.77" OriginalAmount="20.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76944577" Longitude="106.69218176" StarRating="2" HotelCode="369411|3443915" HotelName="Hoang Hoang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120/4 Le Lai Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/95/6b95e08da3d01414a4d002ef6c4055e987ffd96c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.81" OriginalAmount="20.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773774" Longitude="106.686191" StarRating="2" HotelCode="642279|3448715" HotelName="La Regatta Boutique Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225/4 Nguyen Dinh Chieu, Phuong 5, Quan 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/68/d9687a436fc5bd9047adb3df08797672b67b7903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.28" OriginalAmount="20.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7687804" Longitude="106.69381405" StarRating="3" HotelCode="632262|3425885" HotelName="Saigon Kiko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211-213-215 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/805012/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773444290375" Longitude="106.6974474308" StarRating="2" HotelCode="309437|halo_hotel" HotelName="Halo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/08/a9088cb04152a466de0a23df6f6258b9ad586e91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769952323438" Longitude="106.69228528966" StarRating="2" HotelCode="369407|bloom_2_hotel" HotelName="Bloom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Nguyen Van Trang Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6c/806c0c7f22976b6910c618f811605123b4b5bfeb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Bloom Hotel 3 offers comfort and convenience whether you're on business or holiday in Ho ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77268386" Longitude="106.69698777" StarRating="3" HotelCode="374051|ngan_ha" HotelName="Ngan Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>190 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ec/7d/ec7de905bb5af82a58e76793fd568e017eada331.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76658152" Longitude="106.69504478" StarRating="2" HotelCode="764100|punto_hostel_2" HotelName="Gemini Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135/23 Tran Hung Dao, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/c5/08c508ee2b7e4e73a264d96218f331b2b85319e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768983419183" Longitude="106.69417615531" StarRating="2" HotelCode="915637|le_le_hotel" HotelName="Le Le Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Pham Ngu Lao, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/24/0d241225dc4f66d31831cc8a2b23da754f90298b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.54" OriginalAmount="21.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81030654" Longitude="106.73459017" StarRating="2" HotelCode="599936|3433035" HotelName="Sen Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>51 2 Street, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/a2/0da27e7ac6339d20341324ad463dd36e44dd782c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.85" OriginalAmount="21.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767774" Longitude="106.6947" StarRating="3" HotelCode="303836|1215368" HotelName="Eden Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28/12 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/e0/d4e0a4dc3cbe1b477a08a7162a136465f93163c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.89" OriginalAmount="21.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77251392" Longitude="106.6949021" StarRating="2" HotelCode="375285|3467875" HotelName="Thien Hai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/92/87922cf9f4615c06213669a534049325380c1cc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.24" OriginalAmount="21.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770097" Longitude="106.697759" StarRating="3" HotelCode="119032|359035" HotelName="Dong Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Tran Hung Dao B St., Ward 7, Dist. 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ba/49ba16a9244abded678f6f19f556f4e63e6d959d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.40" OriginalAmount="21.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79595784" Longitude="106.6717919" StarRating="3" HotelCode="518221|3427935" HotelName="Ananas Family Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/5A Hoang Dieu street, Ward 10, Phu Nhuan district, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b8/35b8f0740550218958ae5cc9a90fdf758d13dfb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767271590683" Longitude="106.68687684113" StarRating="2" HotelCode="309433|cozy_house_140" HotelName="Elegant Inn Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Cong Quynh, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/37/9237672a780f9fff86a04548a166d850f3a4f76a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76908195069" Longitude="106.69820279482" StarRating="3" HotelCode="347824|calmette_hotel" HotelName="Calmette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 Calmette Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/48/6248975c1bc33c98af8d8fa9bb2f6e70bc19e2d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.762400308632" Longitude="106.69889098454" StarRating="3" HotelCode="640958|herla_central_saigon" HotelName="River Gate Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 - 155 Ben Van Don, Ward 6, District 4, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/ef/f1ef045b0c241878c961dab8c03c9d8f53fbda9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78960411" Longitude="106.68694475" StarRating="3" HotelCode="852742|emerald_central" HotelName="Emerald Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69-71 Huynh Tinh Cua Street, Ward 8, District 3, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/99/74993cbe07a0d8a6c744c0b2a055273ee0fc0bd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80271199" Longitude="106.64392809" StarRating="0" HotelCode="951226|cherry_hotel_and_apartment" HotelName="RedDoorz Premium Near E Town 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>406/14 Cong Hoa Street, Ward 13, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/23/7f23b391bee573225b4fda9efc920e32578b678c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.756985" Longitude="106.685679" StarRating="3" HotelCode="905927|sunshine_antique_hotel_saigon" HotelName="Universe Central Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>549 Tran Hung Dao Ave, Dist 1, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/f7/a0f74c16a46c439748f9e80002117cd3a212cbcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a perfect location right on the main Tr?n Hung Ð?o Avenue, the main artery of Ho C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="984396|the_cozy_inn_2" HotelName="The Cozy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Co Giang, Phuong Cau Ong Lanh, Ho Chi Minh City 700000, Quan 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/16/481609f52aa40d870cebd65ccb96b1f9c3ca8f18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.50" OriginalAmount="22.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77170682" Longitude="106.69397923" StarRating="2" HotelCode="553404|3464545" HotelName="A25 Hotel 307-309 Ly Tu Trong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>307-309 Ly Tu Trong, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/3f/1d3f509bf715e40ee21aa58759c9eac071a15734.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.73" OriginalAmount="22.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7686353" Longitude="106.69401127" StarRating="3" HotelCode="586715|3472865" HotelName="Prague Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>175/10–12 Pham Ngu Lao, Pham Ngu Lao Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/cc/58cccff27e2504f1588bf6a8e5b82d52503bf7e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.74" OriginalAmount="22.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777957516383" Longitude="106.70417857372" StarRating="3" HotelCode="309798|1456168" HotelName="King Star Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>18 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/90/2990086e4056f8837b8d9f55c19475794418bd40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.98" OriginalAmount="22.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778636723549" Longitude="106.68877756575" StarRating="3" HotelCode="309421|1742728" HotelName="Angela Boutique Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107/17 Truong Dinh Street, District 03, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fb/78fbf5d6269bb86353680d5f4ccd58aa9877fb98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.20" OriginalAmount="22.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778222662252" Longitude="106.69186850913" StarRating="3" HotelCode="346268|3453695" HotelName="Minh Khang Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155 Vo Van Tan, Ward 6, District 3, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/a4/1fa4f88edaa15b99b82091c100cccf1bab752fef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.26" OriginalAmount="22.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76939919" Longitude="106.69206929" StarRating="1" HotelCode="367542|3436995" HotelName="A25 Hotel 122 Le Lai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/8b/378b3c353c9cb32bcab47594ce7afd0d91def51a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.43" OriginalAmount="22.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.764817746482" Longitude="106.69190631866" StarRating="1" HotelCode="384658|3466055" HotelName="A25 Hotel 22 Nguyen Cu Trinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Nguyen Cu Trinh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/da/e4da6a59a1e3d8dbe3263d4464c6b387fa66477b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773610868485" Longitude="106.69718827105" StarRating="2" HotelCode="320708|the_white_2_hotel" HotelName="Charner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/0f/780ff765c69993232df817ea1d458516ee5acc01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is set in Ho Chi Minh City. The total number of rooms is 22. Pets are not p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766185927558" Longitude="106.69411072394" StarRating="3" HotelCode="640311|babylon_serviced_apartment" HotelName="Babylon Central Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161C Tran Hung Dao Street, Co Giang Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d6/31d689ce30edb85d9c95fac69d658bde1f20142f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75855358838" Longitude="106.67361904048" StarRating="2" HotelCode="915643|phuoc_loc_tho_2_hotel_2" HotelName="Phuoc Loc Tho 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192 - 194 Su Van Hanh, Ward 9, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/23/d2239d66840f5383ad2f77d74f05331291be90d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7847762" Longitude="106.68500044" StarRating="3" HotelCode="947084|t78_hotel" HotelName="Nha Khach T78" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Lý Chính Thang, Phuong 7, Quan 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/3c/4a3c5bfe446c092293af63ded030ed4517e79444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.46" OriginalAmount="23.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.752424058179" Longitude="106.66508495808" StarRating="3" HotelCode="905931|bat_dat_hotel" HotelName="Bat Dat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>238 - 244 Tran Hung Dao Street, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6e/fb6e4a53de5bbac577b70a393beb226a4aa0b304.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cho Lon Commercial Centre, in China Town, a popular tourist draw in Ho Chi ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.64" OriginalAmount="23.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768906" Longitude="106.68326" StarRating="3" HotelCode="172041|1142568" HotelName="White Lion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>15C Cao Thang, Ward 2, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/00/3400b99d7451ba8e6863147ed3ffbb6e15ad58ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Saigon's business, shopping and entertainment district....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.96" OriginalAmount="23.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768209" Longitude="106.692333" StarRating="3" HotelCode="68353|139594" HotelName="Liberty Saigon Parkview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>265 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0a/110aad2401dc3ecf1d3977f006600a8fbfc38df8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located in the hub of the tourist district, only few minutes walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.98" OriginalAmount="23.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76667179461" Longitude="106.68868303299" StarRating="3" HotelCode="173644|1122938" HotelName="La Felix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>287-289 Pham Ngu Lao st, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/68/7268159d254ff7028acdd4d814327144ce5e0217.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in district 1 of Ho Chi Minh City, the hotel is within a short walking distance to the bust...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.01" OriginalAmount="23.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7721745" Longitude="106.69606471" StarRating="3" HotelCode="413190|3472485" HotelName="The Luxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>261-263 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e2/30e27880994292ff5484a637d1e1291b58c513ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Luxe Hotel in Ho Chi Minh City (Ben Thanh Marke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.09" OriginalAmount="23.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80290773" Longitude="106.73277037" StarRating="3" HotelCode="635507|3440785" HotelName="Common Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Street 38, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.26" OriginalAmount="23.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76984" Longitude="106.6864" StarRating="1" HotelCode="267976|3467915" HotelName="A25 Hotel 14 Luong Huu Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Luong Huu Khanh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/79/2079bda12098f525cc7bbe818d5e821294e07051.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.43" OriginalAmount="23.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774305810988" Longitude="106.69656635132" StarRating="3" HotelCode="346690|1457348" HotelName="Rosa Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>55 Thu Khoa Huan, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/57/0757c219e567c9e0d911dfcdac4edd19aa7b6877.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772858471215" Longitude="106.69707371074" StarRating="3" HotelCode="309424|anpha_boutique_hotel" HotelName="Anpha Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>202 Le Thanh Ton Street, Near Ben Thanh Market, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/8b/c38b4832e105e3234e925fd5e1d7c6fa36e664eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806238253838" Longitude="106.6641670035" StarRating="3" HotelCode="347377|iris_hotel_13" HotelName="Iris Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9-9A Truong Son Street, Phuong 4, Quan Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/24/0e24a12bee8df4dbd596605f1371876522f84dac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Tan Son Nhat International Airport, Iris Hotel Saigon is a perfect starting point from wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75307875" Longitude="106.67308865" StarRating="2" HotelCode="602200|fortune_1127_hotel" HotelName="Fortune 1127 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1127 Tran Hung Dao, Ward 5, Distrikt 5, Ho Chi Minh Stadt 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/29/df2926b8ddb2bf0891502c778be75725d59cc026.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.857098991297" Longitude="106.69779978934" StarRating="4" HotelCode="933298|silver_creek_city_resort_6" HotelName="Toki Saigon - Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Võ Th? Li?u, Phu?ng An Phú Ðông, Qu?n12, Thành ph? H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/53/7b53d2b6e8e8bb0401720b57defa9fec4f18a892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.98" OriginalAmount="24.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768003" Longitude="106.686459" StarRating="3" HotelCode="166813|1128248" HotelName="Hoang Ngan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/f0/e0f0a4a0d0f1f91f24378b35817919dac27e5c8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City's centre. It is only a 4-minute drive to Ben T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.19" OriginalAmount="24.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.752808784891" Longitude="106.66424274445" StarRating="3" HotelCode="905930|1113458" HotelName="Arc En Ciel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 - 56 Tan Da St, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/f2/32f29165c9111cd778f6e7484bfd31bb90b0ed86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right by the Thien Hau pagoda in Cho Lon Commercial Centre. It is set in China...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778900691049" Longitude="106.70321212214" StarRating="3" HotelCode="309459|the_spring_hotel" HotelName="The Spring Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Le Thanh Ton Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c8/68c8f66a42eda17df6bce5406991aaa9a04a44af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730469537432" Longitude="106.70767158654" StarRating="3" HotelCode="368084|boutique_garden_hotel" HotelName="Boutique Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>R3-84 Hung Phuoc 3, Phu My Hung, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/a4/8aa40b61aeed6f244a9f503ff20758042dd66c2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7737699" Longitude="106.7063543" StarRating="3" HotelCode="402015|riverside_saigon_" HotelName="Riverside Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-19-20 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/dc/abdc7aab199bc37340a59f66d92021077a892a41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80481541" Longitude="106.64766772" StarRating="2" HotelCode="600182|thinh_gia_phat_hotel" HotelName="Thinh Gia Phat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>440/71 Nguyen Kiem, Ward 3, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/fb/ebfb2e69b06d8c5acd6b68a5f50008a1c8be3157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Ho Chi Minh City (Ba Queo), Thinh Gia Phat Hotel is convenient to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.82583845" Longitude="106.63293899" StarRating="3" HotelCode="828694|tan_binh_hotel_3" HotelName="Tan Binh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36B Cong Lo, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/f7/0df7301f2abd5bb9f1c3e0a2d80d2c62f9a3c072.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.766151979686" Longitude="106.69128459392" StarRating="2" HotelCode="915644|duc_vuong_hotel" HotelName="Duc Vuong Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>195 Bui Vien Street, Pham Ngu Lao Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/54/c9545c0af783fc532b0ee5621c37c4d003d06008.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76573955" Longitude="106.69103103" StarRating="0" HotelCode="947072|aquarizon_boutique_hostel_city_bar" HotelName="Aquarizon Boutique Hostel &amp; City Bar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>197 Bui Vien Street, Pham Ngu Lao Ward, Distric 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4f/a04ffa017bbd421577b6fd7d85e8c4676f0798da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773608967567" Longitude="106.69691685152" StarRating="3" HotelCode="915631|thanh_lien_hotel" HotelName="Sunrise Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135-137 Ly Tu Trong Street, Ben Thanh, Ward District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/5e/505ed7f8d8c4f55b5b6407208590219204bd1bdc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.11" OriginalAmount="25.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.797215271176" Longitude="106.65998091055" StarRating="2" HotelCode="346782|3438055" HotelName="Royal Dragon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1/16-1/18 Hoang Viet Street, Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/04/c1047d8fbee26c91ae0f94b0ca7d1cc880e6d735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Royal Dragon Boutique Hotel is a distinct addition to the city's skyline. With its location just 3.0...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.15" OriginalAmount="25.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768945783802" Longitude="106.69423520565" StarRating="3" HotelCode="70180|571895" HotelName="Elios Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231-233-235 Pham Ngu Lao Street, District 1, Ho Chi Minh City 10032</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/57/565700f9dc57efcc598d75871f5ad92a2737d8ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of HCMC, within walking distance of fabulous shopping as well as t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.15" OriginalAmount="25.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80662875" Longitude="106.66500316" StarRating="3" HotelCode="856629|3450045" HotelName="Airstar Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Song Day, Ward 2, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/bb/8cbb0451556700bd64200bacdb40461c2cfef330.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75807848" Longitude="106.68026043" StarRating="3" HotelCode="346722|signature_boutique_hotel_3" HotelName="Signature Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>80/1 Nguyen Trai, Ward 3, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/d9/ecd9979914a37190f0e5d4de1b6353dd552e9d7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Ho Chi Minh City. For guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77241584087" Longitude="106.69482562343" StarRating="2" HotelCode="370927|the_one_hotel_ben_thanh" HotelName="The One Hotel Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>230 Ly Tu Trong, Thanh Pho, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/53/d3536b24ef1c3cc7f37962e555027b17936392f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7869779" Longitude="106.66442009" StarRating="3" HotelCode="436114|cam_ly_boutique_apartment__hotel" HotelName="Cam Ly Boutique Apartment &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>656 Cach Mang Thang 8, Ward 11, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/b0/a7b0bf486ee8abac3255fbc8ef3f7e25e300d14a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76918104" Longitude="106.69981737" StarRating="2" HotelCode="631573|triple_e" HotelName="Triple E" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Nguyen Thai Binh, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1c/f31cfe63c9fa3732410534612b71d1d4b4abaef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76814836" Longitude="106.69833869" StarRating="3" HotelCode="620157|lotus_boutique_hotel_2" HotelName="Lotus Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55/29-31-33 Le Thi Hong Gam Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/64/6764486a9908183ed3fed91c4d5e8efc9367027e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77433136" Longitude="106.69664086" StarRating="3" HotelCode="623639|sam_hotel_apartment" HotelName="A&amp;EM Hotel &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Thu Khoa Huan Street, Ben Thanh Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/33/b7330f3c3b461a39161a978c7b47d2977ba0956c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75502521" Longitude="106.61163388" StarRating="3" HotelCode="826631|hong_bao_thach_hotel" HotelName="Hong Bao Thach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Duong 24A, Phuong Binh Tri Dong B, Quan Binh Tan, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6a/426a29c54a88bae3f68815fe865527597becf826.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877604|indochine_ben_thanh_hotel_apartments_2" HotelName="Indochine Ben Thanh Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Luu Van Lang</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/b9/23b967ac4db6b892970b9960be24803db44f743c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77471201" Longitude="106.68244151" StarRating="0" HotelCode="960849|babylon_d3_serviced_apartment" HotelName="Babylon D3 Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136/6 Vuon Chuoi Street, Ward 4, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/7219da5984dde6bfd08b494fb98b2df2e6c00552.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.59" OriginalAmount="26.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773726734398" Longitude="106.69671439681" StarRating="3" HotelCode="915629|1588398" HotelName="Joviale Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/3a/453a2ca90418d64b21eac97466a43b19342841b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.62" OriginalAmount="26.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768982352702" Longitude="106.69768035171" StarRating="3" HotelCode="350364|1733218" HotelName="Ben Thanh Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55/34 Lethi Hong Gam Street, Nguyen Thai Binh Ward, Ho Chi Minh, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/7e/577e061d370cb4bd559e85f3270433a6eadc31f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.83" OriginalAmount="26.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.800476666667" Longitude="106.66148" StarRating="3" HotelCode="185786|1151688" HotelName="TTC Hotel Deluxe Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>315 Hoang Van Thu Street, Ward 2, Tan Binh District, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b1/46b1004d423d7bd5098828e9cd70a9af33eb506e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on Hoang Van Thu Street, the hotel is opposite Hoang Van Thu Cultural Park, War Remnants Mu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.85" OriginalAmount="26.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784948556179" Longitude="106.69071307606" StarRating="3" HotelCode="307374|1075788" HotelName="Emm Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157 Pasteur street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/e9/66e9ba88c504e39ed89523722611f9ef2fb1b152.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.03" OriginalAmount="26.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768459413716" Longitude="106.69340853372" StarRating="3" HotelCode="391305|1201458" HotelName="A25 Hotel 274 De Tham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>274 De Tham Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/fd/d4fd036c6f81baa46a73bccff1c623975dbbe13d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.04" OriginalAmount="26.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77407982" Longitude="106.67812005" StarRating="3" HotelCode="368066|3453815" HotelName="Minh Tam Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>206 Ba Thang Hai Street, District 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/e4/90e43c5862759170e6bc1300dcebe4f452257be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73096782" Longitude="106.70769819" StarRating="3" HotelCode="407859|hotel_l_odeon_phu_my_hung" HotelName="Hotel L Odeon Phu My Hung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>63-65 Le Van Thiem Street, Khu Pho Hung Phuoc 3, Tan Phong Ward, Dist.7, Phu My Hung, Ho Chi Min City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/0c/a20cd4e9831f930118eb238bfc39472795ca3df3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel L Odeon Phu My Hung is perfectly located for both business and leisure guests in Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773232230765" Longitude="106.69605237808" StarRating="2" HotelCode="915639|aem_corp__the_petit_hotel" HotelName="A And Em 179 Ly Tu Trong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179 Ly Tu Trong Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4d/974da4a5c5dbd1c2d382c816ec83ebe13fc16b40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="977877|akoya_saigon_central_hotel" HotelName="The Akoya Ben Thanh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88 Ly Tu Trong, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/f7/43f7b7dc792838d2833753aa3e6bb9aa1bcac3b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.54" OriginalAmount="27.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76547724" Longitude="106.68673681" StarRating="0" HotelCode="963589|christinas_saigon" HotelName="Christina's Saigon - The Mothership" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212/2B Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/35/f835942797e0315f019df05eec603fa2ad26057d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.86" OriginalAmount="27.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774332471457" Longitude="106.69744104688" StarRating="3" HotelCode="319764|1208798" HotelName="Gk Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Ly Tu Trong, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/98/5d98428dc4ccfbe7560f163105efcd6e24cea54a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.99" OriginalAmount="27.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78720314" Longitude="106.69264124" StarRating="2" HotelCode="374268|3429685" HotelName="A25 Hotel 251 Hai Ba Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>251 Hai Ba Trung Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/fa/a1fa29b409df30078791cd40995afe560b3d8619.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.02" OriginalAmount="27.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73135636" Longitude="106.70751581" StarRating="3" HotelCode="407933|1739568" HotelName="Song Hung 2 Hotel &amp; Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Kitchen,Laundry,Luggage Storage,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>R4 33 - 34 Le Van Thiem, Phu My Hung, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/f5/e8f51525571835d86f40de75ccaed2abb77fcf57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Saigon Exhibition and Convention Center, Song Hung Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.10" OriginalAmount="27.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7722601" Longitude="106.69053433" StarRating="3" HotelCode="595539|3461305" HotelName="A25 Hotel 20 Bui Thi Xuan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Bui Thi Xuan, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/b7/a3b78c02cf5a1bb8cad0c53991c66e695c412289.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.28" OriginalAmount="27.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768849378209" Longitude="106.69379633821" StarRating="2" HotelCode="384349|1731758" HotelName="Beauty Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>185/14 Pham Ngu Lao Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/78/fd78996eab94fb70d3b0dfa777377e94e78ef483.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77181546" Longitude="106.69678305" StarRating="3" HotelCode="309434|gia_huy_hotel_2" HotelName="Gia Huy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Nguyen An Ninh, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ef/feefd4e14bbfe0ab220ec168d8116a640488f299.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771022" Longitude="106.700078" StarRating="3" HotelCode="68050|liberty_2_hotel" HotelName="Liberty 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129-133 Ham Nghi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/14/1d14a9f0e14b0e4d113c98250b93c1a7e0b26c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just across the street from Ben Thanh Market and gives guests perfect access t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77351843" Longitude="106.69852452" StarRating="2" HotelCode="374252|lien_an_saigon_hotel_2" HotelName="Lien An Sai Gon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181 Duong Le Thanh Ton, Phuong Ben Thanh, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/88/1a888b81e6993bd563c31abfa6bfaf0f8a8002dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Lien An Saigon Hotel 2 puts everything the city has to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76928248" Longitude="106.68774786" StarRating="2" HotelCode="613818|triip_le_han_dai_nam" HotelName="Triip Le Han Dai Nam Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>142 Bui Thi Xuan, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/02/31020b078050164fcb83ba17968b04cd63cfd54c.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="968973|luxy_park_hotel_apartments_city_centre" HotelName="Luxy Park Hotel &amp; Apartments-City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15B Tran Khanh Du, Tan Dinh Ward, Ho Chi Minh City 70000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/35/dd353a31a4b16af4dda0aa90b993e0cc498a88e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.88" OriginalAmount="28.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769770528827" Longitude="106.68826192617" StarRating="2" HotelCode="59859|112472" HotelName="Empress" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Bui Thi Xuan Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/94/79947b2a5c35cb3ef7374e5894870c3cfd0e1b52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 30-minute drive away from the Tan Son Nhat International Airport, 15 minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.94" OriginalAmount="28.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772282" Longitude="106.690906" StarRating="3" HotelCode="142299|572525" HotelName="Queen Ann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>86 - 88 Bui Thi Xuan St., District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/9b/3d9b3bd3f5ddc59238dc601f7f1e81f03e78927d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Bui Thi Xuan street, which is considered one of the most convenient location...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770400269433" Longitude="106.68918719152" StarRating="3" HotelCode="309451|a25_hotel_le_thi_rieng" HotelName="A25 Hotel 145 Le Thi Rieng" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 Le Thi Rieng Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/49/fd49e700a0a797c9ff018dc4085187ca5172393e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 64 rooms. Wireless internet access is available to travellers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767737545531" Longitude="106.69381245269" StarRating="2" HotelCode="367688|new_sunny_hotel" HotelName="Sunny Ho Chi Minh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>232 De Tham Street, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773914444264" Longitude="106.69882493006" StarRating="3" HotelCode="915627|thien_xuan_hotel" HotelName="Thien Xuan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>108 - 110 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/19/db19a166ec1ed7d10a0bd753bb8df7ffef738bdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.61" OriginalAmount="29.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777896825494" Longitude="106.70499577294" StarRating="3" HotelCode="305182|1176668" HotelName="White Lotus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6A Thi Sach, Ben Nghe Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/47/2c476ea36ef8939ffe66983eded9a189d4fda4c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.57" OriginalAmount="29.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79720139" Longitude="106.70542219" StarRating="3" HotelCode="596246|2305315" HotelName="Maison De Camille Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>174/21 Dien Bien Phu, Ward 17, Ho Chi Minh City 700000, Binh Thanh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/28/0328d3a7d424484afb3c137b61ceb409db550f55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.760131109319" Longitude="106.67002" StarRating="3" HotelCode="307378|valentine_hotel_2" HotelName="Valentine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93/1 Nguyen Chi Thanh, Ward 9 Dist. 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/1a/b51a7dce1becbd484d965fad81f4dffd9ae00f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781389" Longitude="106.694731" StarRating="3" HotelCode="168313|golden_rose_hotel" HotelName="Aristo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3A Vo Van Tan St., District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/61/5561020a8b8414066dc8752c9b227d7043e73a6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only a few steps away from all that Ho Chi Minh City can offer. Not far from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73050138" Longitude="106.70721162" StarRating="2" HotelCode="367628|bali_hotel_2" HotelName="Bali Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 - 41 Hung Phuoc 3 Street, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/21/d62181ad71ac5c2709c1ae084ee22e32dd5a1c86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79563858733" Longitude="106.72027165502" StarRating="0" HotelCode="640122|homes_by_christine_vinhomes_central_park" HotelName="The Landmark 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>phuong 22</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/5d/dd5df5538c9fbdd19e514b258278dc6fa8053b3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.60" OriginalAmount="30.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="876995|aha_friday_city_view_hotel" HotelName="Triip Friday City View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>811 Le Hong Phong</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774625" Longitude="106.696633" StarRating="4" HotelCode="141676|kingston_hotel" HotelName="A&amp;EM Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f5/6af59f4e48ac5c01824857a6774c85f2e61fd575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale boutique suite hotel is located at the heart of Ho Chi Minh City. Its prestigious addre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72732872" Longitude="106.69667093" StarRating="3" HotelCode="692140|bin_bin_hotel_1" HotelName="Bin Bin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Street 1, KDC Ven Song, Tan Phong Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/0f/680fb89ae0f5e5cb5190f8b6da6ba71222290f8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77182563" Longitude="106.69047159" StarRating="3" HotelCode="701067|kim_long_chau" HotelName="Kim Long Chau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19D Bui Thi Xuan, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/a4/20a4d9ccfa0ceb32a8a67207d545f7eb7622f8bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772265" Longitude="106.694868" StarRating="3" HotelCode="915649|tespoir_saigon_hotel" HotelName="Cititel Central Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>247-249 Ly Tu Trong, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/6a/9e6a941e8ec771df363f05cc7ef14bbb19b10361.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.74" OriginalAmount="31.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769044" Longitude="106.694578" StarRating="3" HotelCode="36291|1610158" HotelName="Liberty Hotel Saigon Greenview" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Pham Ngu Lao Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/63/ed631cedd8ef027fa6786040bacb21f76602ee02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.05" OriginalAmount="31.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77366235" Longitude="106.69854731" StarRating="2" HotelCode="367909|3456735" HotelName="Ruby Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185-187 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/29/c929a9ae5e833e88b09412caefdd737725f6f715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.07" OriginalAmount="31.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771881128016" Longitude="106.69520616531" StarRating="3" HotelCode="189202|1150568" HotelName="Cap Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Le Anh Xuan Street, Ben Thành Ward, District I, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/a5/d3a569d722b359c937ae31da1fe2a4450b74e93b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the crossroads of Ho Chi Minh City's business, cultural and historical distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.42" OriginalAmount="31.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77703388197" Longitude="106.68343580681" StarRating="3" HotelCode="167055|308765" HotelName="Lotus Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Cach Mang Thang 8 Street, Ward 7 District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/12/011247074785d4c1aad2c284b11375287f9bf97a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the entertainment area, next to 126 Stage and two minutes' walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774421205304" Longitude="106.69681549072" StarRating="3" HotelCode="161942|blue_diamond_hotel" HotelName="Blue Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Thu Khoa Huan Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/3b/0a3b719e06e01d7693f88204823f6e447851b54a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, in a very quiet street just behind the Tao Dan Park. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76886848" Longitude="106.69724395" StarRating="3" HotelCode="600203|diamond_luxury_ben_thanh" HotelName="Diamond Luxury Ben Thanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100/6 Le Thi Hong Gam, Ben Thanh Quan 1, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/26/4f265fb4198eae004521144f06f797ab59756773.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Ho Chi Minh City (Core area of Ho Chi Minh City), Diamond Luxury ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.80" OriginalAmount="32.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80696721" Longitude="106.73089723" StarRating="3" HotelCode="852699|2625445" HotelName="Aurora Western Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Quoc Huong, Thao Dien, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/22/97223917ff25f5a5cb602118caddc7ee370acc82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.37" OriginalAmount="32.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77533625" Longitude="106.7048125" StarRating="2" HotelCode="225948|1200518" HotelName="A25 Hotel Mac Thi Buoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>35 Mac Thi Buoi Street, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/2c/a72c9c900c05e607253cd639b2f4024cd10aa4f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Dong Do Hotel places you in the heart of Ho Chi Minh City, walking dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79589" Longitude="106.659453" StarRating="4" HotelCode="68049|first_hotel_ho_chi_minh" HotelName="First Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Hoang Viet Street, Ward 4, Tan Binh District, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/8e/6d8e1289bf0470f9654464fe5cfe4f536095279e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80100789" Longitude="106.64241257" StarRating="3" HotelCode="694411|solex_hotel" HotelName="Solex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Duong Nui Thanh, Tan Binh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/1b/3a1bd27bb26f571c98af29d7c21872b67bbd1356.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.809681526318" Longitude="106.73193083961" StarRating="3" HotelCode="968782|glenwood_city_resort" HotelName="Glenwood City Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>243 Nguyen Van Huong Street, Thao Dien Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/63/8963c5b018d8f82083de780baa69fb0f7727b6e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.74" OriginalAmount="33.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775122152295" Longitude="106.70418483188" StarRating="3" HotelCode="99679|1162488" HotelName="Huong Sen" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66-68-70 Dong khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/31/1631632abfa10a99c518d6f35d36701272480b26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78455495177" Longitude="106.65354073048" StarRating="3" HotelCode="185378|kelly_hotel" HotelName="Kelly Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Thu Khoa Huan, District 1, Ho Chi Minh City, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/28/7a289fd1842d940ba9c8a9986d6c8105cd74fe1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76931340526" Longitude="106.6966414866" StarRating="3" HotelCode="402012|dai_nam_2" HotelName="Dai Nam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/57/195703b623a48dd03181104c6a499ab39fcaa5eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77670396" Longitude="106.7046897" StarRating="3" HotelCode="852681|bel_ami_hotel_3" HotelName="Bel Ami Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Hai Ba Trung, Ben Nghe Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/71/2c711bbee2a2be94d65e0f6c13929b9122cb603b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.68" OriginalAmount="34.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76827921" Longitude="106.69359447" StarRating="3" HotelCode="785984|saigonciti_hotel" HotelName="Saigonciti Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>264 De Tham, Phuong Pham Ngu Lao, quan 1, Ho Chi Minh City 770000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/69/4569de399def429f44269d8096966a1f5566d79f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.84" OriginalAmount="34.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.786589" Longitude="106.677674" StarRating="4" HotelCode="68048|340645" HotelName="Ramana Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Le Van Sy Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/75/69758306ee05686ffbd855b5bea96d5b5f4d427e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of charming Ho Chi Minh City, the hotel is within a few minutes' drive of the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.51" OriginalAmount="34.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77871819" Longitude="106.6884877" StarRating="2" HotelCode="587162|3465505" HotelName="Hoang Lan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>107/16 Truong Dinh, Ward 06, District 3, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/94/17942bc49fd524d8aaaf68f2c76f206b9aaa14a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.14" OriginalAmount="35.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77194595" Longitude="106.6928224" StarRating="3" HotelCode="309454|90248" HotelName="Cicilia Saigon Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>12D Cach Mang Thang 8, District 1, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/68/656806ce63dff4133fa85aed4abb7ac3a16aed0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77227994" Longitude="106.69615734" StarRating="3" HotelCode="263258|nhat_ha_1_hotel_2" HotelName="Nhat Ha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>252 B-C Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chí Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/cc/f9ccb01817b0143a5adb3df9f2e2fda723397190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769646" Longitude="106.700236" StarRating="3" HotelCode="915663|ruby_river_hotel" HotelName="The Hammock Hotel Fine Arts Museum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Nguyen Thai Binh Street, Nguyen Thai Binh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/23/f7235c51b0545ba530f6c916ea8575c1c65f3cf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.16" OriginalAmount="36.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779099650938" Longitude="106.70479713713" StarRating="3" HotelCode="225955|3465865" HotelName="Roseland Corp Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8A/6D2 Thai Van Lung Street, Ben Nghe Ward, District 01, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/09/9e09783f6a199fa3363341c2cdab6d6e6927b57a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774533" Longitude="106.700266" StarRating="2" HotelCode="915654|little_saigon_boutique_hotel" HotelName="Little Saigon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Bis/2 Le Loi Boulevard, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/41/7941f38a5c702df730a1ac02622b97f4e588db55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="971490|princess_saigon_central_hotel" HotelName="Princess Saigon Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34-36 Thu Khoa Huan Street, Ben Thanh Ward, Ho Chi Minh City 700000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/d6/d2d67a704b8b80bf36f703e92e706a4d0b7ab2c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.98" OriginalAmount="37.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771868" Longitude="106.694091" StarRating="3" HotelCode="307377|1684688" HotelName="Alagon Saigon Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>289 – 291 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/82/5582c9a14ea1d8f47015e4cf005419dd6d4a6e5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7717" Longitude="106.696826" StarRating="3" HotelCode="166833|hoang_hai_long_2_hotel" HotelName="Alagon Western Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 - 30 Nguyen An Ninh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/e0/7ae0c71efb3dee8111e207a4082b3f64fb9d3033.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of Ho Chi Minh City, close to the Ben Thanh handicrafts marke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.817388370238" Longitude="106.62417047559" StarRating="2" HotelCode="915667|tan_hai_long_hotel_4" HotelName="Silverland Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Hai Ba Trung Street, Stadtbezirk 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.795456" Longitude="106.71858385" StarRating="0" HotelCode="938532|vinhomes_central_park_luxury_apartment" HotelName="Vinhomes Central Park by Apartmentel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 Nguyen Huu Canh, Binh Thanh Ward, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/7f/a87f311fb6b8a9e0eb8239094571633825051f65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Vinhomes Central Park Apartmentel, you'll be centrally locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77841581" Longitude="106.70460742" StarRating="3" HotelCode="967979|roseland_sweet_hotel_spa" HotelName="Roseland Sweet Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/eb/13eb8e8d2c3b3558c909c2ddcc1cf97c9e154b13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.91" OriginalAmount="38.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780566997093" Longitude="106.70685901472" StarRating="4" HotelCode="429157|1943255" HotelName="Bay Hotel Ho Chi Minh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Housekeeping,Internet,Laundry,Lounge,Meeting Room,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Ngo Van Nam Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/66/52/6652a7968a7bc709b0bbc4a8336bcbe0a325c444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Renovated in , the Bay Hotel Ho Chi Minh guarantees guests a pleasant stay whether in Ho Chi Minh Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.18" OriginalAmount="38.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.736204576366" Longitude="106.73067386595" StarRating="3" HotelCode="320706|1458878" HotelName="Liberty Hotel Saigon South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>542A,544 Huynh Tan Phat, Binh Thuan Ward, District 7, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/6e/e56e0011a40517bc25ae2f1d23212778b674a7f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77122549" Longitude="106.69416115" StarRating="3" HotelCode="410675|hoang_hai_long_south" HotelName="Alagon City Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-58 Pham Hong Thai Street, Ben Thanh Ward District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/af/bfaf45fb228890d0410f0127d95b6ddb0c711f80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.741269" Longitude="106.700997" StarRating="3" HotelCode="641051|sunrise_city_apartment" HotelName="Sunrise City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 - 25 - 27 Nguyen Huu Tho, Tan Hung Ward, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/56/e956b2efdec6b6f3a1b21df760a28b1473522cdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779134" Longitude="106.7048295" StarRating="3" HotelCode="915669|aem_hotel_8a_thai_van_lung" HotelName="A&amp;EM Hotel 8A Thai Van Lung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A/1D2 Thái Van Lung, Qu?n 1, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/04/1a04c74ad29f9d470ffce5abb8c735ba2e9f9832.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77772819" Longitude="106.70539673" StarRating="0" HotelCode="966436|blue_diamond_luxury_hotel" HotelName="Blue Diamond Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6B Thi Sach, Ben Nghe, Quan 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/54/845480eee68d7ecc29cb98da61af91dfd1e3adce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.93" OriginalAmount="39.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77873391" Longitude="106.70485452" StarRating="3" HotelCode="374980|1786148" HotelName="Thuy Sakura Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Cao Ba Quat Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/d7/3dd798964e5ecc07529e2c4bf673947af43bce37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.22" OriginalAmount="39.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76889882" Longitude="106.69753814" StarRating="3" HotelCode="773917|2533875" HotelName="Lotus Central Hotel Saigon" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102-104-106 Le Thi Hong Gam, Quan 1, Thanh Pho Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/86/89864e6433be812fdc01fa7f2c3173eb1f4dee4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78020744243" Longitude="106.69330179691" StarRating="3" HotelCode="166326|victory_saigon_hotel" HotelName="Victory Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>141 Nam Ky Khoi Nghia Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/98/54988564143242c5bc996889e1a8e907f29ba76e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city, the hotel is very convenient for trade, shopping, sightseeing and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772094659109" Longitude="106.69506695583" StarRating="3" HotelCode="373207|grand_cititel_central_saigon" HotelName="Ngoc Ha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>53-55 Le Anh Xuan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/c6/f4c6bda08e3b85b7ca5d3da614f093d3f010ae41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771296888664" Longitude="106.69141592996" StarRating="3" HotelCode="347818|the_hammock_hotel_ben_thanh" HotelName="The Hammock Hotel Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>47-49 Le Thi Rieng Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/9e/bb9edd1a27b17c31fc53265feb053ed4fbc50a39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770652" Longitude="106.693778" StarRating="3" HotelCode="387498|le_duy_hotel" HotelName="Le Duy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Nguy?n Th? Nghia, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ee/daeec232cf29489b1aae7e528a464c60006aa6b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a high and main street right in the centre of Ho Chi Minh City, within the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78487161" Longitude="106.69936961" StarRating="0" HotelCode="884371|cityview_serviced_apartment_2" HotelName="Cityview Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Mac Dinh Chi, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a9/3ca9fa36d7ee2a65ef4edab3d99eb512278da78f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="882957|the_bloom_pham_viet_chanh_2" HotelName="The Bloom Pham Viet Chanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/8/3 Pham Viet Chanh, Ward 19, District Binh Thanh, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/7f/6a7f58f89109a8e1cf372a5859d4dbfab253c6cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78184526" Longitude="106.70541493" StarRating="3" HotelCode="958611|blue_diamond_new_hotel" HotelName="Blue Diamond New Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8B-8C Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/0b/930b1f68a46233fbc5f001dd55b382e314f382be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.88" OriginalAmount="42.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78698208" Longitude="106.69454179" StarRating="3" HotelCode="754962|3468885" HotelName="Nta Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>171 - 173 Dien Bien Phu, Dakao Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d0/afd012c225ba5e9cc878d25976843888bb98a81b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.96" OriginalAmount="42.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77446993" Longitude="106.68729972" StarRating="3" HotelCode="435952|3426845" HotelName="Le Duy Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82-84 Cach Mang Thang 8 Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/07868/2507868/1.jpg?f=15044573</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.31" OriginalAmount="42.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77558955" Longitude="106.69713232" StarRating="4" HotelCode="488546|2103305" HotelName="Central Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39-39A Nguyen Trung Truc, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/28/72284b1141c7e35bd15b2ad1788ddbf32306d186.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.42" OriginalAmount="42.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775152" Longitude="106.703883" StarRating="3" HotelCode="37540|894405" HotelName="Bongsen Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 - 123 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/4c/664c15ce411e28cec73191c055aefe69936882cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the midst of business offices, airline offices, souvenir shops, department ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769462" Longitude="106.70017" StarRating="3" HotelCode="300620|signature_saigon_hotel_2" HotelName="Signature Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>65-67-69 Nguyen Thai Binh Street, Nguyen Thai Binh Ward, District 1, Hochiminh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/51/31514aae195c7910cfe90550ef103aca357fed87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780805269736" Longitude="106.70455172024" StarRating="4" HotelCode="434761|lancaster_saigon_serviced_apartments_le_thanh_ton" HotelName="Lancaster Saigon Serviced Apartments Le Thanh Ton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Nightclub,Parking,Restaurant,Room Service,Sauna,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/de/5ddea6ac1f1a1dd4f4768eff67e74a259060ba53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Lancaster Saigon Serviced Apartments Le Thanh Ton to discover the wonders of Ho Chi Minh Cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80283510781" Longitude="106.74110500646" StarRating="3" HotelCode="611679|mrt_apartment_in_masteri_thao_dien" HotelName="Masteri Thao Dien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>159 Hanoi Highway, Thao Dien Ward, District 2, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/65/fc65780c30e86c1d21e3a76116e08814b714af1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773232923721" Longitude="106.69833565601" StarRating="3" HotelCode="915657|aem__phan_boi_chau" HotelName="A&amp;EM - Phan Boi Chau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Phan B?i Châu, Qu?n 1, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/e6/14e66c882c452eb42a8ef82f584a3a3452452d18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.32" OriginalAmount="43.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77610353" Longitude="106.70529508" StarRating="3" HotelCode="623269|3471965" HotelName="Huong Sen Annex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4-6-8 Mac Thi Buoi Street, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4f/454fc35eb62d660bc62f9e6f0a3eb2a8f8b78e04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78901" Longitude="106.69052" StarRating="3" HotelCode="171270|hong_vy_1_hotel" HotelName="Central Park Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Hai Ba Trung, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/bc/b3bc486cab7ebba4318b4d4d8239a81a82af60ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City's business and tourist district, opposite a g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7309592" Longitude="106.70835293" StarRating="0" HotelCode="971023|sabina_hotel_2_2" HotelName="Sabina Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47-49-51 Le Van Thiem Street, Tan Phong Ward, District 7, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/53/5d53bc7d21f6211eececaa3a78ec1d7054d8b1f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.24" OriginalAmount="44.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775821" Longitude="106.704626" StarRating="3" HotelCode="68053|572465" HotelName="Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41-47 Dong Du Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/a2/9ea23a33aa2ad355527ba052bc093760456dd842.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of city, which is just 5 minutes' walk away. The bus station can ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.26" OriginalAmount="44.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772060299687" Longitude="106.69027040608" StarRating="3" HotelCode="887860|1525998" HotelName="Harmony Saigon Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32A-34 Bui Thi Xuan Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/f6/edf63e9998f62e1c78ef23df988d3355ede188e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.31" OriginalAmount="44.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773246026982" Longitude="106.69619590044" StarRating="3" HotelCode="140907|572535" HotelName="Sanouva" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175-177 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/42/7242c41c084ebab7398b236aef2882a6ed1e6aac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7929141" Longitude="106.6723785" StarRating="3" HotelCode="536103|oakwood_apartments_ho_chi_minh_city" HotelName="Oakwood Apartments Ho Chi Minh City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>18 Street 3, Cu Xa Do Thanh, Ward 4, District 3, Ho-Chi-Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/01/fd01664ee0839566481f0b8f84540d667f45dd7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="962813|zazz_urban_ho_chi_minh_hotel" HotelName="Zazz Urban Ho Chi Minh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Su Van Hanh, Ward 9, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ed/00edb013478fcbb4ddcbadb82c0171a3e617c137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.92" OriginalAmount="46.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777920013663" Longitude="106.6886691546" StarRating="3" HotelCode="491729|downtown_retro_serviced_apartment" HotelName="Saigon Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2K Ho Xuan Huong, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/7f/337f0a404524c143a446b31e8db2d42daec3d7cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.07" OriginalAmount="46.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774635" Longitude="106.696681" StarRating="3" HotelCode="163645|1441698" HotelName="Alagon Zen Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 - 46Bis Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/55/b25579869efa9cf21f8b1236719dd0b29be6df3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.51" OriginalAmount="46.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774703142022" Longitude="106.70338153839" StarRating="3" HotelCode="56463|572515" HotelName="Oscar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68A Nguyen Hue Avenue, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3f/c43fafd076b9dda69f7c8f1bd15213f3739701a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.51" OriginalAmount="46.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771900961231" Longitude="106.69533261455" StarRating="3" HotelCode="320704|1200818" HotelName="A &amp; Em 280 Le Thanh Ton Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>280 Le Thanh Ton, Quan 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/fb/fdfb1a84ac4d1ee48fc18b3c72105796174d001f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.96" OriginalAmount="48.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771054" Longitude="106.692969" StarRating="2" HotelCode="207691|aries_hotel" HotelName="TRIIP Boutique Ben Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7/9 Nguyen Trai, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f0/b7f0ad657fdfc6576aa03a446188b3ec7e8bb1e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.83" OriginalAmount="48.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.97525313" Longitude="106.67036313" StarRating="3" HotelCode="372535|1700258" HotelName="Becamex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>230 Binh Duong Boulevard, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/04/1304880480561c0e429304a44008529d3c56a151.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a bar, a transfer service, room service, a conference room an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.757692" Longitude="106.673247" StarRating="5" HotelCode="51813|windsor_plaza_hotel" HotelName="Windsor Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 An Duong Vuong, Ward 4, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/66/8a66e343849b5387ff1fb232852b3a9507c502e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Ho Chi Minh City, this hotel offers unparalleled access to the shopping, ni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773027" Longitude="106.69748" StarRating="3" HotelCode="171271|paradise_saigon_boutique_hotel" HotelName="Paradise Saigon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>288 Le Thanh Ton Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ed/62ed77ad48f74f3faf6547e11b37e5afd2db5aaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City, just 5 minutes’ walking distance from Ben Tha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.783850626008" Longitude="106.69025957965" StarRating="3" HotelCode="376200|hotel_165_nam_ky_khoi_nghia" HotelName="165 Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Nam Ky Khoi Nghia Avenue, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/48/484839561ab2a59f23cd6694b26f987ad96aad86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.71" OriginalAmount="49.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774323713107" Longitude="106.70371949672" StarRating="4" HotelCode="336606|256616" HotelName="Palace Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-66 Nguyen Hue Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/65/1465b94cbddb5443415649d34b175531cbf48dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the city centre, in the city’s administrative and commercial ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.796171715349" Longitude="106.6746121645" StarRating="4" HotelCode="168312|starcity_saigon_hotel" HotelName="Vissai Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ward 8, 144 Nguyen Van Troi Street, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/10/d610e5048d5ccb681099f2e6a5f98c31c37c7a3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a quiet and peaceful place, this hotel is a good choice for guests not wanting to stay i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="882837|orchid_boutique_apartment" HotelName="Orchid Boutique Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>R1-72-R4-71 Bui Bang Doan Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/c6/67c634e56f1e56e50116f54187d18996a83719f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="50.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79552094" Longitude="106.71957478" StarRating="2" HotelCode="937885|christines_saigon_apartment" HotelName="Vinhomes Central Park by Christine’s Saigon Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 Nguyen Huu Canh, Ward 22, Binh Thanh District, Ho-Chi-Minh-City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/34/9b346b36ba4541851a518828e247b4600300f54c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.81" OriginalAmount="50.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7715986" Longitude="106.69526735" StarRating="4" HotelCode="623863|3441845" HotelName="A&amp;EM Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Le Anh Xuan Street, Phuoong Bên Tha`nh, H? Chí Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/98/6798e4863c76818f4d33337c4f45c9952e43b5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.95" OriginalAmount="50.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7776891" Longitude="106.66522936" StarRating="4" HotelCode="373992|1726108" HotelName="Athena Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>280 To Hien Thanh, Ward 15, Distrikt 10, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/9c/029c3705f72e4eb9a5491e33a20f63197a28fdf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.98" OriginalAmount="50.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="780699|3453455" HotelName="Scenic Valley Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Nguyen Van Linh Street</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/6f/4e6f03dbd4ddea1fb0d904f468a28a7a774a8a13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.02" OriginalAmount="51.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="960665|winsuites_saigon" HotelName="Winsuites Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28-30-32 Le Lai Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/be/27beb9c6600c38e96f531c765982787962124cd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.35" OriginalAmount="51.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79971" Longitude="106.668174" StarRating="4" HotelCode="39407|111662" HotelName="PARKROYAL Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>309B-311 Nguyen Van Troi Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/31/4f3174892dc7676cbfc53ce0632fd6ef9b5d5f58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Tan Binh District of Ho Chi Minh City, this hotel offers excellent quality and a gre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.66" OriginalAmount="51.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771856" Longitude="106.70388" StarRating="3" HotelCode="142302|572635" HotelName="Roseland Point Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>65 Ho Tung Mau Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/72/87722e76c456fc53ca2862ded3c8d4c32abebd7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district in Ho Chi Minh City, close to Ben Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.04" OriginalAmount="52.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77355931249" Longitude="106.69670367582" StarRating="3" HotelCode="915633|ha_hien_hotel" HotelName="Ha Hien Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>145-147 Ly Tu Trong street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/6e/756e94456e5a16cf74c7714d952a6635fe1c7c79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.61" OriginalAmount="54.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77177502" Longitude="106.69410088" StarRating="4" HotelCode="489347|2514515" HotelName="Alagon D'antique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>301-303 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/597541/597541a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.82" OriginalAmount="54.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771579210236" Longitude="106.69560362155" StarRating="3" HotelCode="142266|572685" HotelName="Good Vibes Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Le Thanh Ton, Ben Thanh Ward, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f7/a9f7fa5d9f2348cde93ddf0e42815fdf852c2e5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, 100 metres away from Ben Thanh Market and near the 23...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.12" OriginalAmount="56.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7771271928" Longitude="106.7057507835" StarRating="3" HotelCode="915661|la_jolie_hotel__spa" HotelName="Silverland Jolie Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>4D Thi Sach Street, Ben Nghe Ward, Dist 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/dd/b2ddd48f74ba816faac3a1a6ab413dd654555889.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.28" OriginalAmount="56.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80014014" Longitude="106.67076292" StarRating="5" HotelCode="320377|1075958" HotelName="5-star Tan Son Nhat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>202 Hoang Van Thu Street, Phu Nhuan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/b4/84b46ea086570949702bcd5f8152ac231e1191be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.43" OriginalAmount="56.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="3" HotelCode="770918|3470115" HotelName="Au Lac Center Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Nguyen Thi Minh Khai, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.62" OriginalAmount="56.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.819587" Longitude="106.620169" StarRating="3" HotelCode="423100|3449645" HotelName="Garden View Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>101 Nguyen Du Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/15/571581c2d2685df2c9d207b4a875c026486efc57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.29" OriginalAmount="57.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.796653838903" Longitude="106.67320236186" StarRating="5" HotelCode="15548|90238" HotelName="Eastin Grand Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>253 Nguyen Van Troi Street, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/d2/c4d2fde770554afe604f9f4abb6b718f22fc5f2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the Phu Nhuan District of Ho Chi Minh City, which is still affectionately kn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.45" OriginalAmount="57.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.813168850803" Longitude="106.66606929168" StarRating="4" HotelCode="525352|2048645" HotelName="ibis Saigon Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2 Hong Ha Street, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/38/09388b449436cf989d5044bcdb3bdc478573e7d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780844850948" Longitude="106.69605495493" StarRating="2" HotelCode="401582|au_lac" HotelName="Au Lac 1 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Nguyen Thi Minh Khai, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/98/6798e4863c76818f4d33337c4f45c9952e43b5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 2 star hotel is located in the city centre of Ho Chi Minh. The Hotel has a coffee shop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77357138" Longitude="106.69939579" StarRating="3" HotelCode="943527|uptown_hotel_3" HotelName="Uptown Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-13 Luu Van Lang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/92/6f92cd8efcda6c2934fede4f245f5bc09ff20447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.75" OriginalAmount="59.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.777440812873" Longitude="106.70547366142" StarRating="3" HotelCode="189201|1160978" HotelName="Aquari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Thi Sach st., Dist. 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/2c/ba2c5c12b8e0dcfbd7fd914a7d331bfce2a3d2f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Ho Chi Minh's inner city with its myriad of attractions such as the Op...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.33" OriginalAmount="60.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78403834" Longitude="106.70033" StarRating="4" HotelCode="350367|1817708" HotelName="Muong Thanh Saigon Centre Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A Mac Dinh Chi Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/d3/67d3638cac397205c4b470e75c0ea5cb35d98bca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.87" OriginalAmount="60.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772297412644" Longitude="106.70370335276" StarRating="3" HotelCode="293149|1805388" HotelName="Silverland Charner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87-89-91 Ho Tung Mau Street, Ben Nghe Ward, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/93/ff93ff9fd2343a9476de4330940c1233751031df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.93" OriginalAmount="60.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78419595" Longitude="106.6944062" StarRating="4" HotelCode="773932|2303125" HotelName="Citadines Regency Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Pham Ngoc Thach Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/4f/6e4fca0cdd85d2b5a393d16a8479593e1163ea10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Ho Chi Minh City. Citadines Regency Saigon 									 guarantees a quiet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.04" OriginalAmount="60.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77753" Longitude="106.705251" StarRating="3" HotelCode="887852|1116038" HotelName="Northern" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 A Thi Sach Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/57/f157b721d0fd088e7ed2249f70b066b939e99345.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.22" OriginalAmount="61.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77245646" Longitude="106.70253843" StarRating="4" HotelCode="965064|innside_by_melia_saigon_central" HotelName="Innside By Melia Saigon Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 -131 Ton That Dam Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/9f/b39fd429acd81245c7e3063d6627057ef00153ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.34" OriginalAmount="61.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806803343364" Longitude="106.74704321693" StarRating="4" HotelCode="225965|1182928" HotelName="Riverside Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vo Truong Toan Street 53, Thao Dien Ward District 2, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/a6/84a6b73fe4dd830ea5abfcadefe7550bbfb17e84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780344455804" Longitude="106.70370072126" StarRating="3" HotelCode="166009|sophia_hotel" HotelName="Sophia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Thai Van Lung, Ben Nghe Ward, Disttrict 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/4b/2f4b3facf688897efd47bc8b7aa1ff3c4f775a25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the city centre, the hotel is close to Ben Thanh market and a number of museums in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77301316" Longitude="106.69575607" StarRating="3" HotelCode="309456|sunflower_saigon_hotel_2" HotelName="Sunflower Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>189 - 191 Ly Tu Trong Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/0c/a20c2f657e2ab1247dcc87c55178da1b6ba0d4c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant is among the facilities. Wireless internet access is available to guests in the public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.15" OriginalAmount="64.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774695237258" Longitude="106.69630587101" StarRating="3" HotelCode="163644|572185" HotelName="Silverland Yen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73-75 Thu Khoa Huan Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/1a/071ad538d164efe54bbf97d79e53492ee4b51ad3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;From this business hotel, it takes only a few minutes to walk to Ben Thanh Market, Unification Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.43" OriginalAmount="65.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773097153167" Longitude="106.70432567596" StarRating="4" HotelCode="27130|34174" HotelName="Saigon Prince Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Nguyen Hue Boulevard, Ho Chi Minh City, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/fd/68fdca2ab10e91d6793aa7a6b6304bca84ddb396.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of the city, the hotel offers easy access to the business and gov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.64" OriginalAmount="66.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772628856641" Longitude="106.69320192394" StarRating="4" HotelCode="384226|1245308" HotelName="Homestead Parkview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>149- 151 Nguyen Du Street, Ben Thanh Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c1/f7c10dd6256c57f9f67288fddb5618f5d4060123.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779056847524" Longitude="106.70403644916" StarRating="3" HotelCode="130176|asian_ruby_luxury_hotel" HotelName="Hotel De Charme Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Thi Sach, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/39/6e392148bd7bf004ce693c29f251dc47ab967539.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the District 1, Dong Khoi neighbourhood of Ho Chi Minh City, the hotel is close to Ho Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="962928|republic_plaza_serviced_apartment" HotelName="Republic Plaza Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Cong Hoa Street, Tan Binh District, Ho Chi Minh City 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/7d/107dbc2cae3e8812f271aa72ab0ece4c81565532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.02" OriginalAmount="67.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773541213731" Longitude="106.69869572454" StarRating="4" HotelCode="295333|119272" HotelName="Liberty Central Saigon Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 - 179 Le Thanh Ton, District 1, Ho-Chi-Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/a8/0ba8fd28243d2a19384be35dac634466c692d929.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Ho Chi Minh City, this urban hotel is about 1.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.06" OriginalAmount="67.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776733" Longitude="106.702603" StarRating="4" HotelCode="59858|141054" HotelName="Continental Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 - 134 Dong Khoi St., Dist 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/8d/318dab5918c77eb7e0054bb5751b82d640b21b31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre, close to a variety of conveniences for the traveller and bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.17" OriginalAmount="67.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78106843" Longitude="106.69047923" StarRating="4" HotelCode="552447|2514545" HotelName="Sila Urban Living" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>21 Ngo Thoi Nhiem Street, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/eb/56eb9a1ae01543c1a6d6b779c0dce6da5054a0a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776229047251" Longitude="106.69136065641" StarRating="3" HotelCode="307375|sonnet_saigon_hotel" HotelName="Sonnet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Truong Dinh Street, Disrict 3, Ho Chi Minh City ( Saigon )</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/44/be442ebab6616898f8797c577b2d5d6054eb03f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772633527899" Longitude="106.69519898731" StarRating="3" HotelCode="347829|lavender_boutique_hotel" HotelName="Lavender Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>200-204 Ly Tu Trong, Phuong Ben Thanh, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/ec/faec08916fe94d3fd393a89811e6f9c538fb2de6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774227666667" Longitude="106.696833" StarRating="4" HotelCode="915656|aem_corp__royal_palace_hotel" HotelName="A&amp;Em Corner Sai Gon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>39-41 Thu Khoa Huan Street, District 1, Ho Chi Minh City, Ðông Nam B? (Südostregion)</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/e5/d0e54885b18173f1df9639f70d2577e0228974f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.72" OriginalAmount="69.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.762013" Longitude="106.696365" StarRating="3" HotelCode="307373|1204908" HotelName="Sunland Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302-304 Vo Van Kiet Str, Co Giang Ward, District 1, Ho Chi Minh city</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/7b/f77bf6cd724764a662f21491a3558c322f89ab27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.40" OriginalAmount="70.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771849506508" Longitude="106.69016356442" StarRating="4" HotelCode="933301|edenstar_saigon_hotel" HotelName="EdenStar Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Bui Thi Xuan Street, Ben Thanh Ward, District 1, Ho-Chi-Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ae/02ae357e049d74c903aac802d9196377e7dd9f7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.13" OriginalAmount="70.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784147" Longitude="106.699607" StarRating="4" HotelCode="410259|991675" HotelName="Somerset Chancellor Court Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Nguyen Thi Minh Khai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f1/0af13d0aafa651f4f1614f188d3eb806b70739c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled among tree-lined boulevards on the corner of Mac Dinah Chi and Nguyen Thi Minh Khai streets,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.22" OriginalAmount="70.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.72656182" Longitude="106.7234994" StarRating="4" HotelCode="374714|1757548" HotelName="MerPerle Crystal Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>C17-1-2 Nguyen Luong Bang, Phu My Hung, District 7, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/2f/c42ff82d56cf62d36a10ed2e92adc1e2f693b28b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.31" OriginalAmount="70.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77270773" Longitude="106.69005833" StarRating="4" HotelCode="435237|2013445" HotelName="Fusion Suites Sai Gon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Suong Nguyet Anh Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a6/d6a6f1fd9499a80f8d811aa3c28ae512fcf29bb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.46" OriginalAmount="73.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778166773973" Longitude="106.70589742879" StarRating="4" HotelCode="317062|millennium_boutique_hotel" HotelName="Millennium Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7A Thai Van Lung, Ben Nghe Ward, District 1, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c8/2c/c82c300082ec1a83c53760a8d26a699d0c557c58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ho Chi Minh City, this boutique hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.79" OriginalAmount="74.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77874" Longitude="106.704061" StarRating="4" HotelCode="307376|1450358" HotelName="Paragon Saigon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Thi Sach Street, Ben Nghe Ward, District 1, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/54/67543220689e7a4ee0b9c9222422686f169c74c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.59" OriginalAmount="75.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.730909152082" Longitude="106.72361579172" StarRating="3" HotelCode="200090|1017438" HotelName="ibis Saigon South Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Hoang Van Thai Street, Phu My Hung Tan Phu Ward, District 7, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/23/c5234809dfb5bdb17a0d0402d52010795240d7ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.56" OriginalAmount="78.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77936414" Longitude="106.70471469" StarRating="3" HotelCode="436084|saigon_city_residence_serviced_apartment" HotelName="Saigon City Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>8A/3D2 Thai Van Lung street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/90/cd906e6b8f8ec4c4b96468bdad07ba39d87c8134.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.64" OriginalAmount="82.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80140933" Longitude="106.65541187" StarRating="3" HotelCode="844971|holiday_inn_hotel_and_suites_saigon_airport" HotelName="Holiday Inn &amp; Suites Saigon Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18E Cong Hoa Street, Tan Binh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/42/33/4233c484fca258183a0a0bc25ec893cf8051ee98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.68" OriginalAmount="84.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.779091" Longitude="106.703987" StarRating="3" HotelCode="72564|may_hotel" HotelName="May Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Thi Sach Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/45/9a457f3b3d3700a01d60902446df8c0eebf46e3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Saigon, within walking distance of the city theatre, Ben Than...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79981512" Longitude="106.72366222" StarRating="4" HotelCode="372528|charm_suite_saigon_2" HotelName="Charm Suite Saigon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>330A/330B Ung Van Khiem Stree, Ward25, Binh Thanh, Ho Chi Minh City (Saigon)</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/02/fe02d91ac7849171b95758af2b58445510a9cce6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78897659" Longitude="106.70874303" StarRating="3" HotelCode="968950|mh_serviced_apartment" HotelName="M-H Residence &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Ngoc Phuong, Ward 19, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/1e/361e2de31a08a462b1d9aa9ccd506eb1fafc908d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.67" OriginalAmount="87.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772975" Longitude="106.706286" StarRating="5" HotelCode="14523|572425" HotelName="Majestic Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Ski Hotel " CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/f1/1ef1f89998c542b259146d2ab168a4d415e9fdc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, overlooking the Saigon River. It features original Fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.91" OriginalAmount="88.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.763357" Longitude="106.678984" StarRating="5" HotelCode="12148|90146" HotelName="Equatorial Ho Chi Minh City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>242 Tran Binh Trong, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/6b/3b6b48d8db148843e364a2fc2a125c5a41b5a3b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upper- mid range hotel is located in the 5th district on Tran Binh Trong Street and between Sai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.63" OriginalAmount="88.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81993" Longitude="106.726024" StarRating="4" HotelCode="119020|572505" HotelName="Saigon Domaine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Country House,Club Resort,Golf Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1057 Binh Quoi Street, Ward 28, Bin Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/1b/60/1b605eb9cff8a62e6220557077d4f4497e377501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is surrounded by Saigon River, on the green island of Thanh Da in Ho Chi Minh C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.42" OriginalAmount="90.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773855" Longitude="106.70564" StarRating="4" HotelCode="46026|825595" HotelName="Grand Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/65/5a65a9a49076d57cbe5c52f10a86ea71e93c05eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfectly located in the heart of the city centre, this hotel is the ideal choice whether guests are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.47" OriginalAmount="92.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.763731" Longitude="106.682752" StarRating="5" HotelCode="176758|967285" HotelName="Nikko Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>235 Nguyen Van Cu Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/ac/1aac16642288a5ca9412b58d3c44dcd860262d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the centre of Ho Chi Minh City, the hotel offers easy access to Tan Son Nhat Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.71" OriginalAmount="92.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73038275721" Longitude="106.72360549134" StarRating="4" HotelCode="263801|1176748" HotelName="Capri by Fraser, Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.2, Street C, Tan Phu Ward, District 7 - Lot A, New Urban South City, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d5/add556376492a2e2c7f45c175b8fc89e5757ca18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.86" OriginalAmount="93.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80470337" Longitude="106.73989438" StarRating="3" HotelCode="736391|la_casita_saigon" HotelName="La Casita Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Tran Ngoc Dien, Q2, Thao Dien, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/10/241053b158685e3b2d90415ca3e47885b59c8dc9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.23" OriginalAmount="95.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771608" Longitude="106.697459" StarRating="3" HotelCode="142301|1525378" HotelName="Silverland Central Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 - 16 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/7e/f57eb7c7c9d3dbbcc9df930c12dad2466c036c0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the business district of Ho Chi Minh City. Close to Ben Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.815904460376" Longitude="106.73341814103" StarRating="4" HotelCode="915646|villa_song_saigon" HotelName="Villa Song Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197/2 Nguyen Van Huong Street, Thao Dien Ward, District 2, Ho-Chi-Minh-City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/32/a2323cba1c141a971612b9785944a4c526e19b26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781594302784" Longitude="106.70560659201" StarRating="4" HotelCode="933873|silverland_sakyo_hotel__spa" HotelName="Silverland Sakyo Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>10A Le Thanh Ton Street, Ben Nghe Ward, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/cf/8bcf3ba495ae544e40ddf73f68e7c2b4fdb4fa35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.01" OriginalAmount="97.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.782758450669" Longitude="106.69339942797" StarRating="5" HotelCode="902518|332675" HotelName="Sherwood Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>127 Pasteur Street, Ward 6, District 3, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/db/7cdb72da6b825b56ebe6ac0b0d1ca5b24988311f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.25" OriginalAmount="98.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78107863" Longitude="106.6954924" StarRating="4" HotelCode="771363|3466575" HotelName="Orchids Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>192 Pasteur Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/90/3d901b70683ef8edf2ec18651a59a01a0959e2aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Orchids Saigon Hotel is located in the best convenient location, with easy access to major consulate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.72" OriginalAmount="100.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775464633334" Longitude="106.7017185688" StarRating="5" HotelCode="36290|143126" HotelName="Rex" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>141 Nguyen Hue Blvd., Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e3/68e3ed005fe146d5b65e0bdcab9ba38709d001f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of one of Vietnam's metropolises. The famous Ben-Thanh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="103.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780879795401" Longitude="106.7041373623" StarRating="5" HotelCode="314293|norfolk_mansion" HotelName="Norfolk Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-19-21 Ly Tu Trong Street, Distrikt 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/82/5782560bc42ccd559d39048353657769eec0d8be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.45" OriginalAmount="103.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77322654" Longitude="106.7019244" StarRating="3" HotelCode="856648|3429825" HotelName="M Hotel Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Ton That Thiep Street, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/96/cb9634681eafd1c5dafb026a6bb508c5b8a59d09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.53" OriginalAmount="104.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78249957" Longitude="106.69658126" StarRating="3" HotelCode="744034|3453175" HotelName="Bach Suites Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Designated Smoking Area,Dining,Internet,Kitchen,Laundry,Meeting Room,Parking,Printer,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10A Pham Ngoc Thach, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/9d/809d3a561678466a7e5f47ddf09ad2cd505fd12d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Defined by a sweeping feeling of nostalgia that recalls this region's French colonial past, Bach Sui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.12" OriginalAmount="106.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.805483296251" Longitude="106.75175038935" StarRating="5" HotelCode="263802|somerset_vista_ho_chi_minh" HotelName="Somerset Vista Ho Chi Minh City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>628C Hanoi Highway, An Phu, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b0/91/b091858ff2f2157cecba99002ec36d5d87eb01bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.49" OriginalAmount="106.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78044532" Longitude="106.70445237" StarRating="3" HotelCode="586742|2283205" HotelName="Amena Residences &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>24 Le Thanh Ton Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/7b/357b39d059bf512248c85fa15956b775a681a28e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.18" OriginalAmount="108.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784629" Longitude="106.695984" StarRating="4" HotelCode="186075|894845" HotelName="Novotel Saigon Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Hai Ba Trung, District 3, Ho-Chi-Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/bb/3bbbc978018819dc9f14f36d7299e459e64d6eb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.72" OriginalAmount="112.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773754475146" Longitude="106.70632367361" StarRating="4" HotelCode="151366|962365" HotelName="Liberty Central Saigon Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/1d/5d1d544dc0d12d116ad916811f702c9bf522e25f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Ho Chi Minh City, this urban hotel is about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.98" OriginalAmount="119.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776315709579" Longitude="106.70354783535" StarRating="5" HotelCode="20557|34114" HotelName="Caravelle Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-23 Lam Son Square, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/37/cf/37cfee34538938fef4a427c8eb84dc93346a4dc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the midst of the business, shopping and entertainment districts o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.99" OriginalAmount="119.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778884733186" Longitude="106.70697569847" StarRating="5" HotelCode="33861|96028" HotelName="Lotte Legend Hotel Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A - 4A Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/10/101040bf99cc1e029993803b17550e2b2447161b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Ho Chi Minh City on Ton Duc Thang Street fronting the scenic Sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79768907" Longitude="106.73076822" StarRating="1" HotelCode="760825|thadico_3_hotel" HotelName="Thadico 3 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-8 Duong 19B, Binh An Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/6a/166a9b1b70ca645cbbe3cf01599f893b631cf0de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877889|saigon_1979" HotelName="Cong Quynh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>190 Cong Qu?nh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/57/0a57de2323ab638268658a46022b44ae44797b8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.83" OriginalAmount="123.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772685994812" Longitude="106.70119836011" StarRating="4" HotelCode="82917|1093168" HotelName="Sedona Suites Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Le Loi Boulevard, Saigon Centre, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/08/8308915126f6add7b34800f8bb78f2ad668b85c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.784038523645" Longitude="106.70265197754" StarRating="5" HotelCode="17762|sofitel_saigon_plaza" HotelName="Sofitel Saigon Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Le Duan, District 1, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/de/07de9c5ee8ee1f54c21ba63c1696cba9bc5b4774.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international hotel is located on the historical tree-lined Le Duan Boulevard, in the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78229692" Longitude="106.69192185" StarRating="0" HotelCode="963806|mai_house_saigon" HotelName="Mai House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Nam Ky Khoi Nghia Street, Ward 6, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/92/3792a6c8e0ac297b15df3a29a284fa618db59520.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.52" OriginalAmount="126.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77454" Longitude="106.706428" StarRating="5" HotelCode="20679|renaissance_riverside_hotel_saigon" HotelName="Renaissance Riverside Hotel Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-15 Ton Duc Thang Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/de/2bde0b3059bfb3fec61a3f44a8bf57dff7647c17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located at the heart of Ho Chi Minh City, just a few minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.03" OriginalAmount="128.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78230731" Longitude="106.69230252" StarRating="4" HotelCode="626745|2283895" HotelName="Sherwood Suites Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>192 Nam Ky Khoi Nghia, District 3, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a1/77a12875677d33bbb4b83ed747c9e6359bbef61b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.86" OriginalAmount="129.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73019994" Longitude="106.70437831" StarRating="4" HotelCode="639571|2552575" HotelName="Oakwood Residence Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1056A Nguyen Van Linh Road, Tan Phong War, District 7, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/f8/1bf8771040465d7396bd9ab51dc720bfcb0c0864.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.34" OriginalAmount="133.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.782333" Longitude="106.697399" StarRating="5" HotelCode="317378|1621068" HotelName="Hotel Des Arts Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76-78 Nguyen Thi Minh Khai Street, District 3, 70000 Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/1d/e41da77dd1b0e3429f3df21721651ae274027997.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.75" OriginalAmount="134.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.800120014297" Longitude="106.68124345002" StarRating="2" HotelCode="347731|1785938" HotelName="Quynh Huong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>206B Phan Dang Luu, Ward 03, Phu Nhuan, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/22/fb22cfebf8c0ced74f202458dcf1f4c0df989665.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.70" OriginalAmount="135.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770901" Longitude="106.695044" StarRating="5" HotelCode="15141|new_world_saigon_hotel" HotelName="New World Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Le Lai Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/cb/8ccb4adbcc125cebfd607bb57c1af1607fb363e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located directly in the business centre of HCMC where a selection of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.48" OriginalAmount="136.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7743695" Longitude="106.7065418" StarRating="5" HotelCode="314951|1474768" HotelName="Le Méridien Saigon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3C Ton Duc Thang Street, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/41/3b/413b1cf7805715a7985a38f5483c6d93264dc79b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.71" OriginalAmount="139.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.789538660286" Longitude="106.70287930059" StarRating="4" HotelCode="410260|826155" HotelName="Somerset Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8A Nguyen Binh Khiem Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/b3/89b34ff5be60c03ed29f876e959af9de421ef7d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the business and shopping district, conveniently close to business destinati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.54" OriginalAmount="146.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.775733394513" Longitude="106.70403599739" StarRating="5" HotelCode="50609|91630" HotelName="Sheraton Saigon Hotel &amp; Towers" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Dong Khoi, District 1, Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/bb/f8bb4744ab504c755fc897f8087445576c55d870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a privileged location in the heart of Ho Chi Minh City, on the most famous street, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.89" OriginalAmount="157.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774697214273" Longitude="106.70569880738" StarRating="4" HotelCode="525353|2103345" HotelName="The Myst Dong Khoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6,8 H? Hu?n Nghi?p, P. B?n Nghé, H? Chí Minh, Qu?n 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d5/cdd55f223313e64f043357b271720f4cb0269e67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.42" OriginalAmount="171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81015268" Longitude="106.7515607" StarRating="5" HotelCode="961035|mia_saigon_luxury_boutique_hotel" HotelName="Mia Saigon Luxury Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Street 10, An Phu Ward, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/8d/458d4fb87e92ccceb162452146e452fb7c117d1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.09" OriginalAmount="174.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781488269724" Longitude="106.7011069828" StarRating="5" HotelCode="175615|824515" HotelName="InterContinental Residences Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Nguyen Du Street &amp; Hai Ba Trung, St., District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/95/8d958dfd77f3212d7f51631ba8ad8ccc02ec3dc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77358808" Longitude="106.70456638" StarRating="5" HotelCode="263804|the_reverie_saigon" HotelName="The Reverie Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-36 Nguyen Hue Boulevard, 57-69F Dong Khoi Street, District 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/e9/3ee9001b49759907b9e32b80a6797c8b9b0fbdd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located right in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.51" OriginalAmount="215.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774258514345" Longitude="106.70497618926" StarRating="5" HotelCode="376432|1847348" HotelName="The Reverie Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57-69F Dong Khoi Street, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.94" OriginalAmount="247.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77458" Longitude="106.700705" StarRating="4" HotelCode="936613|liberty_central_saigon_city_point_hotel_" HotelName="Liberty Central Saigon Citypoint Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Pasteur, Qu?n 1, TP. H? Chí Minh, H? Chí Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/10/2a1080dd3300e5e125879a9cf4628da33ac7f14c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78083238" Longitude="106.7049958" StarRating="3" HotelCode="945440|roseland_centa_hotel" HotelName="Roseland Centa Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>15/1A-15A/57A Le Thanh Ton, Ben Nghe Ward, Dist 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/79/8879d23f52080fca87a11d5aa3aeef61f4c64daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.74779125" Longitude="106.61092075" StarRating="0" HotelCode="839596|minh_ha_hotel" HotelName="Minh Ha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Beauty Salon,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24-26 Street 30, Binh Tri Dong B Ward, Binh Tan District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/2e/ee2e7cd979d85a4930eb29141c38e0b5d61a8123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Minh Ha Hotel is conveniently located in the popular Tan Tao Industry Zone area. The hotel offers a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="416.16" OriginalAmount="408.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.759449" Longitude="106.669292" StarRating="5" HotelCode="904542|an_lam_private_residences_saigon_river" HotelName="An Lam Saigon River" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Ho-Chi-Minh-Stadt</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/84/2984e70420e619e1bc5254d33876f0b505d09a7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6902.95" OriginalAmount="6767.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7919913" Longitude="106.7223097" StarRating="5" HotelCode="815739|2343045" HotelName="Vinpearl Luxury Landmark 81" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>720A Dien Bien Phu Street, Landmark 81 Building, Vinhomes Central Park, Ward 22, Binh Thanh District, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/30/a130dc28d54a304e9ae3f059c08be152fff0b714.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Lounge,Massage Centre,Sauna,Shopping Arcade,Nightclub,Bicycle Rental,Kitchen,Central Heating,Swimming Pool,Garden,Wheelchair Access,Golf,Spa,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Pets allowed,Smoking Rooms,Wake-up Call Service,24 Hour Front Desk,Beauty Salon,Concierge,Dry Cleaning,Elevator,Luggage Storage,Parking,24 Hour Room Service,Business Centre,Coffee Shop,Housekeeping,LCD/Projector,Off-Site Parking,Pick &amp;amp; Drop,Porter,Valet Parking,Meeting Room,Banquet Hall,Dining,Printer,Babysitting</BasicAmenities>
    <HotelRating>3,5,4,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SKI HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,APARTMENT HOTEL,COUNTRY HOUSE,CLUB RESORT,GOLF HOTEL,ECO HOTEL,HOTEL DE CHARME,HOTEL,RESIDENCES,HOSTELS,GUEST HOUSES,AIRPORT HOTELS,APARTMENT,APARTHOTEL,SPA HOTEL,HOLIDAY HOMES</PropertyType>
  </Filter>
</HotelSearchRS>||True