<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
0d1ebb10-19ff-4ee8-9c43-b406d81222a4|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="0d1ebb10-19ff-4ee8-9c43-b406d81222a4">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84866" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-12T00:00:00" End="2026-06-13T00: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
0d1ebb10-19ff-4ee8-9c43-b406d81222a4|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
0d1ebb10-19ff-4ee8-9c43-b406d81222a4|MikiSearch|successfull supplier interation||Miki|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
0d1ebb10-19ff-4ee8-9c43-b406d81222a4|TravellandaSearch|successfull supplier interation||Travellanda|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
0d1ebb10-19ff-4ee8-9c43-b406d81222a4|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-01T07:53:14.4592738+01:00" Version="0" EchoToken="Search" TransactionIdentifier="0d1ebb10-19ff-4ee8-9c43-b406d81222a4" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="15.12" OriginalAmount="14.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21622763" Longitude="103.96126683" StarRating="1" HotelCode="385591|1845808" HotelName="Kim Hong Nhat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>130 Bach Dang, KP1, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/a4/47a4a0a633ccc21d3ed6fecb920da453cc8c6e8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.22636079" Longitude="103.97275364" StarRating="2" HotelCode="424659|the_lam_homestay_" HotelName="The Lam Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>42 Hoang Van Thu Street, . KP5, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/5e/115e8ec3b439c301f20d3864e4349a320d73179d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.30" OriginalAmount="15.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="0" HotelCode="985010|7s_hotel_ruby_phu_quoc" HotelName="7S Hotel Ruby Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Suoi Lon, Duong To, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/d9/b4d9d8bd529869f501f591cd32affd074a03577c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.06" OriginalAmount="15.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.22258454172" Longitude="103.96241614444" StarRating="1" HotelCode="376425|1845798" HotelName="Phuong Hang Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>86 Nguyen Trung Truc, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/8c/e08c24861c96795fa5840365c124161626c9c405.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. 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.32807527" Longitude="103.95548091" StarRating="1" HotelCode="424765|pepper_farm_phu_quoc" HotelName="Pepper Farm Phu Quoc Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Concierge,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Xom Moi Village, Bai Thom Commune, Phu Quoc Island, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/41/1841ef4f1a15d1d5dc2296c9c98e87800800863f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Pepper Farm Phu Quoc Bungalow is a popular choice amongst travelers in Phu Quoc Island, whether expl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21808257" Longitude="103.95991801" StarRating="2" HotelCode="600321|kim_hong_anh_guesthouse" HotelName="Kim Hong Anh Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>51/8 Nguyen Dinh Chieu, KP2, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/80/4080491f570113c0086358f2e67dbae42b602fcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.32" OriginalAmount="16.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20526276" Longitude="103.96356444" StarRating="1" HotelCode="600924|langchia_hostel_" HotelName="Langchia Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>84 Tran Hung Dao, Duong Dong, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/f3/1ff38acf1c0e15889e24be06224e8fc37d7c35a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.38" OriginalAmount="16.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.218123789602" Longitude="103.95993586004" StarRating="1" HotelCode="397999|1752968" HotelName="Hai Hien Guesthouse Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Nguyen Dinh Chieu, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fa/abfa99dbae7db45cbf94894f46a88da50c4f5f10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.34" OriginalAmount="17.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18746949" Longitude="103.9696854" StarRating="2" HotelCode="621187|nhat_huy_bungalow" HotelName="Nhat Huy Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Cua Lap Hamlet, Duong To, Ba Phong Bridge, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/4f/a74f2c3c09bef329e1249302cd0f3635aae17e27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.22227623" Longitude="103.96225757" StarRating="2" HotelCode="549950|alanis_lodge_phu_quoc" HotelName="Alanis Lodge Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>96 Nguyen Trung Truc, KP8, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/10/0910fed4e427a78c09b73e9cecbe8f822d2e7a57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.62" OriginalAmount="18.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="2" HotelCode="965757|3447485" HotelName="Areca Garden Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Group 5 Cua Lap, Duong To, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/2c/592ca545c9cedf200ce02a247a5bd6a1dfff2057.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.38" OriginalAmount="19.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21720367" Longitude="103.96022168" StarRating="2" HotelCode="518377|kim_huong_quang_hotel" HotelName="Kim Huong Quang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Nguyen An Ninh, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/e9/4ce9b28f820d9c89bb0031b5bf5fe29ec95b9ec7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.65" OriginalAmount="19.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20738903" Longitude="103.96756665" StarRating="3" HotelCode="492868|1719778" HotelName="Hong Bin Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>To 10 Tran Hung Dao, KP 7, Duong Dong District, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/6c/116cc51466c3932e05511b596589626cbd161faa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2028" Longitude="103.962" StarRating="3" HotelCode="857494|b_stay_hotel" HotelName="B Stay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>36/461 Nguyen Van Cu, An Thoi, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/49/10498f35be5784d411432e2b6bf0fad2db4b3247.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.13045123" Longitude="103.98239236" StarRating="2" HotelCode="853486|may_hotel_5" HotelName="May Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SS07 Sonasea, Bai Truong Beach, Duong Bao Hamle, Duong To, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/c8/72c803e58e751170930d7a29c96c4f56b31924ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.22346381" Longitude="103.95629159" StarRating="3" HotelCode="435908|halona_hotel" HotelName="Halona Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Tran Phu Street, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/bc/5dbc0df1a7e6a391e86368c87116dcaf80c2cc5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.184515289913" Longitude="103.96837701749" StarRating="2" HotelCode="387226|duc_anh_garden_homestay" HotelName="Duc Anh Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Alley 5, Tran Hung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/67/46676dd48de482fe10651b21f845c3f499a76a36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.97" OriginalAmount="23.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20008237" Longitude="103.96442417" StarRating="0" HotelCode="784940|3452695" HotelName="Canary Bungalow" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101A/1V Tran Hung Dao Street, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/79/4e792d9265560644405146e9f37d1492555264b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.19924705" Longitude="103.96825933" StarRating="2" HotelCode="587077|lucky_phu_quoc_hotel" HotelName="Lucky Phu Quoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>127D Tran Hung Dao, Group 7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/89/d089164219e37322d4498378759bc3f4afec7c9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.50" OriginalAmount="25.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21562795" Longitude="103.96204962" StarRating="2" HotelCode="586867|nipola_hotel" HotelName="Nipola Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Bach Dang 40, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/ed/58ed23fee73f7b6e3c53fe71a513e952424c4dfc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.19148646" Longitude="103.9668927" StarRating="2" HotelCode="553585|hanh_ngoc_bungalow" HotelName="Hanh Ngoc Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>155 Tran Hung Dao Street, Khu pho 7, Duong Dong Ward, Phu Quoc, Ki?n Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/38/4d382e2f6148ba6f340aa97e78f6bb265602f996.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.215842" Longitude="103.9617833" StarRating="2" HotelCode="587479|phu_hong_hotel" HotelName="Phu Hong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Bach Dang, KP2, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ff/dbffb51f821288688d67b9494ac0fa89cce99798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20078631" Longitude="103.96477962" StarRating="2" HotelCode="553677|sunlight_bungalow" HotelName="Sunlight Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Golf,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100C/1 Tran Hung Dao Street, Town 7, Duong Dong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/ab/b1ab9bf9aa3545c96536b8b49a5ab938b8b9ab52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.193549541926" Longitude="103.96720070069" StarRating="2" HotelCode="489329|q_hao" HotelName="Phu House Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>122 Tran Hung Dao, Ward 7, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/12/dc12c984ed7c5a70a3cbedb37dda28cda23d0a97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21837462" Longitude="103.95907257" StarRating="3" HotelCode="615636|thuan_hai_hotel" HotelName="Thuan Hai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>26 Nguyen Du, kp 2, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/be/80be9b6b7566db411074eb5db4307e548746c02f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21493221" Longitude="103.96201615" StarRating="3" HotelCode="552488|blue_sky_phu_quoc_hotel" HotelName="Blue Sky Phu Quoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 du?ng 30/04, Th? tr?n Duong Ðông, Phú Qu?c, Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/67/0467cc8a28bbf9144072b561ed46dd87c3266836.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20235903" Longitude="103.97116709" StarRating="3" HotelCode="744563|tom_hill_resort_spa_phu_quoc" HotelName="Tom Hill Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>121 Tran Hung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/29/2e299d48c72e2de539bef11208d2d4c598b10250.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20614488" Longitude="103.96537495" StarRating="3" HotelCode="550515|9_station_hostel_phu_quoc" HotelName="9 Station Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>91/3 Tran Hung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/0d/1c0dd7eda2e4dfd8e16d854557adc402157d5e8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.13" OriginalAmount="31.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2449965" Longitude="103.96167931" StarRating="3" HotelCode="482096|2305305" HotelName="The Garden House Phu Quoc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Zone 1, Gành Gió Hamlet, Cua Duong Commune, Phu Quoc 920000, Phu Quoc Island, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/5d/895d8fc0bdd4182345e638ce87003d04da2b0a92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.19445650311" Longitude="103.96585323677" StarRating="3" HotelCode="435865|tt_resort" HotelName="T&amp;T Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>118/8 Tran Hung Dao, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e6/8ae6942eedd501c02e139f976bec49f4c422f935.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20570754" Longitude="103.96372328" StarRating="2" HotelCode="610145|mai_phuong_binh_bungalow" HotelName="Mai Phuong Binh Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>91/1 Tran Hung Dao, KP7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/e7/1ae7c6a5e9f24081962422c6a5cebc58ae40ec31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.17869599" Longitude="103.96993098" StarRating="2" HotelCode="435857|phu_quoc_villa" HotelName="Phu Quoc Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chua Ong, Cua Lap, Duong To, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/5c/cc5c06c3c6bac9b3dceee39a498825419f4bf0de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18469937" Longitude="103.97482982" StarRating="3" HotelCode="549386|le_forest_resort_2" HotelName="Le Forest Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Hamlet Cua Lap, Duong To Village, Phu Quoc District, Kien Giang Province, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/5d/9b5d0e906c1f9847d639d820f15dfe2bc05f3190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.26177838" Longitude="103.93886448" StarRating="3" HotelCode="374242|cottage_village" HotelName="Cottage Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Concierge,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Village 03, Ong Lang, Cua Duong, Ong Lang Beach, Phu Quoc Island, Kien Giang, Vietnam, Duong Dong</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/7f/ed7f49b38a17f5dea47eed357abe744840d78fe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Cottage Village offers comfort and convenience whether you're on business or holiday in P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21615827" Longitude="103.95988274" StarRating="0" HotelCode="967065|varia_hotel_2" HotelName="Varia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 30/4 Street, Duong Dong, Phu Quoc 92506</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/34/3934f699f1c49deaea1dbaa7751f1bfccd380a11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.66" OriginalAmount="33.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="2" HotelCode="854876|y_nghia_bungalow" HotelName="Y Nghia Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mien Dat Tu Do, Ong Lang, Phu Quoc  922200, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/ca/55ca46af1b171aac344d664d665758c904ea7ec6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.27" OriginalAmount="33.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20478173" Longitude="103.96384967" StarRating="3" HotelCode="397453|1844318" HotelName="Hotel The Sailing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90A Tran Hung Dao Street, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/68/2f6894b8330aec7d8acd2608e000bdfda36bb0e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. 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.20697498" Longitude="103.96330836" StarRating="3" HotelCode="554489|miana_resort_phu_quoc" HotelName="Miana Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73/4 Tran Hung Dao, Quarter 7, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e6/39e697b14d86a4291fa572066d4a51f87d042f2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.19890258" Longitude="103.96855053" StarRating="3" HotelCode="587099|golden_daisy_hotel" HotelName="Golden Daisy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Group 7, Tran Hung Dao St, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/cb/aecbc16754f710354a000e97ad54deeee6543f75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.00" OriginalAmount="36.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.206278548231" Longitude="103.96306873352" StarRating="2" HotelCode="396979|1728118" HotelName="Dong Xuan Hong Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>81 Tran Hung Dao, Block 7, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/10/e510773faa9b01c44541e5770147a8a13754b2cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.55" OriginalAmount="37.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.17914102" Longitude="103.96936056" StarRating="3" HotelCode="755281|3439805" HotelName="Ola Phu Quoc Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Cua Lap, Phu Quoc  922200, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.76" OriginalAmount="38.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.26354759" Longitude="103.94252909" StarRating="2" HotelCode="624119|ong_lang_garden" HotelName="Ong Lang Garden Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Ong Lang, Cua Duong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/ff/4aff8ded741dede41a30cb9b17b30a07c15c8c66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.23247376" Longitude="103.95531139" StarRating="3" HotelCode="615741|hung_vuong_resort" HotelName="Hung Vuong Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>182A Tran Phu Street, 1/39 Lane, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/01/8601b6b58db39c6b7fcdf75dc8708d836536a3c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.78" OriginalAmount="39.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.191238797226" Longitude="103.96687063007" StarRating="2" HotelCode="433020|free_beach_resort" HotelName="Free Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duong Tran Hung Dao, Phia Sau Long Beach Center, Khu Pho 7, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/52/4d528fb217ebb8fcaded3361cfcbacf742f406f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.95" OriginalAmount="39.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="3" HotelCode="856024|3471445" HotelName="An Phu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185 30/4 Street, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/38/1c3892c07f4ff50d8b8aec784c9e7f6e002df092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.80" OriginalAmount="40.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.226851696254" Longitude="104.07445998154" StarRating="2" HotelCode="435886|wildland_resort" HotelName="Wildland Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>T? 5, ?p Cây Sao, Hàm Ninh, Phú Qu?c</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/5f/c05f8f6319b5c71b083f13bb67f177c7e46b1c12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.01" OriginalAmount="40.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.25823869" Longitude="103.94927372" StarRating="0" HotelCode="980416|3426255" HotelName="Phu Quoc Bambusa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 5, Ganh Gio, Cua Duong, Phu Quoc 92507, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/4c/3d4caf21680de1c52bd157aea70978833bc25892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21123844" Longitude="103.96013494" StarRating="3" HotelCode="374245|galaxy_hotel_phu_quoc" HotelName="Galaxy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>77 Tran Hung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/1d/6b1d0ad7a32dc84147e9abc9a263e737d13d2df6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21195386" Longitude="103.95942877" StarRating="3" HotelCode="586694|ngoc_chau_phu_quoc_hotel" HotelName="Ngoc Chau Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>66D Tran Hung Dao Street, Block 9, Ward 7, Duong Dong Town, Phu Quoc District, Phu Quoc, Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/54/c95444d7ecd69da538eb60540c1a501086e02084.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.185941639723" Longitude="103.96862826224" StarRating="3" HotelCode="378729|praha_hotel_3" HotelName="Praha Hotel" Meals="BREAKFAST-FOR-2" BedType="BREAKFAST-FOR-2" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Duong To, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/3a/2e3ad9e19b37f26decc2aa22e5c815d8dda015e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.31" OriginalAmount="44.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.307730540897" Longitude="103.8643739402" StarRating="3" HotelCode="398734|1787938" HotelName="Bamboo Cottages" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Bar,Golf,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Vung Bau Bay, Cua Can Village, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/27/2427135e875354e6f1cca0b7c0520a21bbb12926.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.94" OriginalAmount="47.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.199294287473" Longitude="103.96804728405" StarRating="3" HotelCode="384636|daisy_resort" HotelName="Daisy Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 1 Tran Hung Dao, Quarter 7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/65/1765a7c4a1560442b895e75e41bbcd58e060aa43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.30" OriginalAmount="49.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18494608" Longitude="103.96855877" StarRating="3" HotelCode="556501|2626445" HotelName="Countryside Garden Resort &amp; Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cua Lap, Duong To, Phu Quoc, Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/e9/61e9f3403353d6bf4d2dd6f87fe8982b2c1cf3b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.52" OriginalAmount="51.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.19500176" Longitude="103.96439165" StarRating="3" HotelCode="599924|2305275" HotelName="Brenta Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Alley 118 Tran Hung Dao Street, Ward 8, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/67/19677777436b72fac8ba07ffea4789744db02c1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.17" OriginalAmount="52.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.286289844402" Longitude="103.98067260315" StarRating="2" HotelCode="300896|1715738" HotelName="Mai Phuong Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vung Bau, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/36/75366dcf436c5793ac848ebb4388a5ee3450f8f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This ranch is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.06" OriginalAmount="53.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.214287653389" Longitude="103.96608729751" StarRating="2" HotelCode="376202|phu_quoc_village" HotelName="Phu Quoc Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>52B 30/4 Street, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/5d/385d85203c39da915b8df08788c6f05780e2d688.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.79" OriginalAmount="53.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.203598" Longitude="103.961885" StarRating="3" HotelCode="402007|1242458" HotelName="Kim Hoa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>88/2 Tran Hung Dao, Block 7, Duong Dong Village, Phu Quoc District, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/93/c69350e26fa2c25d79021db49677e36504616982.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.34" OriginalAmount="56.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2028" Longitude="103.962" StarRating="0" HotelCode="777656|3440885" HotelName="Palma Phu Quoc Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>To 5 Tran Hung Dao</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/4b/fb4beab6dffdb225134ad5b450ad53e2645b52b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.66" OriginalAmount="56.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.1791075" Longitude="103.97343306" StarRating="3" HotelCode="440373|2097065" HotelName="MyPlace Siena Garden Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 1 Suoi May Street, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/fb/9dfb886ec5eaa0496a4871f61e7a9502bcc7932a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.14" OriginalAmount="57.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2059218" Longitude="103.96420566" StarRating="3" HotelCode="736539|doi_sao_phu_quoc" HotelName="Doi Sao Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duong Tran Hung Dao, Kp7, Tt Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/d2/c5d2ab8786d2d3df91741fa975f9e70f16699b23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.20" OriginalAmount="60.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18852486" Longitude="103.97077958" StarRating="3" HotelCode="623085|nadine_phu_quoc_resort" HotelName="Nadine Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 4, Cua Lap, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2d/f82d9a3f001ca48af5cfb3256f9588286f6a8ebf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.24" OriginalAmount="62.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2069293" Longitude="103.96277125" StarRating="3" HotelCode="610090|gaia_hotel_phu_quoc" HotelName="Gaia Hotel Phu Quoc" Meals="BREAKFAST-FOR-2" BedType="BREAKFAST-FOR-2" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Tran Hung Dao Street, Duong Dong Town, Kien Giang, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/2a/d92adf231ced521733886c99c5ba8b92c3a5ffb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.24" OriginalAmount="62.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.24443192" Longitude="104.02721537" StarRating="3" HotelCode="882944|maison_du_vietnam_resort_spa" HotelName="Maison Du Vietnam Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>To 12, Ap Ben Tràm, Phú Quoc, Xa Cua Duong, Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/2b/9a2b860cc3746a01b32f9c369deb2979c0545116.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.25625658" Longitude="103.94400289" StarRating="3" HotelCode="733960|golden_topaz" HotelName="Golden Topaz Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Ap Ong Lang, Cua Duong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/db/49db5b395b1d6e1a5bc1148faedb246fd7758199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.30" OriginalAmount="65.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.37309478" Longitude="103.86142971" StarRating="3" HotelCode="771877|phu_quoc_dumbo_bungalow" HotelName="Phu Quoc Dumbo Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>To 7 Ap Chuong Vich, Xa Ganh Dau, Phu Quoc 922252, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/17/b717921395bbfa16280e45197c2bc8d8b9f45d18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.52" OriginalAmount="65.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.254371379227" Longitude="103.94295050248" StarRating="3" HotelCode="495115|2097075" HotelName="Elwood Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang, Cua Duong, Phu Quoc Island, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/10/9e10098fa79c74ac422a3c1e38a681c31d2fd122.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.308130536066" Longitude="103.87099262542" StarRating="2" HotelCode="376760|vung_bau_resort" HotelName="Vung Bau Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vung Bau, Cua Can, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/a8/07a8e6ec87f014de3cea9c5e99e83dc68226467c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort comprises a total of 28 rooms. Services and facilities at the hotel include a restaurant,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.92" OriginalAmount="73.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.207676514422" Longitude="103.96224811991" StarRating="3" HotelCode="435956|2158795" HotelName="Phu Quoc Ocean Pearl Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Tran Hung Dao Street, Ward 7, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/bb/29bba18297989066616fe09bb08fbe46ca6400dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.24" OriginalAmount="81.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.205047289136" Longitude="103.96375701295" StarRating="3" HotelCode="376080|1813268" HotelName="Orange Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>So 88/5 Tran Hung D?o, Khu Pho 7, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/07/c00722f92a24a3bdec7dab7c2abb9a4073fae681.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.66" OriginalAmount="83.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.25809594" Longitude="104.07924458" StarRating="3" HotelCode="774355|the_pier_phu_quoc_resort" HotelName="The Pier Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ap Cay Sao, Ham Ninh, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ed/eeed3dc4463e79e7a7aef9e47b06c59725c9c379.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.96" OriginalAmount="84.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20677005" Longitude="103.96538761" StarRating="3" HotelCode="573285|2194065" HotelName="Lahana Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>91/3 Tran Hung Dao Street, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/6f/f96f60ffb6a21d4e04644b95a703866bda13512d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.90" OriginalAmount="85.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.260594522041" Longitude="103.93427575161" StarRating="3" HotelCode="383662|1715678" HotelName="Ancarine Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Area 3, Ong Lang Beach, Cua Duong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/c4/80c42c93ea7b11f2ccf0c470abaa2deccf69199c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.78" OriginalAmount="89.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.252256" Longitude="103.943451" StarRating="3" HotelCode="56092|mango_bay_resort_2" HotelName="Mango Bay Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang Beach, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/0e/0c0ebb2aeeb1845725466d67eaa4e16a11ccca7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is set on grounds spanning 20 hectares, with a 700-metre-long beach, offering guests a wo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.80" OriginalAmount="90.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.37296882" Longitude="103.84792097" StarRating="3" HotelCode="371314|peppercorn_beach_resort" HotelName="Peppercorn Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>To 8, Ap Chuong Vich, Ganh Dau, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/e7/dee7205c97e10d15031a2d001f3d0c382cf7f307.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.90" OriginalAmount="95.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.37358378" Longitude="103.85870776" StarRating="3" HotelCode="424443|gold_coast_phu_quoc_resort_2" HotelName="Gold Coast Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Restaurant,Room Service,Smoking Rooms,Valet Parking,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Hamlet 8 Chuong Vich, Ganh Dau, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/3a/133a542a73a2dda5ef25a2c1070cb449b8ff29d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Phu Quoc Island, Gold Coast Resort puts everything the city has to offer ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.56" OriginalAmount="112.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20504345" Longitude="103.96205175" StarRating="3" HotelCode="424775|2440725" HotelName="Thien Thanh Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Smoking Rooms,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>78 Tran Hung Dao St., 7 ward, Duong Dong Town, Phu Quoc Island, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/39/8739484c98e6d21ab8714170725644317da23b53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Thien Thanh Resort offers comfort and convenience whether you're on business or holiday i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.28" OriginalAmount="114.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.188495" Longitude="103.968145" StarRating="4" HotelCode="66372|long_beach_resort_phu_quoc_island_2" HotelName="Long Beach Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Group of Households 4, Cua Lap Hamlet, Duong To Commune, Phu Quoc, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/ee/72eeb75bb43901e445b27da7c9720d49612c53e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located directly on the beautiful beach of Phú Qu?c Island, only 10 minutes away from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.92" OriginalAmount="146.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.0356202" Longitude="104.02892041" StarRating="5" HotelCode="779874|premier_residences_phu_quoc_emerald_bay_managed_by_accorhotels" HotelName="Premier Residences Phu Quoc Emerald Bay Managed by AccorHotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Babysitting,Bar,Currency Exchange,Kids Play Area,Massage Centre,Restaurant,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khem Beach, An Thoi Town, Phu Quoc District, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/80/0480f61b67e7878179a268396f79fdccf6d53b20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Premier Residences Phu Quoc Emerald Bay resort is the latest cosmopolitan addition to the unexplored...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.94" OriginalAmount="147.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.13081564" Longitude="103.98062659" StarRating="0" HotelCode="946924|best_western_premier_sonasea_phu_quoc" HotelName="Best Western Premier Sonasea Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duong Bao Hamlet, Kien Giang, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/91/4c/914c912623fee60b7c071681cf11b3df675edc2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.16" OriginalAmount="158.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.25300479" Longitude="103.9425412" StarRating="3" HotelCode="630277|camia_resort_spa" HotelName="Camia Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3 Ong Lang Hamlet, Cua Duong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/e6/49e643abe515f76c5445fad450e71448b3d31873.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="161.33" OriginalAmount="158.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.34559584" Longitude="103.8467952" StarRating="4" HotelCode="572179|41831588" HotelName="Vinpearl Discovery 2 Phu Quoc" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Beach, Ganh Dau Commune, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/746826/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort offers a restaurant, a transfer service, room service and a business centre. Wireless int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.266195891067" Longitude="103.93556383025" StarRating="3" HotelCode="556509|hosana_resort_spa" HotelName="Camellia Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 3</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/a5/e5a51000ace7410f2b750aa4a5a313c66f077518.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.30" OriginalAmount="165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.3403389" Longitude="103.85028797" StarRating="5" HotelCode="571860|vinpearl_discovery_1_phu_quoc_2" HotelName="Vinpearl Discovery 1 Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Phu Quoc District, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/46/ee464b53d179aaffbb67b81d0286a7ba0de906ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="180.50" OriginalAmount="176.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="4" HotelCode="979514|2344525" HotelName="Vinpearl Discovery 3 Phu Quoc" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Phu Quoc District, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.14" OriginalAmount="185.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.1520592" Longitude="103.97477005" StarRating="3" HotelCode="882921|2349755" HotelName="Sunset Sanato Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Duong Bao, Duong To, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/7c/387c1729e72b5cfbd9746c48aab471e525c9291c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="215.56" OriginalAmount="211.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18443733" Longitude="103.96820696" StarRating="4" HotelCode="221829|1685558" HotelName="Famiana Resort &amp; Spa - Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Tr?n Hung Ð?o, ?p C?a L?p, Xã Duong To, Huy?n Phú Qu?c, T?nh Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/1d/cc1d687c1d070b56a4ffe78ae59f4fc117aba66a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.40" OriginalAmount="220.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.225769" Longitude="103.95595" StarRating="4" HotelCode="115870|chen_sea_resort_spa_phu_quoc_centara_boutique_collection_2" HotelName="Chen Sea Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bai Xep, Ong Lang, Cua Duong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/44/3544868005a9c2809197f12a384f37b0990164a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a private and quiet bay with a 300-metre golden beach, this resort offers total solitude ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.60" OriginalAmount="230.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2149762" Longitude="103.95863639" StarRating="4" HotelCode="610064|seashells_phu_quoc_hotel_spa" HotelName="Seashells Phu Quoc Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Vo Thi Sau, Ganh Gio Beach, Kiên Giang, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/9e/139eb9c28952a0fa40e237407419a66dc629f4d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="237.59" OriginalAmount="232.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.37196987" Longitude="103.84052946" StarRating="5" HotelCode="452719|1604158" HotelName="Vinpearl Resort &amp; Golf Phu Quoc" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Beach, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/f7/dff75f6a7c098c775582d64500089ef57a6aa7fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="238.94" OriginalAmount="234.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.162219" Longitude="103.972776" StarRating="4" HotelCode="311311|1718868" HotelName="Mercury Phu Quoc Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tr?n Hung Ð?o, Duong To, Tp. Phú Qu?c, t?nh Kiên Giang, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c0/97/c09782b38a88faac6b1754a7807de2a0b886e9b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.76" OriginalAmount="238.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.225903257072" Longitude="103.95606994629" StarRating="3" HotelCode="56091|cassia_cottage" HotelName="Cassia Cottage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Khu Pho 7, Duong Dong, Kien Giang, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/7c/cb7c41376146fb43044f67c1d73aa8ae8f894539.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.76" OriginalAmount="238.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.306104341259" Longitude="103.86100167592" StarRating="5" HotelCode="935739|vinpearl_phu_quoc_resort_2" HotelName="Vinpearl Resort &amp; Spa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Ganh Dau, Phu Qu?c</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/77/92/779240d8a498e301e7a5891c9adbde39f96ea41a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.94" OriginalAmount="247.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.333885058532" Longitude="103.85078931381" StarRating="4" HotelCode="452747|vinpearl_villa_phu_quoc" HotelName="Vinpearl Villa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Ganh Dau, Phu Quoc Island, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/57/725760ee84ca59a09068ede591f5cfcd97c1dcda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="278.60" OriginalAmount="273.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.00528527" Longitude="104.05184703" StarRating="5" HotelCode="636400|2283245" HotelName="Premier Village Phu Quoc Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ong Doi Cape, An Thoi Town, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/51/d151c893f3e1f3d478972b2409370fc16dbf9697.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="351.63" OriginalAmount="344.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.32807482" Longitude="103.85567956" StarRating="3" HotelCode="600221|2288485" HotelName="VinOasis Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Area, Ganh Dau, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/5b/5bb5f41cef5e833b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="398.52" OriginalAmount="390.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.11242932" Longitude="103.98376994" StarRating="4" HotelCode="612953|2283955" HotelName="InterContinental Phu Quoc Long Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Bai Truong, Duong To Ward, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/12/e61206f2eedccf6dfebfddeb0dd3e6152bcf918a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="487.99" OriginalAmount="478.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.32809549" Longitude="103.8537183" StarRating="5" HotelCode="760340|2284275" HotelName="Radisson Blu Resort Phu Quoc" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Beauty Salon,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Golf,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Area, Ganh Dau Commune, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ff/25ff0cb8e1fc1b0610269af1efbad850d35ac165.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to the Radisson Blu Resort Phu Quoc, which places you in the heart of one of Vietnam's most ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1075.08" OriginalAmount="1054.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18905092" Longitude="103.9696795" StarRating="2" HotelCode="553599|ocean_phu_quoc_resort_2" HotelName="Ocean Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Block 4, Cua Lap Hamlet, Duong To, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/45/26/45268d936e90f3e26cb2635b67b0ff22c4703cc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1345.15" OriginalAmount="1318.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.03228325" Longitude="104.02870388" StarRating="5" HotelCode="434763|2090465" HotelName="JW Marriott Phu Quoc Emerald Bay Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Bai Khem, Phu Quoc District, An Thoi</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/0e/560e0e7efdc80f0924902a489e59ebd5be135666.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Airport Transfer (on Demand),Babysitting,Bar,Currency Exchange,Kids Play Area,Massage Centre,Restaurant,Sauna,Wheelchair Access,Air Conditioning,Internet,Room Service,Golf,Bicycle Rental,Conference Hall,Fax,Jacuzzi,Laundry,Nightclub,Telephone Service,Lounge,Concierge,Parking,Designated Smoking Area,Garden,Swimming Pool,Kitchen,24 Hour Front Desk,Business Centre,Coffee Shop,Dry Cleaning,Luggage Storage,Meeting Room,Smoking Rooms,Valet Parking,24 Hour Power Supply,24 Hour Security,ATM/Cash Machine,Banquet Hall,Beauty Salon,Dining,Housekeeping,Printer,Spa,Wake-up Call Service,24 Hour Room Service,LCD/Projector,Vending Machine,Diet Meals</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE,ROOM ONLY</Meals>
    <PropertyType>HOTEL,BEACH HOTEL,CLUB RESORT,SPA HOTEL,GUEST HOUSES,VILLAGE,RESORT,HOSTELS</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
9b73d1d3-76e0-4a8c-9d4e-f8ef01c9abf0|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="9b73d1d3-76e0-4a8c-9d4e-f8ef01c9abf0">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84794" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-12T00:00:00" End="2026-06-13T00: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
9b73d1d3-76e0-4a8c-9d4e-f8ef01c9abf0|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
9b73d1d3-76e0-4a8c-9d4e-f8ef01c9abf0|HotelbedsSearch|supplier interation failed||HotelBeds|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
9b73d1d3-76e0-4a8c-9d4e-f8ef01c9abf0|MikiSearch|successfull supplier interation||Miki|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
9b73d1d3-76e0-4a8c-9d4e-f8ef01c9abf0|TravellandaSearch|successfull supplier interation||Travellanda|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
9b73d1d3-76e0-4a8c-9d4e-f8ef01c9abf0|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-01T07:58:40.0779093+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b73d1d3-76e0-4a8c-9d4e-f8ef01c9abf0" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="7.64" OriginalAmount="7.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="877765|3437325" HotelName="Long Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Duong So 3, Cu Xa Lu Gia, District 11, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/e3/36e35eaca88681ec774d03b06aa2b5534ca69a8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.24" OriginalAmount="12.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83165932" Longitude="106.68681994" StarRating="2" HotelCode="368765|hoa_bao_hotel" HotelName="Hoa Bao Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6C Duong Quang Ham, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/7c/477ce517be1ef153c013ea9a32c555311b26ffd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 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="967501|reddoorz_nguyen_kiem_street" HotelName="Van Giao Hotel by RedDoorz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/06/2026">
        <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="63" TotalAmount="13.26" OriginalAmount="13.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="13.26" OriginalAmount="13.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="13.73" OriginalAmount="13.46" 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="15.30" OriginalAmount="15.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="Free CXL until 06/06/2026">
        <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="15.30" OriginalAmount="15.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="Free CXL until 07/06/2026">
        <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="16" TotalAmount="15.36" OriginalAmount="15.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79665553" Longitude="106.64815204" StarRating="2" HotelCode="346732|1753218" 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="16" TotalAmount="15.53" OriginalAmount="15.23" 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="Free CXL until 08/06/2026">
        <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="15.73" OriginalAmount="15.42" 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="Free CXL until 06/06/2026">
        <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="16.06" OriginalAmount="15.75" 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="Free CXL until 07/06/2026" 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.26" OriginalAmount="15.94" 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="Free CXL until 05/06/2026">
        <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="63" TotalAmount="16.32" OriginalAmount="16.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="Free CXL until 06/06/2026">
        <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="16.32" OriginalAmount="16.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="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="Free CXL until 05/06/2026" 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="17.34" OriginalAmount="17.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="Free CXL until 06/06/2026" 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="17.34" OriginalAmount="17.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="17.34" OriginalAmount="17.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="Free CXL until 03/06/2026" 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="17.34" OriginalAmount="17.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="Free CXL until 06/06/2026" 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="17.34" OriginalAmount="17.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="Free CXL until 06/06/2026">
        <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="17.34" OriginalAmount="17.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="18.04" OriginalAmount="17.69" 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="Free CXL until 06/06/2026" 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="63" TotalAmount="18.36" OriginalAmount="18.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767699910813" Longitude="106.69089631483" StarRating="2" HotelCode="365896|dai_huy_hoang" HotelName="Koniko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/06/2026" 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="63" TotalAmount="18.36" OriginalAmount="18.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="18.36" OriginalAmount="18.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="Free CXL until 06/06/2026">
        <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="18.36" OriginalAmount="18.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="Free CXL until 06/06/2026" 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="18.36" OriginalAmount="18.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="Free CXL until 06/06/2026">
        <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="16" TotalAmount="18.55" OriginalAmount="18.19" 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="Free CXL until 06/06/2026" 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="63" TotalAmount="19.38" OriginalAmount="19.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="Free CXL until 05/06/2026" 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="19.38" OriginalAmount="19.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="Free CXL until 03/06/2026">
        <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="16" TotalAmount="19.69" OriginalAmount="19.30" 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="19.71" OriginalAmount="19.32" 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="Free CXL until 07/06/2026">
        <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="19.86" OriginalAmount="19.47" 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="16" TotalAmount="20.20" OriginalAmount="19.80" 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="Free CXL until 07/06/2026">
        <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="20.40" OriginalAmount="20.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="20.40" OriginalAmount="20.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="Free CXL until 05/06/2026">
        <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="20.40" OriginalAmount="20.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="Free CXL until 06/06/2026">
        <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="20.40" OriginalAmount="20.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="20.61" OriginalAmount="20.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.83943613" Longitude="106.74098399" StarRating="3" HotelCode="267979|1758238" HotelName="Hoa Phat Hotel &amp; Service Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 06/06/2026" 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="16" TotalAmount="21.39" OriginalAmount="20.97" 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="Free CXL until 07/06/2026" 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="21.42" OriginalAmount="21.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="Free CXL until 04/06/2026">
        <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="21.42" OriginalAmount="21.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="Free CXL until 06/06/2026" 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="21.42" OriginalAmount="21.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75296005" Longitude="106.67228875" StarRating="0" HotelCode="884323|hanh_long" HotelName="Hanh Long 1 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1025-1027-1029 Tran Hung Dao, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/c3/76c3ab294a68300fdbc06fc4f0d2a7abf4875c9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.69" OriginalAmount="21.26" 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="Free CXL until 07/06/2026" 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="21.77" OriginalAmount="21.34" 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="16" TotalAmount="21.88" OriginalAmount="21.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.79704875" Longitude="106.65917328" StarRating="2" HotelCode="372498|3460925" HotelName="Hoa De Nhat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" 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="16" TotalAmount="21.98" OriginalAmount="21.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.736790017292" Longitude="106.72056531576" StarRating="2" HotelCode="376535|1826698" HotelName="Song Xanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Street 1, Tan Phu Ward, District 7, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/9c/939c968811836608ee13b2121ae568ac254a35be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.07" OriginalAmount="21.64" 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="Free CXL until 07/06/2026" 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="16" TotalAmount="22.08" OriginalAmount="21.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.794080346631" Longitude="106.66670181946" StarRating="1" HotelCode="347432|3430635" HotelName="Cuu Kim Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>305/8 Le Van Sy, Tan Binh, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/7b/097b03907971d8c88c59f5eee26f5cd68e687283.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Cuu Kim Son Hotel is located in Ho Chi Minh City, 900 metres from the Ho Chi Minh International Exhi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.15" OriginalAmount="21.72" 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="Free CXL until 04/06/2026">
        <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="63" TotalAmount="22.44" OriginalAmount="22.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="698259|cozy_hotel_8" HotelName="Cozy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <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="16" TotalAmount="22.65" OriginalAmount="22.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768942745378" Longitude="106.69401345656" StarRating="2" HotelCode="309439|1198868" HotelName="Ipeace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <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="16" TotalAmount="23.01" OriginalAmount="22.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767537640709" Longitude="106.69269375155" StarRating="2" HotelCode="384112|1722338" HotelName="Thanh Ha Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 05/06/2026" 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="23.69" OriginalAmount="23.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767062476939" Longitude="106.68928885994" StarRating="2" HotelCode="309449|1165908" HotelName="Phan Anh Backpackers Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" 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="24.07" OriginalAmount="23.60" 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="Free CXL until 05/06/2026" 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="63" TotalAmount="24.48" OriginalAmount="24.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="Free CXL until 05/06/2026" 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="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767705446377" Longitude="106.6926182825" StarRating="2" HotelCode="383558|mai_vy_hotel" HotelName="Mai Vy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" 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="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.759006" Longitude="106.684921" StarRating="2" HotelCode="607584|smiley_apartment_3_" 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="63" TotalAmount="24.48" OriginalAmount="24.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81287762" Longitude="106.66700005" StarRating="2" HotelCode="772394|95_lam_son_hotel" HotelName="95 Lam Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <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="24.83" OriginalAmount="24.34" 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="Free CXL until 04/06/2026" 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="25.50" OriginalAmount="25.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="Free CXL until 05/06/2026" 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="25.50" OriginalAmount="25.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="Free CXL until 05/06/2026">
        <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="16" TotalAmount="25.92" OriginalAmount="25.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806333" Longitude="106.66478509" StarRating="3" HotelCode="482014|3458975" HotelName="Camila Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 Song Da Street, Ward 2, 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/1d/cb/1dcb874912dc3723adb95ae2dbe756752e7a9d85.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location Located in Ho Chi Minh City (Tan Binh), Camila Hotel is minutes from Saigon Superb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.40" OriginalAmount="25.88" 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="Free CXL until 06/06/2026" 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="63" TotalAmount="26.52" OriginalAmount="26.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="26.52" OriginalAmount="26.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="Free CXL until 06/06/2026" 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="26.52" OriginalAmount="26.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="26.52" OriginalAmount="26.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="699397|anh_dao_hotel_7" HotelName="Anh Dao Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>70 Street 7A</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/83/7583b2c63a44f822b5fd3b66ee847dbfd36c3fb8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.52" OriginalAmount="26.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="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="27.54" OriginalAmount="27.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="Free CXL until 05/06/2026" 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="27.54" OriginalAmount="27.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="27.54" OriginalAmount="27.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="Free CXL until 04/06/2026" 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="27.54" OriginalAmount="27.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="Free CXL until 03/06/2026">
        <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="16" TotalAmount="27.57" OriginalAmount="27.03" 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="27.62" OriginalAmount="27.08" 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="28.24" OriginalAmount="27.69" 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="Free CXL until 05/06/2026" 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="28.28" OriginalAmount="27.73" 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="Free CXL until 07/06/2026" 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="28.29" OriginalAmount="27.74" 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="Free CXL until 07/06/2026" 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="16" TotalAmount="28.34" OriginalAmount="27.78" 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="Free CXL until 07/06/2026" 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="28.46" OriginalAmount="27.90" 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="Free CXL until 07/06/2026" 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="28.48" OriginalAmount="27.92" 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="Free CXL until 06/06/2026" 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="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.791536019451" Longitude="106.66571255755" StarRating="2" HotelCode="309467|vuong_quang" HotelName="Vuong Quang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" 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="63" TotalAmount="28.56" OriginalAmount="28.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="Free CXL until 05/06/2026">
        <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="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80073829" Longitude="106.6443058" StarRating="0" HotelCode="696421|melinda_hotel" HotelName="Melinda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>35 Binh Gia, 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/9e/ab/9eab1e9aae893b794b7c84e5a57e0a08f71bb778.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</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="809009|apollo_hotel_23" HotelName="Apollo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <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="16" TotalAmount="29.26" OriginalAmount="28.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76908195069" Longitude="106.69820279482" StarRating="3" HotelCode="347824|3433605" 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="16" TotalAmount="29.43" OriginalAmount="28.85" 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="63" TotalAmount="29.58" OriginalAmount="29.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771894938914" Longitude="106.69707110143" StarRating="2" HotelCode="346280|an_tam" HotelName="An Tam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>22 Nguyen An Ninh, 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/30/64/3064a15c2fe40f02f1fad4db63719f1be25e4263.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.58" OriginalAmount="29.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="Free CXL until 05/06/2026" 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="29.58" OriginalAmount="29.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="29.58" OriginalAmount="29.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="29.58" OriginalAmount="29.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="16" TotalAmount="30.06" OriginalAmount="29.47" 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="Free CXL until 06/06/2026" 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="63" TotalAmount="30.60" OriginalAmount="30.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="Free CXL until 05/06/2026" 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="16" TotalAmount="30.89" OriginalAmount="30.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81329608269" Longitude="106.66795318052" StarRating="3" HotelCode="524070|2103335" HotelName="Erato Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/06/2026" 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="31.02" OriginalAmount="30.41" 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="Free CXL until 07/06/2026" 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="63" TotalAmount="31.62" OriginalAmount="31.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76610531965" Longitude="106.68951807488" StarRating="2" HotelCode="225964|spotlight_hotel" HotelName="Spotlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" 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="31.62" OriginalAmount="31.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="Free CXL until 03/06/2026" 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="31.62" OriginalAmount="31.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="Free CXL until 05/06/2026" 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="32.57" OriginalAmount="31.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.81150275" Longitude="106.66696501" StarRating="3" HotelCode="585983|3452275" HotelName="New Space Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 06/06/2026" 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="63" TotalAmount="32.64" OriginalAmount="32.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.745137708146" Longitude="106.73036597826" StarRating="1" HotelCode="375410|tuan_long_hotel_" HotelName="Tuan Long Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>487/14 Huynh Tan Phat Street, District 07, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/fb/f0fb127823402a19f64f0f7a687c785487e0ce6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Tuan Long Hotel offers comfort and convenience whether you're on business or holiday in H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.64" OriginalAmount="32.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="Free CXL until 05/06/2026" 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="16" TotalAmount="33.23" OriginalAmount="32.58" 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="Free CXL until 02/06/2026" 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="63" TotalAmount="33.66" OriginalAmount="33.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="Free CXL until 06/06/2026" 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="33.66" OriginalAmount="33.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="Free CXL until 06/06/2026" 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="34.68" OriginalAmount="34.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="Free CXL until 03/06/2026" 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="34.68" OriginalAmount="34.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="Free CXL until 06/06/2026" 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="34.68" OriginalAmount="34.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="Free CXL until 05/06/2026">
        <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="35.08" OriginalAmount="34.39" 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="Free CXL until 06/06/2026">
        <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="35.31" OriginalAmount="34.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770166688636" Longitude="106.69164349876" StarRating="1" HotelCode="368096|3472595" HotelName="Dong Huy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Bicycle Rental,Concierge,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>71/12,14 Nguyen Trai Street, Ben Thanh Ward, Ho Chi Minh 700000, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/5a/fc5a170b7f2127af60cc9a3b0ba3c9c33bb0cae8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of District 1 - Ben Thanh Market, Dong Huy Hotel promise...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.47" OriginalAmount="34.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.75647487" Longitude="106.65819054" StarRating="3" HotelCode="771346|3446645" HotelName="Golda Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Thuan Kieu Street, Ward 12, District 5, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/49/0649dd25c61b68ab696e743c13555639f0be6b3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.88" OriginalAmount="35.18" 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="Free CXL until 07/06/2026">
        <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="63" TotalAmount="36.72" OriginalAmount="36.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="Free CXL until 06/06/2026" 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="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73240759" Longitude="106.70985922" StarRating="3" HotelCode="626133|saigon_by_night_luxury_hotel" HotelName="Saigon By Night Luxury Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <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="63" TotalAmount="37.74" OriginalAmount="37.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80695919" Longitude="106.73179509" StarRating="0" HotelCode="884625|glenwood_suites_3" HotelName="Glenwood Suites" 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>3 65 Street, District 2, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/b7/90b70544062ad5fbc1722b22bc17893e95898b27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Glenwood Suites offers comfort and convenience whether you're on business or holiday in H...</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="968973|luxy_park_hotel_apartments_city_centre" HotelName="Luxy Park Hotel &amp; Apartments-City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026">
        <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="37.81" OriginalAmount="37.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.767271590683" Longitude="106.68687684113" StarRating="2" HotelCode="309433|1233898" HotelName="Elegant Inn Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" 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="16" TotalAmount="38.00" OriginalAmount="37.25" 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="Free CXL until 06/06/2026" 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="38.76" OriginalAmount="38.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="Free CXL until 06/06/2026" 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="16" TotalAmount="39.16" OriginalAmount="38.39" 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="16" TotalAmount="39.38" OriginalAmount="38.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7329037" Longitude="106.70904897" StarRating="3" HotelCode="781414|3429175" HotelName="Hotel Victorian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Pham Khiem Ich, Hung Gia 3, 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/ff/8b/ff8b6272c261a1dd1c6a623665421d3b06cc26d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.80" OriginalAmount="40.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76838839" Longitude="106.69272374" StarRating="3" HotelCode="440424|ocean_hotel_" HotelName="Diamond Suite Parkview" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>217 Ph?m Ngu Lão, Pham ngu lão ward, Distreet 1, Ho Chi Minh City</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/a2/a2a21dea6eb2b3d3c9e57154291fd8b95b628169.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.80" OriginalAmount="40.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="Free CXL until 04/06/2026">
        <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="40.80" OriginalAmount="40.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78605281" Longitude="106.66704636" StarRating="2" HotelCode="773525|clavie_hotel" HotelName="C'Lavie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <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="16" TotalAmount="41.20" OriginalAmount="40.39" 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="Free CXL until 04/06/2026" 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="63" TotalAmount="41.82" OriginalAmount="41.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="Free CXL until 01/06/2026" 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="41.82" OriginalAmount="41.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="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.778597977006" Longitude="106.70294019644" StarRating="2" HotelCode="915665|aem_60_le_thanh_ton_2" HotelName="Golden Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Le Thanh Ton Street, Ben Nghe Ward, Ho Chi Minh, District 1</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/29/3029a66bad331b7c2d9a6b36132c51847d9f80f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.00" OriginalAmount="42.16" 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="43.65" OriginalAmount="42.79" 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="Free CXL until 05/06/2026">
        <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="43.82" OriginalAmount="42.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.770125045708" Longitude="106.67733976495" StarRating="3" HotelCode="309429|1243338" HotelName="Boss Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>306-308 Nguyen Thien Thuat Street, District 3, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/37/2737d84d531361fcffe9ab290ff9d8e8e3e2a28b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&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="43.82" OriginalAmount="42.96" 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="Free CXL until 07/06/2026" 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="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="Free CXL until 07/06/2026" 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="16" TotalAmount="44.48" OriginalAmount="43.61" 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="Free CXL until 05/06/2026">
        <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="44.71" OriginalAmount="43.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77327339" Longitude="106.68498548" StarRating="2" HotelCode="369887|1457418" HotelName="LeBlanc Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 07/06/2026" 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="16" TotalAmount="44.73" OriginalAmount="43.85" 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="63" TotalAmount="44.88" OriginalAmount="44.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="Free CXL until 05/06/2026">
        <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="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.73017775" Longitude="106.71753516" StarRating="2" HotelCode="779518|scenic_valley_apartment_4_bedroom_sabina_hcm" HotelName="Scenic Valley Apartment &amp; Hostel Sabina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>808 Nguyen Van Linh, Scenic valley, Ho Chi Minh City 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/40/644035094b9a30534756082daa9b100d73ff9659.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773610868485" Longitude="106.69718827105" StarRating="2" HotelCode="320708|the_white_2_hotel" HotelName="Charner Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/06/2026">
        <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="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="780699|scenic_valley_suite" HotelName="Scenic Valley Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <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="46.92" OriginalAmount="46.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78720314" Longitude="106.69264124" StarRating="2" HotelCode="374268|a25_hotel__hai_ba_trung" 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="63" TotalAmount="46.92" OriginalAmount="46.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80662875" Longitude="106.66500316" StarRating="3" HotelCode="856629|airstar_hotel_apartment" HotelName="Airstar Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <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="46.99" OriginalAmount="46.07" 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="47.85" OriginalAmount="46.91" 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="Free CXL until 07/06/2026" 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="63" TotalAmount="47.94" OriginalAmount="47.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="Free CXL until 05/06/2026" 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="47.94" OriginalAmount="47.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="Free CXL until 04/06/2026" 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="48.24" OriginalAmount="47.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80853096" Longitude="106.66552941" StarRating="3" HotelCode="489361|2255025" HotelName="Ciao Saigon Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>1 Dong Da 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/4b/23/4b23290b527048f32cede24407156d03ba78fadf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.96" OriginalAmount="48.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77168459" Longitude="106.69393163" StarRating="2" HotelCode="382859|blue_wind_hotel" HotelName="Blue Wind Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>307-309 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/a1/73/a173b33c78969335492c1f79b0532d2d9f47d4fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&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="49.61" OriginalAmount="48.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768035576527" Longitude="106.6976588348" StarRating="3" HotelCode="347827|3458505" HotelName="Hong Vina Luxury" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>145 Ky Con Street, Nguyen Thai Binh Ward, District 1, Ho Chi Minh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/7b/ec7b61bf55854d5bb84e3e13093ebc29054500bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.91" OriginalAmount="48.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774305810988" Longitude="106.69656635132" StarRating="3" HotelCode="346690|1457348" HotelName="Rosa Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" 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="49.98" OriginalAmount="49.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="886024|kim_property_vinhomes_central_park" HotelName="Kim Properties Vinhomes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>208 Nguyen Huu Canh</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/81/ee817e1cb7ef9cd5decc44155719380d7eaea3a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.00" OriginalAmount="50.00" 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="Free CXL until 07/06/2026">
        <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="63" TotalAmount="51.00" OriginalAmount="50.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="16" TotalAmount="51.17" OriginalAmount="50.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.768982352702" Longitude="106.69768035171" StarRating="3" HotelCode="350364|1733218" HotelName="Ben Thanh Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 01/06/2026" 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="51.57" OriginalAmount="50.56" 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="52.01" OriginalAmount="50.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78960411" Longitude="106.68694475" StarRating="3" HotelCode="852742|3440485" HotelName="Emerald Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026">
        <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="52.02" OriginalAmount="51.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="Free CXL until 05/06/2026" 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="52.02" OriginalAmount="51.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="Free CXL until 04/06/2026">
        <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="16" TotalAmount="52.34" OriginalAmount="51.31" 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="Free CXL until 07/06/2026" 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="63" TotalAmount="53.04" OriginalAmount="52.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80031817" Longitude="106.64796675" StarRating="2" HotelCode="346862|hoang_thanh_thuy_hotel_2" HotelName="Hoang Thanh Thuy Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <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="63" TotalAmount="53.04" OriginalAmount="52.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="53.04" OriginalAmount="52.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77366235" Longitude="106.69854731" StarRating="2" HotelCode="367909|ruby_hotel" HotelName="Ruby Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/06/2026">
        <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="63" TotalAmount="54.06" OriginalAmount="53.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="Free CXL until 04/06/2026" 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="54.06" OriginalAmount="53.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.762400308632" Longitude="106.69889098454" StarRating="3" HotelCode="640958|macy_studio_apartment" HotelName="River Gate Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <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="55.08" OriginalAmount="54.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771763097474" Longitude="106.6952440037" StarRating="2" HotelCode="352061|pegasus_hotel_mifuki_inn" HotelName="Saigon Terrace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Le Anh Xuan Street, Ben Thanh Ward, Ho Chi Minh 700000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/ce/5ece04562bca973799b756c8226ea6b6cd882c7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.08" OriginalAmount="54.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76814853" Longitude="106.69225184" StarRating="3" HotelCode="364673|dragon_palace_ii_hotel_2" HotelName="Dragon Palace II Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" 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="16" TotalAmount="55.47" OriginalAmount="54.38" 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="Free CXL until 01/06/2026" 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="63" TotalAmount="57.12" OriginalAmount="56.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771605" Longitude="106.69023" StarRating="3" HotelCode="166823|hoang_phu_gia" HotelName="Hoang Phu Gia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19C-19F Bui Thi Xuan, Ben Thanh Ward, District 1, Ho Chi Minh City, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e7/39e7a9f4909dbd2e5bcaf87fe3788583bbbe286e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is the best located hotel in district 1 of Ho Chi Minh City. It is only 5 minutes to Ben T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.12" OriginalAmount="56.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="57.12" OriginalAmount="56.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77181546" Longitude="106.69678305" StarRating="3" HotelCode="309434|gia_huy_hotel_2" HotelName="Gia Huy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="16" TotalAmount="57.99" OriginalAmount="56.85" 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="Free CXL until 01/06/2026" 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="59.13" OriginalAmount="57.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.76886848" Longitude="106.69724395" StarRating="3" HotelCode="600203|3438745" 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="63" TotalAmount="59.16" OriginalAmount="58.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="59.16" OriginalAmount="58.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="16" TotalAmount="59.26" OriginalAmount="58.10" 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="61.20" OriginalAmount="60.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="Free CXL until 05/06/2026" 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="63.24" OriginalAmount="62.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77194595" Longitude="106.6928224" StarRating="3" HotelCode="309454|cicilia_saigon_hotel_spa" 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="16" TotalAmount="65.59" OriginalAmount="64.30" 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="Free CXL until 07/06/2026" 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="63" TotalAmount="66.30" OriginalAmount="65.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="Free CXL until 04/06/2026">
        <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="67.32" OriginalAmount="66.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="Free CXL until 06/06/2026" 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="16" TotalAmount="68.85" OriginalAmount="67.5" 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="Free CXL until 05/06/2026" 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="63" TotalAmount="69.36" OriginalAmount="68.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="Free CXL until 06/06/2026">
        <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="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.726131" Longitude="106.7198628" StarRating="0" HotelCode="760129|crescent_residence" HotelName="Crescent Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ton Dat Tien Avenue, Phu My Hung, 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/b0/e0/b0e0d5df4a67cd8cb408e97ccef0a8d78629c885.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Ho Chi Minh City, Crescent Residence puts everything the city has to offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.40" OriginalAmount="70.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780805269736" Longitude="106.70455172024" StarRating="4" HotelCode="434761|the_lancaster_saigon_service_apartment" HotelName="Lancaster Saigon Serviced Apartments Le Thanh Ton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" 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="73.44" OriginalAmount="72.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776850518516" Longitude="106.70473393507" StarRating="2" HotelCode="225962|ny_kim_phuong_hotel" HotelName="N.Y. Kim Phuong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>22 Hai Ba Trung, Ho Chi Minh 70000</AddressLine>
          </AddressLines>
          <CityName>Ho Chi Minh City</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/e3/94e3aa83527f7beaab1550a4e6a0b003a08d6587.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.63" OriginalAmount="72.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77122549" Longitude="106.69416115" StarRating="3" HotelCode="410675|1673378" HotelName="Alagon City Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" 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="77.52" OriginalAmount="76.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="63" TotalAmount="78.54" OriginalAmount="77.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7723159" Longitude="106.6917893" StarRating="3" HotelCode="267977|rang_dong" HotelName="Rang Dong Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>81/83 Cach Mang Thang Tam, 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/e2/7d/e27dcf324dc7d4ec38c833b3a99d5ced3094e5a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ho Chi Minh City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.11" OriginalAmount="78.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7744" Longitude="106.694" StarRating="0" HotelCode="882957|3453895" HotelName="The Bloom Pham Viet Chanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/06/2026">
        <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="16" TotalAmount="81.25" OriginalAmount="79.66" 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="82.67" OriginalAmount="81.05" 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="63" TotalAmount="86.70" OriginalAmount="85.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.806803343364" Longitude="106.74704321693" StarRating="4" HotelCode="225965|riverside_serviced_apartments" HotelName="Riverside Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" 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="89.76" OriginalAmount="88.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="96.24" OriginalAmount="94.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.769462" Longitude="106.70017" StarRating="3" HotelCode="300620|2502045" HotelName="Signature Saigon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" 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="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.789538660286" Longitude="106.70287930059" StarRating="4" HotelCode="410260|somerset_ho_chi_minh_city" HotelName="Somerset Ho Chi Minh City" Meals="ROOM ONLY" 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="99.02" OriginalAmount="97.08" 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="103.82" OriginalAmount="101.78" 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="105.92" OriginalAmount="103.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.80470337" Longitude="106.73989438" StarRating="3" HotelCode="736391|3442785" 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="114.13" OriginalAmount="111.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.805483296251" Longitude="106.75175038935" StarRating="5" HotelCode="263802|991695" HotelName="Somerset Vista Ho Chi Minh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" 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="63" TotalAmount="114.24" OriginalAmount="112.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774635047842" Longitude="106.70262386508" StarRating="4" HotelCode="259393|royal_hotel_saigon_kimdo" HotelName="Royal Hotel Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 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/f9/ab/f9ab47afc8941aebcbd2c701936b29f4d2a277d5.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="115.30" OriginalAmount="113.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="Free CXL until 06/06/2026">
        <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="117.52" OriginalAmount="115.22" 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="Free CXL until 05/06/2026">
        <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="63" TotalAmount="122.40" OriginalAmount="120.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="Free CXL until 06/06/2026">
        <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="124.44" OriginalAmount="122.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="Free CXL until 06/06/2026">
        <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="16" TotalAmount="125.37" OriginalAmount="122.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.77874" Longitude="106.704061" StarRating="4" HotelCode="307376|1450358" HotelName="Paragon Saigon Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="63" TotalAmount="128.52" OriginalAmount="126.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="Free CXL until 03/06/2026" 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="129.54" OriginalAmount="127.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="129.83" OriginalAmount="127.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.78230731" Longitude="106.69230252" StarRating="4" HotelCode="626745|2283895" HotelName="Sherwood Suites Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026">
        <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="129.89" OriginalAmount="127.34" 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="16" TotalAmount="135.08" OriginalAmount="132.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.774697214273" Longitude="106.70569880738" StarRating="4" HotelCode="525353|2103345" HotelName="The Myst Dong Khoi" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="16" TotalAmount="135.35" OriginalAmount="132.70" 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="Free CXL until 07/06/2026" 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="16" TotalAmount="140.71" OriginalAmount="137.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.780879795401" Longitude="106.7041373623" StarRating="5" HotelCode="314293|2096815" HotelName="Norfolk Mansion" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="146.57" OriginalAmount="143.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.796653838903" Longitude="106.67320236186" StarRating="5" HotelCode="15548|90238" HotelName="Eastin Grand Hotel Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/06/2026" 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="63" TotalAmount="150.96" OriginalAmount="148.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.771849506508" Longitude="106.69016356442" StarRating="4" HotelCode="933301|edenstar_saigon_hotel" HotelName="EdenStar Saigon 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>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="167.65" OriginalAmount="164.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.763731" Longitude="106.682752" StarRating="5" HotelCode="176758|967285" HotelName="Nikko Saigon" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="63" TotalAmount="233.58" OriginalAmount="229.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.819587" Longitude="106.620169" StarRating="3" HotelCode="423100|garden_view_court" 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="234.42" OriginalAmount="229.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.772685994812" Longitude="106.70119836011" StarRating="4" HotelCode="82917|1093168" HotelName="Sedona Suites Ho Chi Minh City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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="16" TotalAmount="240.48" OriginalAmount="235.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.773855" Longitude="106.70564" StarRating="4" HotelCode="46026|825595" HotelName="Grand Hotel Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 06/06/2026" 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="282.23" OriginalAmount="276.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.759449" Longitude="106.669292" StarRating="5" HotelCode="904542|1674348" 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="287.93" OriginalAmount="282.28" 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="63" TotalAmount="289.68" OriginalAmount="284.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="63" TotalAmount="368.22" OriginalAmount="361.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.781488269724" Longitude="106.7011069828" StarRating="5" HotelCode="175615|intercontinental_asiana_saigon_residences" HotelName="InterContinental Residences Saigon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" 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="405.58" OriginalAmount="397.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.7919913" Longitude="106.7223097" StarRating="5" HotelCode="815739|2343045" HotelName="Vinpearl Luxury Landmark 81" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" 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>
    <HotelStay SourceId="63" TotalAmount="513.06" OriginalAmount="503.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.776315709579" Longitude="106.70354783535" StarRating="5" HotelCode="20557|caravelle_hotel" HotelName="Caravelle Saigon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 03/06/2026" 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="1576.79" OriginalAmount="1545.87" 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" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/06/2026" 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="63" TotalAmount="26600.58" OriginalAmount="26079.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="Free CXL until 04/06/2026">
        <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>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Fax,Room Service,Telephone Service,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Jacuzzi,Laundry,Restaurant,Lounge,Massage Centre,Sauna,Swimming Pool,Wheelchair Access,Nightclub,Shopping Arcade,Spa,Bicycle Rental,Garden,Kitchen,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Golf,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,Babysitting,Business Centre,Coffee Shop,LCD/Projector,Valet Parking,Meeting Room,Central Heating</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,SKI HOTEL,APARTMENT HOTEL,COUNTRY HOUSE,CLUB RESORT,GOLF HOTEL,ECO HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,HOTEL,CONFERENCE HOTEL,GUEST HOUSES,HOSTELS,AIRPORT HOTELS,APARTMENT,APARTHOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||True