<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
4d4e3fbc-730b-47f0-8af5-5de5d807cad7|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="4d4e3fbc-730b-47f0-8af5-5de5d807cad7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84760" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-05T00:00:00" End="2026-09-07T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shrirajholidays.dom@gmail.com" Password="Alliswell@9" 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
4d4e3fbc-730b-47f0-8af5-5de5d807cad7|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
4d4e3fbc-730b-47f0-8af5-5de5d807cad7|HotelbedsSearch|successfull supplier interation||HotelBeds|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
4d4e3fbc-730b-47f0-8af5-5de5d807cad7|RestelSearch|successfull supplier interation||Restel|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
4d4e3fbc-730b-47f0-8af5-5de5d807cad7|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:cfa6d0de-7f1c-4d5e-85e4-d966f9a11685
Error Number:2812,State:62,Class:16|SmyRooms|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
4d4e3fbc-730b-47f0-8af5-5de5d807cad7|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
4d4e3fbc-730b-47f0-8af5-5de5d807cad7|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|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
4d4e3fbc-730b-47f0-8af5-5de5d807cad7|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|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
4d4e3fbc-730b-47f0-8af5-5de5d807cad7|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
4d4e3fbc-730b-47f0-8af5-5de5d807cad7|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-08-06T18:01:28.6010712+01:00" Version="0" EchoToken="Search" TransactionIdentifier="4d4e3fbc-730b-47f0-8af5-5de5d807cad7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07182642" Longitude="108.201297" StarRating="2" HotelCode="699231|smile_hotel_5" HotelName="Smile Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>49 Ton That Dam, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/47/084795eba8fa0d448eb4ebb2d2abcbd2d6b85b52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.30" OriginalAmount="30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.064202277826" Longitude="108.21930342576" StarRating="2" HotelCode="510761|223151" HotelName="Golden Gate 1 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Sauna,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>69 Le Hong Phong, Ða` Na~ng</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/e0/2de08d5c376823f8bd992b935f9f0bd89fa2ef90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Golden Gate 1 Hotel is conveniently located in the popular Da Nang City Center area. The property fe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06691043308" Longitude="108.24435072761" StarRating="3" HotelCode="371447|sundc_hotel" HotelName="Sea Castle 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>45 Ha Bong Street, Son Tra District, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/34/7d340b0dc8eb68a6811efdac2e9b3b03d687d02d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.80" OriginalAmount="35.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0546424" Longitude="108.171594" StarRating="0" HotelCode="|338581" HotelName="Bac Nam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Dam Van Le, Hoa An 03 Hoang Tang Bi, Hoa An</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/5/8/1/338581_36d1d1d1230.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.77" OriginalAmount="36.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0627251" Longitude="108.2337695" StarRating="1" HotelCode="|332064" HotelName="Cong Thuong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1038 Ngo Quyen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/0/6/4/332064_8fbb37d1811.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05477372" Longitude="108.17163708" StarRating="2" HotelCode="586756|bac_nam_motel" HotelName="Bac Nam Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>27 Dam Van Le, 3 Hoang Tang Bi, Quan Cam Le, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/f7/b3f7ebb04d986bcc0adc436d56dcff7c0acb9b0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="694250|cong_thuong_hotel" HotelName="Cong Thuong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1038 Ngo Quyen, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/83/fe8307a5960f3afc7f741804f0b95442b0cb427b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.59" OriginalAmount="38.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.066282" Longitude="108.244375" StarRating="3" HotelCode="|331621" HotelName="Sea Castle 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Ha Bong St Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/6/2/1/331621_608d3b11824.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.55" OriginalAmount="39.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06628" Longitude="108.24321" StarRating="3" HotelCode="|239478" HotelName="May" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>256 Ho Nghinh Street Phuoc My Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/4/7/8/239478_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.94" OriginalAmount="39.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.080292" Longitude="108.228895" StarRating="3" HotelCode="|422394" HotelName="Star City Riverside By Haviland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>147 - 149 Tran Hung Dao Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/3/9/4/422394_1917cda0805.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.76" OriginalAmount="40.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07345" Longitude="108.24082" StarRating="3" HotelCode="|419725" HotelName="Star" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Loseby, An Bac Hai, Son Tra Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/7/2/5/419725_e8180c60412.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06614561" Longitude="108.2432205" StarRating="3" HotelCode="585614|may_hotel_3" HotelName="May Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>256 Ho Nghinh Street, Phuoc My Ward, Da Nang 70000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/ae/07ae4b01d41ebac97539a5b764f7caf849cdaa7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.60" OriginalAmount="41.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0572736" Longitude="108.2170674" StarRating="4" HotelCode="|270485" HotelName="Quoc Cuong Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>324-326 Hoang Dieu Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/4/8/5/270485_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.42" OriginalAmount="42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07426114" Longitude="108.20412458" StarRating="3" HotelCode="518067|387687" HotelName="Hoang Linh Dan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>435-437 Nguyen Tat Thanh, Thanh Khe, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/49/0449355542c6f1925ea8bc2d2d911486dcbf6db5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.42" OriginalAmount="42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07952448" Longitude="108.2289461" StarRating="3" HotelCode="489147|153332" HotelName="The Blossom City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>147-149 Tran Hung Dao Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/63/4563e7c5abcc73f3f3007c31004357a63e1616f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.65" OriginalAmount="42.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.028427" Longitude="108.222091" StarRating="3" HotelCode="|417151" HotelName="Salina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>662 Nui Thanh Str.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/1/5/1/417151_79bf7f01229.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.30" OriginalAmount="42.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.073498" Longitude="108.242478" StarRating="3" HotelCode="|423595" HotelName="Sunview" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88-90 Loseby, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/5/9/5/423595_90504ab1752.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.34" OriginalAmount="42.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.080537" Longitude="108.145786" StarRating="0" HotelCode="|532952" HotelName="Moc Nhien Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Pham Van Ngon, Hoa Khanh Bac</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/9/5/2/532952_21425451117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.43" OriginalAmount="43.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06737029" Longitude="108.22428262" StarRating="3" HotelCode="488633|centre_hotel_6" HotelName="Centre Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Pham Phu Thu, Hai Chau 1, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/4f/ae4ffbc559ae1cc84fd958874e7c944256464a6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.43" OriginalAmount="43.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.057613333333" Longitude="108.21701" StarRating="3" HotelCode="915948|quoc_cuong_ii_hotel" HotelName="Quoc Cuong II Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>324-326 Hoang Dieu Street, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/18/6a1841cc96567db46bff06b44b7c3eaaa9771ccb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.02843013" Longitude="108.22208369" StarRating="3" HotelCode="373389|zion_hotel_2_" HotelName="Salina Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>662 Nui Thanh, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/86/37864da6f967505a095078f6615dbb92f2a29ac1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05456804" Longitude="108.24610783" StarRating="2" HotelCode="786904|bac_nam_hotel" HotelName="Bac Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 Tran Bach Dang, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/83/b3836320db2ca4ce92998e2092ee6f2a34980254.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="982550|ocean_view_danang_hotel" HotelName="Ocean View Danang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>435-437 Nguyen Tat Thanh, Thanh Khe, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/1e/d21e5c80d15735b87adab6248ba9ef8536d971d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.60" OriginalAmount="45.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06738" Longitude="108.22426" StarRating="0" HotelCode="|234385" HotelName="Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Pham Phu Thu Hai Chau 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/3/8/5/234385_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.01687431" Longitude="108.25623877" StarRating="0" HotelCode="971463|oyo_215_an_duc_hotel_da_nang" HotelName="An Duc Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>117 Minh Mang Street, Ngu Hanh Son, Da Nang 50000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/08/7c0819a1cb9bbd7803b0ede2b863c7de39a7637b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07351069" Longitude="108.24209774" StarRating="0" HotelCode="978088|clivia_hotel" HotelName="Clivia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Loseby, Phuoc My, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/84/3a84e67259fa4ada0e3730a20bc8b884ac123825.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.51" OriginalAmount="47.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.072249" Longitude="108.2014402" StarRating="3" HotelCode="|265894" HotelName="The Alcove Boutique Danang Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Ton That Dam, Thanh Khe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/8/9/4/265894_704d4f81724.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05523638" Longitude="108.2447225" StarRating="3" HotelCode="561118|son_ha_europa_hotel_da_nang" HotelName="Son Ha Europa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>15 An Thuong 26, My An Ward, Ngu Hanh Son District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/f6/0ff6d7789edddfee584d0a4f75191ba7824c96c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.92" OriginalAmount="48.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.08548" Longitude="108.21948" StarRating="2" HotelCode="|231719" HotelName="Night Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Xuan Dieu Hai Chau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/7/1/9/231719_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.95" OriginalAmount="48.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.050596" Longitude="108.245951" StarRating="3" HotelCode="|420583" HotelName="Danang Beach 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>An Thuong 33, My Khe, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/5/8/3/420583_4f824311759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07229865" Longitude="108.20133214" StarRating="3" HotelCode="550117|vy_thuyen_hotel" HotelName="Vy Thuyen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Ton That Dam Street, Thanh Khe Distrist, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/56/2e565983768d10193c9e3e0d19201c9a17649629.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07398481" Longitude="108.24062138" StarRating="2" HotelCode="691988|an_binh_tai" HotelName="An Binh Tai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>92 Tran Thanh Mai, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/ed/a5ed7cff35683b39516fbbd2a4fb683f15a655f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.065027" Longitude="108.219197" StarRating="3" HotelCode="931923|orange_hotel_2" HotelName="Orange Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Hoang Dieu Street, Hai Chau, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/68/81683b2dfb3005244ff0c5e7dd0baf1e353bf675.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.50" OriginalAmount="49.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06818" Longitude="108.22074" StarRating="0" HotelCode="|228588" HotelName="Mayana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Nguyen Thai Hoc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/5/8/8/228588_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.77" OriginalAmount="49.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06874766" Longitude="108.23870849" StarRating="3" HotelCode="309476|1457138" HotelName="Hoang Sa Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54-56 Duong Dinh Nghe Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/20/2720ed9282d6d05e2f9f07f6b8c52a5ac58f92b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.91" OriginalAmount="49.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0172" Longitude="108.257" StarRating="2" HotelCode="|562582" HotelName="Capital O 215 An Duc Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117 Minh Mang Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/2/5/8/2/562582_387dc4a1828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.98" OriginalAmount="49.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0552406" Longitude="108.2446744" StarRating="3" HotelCode="|266007" HotelName="Sh Europa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 An Thuong 26 Street, Ngu Hanh Son District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/0/0/7/266007_7860ea81732.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0889078" Longitude="108.21944731" StarRating="2" HotelCode="374448|night_sky_hotel" HotelName="Night Sky Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Xuan Dieu, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/b8/abb8eed9d80c59a2d434fee96e6576004ab0a56b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06027682" Longitude="108.21419909" StarRating="3" HotelCode="372137|do_hai_hotel_" HotelName="Do Hai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Nguyen Van Linh, Hai Chau District 59000  Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/99/a29941bf723fd01b4b53c0249b52d722dcbba034.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07460682266" Longitude="108.22894675274" StarRating="3" HotelCode="375388|art_hotel_da_nang" HotelName="Art Hotel Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>305 Tran Hung Dao Street, Hai Bac Ward, Son Tra District, Da Nang 550000, Nam Trung B? (Südliche Küstenregion)</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/13/9b13da572ee105ded8391fd3725bac0e00638b05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="701976|danang_beach_2_hotel" HotelName="Danang Beach 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>An Thuong 33, My Khe, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/b5/2ab5ccce139cbea41436a5bda2767a497d1be735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="753198|anh_phuong_hotel" HotelName="Anh Phuong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>58-59 Ly Thanh Tong, Da Nang 59000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/68/9468de4f8dfbc50a61bb555a15e864dcf3482bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.78" OriginalAmount="50.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.064955" Longitude="108.2190657" StarRating="2" HotelCode="|265668" HotelName="Thanh Hoang Chau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Hoang Dieu, Ward Phuoc Ninh, Hai Chau District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/6/6/8/265668_60694d51708.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.15" OriginalAmount="50.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06024" Longitude="108.21386" StarRating="3" HotelCode="|232014" HotelName="Do Hai Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>193 Nguyen Van Linh Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/0/1/4/232014_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05438034" Longitude="108.24423905" StarRating="3" HotelCode="727859|285705" HotelName="Phuc Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>39-41 Le Quang Dao, My An Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/ed/eaed63054097c8acc95ff8e9d1c5b0905c9eb6bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0650073" Longitude="108.21916259" StarRating="2" HotelCode="549841|thanh_hoang_chau_hotel" HotelName="Thanh Hoang Chau Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Hoang Dieu, Phuong Phuoc Ninh, Quan Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/a0/5ea0b6216caac5fd0b3d41310b32155cb4346198.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a transfer ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.068024" Longitude="108.223531" StarRating="3" HotelCode="931928|mayana_hotel_2" HotelName="Mayana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Nguyen Thai Hoc, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/8c/d88c42a8fcd3ea05fb71400d37999a9998d16d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.64" OriginalAmount="51.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.065375" Longitude="108.243822" StarRating="3" HotelCode="|534605" HotelName="TNJ TASMANIA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/0/5/534605_f0316301132.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.70" OriginalAmount="51.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0642484" Longitude="108.2206723" StarRating="3" HotelCode="|331699" HotelName="Nhat Linh Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>194 Nguyen Chi Thanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/6/9/9/331699_6912ba51833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.52" OriginalAmount="52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07002557" Longitude="108.24271227" StarRating="2" HotelCode="374771|218229" HotelName="Dam Tien Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lô 14 Ph?m Van Ð?ng, Qu?n Son Trà, Tp Ðà N?ng</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/77/6b77375d13ec5fa247f0647fe97028bd329e83f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.070454597079" Longitude="108.23746583069" StarRating="3" HotelCode="915953|golden_sea_hotel" HotelName="Golden Sea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>198 Lot B 26 - 29 Pham Van Dong Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/80/9b80b04feeddda06ca19b4a502359ec4583bb10b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.61" OriginalAmount="52.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0701353" Longitude="108.2373798" StarRating="3" HotelCode="|83941" HotelName="Golden Sea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot B 26 - 29 Pham Van Dong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/4/1/83941_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers rooms with air-conditioning, WiFi (free of charge), a television, a massage service, motorbike hire, a car park (free of charge) and room service. SITUATION: This establishment, is in the city centre, 5 minutes away, you can find My Khe the beach it is 5 minutes away from Son Tra the Peninsula of the airport. ROOM: Each room has a balcony, a safe, a mini-bar and a bathroom with a bath. FACILITIES: Guests are offered tourist information, excursions, a business centre, a meeting room, a launderette, a reception and a luggage room. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.76" OriginalAmount="52.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06794" Longitude="108.22366" StarRating="3" HotelCode="|416460" HotelName="Mayana Hotel Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/4/6/0/416460_9aa04260410.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.80" OriginalAmount="52.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0511315" Longitude="108.2463405" StarRating="3" HotelCode="|338624" HotelName="Raon Danang Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-7 An Thuong 32 Da Nang 550000 Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/6/2/4/338624_3e0fc751238.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.50" OriginalAmount="52.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.073406" Longitude="108.239821" StarRating="2" HotelCode="|267829" HotelName="Ancyra Capsule" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/8/2/9/267829_267fb991726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06460673" Longitude="108.22067441" StarRating="3" HotelCode="373233|nhat_linh_da_nang_hotel_" HotelName="Nhat Linh Da Nang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>194 Nguy?n Chí Thanh, Hai Chau district, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/37/6d3763c4fe74b09a55e6cf7b817f524b8a6b8c77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06879984" Longitude="108.24402386" StarRating="2" HotelCode="372221|misa_hotel_2" HotelName="Misa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Duong Dinh Nghe, Da Nang 55000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/b6/49b6b5215e9d4e270ffecc897440949cef8ae191.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Misa Hotel in Da Nang, you'll be in the entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="971234|davue_hotel_da_nang" HotelName="Davue Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>40-41 Ðo Bi, Phuong Khue My, Quan Ngu Hành Son, Ða Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/21/3a21c2452dcedc4f13abfbc058e31f4c2f2f5bd6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.68" OriginalAmount="53.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.067432" Longitude="108.244249" StarRating="3" HotelCode="|416843" HotelName="Dattravi Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Ha Bong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/8/4/3/416843_0497cad1452.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.02" OriginalAmount="53.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.062252" Longitude="108.237669" StarRating="2" HotelCode="|470287" HotelName="Rivera Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 Vo Van Kiet Street, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/2/8/7/470287_738a17c1203.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.37" OriginalAmount="53.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0687641" Longitude="108.2440504" StarRating="2" HotelCode="|264631" HotelName="Misa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Duong Dinh Nghe Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/6/3/1/264631_189e1311756.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.42" OriginalAmount="53.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.055236" Longitude="108.244918" StarRating="0" HotelCode="|423121" HotelName="Celina and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 An Thuong 26, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/1/2/1/423121_2acc21f0442.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.68" OriginalAmount="54.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.036958" Longitude="108.23987" StarRating="3" HotelCode="|419521" HotelName="RHM Luxury Hotel And Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>02 An Tu Cong Chua Street, My An Ward, Ngu Hanh Son District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/5/2/1/419521_b80314c1712.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.21" OriginalAmount="54.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.098296" Longitude="108.253753" StarRating="0" HotelCode="|533334" HotelName="SONTRA SEA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 41, Hoang Sa, Tho Quang, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/3/3/4/533334_181f7671124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.55" OriginalAmount="55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.03877712" Longitude="108.2234034" StarRating="2" HotelCode="368784|153144" HotelName="Brown Bean 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>380 Hai Thang Chin Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/a9/aca97d61f34c58c15abfc1455ad4d10a8bd8712c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.073760641113" Longitude="108.24178011772" StarRating="3" HotelCode="915949|star_hotel_2" HotelName="Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Loseby, An Hai Bac , Son Tra District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/43/6943c5e1b36acb7b7e3ecd82b46f166975195775.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="55.82" OriginalAmount="55.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.077331" Longitude="108.228844" StarRating="3" HotelCode="931926|236093" HotelName="Kay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>357 Tran Hung Dao Street, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/68/6368db26901e34f6ad2a0f47a8bba3cb8736d1f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.96" OriginalAmount="56.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.054066" Longitude="108.245904" StarRating="3" HotelCode="|418776" HotelName="Davue Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 57-59 Do Bi Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/7/6/418776_0f520ce0415.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.00" OriginalAmount="56.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07461" Longitude="108.22894" StarRating="3" HotelCode="|232968" HotelName="Palmier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>305 Tran Hung Dao Street Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/9/6/8/232968_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07161578" Longitude="108.23795977" StarRating="3" HotelCode="599898|grand_sunrise_3_hotel" HotelName="Grand Sunrise 3 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>5 Morrison Street, An Hai Bac Ward, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/94/3c94d3f38db107742569288e2ed5cb3dd29dc5ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06376366" Longitude="108.22261486" StarRating="2" HotelCode="764008|stars_hotel_6" HotelName="Stars Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Le Hong Phong, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/bb/07bb3acf96918eaba5a0394053652e80d5aae33d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.95" OriginalAmount="57.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06826" Longitude="108.24418" StarRating="3" HotelCode="|230889" HotelName="Tay Bac" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Ha Bong St, Phuoc My Ward Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/8/8/9/230889_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.48" OriginalAmount="57.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05255" Longitude="108.23718" StarRating="3" HotelCode="|422626" HotelName="The Now Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>K55/15 Ngu Hanh Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/6/2/6/422626_cb648a51535.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.057686045057" Longitude="108.218947649" StarRating="3" HotelCode="142305|orient_hotel_8" HotelName="Phuong Dong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Phan Chau Trinh, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/28/6d28f065abcfef8184b291e2c6ba6ffb5a3229f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of the city of Da Nang, 3 km from Da Nang Railway Station, 200 m from the Han ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.066944172123" Longitude="108.24431889016" StarRating="3" HotelCode="373836|tay_bac_hotel" HotelName="Tay Bac Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>4 Ha Bong, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/5e/ac5e4aff1626c484778285e0b797996c2b51edb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.89" OriginalAmount="58.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04885" Longitude="108.24742" StarRating="3" HotelCode="|419604" HotelName="Palazzo Da Nang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19-21 An Thuong 2, My An Ward, Ngu Hanh Son District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/6/0/4/419604_e2cc24c1754.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.03" OriginalAmount="58.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.08031" Longitude="108.22155" StarRating="3" HotelCode="|230921" HotelName="Tien Sa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Ly Thuong Kiet P Thach Thang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/9/2/1/230921_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.33" OriginalAmount="58.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.075844" Longitude="108.206839" StarRating="3" HotelCode="|419539" HotelName="Ocean View Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>435 Nguyen Tat Thanh Thanh Khe Street, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/5/3/9/419539_c6696601726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06681144" Longitude="108.22478862" StarRating="2" HotelCode="369768|happy_day_hotel" HotelName="Happy Day Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>160 Bach Dang Street, Hai Chau District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/c8/7bc8e785d7f830b2ea6e16c5c3e3fadb5169844f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04940967" Longitude="108.24387378" StarRating="3" HotelCode="965660|sen_boutique_villa_apartment" HotelName="Sen Boutique Villa Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>34 An Thouong, LO D8, Phuong My An, Quan Ngu, Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/3f/0f3f17ca726ec5e18387202a52830d103e405d73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.44" OriginalAmount="59.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06377" Longitude="108.2399" StarRating="3" HotelCode="|420961" HotelName="King House Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 My Khe 1 Street, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/6/1/420961_2178d221753.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.49" OriginalAmount="59.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.066385" Longitude="108.244369" StarRating="3" HotelCode="|416665" HotelName="Dragon Sea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Ha Bong, Phuoc My</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/6/6/5/416665_edbc1df0921.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05077111" Longitude="108.24626125" StarRating="2" HotelCode="375146|besea_hotel" HotelName="BeSea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Block number 11 Duong An Thuong 32 My An Ngu Hanh Son Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/99/9299978c8a33f0aa74064e28ef19ea073115ffed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.067420505177" Longitude="108.24422315373" StarRating="3" HotelCode="369229|da_nang_port_hotel" HotelName="Travidat Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Ha Bong, Phuoc My, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ab/02ab2fd6939959db614ce22038bbdc8cb063f32f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05538763" Longitude="108.2453132" StarRating="3" HotelCode="382910|san_san_hotel_da_nang_2" HotelName="San San Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 An Thuong Street, My An Ward, Ngu Hanh Son Distrikt, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/4d/c74d88b7a592232b4be3094ae02d08a826ed7edf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.09169521" Longitude="108.2384671" StarRating="2" HotelCode="771292|anh_villa_hotel" HotelName="Anh Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>59 Ho Si Phan, Son Tra, Da Nang 504</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e7/83e7bae77a37a0f08866c16ad554034f6a63204e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.39" OriginalAmount="60.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.03879" Longitude="108.22354" StarRating="2" HotelCode="|229181" HotelName="Brown Bean" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>380 2/9 Street Hai Chau District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/1/8/1/229181_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.57" OriginalAmount="60.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0702074" Longitude="108.2139829" StarRating="2" HotelCode="|331492" HotelName="Iris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181-183 Le Duan Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/4/9/2/331492_55e2a231813.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.74" OriginalAmount="61.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0493321" Longitude="108.2478833" StarRating="3" HotelCode="|338446" HotelName="Royal Charm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 46 Tran Bach Dang, Ngu Hanh Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/4/6/338446_2dc26b11221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.77" OriginalAmount="61.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632319" Longitude="108.2437113" StarRating="3" HotelCode="|338481" HotelName="Dana Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47 Vo Van Kiet Street, Phuoc My Ward, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/8/1/338481_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.27" OriginalAmount="61.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0553595" Longitude="108.2453162" StarRating="3" HotelCode="|332003" HotelName="San San" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 An Thuong 26, My An, Ngu Hanh Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/0/0/3/332003_87e4f2a1803.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.33" OriginalAmount="61.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0666" Longitude="108.22482" StarRating="2" HotelCode="|458269" HotelName="Happy Day" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160 Bach Dang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/8/2/6/9/458269_4d4118c0121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0517236" Longitude="108.21181012" StarRating="3" HotelCode="585215|218337" HotelName="Red Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>275 Nguyen Tri Phuong Street, Hai Chau District, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/8b/2f8b269d5f22390e7668cde34388431d4f02a51d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07488846" Longitude="108.24489109" StarRating="3" HotelCode="368668|orchid_hotel_6" HotelName="Orchid Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>154 Vo Nguyen Giap, Phuoc My ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/be/97bef47d53a629a0fb8152220266ae77decd9a85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07019126" Longitude="108.23770535" StarRating="3" HotelCode="369749|nhu_minh_hotel" HotelName="Adina Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot G6 - G7 Pham Van Dong, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/40/ea40c3b22f65f18df61d1cd29f09075894ad4f9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.066219630591" Longitude="108.22467247791" StarRating="2" HotelCode="369024|catinal_hotel" HotelName="Catinal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>174 Bach Dang, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/da/27da57002ac3c84dee883890b7777e57483c8357.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07024318" Longitude="108.21386432" StarRating="3" HotelCode="383952|iris_hotel_da_nang" HotelName="Iris Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/08/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Bicycle Rental,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Room Service,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>181-183 Le Duan, Hai Chau District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/e0/86e0e0e8c2a533279885d4007146a901eea12fc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in City Center / Airport, Iris Hotel Danang is a perfect starting point from which to explor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="2" HotelCode="853838|nostalgia_ds_hotel" HotelName="Nostalgia Ds Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>11A Ho Xuan Huong, Ngu Hanh Son, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/7e/867e46f8c8040598c85f4a4e2d69d3ae0543748a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.03" OriginalAmount="62.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.03988" Longitude="108.21306" StarRating="3" HotelCode="|189084" HotelName="Amanda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot A2 - A2B, 30/4 Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/8/4/189084_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05157033" Longitude="108.24554858" StarRating="0" HotelCode="754653|402790" HotelName="Flower Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lo 33-34 Do Ba, P My An, Q Ngu Hanh Son, Da Nang 556920</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/07/5f0769eeb32deae7e8a72355e18cce7b5b26794b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05753169" Longitude="108.24577466" StarRating="3" HotelCode="587181|zalo_sea" HotelName="Zalo Sea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 My Khe 4, Phuoc My Ward, Son Tra District, Da Nang 59000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/39/0439c1bf73bc00caf4e8d3a59d49e35b35cb2e2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04931185" Longitude="108.24789105" StarRating="3" HotelCode="610560|royal_charm_hotel" HotelName="Royal Charm Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>46 Tran Bach Dang Street, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/a0/faa0d8c55f75d25d275003ca38760270a545cc0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="866367|king_house_villa_hotel" HotelName="King House Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>25 My Khe 1, Son Tra District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/3c/183c9d6aab7d04a5effeea78b51be1982e48b487.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04891499" Longitude="108.24739615" StarRating="3" HotelCode="856354|palazzo_3_hotel" HotelName="Palazzo 3 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>19-21 An Thuong 2, Phuong My An, Quan Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/4d/934d82fde30eaad5361e43208e8d4afd358ed1d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.70" OriginalAmount="63.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0569" Longitude="108.246" StarRating="3" HotelCode="|421339" HotelName="Ocean Garden Boutique Danang By Haviland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 My Khe 4, My Khe Ward, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/3/3/9/421339_a3e18a40831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.87" OriginalAmount="63.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.052364" Longitude="108.244529" StarRating="3" HotelCode="|422357" HotelName="Kiwi and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50A Phan Ton, Ngu Hanh Son District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/3/5/7/422357_bad7ae00650.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.92" OriginalAmount="63.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.050815" Longitude="108.246291" StarRating="0" HotelCode="|476668" HotelName="Besea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Block 11, An THuong 32 Road, My An Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/6/6/8/476668_eb34a650035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.29" OriginalAmount="63.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.10728" Longitude="108.090248" StarRating="3" HotelCode="|533360" HotelName="Mr Boss House and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoa Lien, Hoa Vang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/3/6/0/533360_21d1df21133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.48" OriginalAmount="63.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06603" Longitude="108.23102" StarRating="0" HotelCode="|227982" HotelName="Dandc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Mai Hac De St Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/7/9/8/2/227982_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06537095" Longitude="108.24397062" StarRating="3" HotelCode="372380|grand_sunrise_hotel_" HotelName="Grand Sunrise Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Ha Chuong - Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/bb/eebba1d64764bf1f860ee3da2e8ca9df252834dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06629354" Longitude="108.24435046" StarRating="3" HotelCode="372840|dragon_sea_hotel" HotelName="Dragon Sea hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Hà B?ng, Phu?c M? Ward, Son Trà Distrikt, Ðà N?ng</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e6/68e6ced14c4f522389f728cc444a678bcd6b5a39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06074638" Longitude="108.2344192" StarRating="2" HotelCode="587144|honey_hotel" HotelName="Honey Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ngo Quyen 1064, Ward An Hai Tay, District Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/3f/743fb836bacd249e956c2dbd44dca093deb088f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06316017" Longitude="108.24314806" StarRating="3" HotelCode="586652|dana_marina_hotel" HotelName="Dana Marina Danang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10-11 Vo Van Kiet Street, Phuoc My, Son Ta, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/99/f199f88aff6f7d396c3ba5d883f2e1ba57f9fc06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05192082" Longitude="108.24359338" StarRating="2" HotelCode="877052|dubai_hotel_4" HotelName="Dubai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>66-68 Phan Ton, Ngu Hanh Son, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/43/4143a4a94743b2b4b61e864e28f5cfb20afd73e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05129491" Longitude="108.24634229" StarRating="0" HotelCode="956821|the_wings_danang_hotel" HotelName="The Wings Danang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot D3 D. An Thuong 30, P. My An, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/21/b721689a5c77950621be7047a406affb0ea45144.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.78" OriginalAmount="64.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0506572" Longitude="108.2454789" StarRating="3" HotelCode="|266788" HotelName="Platinum Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81 Le Quang Dao, Ngu Hanh Son, Da Nang, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/7/8/8/266788_b15288c1729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.64" OriginalAmount="64.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07033" Longitude="108.23785" StarRating="3" HotelCode="|230919" HotelName="Adina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot G6 - G7 Pham Van Dong Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/9/1/9/230919_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04101391" Longitude="108.24866062" StarRating="3" HotelCode="374772|sea_phoenix_hotel" HotelName="Sea Phoenix Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>115 Ho Xuan Huong, My An Ward Ngu Hanh Son Dist., Da Nang city Vietnam</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/79/1e79fcc7a82397588560ae40937e8a602f37924b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.10" OriginalAmount="65.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07011" Longitude="108.24249" StarRating="3" HotelCode="|230828" HotelName="La Maison Da Nang Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 12 A, Pham Van Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/8/2/8/230828_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.19" OriginalAmount="65.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.980385" Longitude="108.274533" StarRating="2" HotelCode="|453425" HotelName="Suri Apartment and Hotel Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 An Nong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/4/2/5/453425_598ae971213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.41" OriginalAmount="65.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06339" Longitude="108.24375" StarRating="3" HotelCode="|238081" HotelName="Adaline And Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45-47 Vo Van Kiet Street Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/0/8/1/238081_18.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.66" OriginalAmount="66.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0513" Longitude="108.246" StarRating="3" HotelCode="|418176" HotelName="Amunra Ocean" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot D3, An Thuong 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/1/7/6/418176_aed30bc0626.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06605675" Longitude="108.23106238" StarRating="2" HotelCode="369522|dc_hotel" HotelName="D&amp;C Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>01 Mai Hac De Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/fe/3ffe2117011191e80f057d3e17bf86909f8fb968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05332431" Longitude="108.2445839" StarRating="2" HotelCode="595442|platinum_danang_hotel" HotelName="Platinum Danang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>81-83 Le Quang Dao, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/c3/9ec33fc3f1f6a5510264d40974879715c84a9e86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06678052" Longitude="108.24333497" StarRating="2" HotelCode="614627|new_sky_hotel_2" HotelName="New Sky Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>207 Ho Nghinh, Phuong Phuoc My, Quan Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/98/9e985e240ffb1b5717f21166cfdeb9d8feb1f080.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="67.77" OriginalAmount="67.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.039899850869" Longitude="108.21311557225" StarRating="3" HotelCode="393065|696067" HotelName="Amanda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot A2 - A2B 30/4 Street, Hai Chau District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/a3/bfa3c873cc1e9937787748a38d1ae7f043ea9037.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.08563474" Longitude="108.24826886" StarRating="3" HotelCode="773609|337194" HotelName="De L'Amour Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>46 Vo Nguyen Giap, Man Thai, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/32/2332aaf162cf00adde5310f16d21fc9d595bbd05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04702592" Longitude="108.22248748" StarRating="3" HotelCode="614618|lavender_riverside_hotel" HotelName="Lavender Riverside Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>200 2/9 Street, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/7f/ff7fe9601dc568f575873b6170f70ca2bd7138a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.72" OriginalAmount="68.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0635336" Longitude="108.2447398" StarRating="3" HotelCode="|374570" HotelName="Royal Family" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Vo Van Kiet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/4/5/7/0/374570_3126d521309.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.02" OriginalAmount="68.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0502193" Longitude="108.2137784" StarRating="3" HotelCode="|338430" HotelName="Red Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>275 nguyen tri phuong, Hai Chau Ward, Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/3/0/338430_810c2ec1833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.10" OriginalAmount="68.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0605" Longitude="108.216056" StarRating="3" HotelCode="|420261" HotelName="Mercury Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125-127 Nguyen Van Linh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/2/6/1/420261_cd33be91033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06333119" Longitude="108.24387203" StarRating="3" HotelCode="552057|adaline_hotel_suite" HotelName="Adaline Hotel &amp; Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>45-47 Vo Van Kiet, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0c/570c43bc283b5920e6dbf5790b04a43e0ac44aca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, a restaurant, a bar, a transfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07158535" Longitude="108.23499972" StarRating="0" HotelCode="963216|roliva_hotel_apartment_danang" HotelName="Roliva Hotel &amp; Apartment Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot H2-12-13 Pham Van Dong Street, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/4e/934eaebda45318b2cbe3be915ad1c9978f2cee42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.51" OriginalAmount="69.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0493" Longitude="108.245319" StarRating="3" HotelCode="|419511" HotelName="Cocochine - A Vie Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Hoang Ke Viem, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/5/1/1/419511_b2c8a2c1706.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.68" OriginalAmount="69.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06187" Longitude="108.237514" StarRating="3" HotelCode="|417983" HotelName="Sepon Blue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 - 159 Vo Van Kiet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/9/8/3/417983_208621c0416.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06234221856" Longitude="108.19198748962" StarRating="2" HotelCode="370408|153153" HotelName="Dai Long Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>190-192-194 Ha Huy Tap, Hoa Khe, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/41/a641ad43ee3984f2994a16585be779b7026535e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06302842" Longitude="108.24267821" StarRating="3" HotelCode="753262|sepon_blue_hotel" HotelName="Sepon Blue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>157-159 Vo Van Kiet, Q Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/09/b309e1bd5c7e0d91555dbb5cc99d3c7e14286a5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05057101" Longitude="108.24591472" StarRating="2" HotelCode="780867|essenza_hotel_spa" HotelName="Essenza Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39 An Thuong 33, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/7f/f87f02fba481525970ccf606ce829e6f06496825.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.16" OriginalAmount="70.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.085678" Longitude="108.248178" StarRating="3" HotelCode="|419908" HotelName="De Lamour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Vo Nguyen Giap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/0/8/419908_57341281159.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.39" OriginalAmount="70.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.078069" Longitude="108.172699" StarRating="0" HotelCode="|423696" HotelName="Avenis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1691 Nguyen Tat Thanh, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/6/9/6/423696_b23a5d11726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.69" OriginalAmount="70.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.077735" Longitude="108.242215" StarRating="3" HotelCode="|419525" HotelName="Bridges Danang Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Phuoc Truong 11 Phuoc My Ward, Da Nang 550000 Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/5/2/5/419525_bb1597b1715.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049465779655" Longitude="108.24558315534" StarRating="3" HotelCode="364042|blue_ocean__2" HotelName="Hoang Quan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>51 Hoang Ke Viem, Phuong My An, Quan Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/24/592466633a453232477749e8799a1b00c4186623.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.063429943209" Longitude="108.24404859256" StarRating="3" HotelCode="374394|royal_family_hotel_da_nang" HotelName="Royal Family Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>39 Vo Van Kiet Street, Phuoc My Ward, Son Tra District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/e2/16e23e83a22316e470c23cd25268bb4d3555e4b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06602777" Longitude="108.24361676" StarRating="2" HotelCode="586987|pergola_hotel_5" HotelName="Pergola Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Duong Dinh Nghe 35/37, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/d5/bcd502713cf6e2947e0f7bf86c7e469024739eb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06054246" Longitude="108.21625341" StarRating="3" HotelCode="753319|mercury_boutique_hotel_3" HotelName="Mercury Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>125-127 Nguyen Van Linh, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/35/d9358ec2392ec75fa8d19e54e6e0c1e1abf72f55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.87" OriginalAmount="71.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0515439" Longitude="108.2470916" StarRating="0" HotelCode="|332099" HotelName="Nhat Minh Hotel and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot D1 Tran Bach Dang Str, My An Ward, Ngu Hanh Son Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/0/9/9/332099_93a50ba1815.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.99" OriginalAmount="71.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.03514" Longitude="108.230485" StarRating="0" HotelCode="|471638" HotelName="Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nai Nam 8, Hai Chau District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/6/3/8/471638_8acf8671122.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06544523" Longitude="108.22410532" StarRating="3" HotelCode="587361|pariat_hotel" HotelName="Pariat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>202 - 204 Bach Dang, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/05/f5050b1a672004c72de8d8e28ed0c07949a90fce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07652875" Longitude="108.24383212" StarRating="3" HotelCode="586928|moclan_boutique_hotel" HotelName="Moclan Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Phuoc Truong 8, Son Tra, Da Nang City 555555</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/b6/a9b6ce73cb811cbf1c3736b52dfcbc115e8c37b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Da Nang, this boutique hotel has the perfect ambience for guests who appreciate a stylish...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06023947" Longitude="108.21828183" StarRating="2" HotelCode="853501|anna_center_hotel" HotelName="Anna Center Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Huynh Thuc Khang, Hai Chau, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/eb/9febdd340183235a6a4d391c4fcd3e21422e73b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="947128|avora_boutique_hotel" HotelName="Avora Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>136 Le Duan, Quan Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/51/8951fbfc355f98df4e52b93b0b34309c47b18793.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.45" OriginalAmount="72.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07264" Longitude="108.2202" StarRating="3" HotelCode="|229893" HotelName="Dana Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 10, Corner Le loi - Hai Phong, Hai Chau District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/8/9/3/229893_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.49" OriginalAmount="72.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06543" Longitude="108.22411" StarRating="3" HotelCode="|418253" HotelName="Pariat River Front" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>202 - 204 Bach Dang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/2/5/3/418253_721a8cd1642.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.66" OriginalAmount="72.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.070737" Longitude="108.21518" StarRating="3" HotelCode="|419909" HotelName="Avora Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136 Le Duan, Hai Chau District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/0/9/419909_028ef701842.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.66" OriginalAmount="72.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.047007" Longitude="108.222526" StarRating="3" HotelCode="|420021" HotelName="Lavender Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>198-200 2/9 Street, Hai Chau District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/0/2/1/420021_766ec941722.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06157385" Longitude="108.23634469" StarRating="0" HotelCode="810763|gemma_hotel_apartment" HotelName="Gemma Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>183 Vo Van Kiet, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/32/a832b4a2e7ce1694d8cb094a6986822a1f4ebb3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.01" OriginalAmount="73.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05517" Longitude="108.24193" StarRating="0" HotelCode="|238691" HotelName="King's Finger Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>171A Nguyen Van Thoai, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/6/9/1/238691_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.41" OriginalAmount="73.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.055265" Longitude="108.244892" StarRating="3" HotelCode="|418479" HotelName="Hodi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12-14 An Thuong 26, My An, Ngu Hanh Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/4/7/9/418479_1f06b830823.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06164139" Longitude="108.2364378" StarRating="3" HotelCode="586766|230739" HotelName="Gemma Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot A11-3 Vo Van Kiet, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/762108/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.81" OriginalAmount="74.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07651" Longitude="108.24393" StarRating="3" HotelCode="|418576" HotelName="Seaforest By Haviland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Phuoc Truong 8, Quan Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/5/7/6/418576_334eecc1327.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.84" OriginalAmount="74.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.055010586793" Longitude="108.24196907067" StarRating="3" HotelCode="316792|637925" HotelName="King's Finger Da Nang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Nguyen Van Thoai Street, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/fb/dafb296c519f54044b8d4cf49d912f5ba2006dd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.89" OriginalAmount="74.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07448" Longitude="108.24223" StarRating="3" HotelCode="|423130" HotelName="La Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Le Binh, An Hai Bac Ward Son Tra District Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/1/3/0/423130_bb6e7260559.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.39" OriginalAmount="74.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.050332" Longitude="108.222079" StarRating="3" HotelCode="|554363" HotelName="Minh Toan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>162 - 2/9 Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/3/6/3/554363_afb3bf21711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.039151" Longitude="108.244876" StarRating="3" HotelCode="169669|gold_coast_hotel" HotelName="Gold Coast Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Ho Xuan Huong Street, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/12/9c12ebf45b3402cd980c3683591589ec70895ae1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach hotel is situated only 3 km from the city centre and business guests will appreciate the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.03979625" Longitude="108.24656676" StarRating="3" HotelCode="530848|titan_hotel_da_nang" HotelName="Titan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>102 - 104 Ho Xuan Huong Street, Ngu Hanh Son Disctrict, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/64/9b641c68c41f5a97bf33b46067752dd2ec71d163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07365262" Longitude="108.24301806" StarRating="2" HotelCode="565870|brilliant_majestic_hotel" HotelName="Brilliant Majestic Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>123 Ho Nghinh Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/9a/6b9acff9630b3d00652d9f8c2fcec4d34b2584f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.074446648484" Longitude="108.24217856397" StarRating="0" HotelCode="696535|lam_anh_hotel" HotelName="Lam Anh Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Le Binh Street, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/15/1b1507999bd3efc41211e6f46cfa7c21094f7006.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.82" OriginalAmount="75.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06233" Longitude="108.19187" StarRating="0" HotelCode="|230514" HotelName="Dai Long" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>192 - 194 Ha Huy Tap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/5/1/4/230514_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.93" OriginalAmount="75.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.051437" Longitude="108.245584" StarRating="3" HotelCode="|453428" HotelName="Blue S Hotel and Apartment " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/4/2/8/453428_34391381208.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.97" OriginalAmount="75.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0615039" Longitude="108.2362714" StarRating="3" HotelCode="|372938" HotelName="Gemma &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>183 Vo Van Kiet, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/9/3/8/372938_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.03" OriginalAmount="75.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0666172" Longitude="108.2444191" StarRating="3" HotelCode="|331893" HotelName="Le House Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85 - 87 Ha Bong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/8/9/3/331893_7925ac61849.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.37" OriginalAmount="75.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06874" Longitude="108.23863" StarRating="0" HotelCode="|228571" HotelName="Hoang Sa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54-56 Duong Dinh Nghe Street Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/5/7/1/228571_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07024176" Longitude="108.23585711" StarRating="3" HotelCode="369863|princess_hotel_2" HotelName="Princess Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lot E2, 20 Phan Boi, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/93/6b937efb03dcd96ee62bcb462e3b062e09193fdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.82" OriginalAmount="76.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05275" Longitude="108.244218" StarRating="4" HotelCode="|423485" HotelName="Adela Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 An Thuong 36, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/4/8/5/423485_54e22500956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.82" OriginalAmount="76.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049248" Longitude="108.245231" StarRating="3" HotelCode="|418163" HotelName="Grand Sea View and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Hoang Ke Viem, Ngu Hanh Son District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/1/6/3/418163_0ce8fa50404.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.17" OriginalAmount="76.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07379" Longitude="108.243" StarRating="0" HotelCode="|238683" HotelName="Brilliant Majestic" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>123 Ho Nghinh Street, Phuoc My Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/6/8/3/238683_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.59" OriginalAmount="76.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.070081" Longitude="108.235794" StarRating="3" HotelCode="|420582" HotelName="Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot E2-20 Phan Boi Street, Son Tra District Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/5/8/2/420582_4ecdae21758.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.072652859188" Longitude="108.22019384482" StarRating="3" HotelCode="372391|dana_pearl_hotel" HotelName="Dana Pearl Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 10  Corner Le loi - Hai Phong,, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/ae/4aae2192312c9afa5ec78aa50010cbc12fbd4038.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.21" OriginalAmount="78.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04843" Longitude="108.24223" StarRating="3" HotelCode="|418008" HotelName="Hanami Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61-63 Hoang Ke Viem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/0/0/8/418008_704a5c10644.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.42" OriginalAmount="78.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06489" Longitude="108.23318" StarRating="4" HotelCode="|228642" HotelName="Muong Thanh Grand Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>962 Ngo Quyen Street, An Hai Tay ward, Son Tra district</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/6/4/2/228642_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.46" OriginalAmount="78.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.087202" Longitude="108.215498" StarRating="3" HotelCode="|422522" HotelName="Lupin Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>171 duong 3/2.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/5/2/2/422522_099c32a0433.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.054668912009" Longitude="108.24450810304" StarRating="3" HotelCode="435947|grand_sunrise_2" HotelName="Grand Sunrise 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>05 Phan Liem, Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/f6/e1f61a308dfc92d4a28bf63dc22ee73e9207ea08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06730175" Longitude="108.24437951" StarRating="3" HotelCode="856913|maison_phuong_hotel_apartment" HotelName="Maison Phuong Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>69-71 Ha Bong, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/83/1a83c0c5d1eda67ffb26084532ba3ea148be477b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.58" OriginalAmount="79.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0631913" Longitude="108.2450911" StarRating="4" HotelCode="|372930" HotelName="Tuyet Son (ts Ocean)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>02 Lam Hoanh, Phuoc My Ward, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/9/3/0/372930_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06676675" Longitude="108.24433448" StarRating="3" HotelCode="382862|153411" HotelName="Le House Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85-87 Ha Bong, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/17/4b1706d12fa855d523fa640eaf8dc14808eb2569.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Da Nang, this boutique hotel is ideal for guests who appreciate a styl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04982832" Longitude="108.24711443" StarRating="3" HotelCode="587726|grand_seaview" HotelName="Grand Sea View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>83- 85 Hoàng Ke Viêm, Phuong  My An, Quan Ngu Hành Son, Ðà Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/6e/316ec49e94ef452129be412383cb42b6767d6324.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04806668" Longitude="108.24658797" StarRating="3" HotelCode="854448|cosmos_hotel_danang" HotelName="Cosmos Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117-119 Ngo Thi Sy Street, My An Ward, Ngu Hanh Son District, Da Nang 50507</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/d6/e9d67ea7dc023a69484e0f208980d88f4281f874.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.37" OriginalAmount="80.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.066882563535" Longitude="108.21342229843" StarRating="4" HotelCode="175766|1151208" HotelName="Vinh Trung Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>253-255-257 Hung Vuong Street, Hai Chau District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/28/58288de91d4146b4b118f1f2216832af51e018d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of the city, 5 km away from My Khe Beach. Guests staying at the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.63" OriginalAmount="80.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0396158" Longitude="108.2465147" StarRating="3" HotelCode="|332005" HotelName="Titan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102-104 Ho Xuan Huong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/0/0/5/332005_88abab11804.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0648844" Longitude="108.23314023" StarRating="4" HotelCode="369878|muong_thanh_da_nang_hotel" HotelName="Muong Thanh Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 20/08/2026" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>962 Ngo Quyen, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/0b/cb0bc555d9cae7bd733d3350e115fd4e4f6c0c91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04328145" Longitude="108.24788635" StarRating="3" HotelCode="550331|royal_huy_hotel" HotelName="Royal Huy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>360-362 Vo Nguyen Giap, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/90/50909129f0380f8627428a12bd86a9bb102960f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a bar, room service, a c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0547994" Longitude="108.24491313" StarRating="3" HotelCode="585174|haya_hotel" HotelName="Haya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>48 Phan Liem, Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/84/7b84659874d673cface964b3b522eaba4ddb1b4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0486345" Longitude="108.2430157" StarRating="3" HotelCode="754932|hanami_hotel_danang" HotelName="Hanami Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>61-63 Hoang Ke Viem, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/3c/9d3c2920d047e1aa18f04ab7cd91938a09e6c162.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06341144" Longitude="108.24020267" StarRating="0" HotelCode="956803|oasis_hotel_apartment_3" HotelName="Oasis Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 My Khe 2, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/e9/7de94132c18518b19abf7d3e63e6128e7058765c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.15" OriginalAmount="81.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07167" Longitude="108.2384" StarRating="4" HotelCode="|240364" HotelName="The Herriott and Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 y 8 Le Van Quy, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/3/6/4/240364_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.23" OriginalAmount="81.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.061853" Longitude="108.237576" StarRating="3" HotelCode="|423286" HotelName="Calix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>171-173 Vo Van Kiet, An Hai Dong Ward, Son Tra District , Danang, Vietnam,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/2/8/6/423286_115e51e1109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07171825" Longitude="108.23853296" StarRating="3" HotelCode="615396|the_herriott_hotel_suite" HotelName="The Herriott Hotel &amp; Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 &amp; 8 Le Van Quy, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/df/12dfea4fff131f55e5c38178e0d1df5cbe2ea94c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.99" OriginalAmount="82.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.051496" Longitude="108.246715" StarRating="3" HotelCode="|474901" HotelName="DAO NGOC HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>04 An Thuong 30 , Phuong My An</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/9/0/1/474901_1b5754e1259.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.06" OriginalAmount="82.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0702326" Longitude="108.2371121" StarRating="4" HotelCode="|338477" HotelName="Merry Land Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot B20- B21 Pham Van Dong Str, An Hai Bac Ward, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/7/7/338477_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.49" OriginalAmount="82.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0481" Longitude="108.2466" StarRating="4" HotelCode="|418972" HotelName="Cosmos Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 117-119 Ngo Thi Sy Street, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/9/7/2/418972_0c891e81056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07362959" Longitude="108.24226086" StarRating="2" HotelCode="611134|robin_hotel_danang" HotelName="Robin Hotel Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>8 Loseby, An Hai Bac Ward, Son Tra District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/1a/8a1ace4e029c7b41355eb3cbbb05726e0ef38f0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.20" OriginalAmount="83.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="4" HotelCode="971784|640702" HotelName="Grand Sea View by Vie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>121 Hoang Ke Viem, Ngu Hanh Son, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.067466" Longitude="108.224765" StarRating="3" HotelCode="142304|sun_river_hotel" HotelName="Sunriver" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132-134-136 Bach Dang St., Da Nang city</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/77/87771e51c5ac0342aca90b19803de26295782cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of charming Da Nang, on the banks of the romantic Han River.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06263001" Longitude="108.24525817" StarRating="3" HotelCode="595324|tuyet_son_hotel" HotelName="Tuyet Son Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>02 Lam Hoanh, Quan Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/f4/0df495208793e9f5a3cbb50df72b81c421fff552.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.075205982278" Longitude="108.22214735836" StarRating="3" HotelCode="915940|da_nang_petro_hotel" HotelName="Danang Petro Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>07 Quang Trung, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/f8/77f8092cf78b42ea6351f50073ec8dd7706a628c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.85" OriginalAmount="85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0195261" Longitude="108.21008147" StarRating="3" HotelCode="550311|202760" HotelName="Huong Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>147A Cach Mang Thang Tam Street, Khue Trung Ward, Cam Le District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/99/3599ea248798ad16f9c040bea14b3c7776f10e37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.85" OriginalAmount="85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05459766" Longitude="108.24615746" StarRating="3" HotelCode="774148|337261" HotelName="Lys Spa Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>110 Tran Bach Dang Street, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/09/7a/097a608633c29f53f47e04ea7cbdc8e5ddd2f8a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07253377" Longitude="108.24296358" StarRating="3" HotelCode="374535|ocean_haven_hotel" HotelName="Ocean Haven Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>295-297 Ho Nghinh Street, Phuoc My County, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/5a/b85a7dbca9f3057b22416602744c618a1e8b448c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.93" OriginalAmount="85.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.073621" Longitude="108.241799" StarRating="0" HotelCode="|480435" HotelName="Robin Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 8 Loseby, An Hai Bac Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/0/4/3/5/480435_85293ba1605.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.94" OriginalAmount="85.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0716662" Longitude="108.2428595" StarRating="0" HotelCode="|339243" HotelName="Fanta Suite Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Morrison, An Hai Bac, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/2/4/3/339243_912443e1201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07042663" Longitude="108.23721626" StarRating="3" HotelCode="585307|merry_land_hotel_da_nang" HotelName="Merry Land Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 20/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot B20-21 Pham Van Dong Street, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/38/d738166a4969f8a6fc32873a215399f845621db0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07237217" Longitude="108.19678988" StarRating="3" HotelCode="771337|santori_hotel_danang_bay" HotelName="Santori Hotel Danang Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>769-771 Nguyen Tat Thanh Street, Thanh Khe District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/73/1273a1f918fbddf00f5cf1699a27f5fcd76d0af7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.89" OriginalAmount="86.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.076084" Longitude="108.229005" StarRating="4" HotelCode="|419102" HotelName="Glamour Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>269 Tran Hung Dao Str., An Hai Bac Ward, Son Tra Dist, Da Nang City, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/1/0/2/419102_7649d341738.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.96" OriginalAmount="86.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0548951" Longitude="108.2451133" StarRating="4" HotelCode="|418727" HotelName="Grand Ocean Luxury Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 -29 Phan Liem, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/2/7/418727_8bb48220859.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.03" OriginalAmount="86.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0519493" Longitude="108.2329822" StarRating="4" HotelCode="|338774" HotelName="Fivitel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>388 Tran Hung Dao street, An Hai Tay Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/7/7/4/338774_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05494465" Longitude="108.24550106" StarRating="0" HotelCode="877572|grand_ocean_luxury_boutique" HotelName="Grand Ocean Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Phan Liem Street, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/05/7d05889c65c1cd8d17a4204b9fed05db7c9d06d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.90" OriginalAmount="87.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.072234" Longitude="108.2331595" StarRating="4" HotelCode="|418957" HotelName="Roliva and Apartment Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Pham Van Dong, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/9/5/7/418957_8e2df5f1034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.03" OriginalAmount="87.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.071171" Longitude="108.235631" StarRating="3" HotelCode="|420033" HotelName="Nagila Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 11-12 Area H1, Architectural road from Han River Bridge to the sea, An Hai Bac Ward, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/0/3/3/420033_7dc3e9a1729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.05" OriginalAmount="87.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.054225" Longitude="108.244324" StarRating="2" HotelCode="|339222" HotelName="Phuc Thanh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Le Quang Dao, Ngu Hanh Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/2/2/2/339222_8edf7221258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.98" OriginalAmount="88.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049091" Longitude="108.221447" StarRating="4" HotelCode="|418293" HotelName="Gold Plaza Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 63 Tran Thi Ly</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/2/9/3/418293_9f4509e0203.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.20" OriginalAmount="88.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06825" Longitude="108.24427" StarRating="0" HotelCode="|232993" HotelName="Grand Sea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>08 Ha Bong, Phuoc My, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/9/9/3/232993_fc2bdc81816.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="89.38" OriginalAmount="88.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07348632" Longitude="108.24217001" StarRating="3" HotelCode="882783|824102" HotelName="Golden Rose 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70 -72 Loseby, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/e1/29e1ac0a82d285c9cfab2b21ee2c14ad862ab9ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.52" OriginalAmount="88.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04871" Longitude="108.21659" StarRating="4" HotelCode="|228592" HotelName="Eden Plaza Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Duy Tan, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/5/9/2/228592_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.23" OriginalAmount="89.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05230372" Longitude="108.24644549" StarRating="3" HotelCode="786323|698815" HotelName="Jolia Hotel and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 18–19 An Thuong 29, Phuong My An, Quan Ngu Hunh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0d/e00db8c5d43d6bc593872bceb22f065aaf9fa8bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.32" OriginalAmount="89.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0724" Longitude="108.1969" StarRating="3" HotelCode="|419890" HotelName="Santori Danang Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>769 - 771 Nguyen Tat Thanh,Xuan Ha,Thanh khe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/9/0/419890_98133411744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.40" OriginalAmount="89.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0745856" Longitude="108.2423451" StarRating="3" HotelCode="|372918" HotelName="Happy Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Le Binh Street, An Hai Bac Ward, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/9/1/8/372918_2ddaaa91137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.43" OriginalAmount="89.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.071721" Longitude="108.237605" StarRating="3" HotelCode="|418753" HotelName="Everland" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Morrison street, Son Tra District, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/5/3/418753_ec123341704.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.47" OriginalAmount="89.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.980458" Longitude="108.273448" StarRating="3" HotelCode="|421169" HotelName="Flower" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 - 34 Do Ba, My An Ward, Ngu Hanh Son District, Da Nang, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/1/6/9/421169_fb203231751.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.49" OriginalAmount="89.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.057763" Longitude="108.17355" StarRating="1" HotelCode="|523146" HotelName="Hong An Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Nguyen Van Tao, Hoa Minh, Cam Le</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/4/6/523146_d369edb0927.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06575983528" Longitude="108.24456632394" StarRating="3" HotelCode="370069|van_son_hotel" HotelName="Van Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>111-113 Ha Bong, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/19/a819fee5012820e94210860691fed1116d00ac90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="974848|glamour_hotel_da_nang" HotelName="Glamour Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>269 Tran Hung Dao, An Hai Bac, Da Nang 50000, Son Tra District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/5e/d65e8c6082c0c79844f97b49f6de22a0585a47b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="977700|nagila_boutique_hotel" HotelName="Nagila Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 11-12 H1 Pham Van Dong, Area An Hai Bac, Son Tra, Da Nang 50000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/76/b87673e09c2f8798a2d5f40d5f7b39e8876d0f99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.04" OriginalAmount="90.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06834379" Longitude="108.24421243" StarRating="4" HotelCode="518289|688518" HotelName="Grand Sea Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>08 Ha Bong, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a9/44a909143a083c76bdf456e9d35ce56f6fe96342.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05190988" Longitude="108.23300964" StarRating="3" HotelCode="585916|fivitel_da_nang" HotelName="Fivitel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Lot 72 Euro Village, Tran Hung Dao Street, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/58/2358526d6ade4e1873d6ed64ce787c2e4e1024b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.00" OriginalAmount="91.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0654115" Longitude="108.2434184" StarRating="3" HotelCode="|331781" HotelName="Ocean Haven" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>295-297 Ho Nghinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/7/8/1/331781_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.54" OriginalAmount="91.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06654" Longitude="108.24318" StarRating="3" HotelCode="|419953" HotelName="Crystal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>204-206 Ho Nghinh Street Phuoc My Ward Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/5/3/419953_557d2231749.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07035098" Longitude="108.22375062" StarRating="2" HotelCode="364161|hoa_viet_hotel" HotelName="Hoa Viet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Elevator,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Phan Dinh Phung Street, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/20/3c202f2b1ac2034a728a5650053026f2e30512cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Da Nang, Hoa Viet Hotel puts everything the city has to offer just outsid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05544167" Longitude="108.24545986" StarRating="2" HotelCode="613812|trang_ngan_hotel" HotelName="Ngan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>62 An Thuong 26, My An Ward, Ngu Hanh Son District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/zz/8fad430b6a7beb3bb0204495189b49b26a72c7c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05268297" Longitude="108.24674889" StarRating="4" HotelCode="620739|halina_hotel_and_apartment" HotelName="Halina Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 133,134 Tran Bach Dang Street, My Khe Beach, My An Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/a2/b4a2570180a8b326b07c6f634046ec373ae1c9cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.20" OriginalAmount="92.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.055722" Longitude="108.244945" StarRating="4" HotelCode="|468840" HotelName="Mercy Emerald" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>170+172+174 Nguyen Van Thoai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/8/4/0/468840_79cb99e1825.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.30" OriginalAmount="92.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.052305" Longitude="108.246394" StarRating="3" HotelCode="|418750" HotelName="Jolia Danang Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 18 - 19 An Thuong 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/5/0/418750_29481661501.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06680043" Longitude="108.22078685" StarRating="3" HotelCode="489415|thuan_anh_hotel" HotelName="Vanilla Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 18/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>158A Nguyen Chi Thanh, Hai Chau District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/74/30745ed58a21f8abf688c1a98940719a3711eca9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Vanilla Hotel Da Nang to discover the wonders of Da Nang. The hotel offers guests a range of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07455701" Longitude="108.24237367" StarRating="3" HotelCode="586827|happy_sky_hotel" HotelName="Happy Sky Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>19 Le Binh Street, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/87/d5/87d5387e6c29abd33a79145d7ebd29bbdfc1dab2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.068612091452" Longitude="108.24156612203" StarRating="3" HotelCode="368664|83992" HotelName="Monaco Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99 Duong Dinh Nghe Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/f9/a4f913ba340f2d6ddddd29291648f68d2d72ad07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05360574" Longitude="108.20903113" StarRating="2" HotelCode="518186|quan_quan_hotel" HotelName="Quan Quan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>79 Nguyen Huu Tho, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/85/3f85d203d9e8b8e1fcf331037a5c98a3fadc4826.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07150187" Longitude="108.2382582" StarRating="3" HotelCode="586878|continent_hotel_da_nang" HotelName="Continent Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>31-32 Morrison Street Extension, An Hai Bac Ward, Son Tra District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/aa/ddaa85e8cf8cdb2ecb6a74699c37ef98c8276583.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="866270|everland_hotel" HotelName="Everland Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 22 Morrison Street, Son Tra District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/72/a872f6073a4830fd0620aa7057352f31bda5a5ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="984461|khach_san_my_khe_2" HotelName="Khach San My Khe II" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>260 Vo Nguyen Giap, P Phuoc My, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/7f/1a7f1ba823c6e5a6e5527d820b94fb127689bebd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05459306" Longitude="108.24454066" StarRating="3" HotelCode="375169|153384" HotelName="Golden Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Block 30, B2-12 Phan Liem, My An, Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/41/9c4167c39f769d23b0e3b9a0aada27c337b11416.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07023731" Longitude="108.24231039" StarRating="2" HotelCode="518370|mi_house_2" HotelName="Mi House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 09 Pham Van Dong, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/d4/0ed40919c91dbdbc246d8deff2293835d7275e89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.09609373" Longitude="108.25250843" StarRating="2" HotelCode="440406|sea_view_dn_hotel" HotelName="Sea View DN Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Block 41 Hoang Sa, Tho Quang ward, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/cf/3f/cf3f2707c0687ccc8c9cf28cfd1e0fba8a2f3c72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities to ensure guests a comfortable stay. Room service is among th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06449106" Longitude="108.22999604" StarRating="3" HotelCode="753101|merry_hotel_2" HotelName="Merry Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/08/2026" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>447-449 Tran Hung Dao Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/03/fc036890e107b2a9de80ee87c508547fa11f7fb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.11" OriginalAmount="95.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0660229" Longitude="108.2443851" StarRating="3" HotelCode="|266479" HotelName="Dylan Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93 Ha Bong , Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/4/7/9/266479_99825851705.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.22" OriginalAmount="95.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07134" Longitude="108.23527" StarRating="0" HotelCode="|231931" HotelName="Hadana Boutique Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot H1 - 04, H1- 05, H1- 06 Pham Van Dong St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/9/3/1/231931_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.24" OriginalAmount="95.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.071597" Longitude="108.2381952" StarRating="3" HotelCode="|338586" HotelName="Continent Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Slot 31-32, Morrison Street, An Hai Bac, Son Tra , Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/5/8/6/338586_3867fc71232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.93" OriginalAmount="95.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.074638" Longitude="108.243497" StarRating="0" HotelCode="|486619" HotelName="Dérive Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70 Le Manh Trinh, Son Tra, Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/6/6/1/9/486619_f1e82a92149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.74" OriginalAmount="96.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.090558" Longitude="108.25028" StarRating="4" HotelCode="|339316" HotelName="Seashore and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 15 - 16 Hoang Sa Opposite Man Thai Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/3/1/6/339316_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05093258" Longitude="108.24532955" StarRating="3" HotelCode="531136|queens_finger_hotel" HotelName="Queen's Finger Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Business Centre,Currency Exchange,Designated Smoking Area,Dining,Fax,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>155-157 Le Quang Dao Street, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/52/a0522edb95a9c08afb6e186a44b938ca3d594e04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Da Nang, 3.2 km from Love Lock Bridge Da Nang, Queen's Finger Hotel Da Nang has an outdo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06872007" Longitude="108.24195582" StarRating="0" HotelCode="956824|prague_hotel_3" HotelName="Gic Land 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>75 Duong Dinh Nghe, Phuong An Hai Bac, Quan Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/00/5700e88fa42a33c36fce1232ca8c35625f516b24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05345172" Longitude="108.24602244" StarRating="0" HotelCode="963211|golden_line_danang_hotel" HotelName="Golden Line Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>63-65-67 Do Bi, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/aa/03aad67a122984c1834ccb488356204f9d946738.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.32" OriginalAmount="97.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.052999" Longitude="108.2466" StarRating="3" HotelCode="|419105" HotelName="Menora Premium Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 Tran Bach Dang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/1/0/5/419105_2f5210f1759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.67" OriginalAmount="97.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07488" Longitude="108.2436" StarRating="1" HotelCode="|423033" HotelName="John Boutique Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64 Le Manh Trinh, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/0/3/3/423033_04f323c1732.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06183238" Longitude="108.24531519" StarRating="2" HotelCode="374951|my_hanh_hotel_da_nang" HotelName="My Hanh Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>12 Lam Hoanh, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/fb/affbd227393c22dedab795043beff4027563f113.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06522706" Longitude="108.21942302" StarRating="3" HotelCode="600243|central_hotel_spa" HotelName="Central Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Hoang Dieu, Phuoc Ninh Ward, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/59/20591ae3f2dbd19a1804b7d9fdad18675a5f941d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0894444" Longitude="108.24953329" StarRating="3" HotelCode="754548|seashore_hotel_apartment" HotelName="Seashore Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 15-16 Hoang Sa, Opposite Man Thai Beach, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/26/3626243f50d3dd6133515cd0c2f846e444dbcc59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0783183" Longitude="108.21783641534" StarRating="3" HotelCode="915943|sao_minh_star_light_hotel" HotelName="A25 Hotel 137 Nguyen Du" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>137 Nguyen Du Street, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/19/fe196d13e733e807d6710c8cc85ca661111b8c9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.13" OriginalAmount="98.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.065389" Longitude="108.243718" StarRating="3" HotelCode="|468602" HotelName=" Waikiki Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/6/0/2/468602_ca644891242.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.47" OriginalAmount="98.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0700962" Longitude="108.2422165" StarRating="4" HotelCode="|338407" HotelName="Luxtery" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136 Pham Van Dong, Son Tra District, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/0/7/338407_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.11" OriginalAmount="99.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.076084" Longitude="108.244136" StarRating="4" HotelCode="|339213" HotelName="Martin Ho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Phuoc Truong 9, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/2/1/3/339213_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.43" OriginalAmount="99.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.045132" Longitude="108.222636" StarRating="3" HotelCode="|446970" HotelName="Lamanga and Suite Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/7/0/446970_3e37ccc0802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.50" OriginalAmount="99.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.068756" Longitude="108.24384" StarRating="4" HotelCode="|555623" HotelName="TGT BEACH HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 DUONG DINH NGHE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/6/2/3/555623_3c81e931552.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.75" OriginalAmount="99.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0893" Longitude="108.249" StarRating="3" HotelCode="|422165" HotelName="SEASHORE HOTEL - APARTMENT " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 15 - 16 Hoang Sa Opposite Man Thai Beach, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/1/6/5/422165_12354bd1314.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06643481" Longitude="108.24438918" StarRating="3" HotelCode="595707|dylan_hotel_da_nang" HotelName="Dylan Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93-95 Ha Bong Street, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/1e/7c1e141bb39ba5a8a7edc79d93767fea349fa906.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.08" OriginalAmount="100.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.095096" Longitude="108.251913" StarRating="3" HotelCode="|423627" HotelName="Nguyen Gia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>T113 Hoang Sa Son Tra Peninsula</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/6/2/7/423627_9aa95ff1702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.21" OriginalAmount="100.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.054093535552" Longitude="108.22025572748" StarRating="3" HotelCode="309475|236858" HotelName="Gold Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Nui Thanh Street, Hai Chau District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/1f/561f10e7325d88beb58da599a934318e13e37bb3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 45 rooms. Services and facilities at the hotel include a dining area,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.30" OriginalAmount="100.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05333" Longitude="108.246059" StarRating="4" HotelCode="|419099" HotelName="Golden Line Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63-65-67 Do Bi, My An Ward - Ngu Hanh Son District, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/0/9/9/419099_944ee5f1736.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.041506" Longitude="108.248374" StarRating="3" HotelCode="931921|77005" HotelName="Fansipan Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>424 Vo Nguyen Giap Street, Bac My An Beach, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/b1/acb189a18bbfbf59a4426a8d8df4d78e866c78bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07077758" Longitude="108.23583608" StarRating="3" HotelCode="585238|luxtery_hotel" HotelName="Luxtery Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Spa">
        <Address>
          <AddressLines>
            <AddressLine>136 Pham Van Dong, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/ee/a9eec79be3d210c0d4d5f6747f0e2139070de108.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.47" OriginalAmount="102.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0735" Longitude="108.242" StarRating="3" HotelCode="|420329" HotelName="Golden Rose 3 Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70 -72 Loseby, Son Tra, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/3/2/9/420329_dbeb6331703.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.02" OriginalAmount="102.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0546556" Longitude="108.2442794" StarRating="4" HotelCode="|266885" HotelName="Ritzy Boutique Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Le Quang Dao Street, My An Ward, Ngu Hanh Son District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/8/8/5/266885_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.060221" Longitude="108.216622" StarRating="4" HotelCode="101680|one_opera_danang_hotel" HotelName="One Opera Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/08/2026" HotelFacility="Bar,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>115 Nguyen Van Linh, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/9c/1d9c37bcb24640c518cb20dd9defe398cc15aeb9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the dynamic city full of vitality, the hotel is close to the major business,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05308139" Longitude="108.24639239" StarRating="3" HotelCode="854081|sea_corner_boutique_hotel" HotelName="Sea Corner Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>196 Tran Bach Dang Street, My An Ward, Ngu Hanh Son District, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/f7/d5f711688ab8fc2ec60b74b370501631c4ffcf11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="956618|bella_boutique_villa" HotelName="Bella Boutique Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Do The Chap, Phuoc My, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/94/7a94fc1381470cb4149059886c1b635ad8bae3c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05473543" Longitude="108.24423414" StarRating="3" HotelCode="623379|ritzy_boutique_hotel_da_nang" HotelName="Ritzy Boutique Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Le Quang Dao, My An Ward, Ngu Hanh Son District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/4b/fd4bbe06e8db36cbbec84ec512f9135f746e85ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Da Nang, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.59" OriginalAmount="104.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07136772" Longitude="108.23528592" StarRating="3" HotelCode="495093|637924" HotelName="Hadana Boutique Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot H1 - 04- H1- 05, H1- 06, Pham Van Dong Street, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/02/27/02279b38cb0ac1de434dc15a01eb6b59eac76375.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Da Nang, this boutique hotel has the perfect ambience for guests who appreciate a stylish...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.94" OriginalAmount="104.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.093752" Longitude="108.251587" StarRating="4" HotelCode="|418147" HotelName="Grand Gold" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 1-A2.2, Hoang Sa Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/1/4/7/418147_1ec76860354.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.97" OriginalAmount="104.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.062795" Longitude="108.242132" StarRating="4" HotelCode="|470839" HotelName="Golden Sun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Vo Van Kiet, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/8/3/9/470839_d5e74971149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07609892" Longitude="108.2438936" StarRating="3" HotelCode="753123|martin_ho_hotel" HotelName="Martin Ho Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Phuoc Truong 9, Phuoc My Ward, Son Tra district, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/zz/a5ad6b51988c87d8d6f998ff7a9359ea191548e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.10" OriginalAmount="105.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.073669" Longitude="108.244298" StarRating="0" HotelCode="|339345" HotelName="Lahome Apartment and Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>03 Vo Nghia Street, Phuoc My Ward, Son Tra District, Da Nang, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/3/4/5/339345_abafe541227.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.19" OriginalAmount="105.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049484" Longitude="108.248237" StarRating="3" HotelCode="|417071" HotelName="Platinum Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 An Thuong 1, My An Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/0/7/1/417071_6a0beb90910.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.39" OriginalAmount="105.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0634378" Longitude="108.2446171" StarRating="3" HotelCode="|332246" HotelName="Delicate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 - 25 Vo Van Kiet, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/2/4/6/332246_a308ea51831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.71" OriginalAmount="105.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049183" Longitude="108.247892" StarRating="3" HotelCode="|417695" HotelName="Palazzo Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 9-10-11 Tran Bach Dang Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/9/5/417695_31975ea1741.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.98" OriginalAmount="105.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07447" Longitude="108.24425" StarRating="0" HotelCode="|423083" HotelName="Zoneland Apartments LaHome Beach Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>03 Vo Nghia, Phuoc My, Son Tra, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/0/8/3/423083_f7b16191527.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.15" OriginalAmount="106.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05511727" Longitude="108.24594182" StarRating="3" HotelCode="852939|664191" HotelName="Sunny Ocean Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>90-92-94 Tran Bach Dang, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/5b/b05b330253102b0aeb7185f27f780dac47589f32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.49" OriginalAmount="107.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07055" Longitude="108.236377" StarRating="4" HotelCode="|418138" HotelName="Cn Palace Boutique and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 4,5,6 Pham Van Dong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/1/3/8/418138_7c192b90324.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.70" OriginalAmount="107.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0676" Longitude="108.244" StarRating="3" HotelCode="|420912" HotelName="The Glomad Da Nang - Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/1/2/420912_383eff51536.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06353375" Longitude="108.24452229" StarRating="3" HotelCode="375001|83990" HotelName="Gold Hotel III Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lo 08-09 Vo Van Kiet street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/592428/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06354745" Longitude="108.24469111" StarRating="3" HotelCode="568518|hung_anh_hotel_2" HotelName="Hung Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Vo Van Kiet, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/6a/0f6a3119e674cbbb86620789812fe164e5212ee3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.18" OriginalAmount="109.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.053043" Longitude="108.246744" StarRating="3" HotelCode="|418756" HotelName="Pandora Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Phan Ton, My An, Ngu Hanh Son Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/5/6/418756_ea140ff1706.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049475544455" Longitude="108.24824273587" StarRating="3" HotelCode="374603|anna_hotel_10" HotelName="Anna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="24 Hour Room Service,Concierge,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 An Thuong 1, My An Ward, Da Nang, Ngu Hanh Son District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/cf/4fcf2c2996fe0fd7ba989401a17eb88c226104a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Anna Hotel in Da Nang, you'll be convenient to My K...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.72" OriginalAmount="110.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.09364856" Longitude="108.25152454" StarRating="3" HotelCode="755291|641743" HotelName="Grand Gold Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 16/08/2026" 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,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Golf,Internet,Kids Play Area,Laundry,Lounge,Massage Centre,Meeting Room,Nightclub,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 1-A2.2 Hoang Sa Street, Tho Quang Ward, Son Tra District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/6a/8e6af4a41021e63c84d2da22c76fd5543370bae7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in Da Nang, Grand Gold Hotel features free bikes and an outdoor swimming pool. This 4-star hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07052129" Longitude="108.23661284" StarRating="3" HotelCode="624551|nhu_minh_plaza_danang_hotel" HotelName="Nhu Minh Plaza Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2-A2-KH Pham Van Dong Street, An Hai Bac Ward, Son Tra District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/e6/afe6ab16c3ad79ad74ba8302d219f08a8856b56e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="980253|gic_luxury_hotel_and_spa" HotelName="Gic Land Luxury Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>59 Le Duan, Danang 550000, Hai Chau District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/6e/e56ecb8fd48ffe190543c6b5cf43189fb4589eb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.27" OriginalAmount="111.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.055137" Longitude="108.24577" StarRating="0" HotelCode="|535879" HotelName="PĀMA Boutique and Bistro Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96 Tran Bach Dang, Ngu Hanh Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/8/7/9/535879_6d426bc2057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.45" OriginalAmount="111.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06467" Longitude="108.22997" StarRating="3" HotelCode="|418540" HotelName="Merry" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>447-449 Tran Hung Dao Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/5/4/0/418540_a960b8b0917.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.53" OriginalAmount="111.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.062671" Longitude="108.241727" StarRating="0" HotelCode="|447413" HotelName="Century" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/4/1/3/447413_84a41961724.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.12" OriginalAmount="112" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06284262" Longitude="108.24206925" StarRating="3" HotelCode="549855|153401" HotelName="Hoang Dai 2 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>97 Vo Van Kiet, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/c5/9fc53594e779a63aa53bc4399c48b6d8a3a60c5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0627847" Longitude="108.2420817" StarRating="3" HotelCode="|332044" HotelName="Hoang Dai 2 Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Vo Van Kiet, Ward Phuoc My, District Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/0/4/4/332044_079ff2e1523.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.47" OriginalAmount="112.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0707" Longitude="108.23807" StarRating="0" HotelCode="|232942" HotelName="Sea Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 29-33 Le Van Quy Street, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/9/4/2/232942_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07000286" Longitude="108.23398779" StarRating="0" HotelCode="956534|tropical_house_apartment_da_nang" HotelName="Tropical House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Ta My Duat, Phuong An Hai Bac, Quan Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/dc/cddcb858013bf6ea9cfc65d143f59025cf9fdbbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06768104" Longitude="108.24436587" StarRating="2" HotelCode="964291|the_glomad_da_nang_hotel_hostel" HotelName="The Glomad Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>41-43 Ha Bong, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/40/ae40ebad356c88da067fee5e077b1a060e7f3f48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.50" OriginalAmount="113.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.070314" Longitude="108.237099" StarRating="4" HotelCode="|338838" HotelName="Nhu Minh Plaza Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/8/3/8/338838_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05385546" Longitude="108.24589522" StarRating="3" HotelCode="753471|ruby_light_hotel_danang" HotelName="Ruby Light Hotel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Do Bi, My An Ngu Hanh Son, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/63/8463f9f354e7f176fea0989be869d36c4a2b1d9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.28" OriginalAmount="114.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05498791" Longitude="108.24412163" StarRating="3" HotelCode="556538|682507" HotelName="Sofia Suite Hotel Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>09 Le Quang Dao Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/86/a286ae98a52f17b12801c095522c63e54ad67ecb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.89" OriginalAmount="114.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.064202" Longitude="108.220498" StarRating="4" HotelCode="|417617" HotelName="Fivitel Boutique Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>202 Nguyen Chi Thanh, Phuoc Ninh, Hai Chau Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/1/7/417617_9b6843f1603.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.12" OriginalAmount="114.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07636" Longitude="108.21575" StarRating="3" HotelCode="|189376" HotelName="Tarasa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>191 Dong Da Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/3/7/6/189376_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07080681" Longitude="108.23799747" StarRating="3" HotelCode="434197|sea_garden_hotel_5" HotelName="Sea Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 29-33 Le Van Quy Street, Son Tra District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/51/ac51e0e28a7fe4a855e6482bfb298f74a51b24e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="969608|cn_palace_boutique_hotel" HotelName="CN Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4,5,6 Pham Van Dong, An Hai Bac, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b1/73b1d528ad6634f687a29393577ce7344035a854.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05703919" Longitude="108.24483009" StarRating="3" HotelCode="965758|casa_rosa_apartment" HotelName="Casa Rosa Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>K227/68 Nguyen Van Thoai, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/91/da91c9ba8fa5ebb69c8716da7b14dd8d19c35c53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.31" OriginalAmount="115.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.033269" Longitude="108.224198" StarRating="4" HotelCode="|417635" HotelName="Grand Citiview Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. A2, 2/9 Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/3/5/417635_cde67cd1613.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.02" OriginalAmount="115.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05538" Longitude="108.245856" StarRating="4" HotelCode="|417621" HotelName="Sunny Ocean and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Tran Bach Dang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/2/1/417621_666d13a1626.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.997168658425" Longitude="108.27085107565" StarRating="4" HotelCode="37490|sandy_beach_non_nuoc_resort_da_nang_vietnam_managed_by_centara" HotelName="Centara Sandy Beach Resort Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Truong Sa Road, Hoa Hai Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/3b/ad3b4320d05453e1b99fcfb0445c769e70a47889.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on roughly 16 hectares or 32 acres of private gardens fronting 'Non Nuoc Beach...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.41" OriginalAmount="116.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0787" Longitude="108.244" StarRating="3" HotelCode="|422830" HotelName="Livie Da Nang Style" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Do The Chap, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/8/3/0/422830_d8677660544.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.03334341" Longitude="108.22409762" StarRating="3" HotelCode="854968|grand_cititel_danang_hotel" HotelName="Grand Cititel Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>A2 2/9 Street, Hai Chau District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ca/b5cae73e3a11fe40b53c854bd74f08a9b3b25e72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.19" OriginalAmount="117.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0800448" Longitude="108.2236066" StarRating="3" HotelCode="|265949" HotelName="Di Lusso Boutique Riverside Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14th Bach Dang street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/9/4/9/265949_75181f31729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.46" OriginalAmount="118.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07078" Longitude="108.217211" StarRating="4" HotelCode="|418236" HotelName="G8 Luxury and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Le Duan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/2/3/6/418236_26166f71542.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.60" OriginalAmount="118.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.060536" Longitude="108.216604" StarRating="5" HotelCode="|417784" HotelName="Muong Thanh Luxury Song Han Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115 Nguyen Van Linh ,Hai Chau, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/8/4/417784_5d729a21745.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.064404788269" Longitude="108.22070946315" StarRating="4" HotelCode="371430|fivitel_boutique_da_nang" HotelName="Gopatel - Golden Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>202 Nguyen Chi Thanh Street, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/79/ed79d0730dc3e9c5ccd13e23966ab2cb83ee89bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06635875" Longitude="108.24310242" StarRating="2" HotelCode="518211|kingdom_danang_hotel" HotelName="Kingdom Danang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>234 Ho Nghinh, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/19/0d194d61275d0a30754a47fdf8f02241ab6fbb27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05326006" Longitude="108.24666168" StarRating="3" HotelCode="754447|tamarind_hotel_da_nang" HotelName="Tamarind Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>83 Tran Bach Dang, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/15/1515293ac01e512857d8a8dc8e81efde8701fd8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.58" OriginalAmount="119.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0702914" Longitude="108.2421176" StarRating="3" HotelCode="|332055" HotelName="Mai Boutique Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot I-09 Pham Van Dong, An Hai Bac Ward, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/0/5/5/332055_8e2d5561810.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.62" OriginalAmount="119.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.055869" Longitude="108.245033" StarRating="3" HotelCode="|416846" HotelName="Richico Apartments and" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>176-178 Nguyen Van Thoai, My An ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/8/4/6/416846_924c69d1506.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.67" OriginalAmount="119.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06475" Longitude="108.22338" StarRating="4" HotelCode="|422856" HotelName="Val Soleil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>186 Tran Phu, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/8/5/6/422856_b94fab60837.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06796043" Longitude="108.24509806" StarRating="4" HotelCode="943396|paracel_danang_hotel" HotelName="Paracel Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>3B4.1 Vo Nguyen Giap Street, Son Tra, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/96/7c96c37fe39d755b21bd3a2b4229961450a043f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05589927" Longitude="108.24471691" StarRating="3" HotelCode="372227|84000" HotelName="Song Cong Hotel Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>305 Nguyen Van Thoai Street Phuoc My Ward, Son Tra District, Da Nang, Vietnam, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/e3/85e3f540362f3fc543d461cac4242de8272f5ce1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06718113" Longitude="108.24509729" StarRating="3" HotelCode="489092|golden_sea_3_hotel" HotelName="Golden Sea 3 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Apartment,Hotel" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>242 Vo Nguyen Giap Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/bb/f1bbe9dfe47d7233c614f38972f9180b1db0cbe0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.076744" Longitude="108.216032" StarRating="3" HotelCode="931924|big_home_hotel" HotelName="Big Home Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>191 Dong Da Street, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/cc/7ecc61a7537a6139c5b6d4de7352bbba3f23e7a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.59" OriginalAmount="121.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05391" Longitude="108.22042" StarRating="3" HotelCode="|419724" HotelName="Gold Da Nang By Haviland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Nui Thanh Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/7/2/4/419724_8c9f11b0340.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.85" OriginalAmount="121.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04857" Longitude="108.248114" StarRating="4" HotelCode="|423661" HotelName="Angel Hotels Beach Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 31-32 Tran Bach Dang Street, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/6/6/1/423661_284594e1148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.085834450509" Longitude="108.21465573432" StarRating="3" HotelCode="369046|azumaya_hotel" HotelName="Azumaya Hotel" Meals="BREAKFAST-FOR-1" BedType="BREAKFAST-FOR-1" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>31 Nguyen Tat Thanh Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/b4/e4b4bd37c388f331497e4bee5242dfa07b3b8ca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.59" OriginalAmount="122.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.065396" Longitude="108.219514" StarRating="3" HotelCode="|423006" HotelName="Central and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 - 23 Hoang Dieu, Hai Chau, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/0/0/6/423006_57a96390711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04939417" Longitude="108.247831" StarRating="3" HotelCode="554169|palazzo_hotel_apartment" HotelName="Palazzo Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 9-10-11 Tran Bach Dang Street, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/52/ca525f2b1ea79cbf7210e27e4fe7553b6cfbc4d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0647412" Longitude="108.22339395" StarRating="3" HotelCode="780920|val_soleil_hotel" HotelName="Val Soleil Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>186 Tran Phu, Da Nang 55000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/85/df8549fd010ffc27e3d0ced35699d5d964b4b51e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06283666" Longitude="108.24229396" StarRating="3" HotelCode="945593|white_sand_boutique_hotel" HotelName="White Sand Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>89-91 Vo Van kiet, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/9d/b39dcb21e8aae14105dff6c6539f19065f5a266e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Da Nang. For guests who appreciate a stylish ambience,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0800334" Longitude="108.22367915" StarRating="3" HotelCode="945553|di_lusso_boutique_hotel" HotelName="Di Lusso Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Bach Dang Street, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/c5/8bc573fb9ede0e3f13b0ce4a7f5a19fcd81cc3e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.52" OriginalAmount="123.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0674458" Longitude="108.2450848" StarRating="4" HotelCode="|332104" HotelName="Lunar Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>242 Vo Nguyen Giap, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/1/0/4/332104_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.79" OriginalAmount="123.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.068818" Longitude="108.238553" StarRating="3" HotelCode="|423272" HotelName="Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73-75 Duong Dinh Nghe, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/2/7/2/423272_74407631040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.88" OriginalAmount="123.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.101" Longitude="108.23227" StarRating="4" HotelCode="|446720" HotelName="Alan Sea Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot A6 Le Duc Tho, Nai Hien Dong Ward, Son Tra District, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/2/0/446720_6fd70ae0947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.47" OriginalAmount="124.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.078787" Longitude="108.245719" StarRating="4" HotelCode="|471771" HotelName="Mangata Beachfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/7/7/1/471771_e7b182f1155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.58" OriginalAmount="124.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.040902" Longitude="108.246428" StarRating="0" HotelCode="|423142" HotelName="Sun River and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Che Lan Vien, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/1/4/2/423142_dfa80800731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.09598845" Longitude="108.24586375" StarRating="2" HotelCode="773613|337309" HotelName="Sea Hai Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Vu Dinh Long, Tho Quang, Son Tra, Da Nang 50000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/a1/51a1e528b0d2f4c47c74c640046f0f0d719f654b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.29" OriginalAmount="126.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.055706" Longitude="108.244901" StarRating="4" HotelCode="|467300" HotelName="Ruby Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>138 NGUYEN VAN THOAI STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/3/0/0/467300_31176d31825.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.56" OriginalAmount="126.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06824" Longitude="108.24523" StarRating="4" HotelCode="|236293" HotelName="Paracel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>204 Vo Nguyen Giap Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/2/9/3/236293_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.25" OriginalAmount="126.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0686084" Longitude="108.243239" StarRating="3" HotelCode="|374861" HotelName="Golden Light" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157-159 Ho Nghinh, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/4/8/6/1/374861_8e1da981342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.26" OriginalAmount="126.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05397" Longitude="108.246355" StarRating="3" HotelCode="|422850" HotelName="Dana Sea Muong Thanh Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Tran Bach Dang, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/8/5/0/422850_8ca86470716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.36" OriginalAmount="128.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.080271701557" Longitude="108.22118323303" StarRating="2" HotelCode="227124|3469065" HotelName="Thu Bon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Ly Thuong Kiet Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/5f/845fc1f7dff873ab6438481ea6a35b61bdde4097.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.46" OriginalAmount="128.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06177" Longitude="108.23758" StarRating="4" HotelCode="|338803" HotelName="San Marino Boutique Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161-163-165 Vo Van Kiet, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/8/0/3/338803_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.08" OriginalAmount="128.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.060818" Longitude="108.239584" StarRating="4" HotelCode="|522168" HotelName="Le Cap and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Dang Vu Hy,Phuoc My, Son Tra, Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/6/8/522168_0390d820923.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05251733" Longitude="108.24553033" StarRating="3" HotelCode="855991|382011" HotelName="Pandora Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 24-25 Phan Ton Street, Da Nang 842363, Quang Nam</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1123369/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06182332" Longitude="108.23758454" StarRating="3" HotelCode="622531|san_marino_boutique_danang" HotelName="San Marino Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Lot 161, 163, 165 Vo Van Kiet Boulevard, An Hai Dong Ward, Son Tra District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/d9/bad9b1e7958ce93ed1076d414c9302774b7060a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service and a bar, f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="2" HotelCode="936874|seahorse_office_and_hotel" HotelName="Christina's DN Seahorse Hostel &amp; Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Nguyen Thai Hoc, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/02/4d02eec815ecc54f3ccedca6176ceeb3d5438a67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0558778" Longitude="108.24518266" StarRating="3" HotelCode="397557|richico_apartments_and_hotel" HotelName="Richico Apartments And Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176-178 Nguyen Van Thoai Street, My An Ward, Ngu Hanh Son District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/e2/f6e27ee64953b6facbad90916fca2dfc213725e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.14" OriginalAmount="130.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.09143" Longitude="108.21514" StarRating="3" HotelCode="|229798" HotelName="Azumaya Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Nguyen Tat Thanh, Hai Chau Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/7/9/8/229798_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04936722" Longitude="108.24829189" StarRating="2" HotelCode="378688|emily_hotel_2" HotelName="Emily Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>40 An Thuong 1, My An Ward, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/6d/a26d4fef583c772834615a17f4dfd8e4fbcc6099.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.95" OriginalAmount="131.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.052139" Longitude="108.247615" StarRating="4" HotelCode="|419101" HotelName="Santa Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Do Ba, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/1/0/1/419101_c3b37ee1739.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06861234" Longitude="108.24321246" StarRating="3" HotelCode="488623|golden_light_hotel" HotelName="Golden Light Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>157-159 Ho Nghinh, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/75/3475ce734fbab225e4f4b008d2408775f7ac3c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="619911|alansea_danang_hotel" HotelName="Alansea Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot A6-10 Le Duc Tho Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/14/b714c7c2cf31020637950742abf4ebfe8b8eba00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.91" OriginalAmount="133.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06114" Longitude="108.24243" StarRating="0" HotelCode="|240262" HotelName="Minh House Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>104 To Hien Thanh, Son Tra Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/2/6/2/240262_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.067050138175" Longitude="108.22020729344" StarRating="3" HotelCode="316996|sanouva_danang_hotel" HotelName="Sanouva Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>68 Phan Chau Trinh Street, Hai Chau District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/ea28596993aa43b6a9b3f0bf2a124350.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06022859" Longitude="108.21314953" StarRating="3" HotelCode="692349|danang_boutique_hotel" HotelName="Danang Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>150 - 156 Nguyen Van Linh, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/28/ba28e7deaf24cad1834f92a19739348537a0a84b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.37" OriginalAmount="136.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0483065" Longitude="108.2462234" StarRating="3" HotelCode="|265672" HotelName="Sea Queen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155-157 Le Quang Dao, Ngu Hanh Son Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/6/7/2/265672_61237271709.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06655615" Longitude="108.22378103" StarRating="3" HotelCode="363922|152968" HotelName="Bamboo Green Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Tran Phu Street, Hai Chau District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/8a/108acc01a4f1e24b61fc442193b2ebd12a43c36a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.05" OriginalAmount="138.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0602399" Longitude="108.2138579" StarRating="3" HotelCode="|266992" HotelName="Danang Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>150 Nguyen Van Linh 6 th floor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/9/2/266992_c674e961750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.08" OriginalAmount="138.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05286" Longitude="108.24807" StarRating="4" HotelCode="|239643" HotelName="Parosand Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>216 Vo Nguyen Giap Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/4/3/239643_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05532406" Longitude="108.24494854" StarRating="2" HotelCode="700138|daystar_hotel" HotelName="Daystar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/06/e7062c8b767d581e5e9518aee1cfa5018e4aab67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.03" OriginalAmount="139.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.08248" Longitude="108.2218" StarRating="4" HotelCode="|238973" HotelName="Grandvrio City Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>01-03 Dong Da, Hai Chau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/9/7/3/238973_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0677183" Longitude="108.24511683" StarRating="4" HotelCode="601416|paris_deli_danang_beach_hotel" HotelName="Khach San Paris Deli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Jacuzzi,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>236 Vo Nguyen Giap, Phuong Phuoc My, Quan Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/63/65633502da1ab507f00a401f9230c6f65592a24c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06701407" Longitude="108.2431068" StarRating="0" HotelCode="983573|the_memory_danang" HotelName="The Memory" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>202 Ho Nghinh, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/dc/b4dc75eba29d27c917b81e7d995625dafba6dc66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.70" OriginalAmount="142.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.065845" Longitude="108.242426" StarRating="3" HotelCode="|421414" HotelName="Lem's Apartment and Coffee" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Phuoc My 1, Phuoc My, Son Tra, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/4/1/4/421414_5961dbe1725.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.38" OriginalAmount="142.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0549686" Longitude="108.2441245" StarRating="3" HotelCode="|332195" HotelName="Sofia Suite Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/1/9/5/332195_9ed60de1826.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.43" OriginalAmount="143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05380783" Longitude="108.24758773" StarRating="4" HotelCode="587746|muong_thanh_luxury_da_nang_hotel" HotelName="Muong Thanh Luxury Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>270 Vo Nguyen Giap Street, My An Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8b1e71d59d299ead8b593d26fe21928bfcd666.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.45" OriginalAmount="143.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.066426" Longitude="108.244985" StarRating="4" HotelCode="|419100" HotelName="Canvas Danang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>234 Vo Nguyen Giap, Phuoc My Ward, Son Tra District, Da Nang, Vietnam, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/1/0/0/419100_3b264b71723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.33" OriginalAmount="143.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.08252" Longitude="108.22104" StarRating="4" HotelCode="|240034" HotelName="New Orient Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Dong Da Street Hai Chau District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/0/3/4/240034_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.44" OriginalAmount="144" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04896167" Longitude="108.24894028" StarRating="4" HotelCode="594464|218191" HotelName="Adamo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses,Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>304 Vo Nguyen Giap, Da Nang 550000, Ngu Hanh Son</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/766652/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.71" OriginalAmount="144.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.065547" Longitude="108.223484" StarRating="4" HotelCode="|446727" HotelName="Wink Danang Centre, Unscripted by Hyatt - 24 Hours stay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>178 Tran Phu Street, Phuoc Ninh Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/2/7/446727_f071ea91008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.10" OriginalAmount="144.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0489408" Longitude="108.2489113" StarRating="4" HotelCode="|332172" HotelName="Yarra Ocean Suites Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>304 Vo Nguyen Giap Street, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/1/7/2/332172_5593c831333.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05373" Longitude="108.24769" StarRating="4" HotelCode="|239441" HotelName="Muong Thanh Luxury Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>270 Vo Nguyen Giap, My An Ward, Ngu Hanh Son District, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/4/4/1/239441_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.66" OriginalAmount="145.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.067547" Longitude="108.245254" StarRating="0" HotelCode="|239463" HotelName="Mandila Beach Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>218 Vo Nguyen Giap Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/4/6/3/239463_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.96" OriginalAmount="145.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05326" Longitude="108.24786" StarRating="5" HotelCode="|239492" HotelName="The Nalod Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>192 Vo Nguyen Giap, Son Tra District, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/4/9/2/239492_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.34" OriginalAmount="145.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0677684" Longitude="108.2450853" StarRating="4" HotelCode="|338718" HotelName="Paris Deli Danang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>236 Vo Nguyen Giap, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/7/1/8/338718_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06682597" Longitude="108.24512497" StarRating="3" HotelCode="488573|bluesun_hotel" HotelName="BlueSun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>230 Vo Nguyen Giap, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/2f/d62fdc39e71d3ce2847933e4a303cec21f37c651.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.64" OriginalAmount="146.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.060162" Longitude="108.2146103" StarRating="4" HotelCode="|266889" HotelName="Mitisa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67-69 Nguyen Van Linh, Hai Chau District , Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/8/8/9/266889_d8e9f381052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.47" OriginalAmount="147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06774557" Longitude="108.24512193" StarRating="4" HotelCode="572627|belle_maison_parosand_danang" HotelName="Belle Maison Parosand Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>216 Vo Nguyen Giap Street, Son Tra, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/9c/2f9c4d304ec42f66c218f31f68e449e6f25d406b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a café, a bar, a transfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.07" OriginalAmount="147.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0627618" Longitude="108.2422819" StarRating="4" HotelCode="|332230" HotelName="White Sand Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 91 Vo Van Kiet St Phuoc My Ward Son Tra Distric</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/2/3/0/332230_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.94" OriginalAmount="150.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.040743" Longitude="108.245347" StarRating="0" HotelCode="|541665" HotelName="Vernalhome Boutique Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Luu Quang Thuan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/1/6/6/5/541665_7a2306f1006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.08251333" Longitude="108.22116379" StarRating="4" HotelCode="604705|new_orient_hotel_danang" HotelName="New Orient Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>20 Dong Da Street, Hai Chau District, Da Nang City 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/da/ffda661435184bdd08bc2fd4fdc44c2bcba60d0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.24" OriginalAmount="151.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05186" Longitude="108.24666" StarRating="0" HotelCode="|233522" HotelName="Cicilia &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.06-08-10 Do Ba street, T20 Beach, Ngu Hanh Son District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/5/2/2/233522_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.048448941444" Longitude="108.24809370786" StarRating="3" HotelCode="309481|starlet_hotel" HotelName="Starlet Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>31-32 Ngo Thi Si, My An, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/e5/48e5c5683d30732c3739c2fbb79485e4350a4e72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, room service and a confe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0677419" Longitude="108.24522234" StarRating="3" HotelCode="586004|mandila_beach_hotel_danang" HotelName="Mandila Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 22/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>218 Vo Nguyen Giap Street, Phuoc My Ward, Son Tra District, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/25/7e2523e22cf44c955fb9d5e379de956555d06163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.87" OriginalAmount="153.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0668382" Longitude="108.2234538" StarRating="4" HotelCode="|331519" HotelName="Satya Da Nang Han Market" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155 Tran Phu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/5/1/9/331519_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.88" OriginalAmount="153.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.069096" Longitude="108.222909" StarRating="3" HotelCode="|422715" HotelName="Seahorse Tropical Da Nang By Haviland" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Yen Bai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/7/1/5/422715_e9e5bee1133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.00" OriginalAmount="153.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.052371" Longitude="108.246755" StarRating="0" HotelCode="|467977" HotelName="Golden Lotus Luxury Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>198B Tran Bach Dang Bac My Phu Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/9/7/7/467977_5a2d0131822.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.19" OriginalAmount="153.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06995" Longitude="108.2454" StarRating="0" HotelCode="|233188" HotelName="Bluesun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>230 Vo Nguyen Giap Phuoc My, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/1/8/8/233188_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05246646" Longitude="108.24516838" StarRating="3" HotelCode="753499|otel_aria_grand_hotel_apartments" HotelName="Aria Grand Hotel &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Bar,Bicycle Rental,Business Centre,Conference Hall,Designated Smoking Area,Dining,Golf,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Printer,Restaurant,Room Service,Sauna,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>63-65-67 Phan Ton Street, My An Ward, Ngu Hanh Son District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/db/40/db4003c48c4c6d78dcf519a37ac5b6606a8fcc5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;If what you're looking for is a conveniently located property in Da Nang, look no further than Aria ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.54" OriginalAmount="154.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.053508" Longitude="108.24784" StarRating="0" HotelCode="|420018" HotelName="Sofiana My Khe and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54-56 Tran Bach Dang , Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/0/1/8/420018_73439511719.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.06" OriginalAmount="155.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.038482" Longitude="108.243838" StarRating="4" HotelCode="|418282" HotelName="Nostalgia Ds" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11A Ho Xuan Huong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/2/8/2/418282_ffbaa510207.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.051966337841" Longitude="108.2469321018" StarRating="4" HotelCode="386269|153344" HotelName="Cicilia Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>No. 23.25.27 Do Ba Road, T20 Beach, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e1/d5/e1d5def321e5581fcf99d8181fa0443692a1dd74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.10" OriginalAmount="156.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0669075" Longitude="108.2450348" StarRating="4" HotelCode="|331797" HotelName="Diamond Sea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>232 Vo Nguyen Giap Street, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/7/9/7/331797_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.90" OriginalAmount="157.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0735" Longitude="108.241" StarRating="4" HotelCode="|418850" HotelName="Cordial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Loseby Street, An Hai Bac Ward, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/8/5/0/418850_4d5a49b0741.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.24" OriginalAmount="158.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.054867" Longitude="108.241006" StarRating="0" HotelCode="|471397" HotelName="Estrella Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Nguyen Van Thoai An Hai Dong Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/3/9/7/471397_72a0a7f1142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.59" OriginalAmount="159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06341164" Longitude="108.24404413" StarRating="3" HotelCode="586952|pavilion_hotel_da_nang" HotelName="Pavilion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>35 Vo Van Kiet Street, Son Tra District, Da Nang 55000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/b9/feb9d9e5ba132d5a01d9974f39152852bf9ee810.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.59" OriginalAmount="159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.08248448" Longitude="108.24721982" StarRating="3" HotelCode="758554|cani_beach_house" HotelName="Cani Beach House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Le Boi Street, Man Thai Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/a3/71a34dc462d302e7772217d8d002c734681e330e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="160.62" OriginalAmount="159.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07355636" Longitude="108.24107552" StarRating="3" HotelCode="855979|707152" HotelName="Cordial Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Loseby Street, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/74/3b74f126cb3235a1d057a67ea174bb222378b4aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.31" OriginalAmount="159.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06017428" Longitude="108.21448913" StarRating="3" HotelCode="626125|687957" HotelName="Mitisa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>67-69 Nguyen Van Linh, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/04/5404fc88e8258dffec629376a93b9398e5341156.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.60" OriginalAmount="160.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.044234247147" Longitude="108.22273843717" StarRating="4" HotelCode="325452|minh_toan_galaxy_hotel" HotelName="Minh Toan Galaxy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>306 2/9 Street, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/dd/fddd8530bc1a7300ad38e47b00567e345961233e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.57" OriginalAmount="161.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.051041" Longitude="108.24721" StarRating="0" HotelCode="|423483" HotelName="Golden Lotus Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot C5 Tran Bach Dang Street My An Ward, Ngu Hanh Son District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/4/8/3/423483_46c4f1b0926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0579691" Longitude="108.24568004" StarRating="3" HotelCode="754615|337144" HotelName="Animor Green Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lo 47 My Khe 4, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/a1/1ba13a67697e90d638dc1717a6191ad8c5c90669.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.62" OriginalAmount="162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.066962" Longitude="108.223909" StarRating="3" HotelCode="396946|satya_hotel" HotelName="Satya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>155 Tran Phu, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/4b/dd4b23e8a96d933747f5ec7c5cc735b9a4afe075.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.23" OriginalAmount="162.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.048667" Longitude="108.247298" StarRating="4" HotelCode="|446718" HotelName="Draco and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 An Thuong 2, Da Nang 550000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/1/8/446718_90aba371300.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.87" OriginalAmount="163.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06332" Longitude="108.2439" StarRating="4" HotelCode="|239700" HotelName="Pavilion Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Vo Van Kiet St., Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/7/0/0/239700_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.18" OriginalAmount="163.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.066178" Longitude="108.224459" StarRating="4" HotelCode="|418291" HotelName="Haian Riverfront Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>182 Bach Dang Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/2/9/1/418291_590ce840253.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.64" OriginalAmount="164.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06077109" Longitude="108.22267059" StarRating="4" HotelCode="374973|vanda_2" HotelName="Vanda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>03 Nguyen Van Linh Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ed/dbedc95758b9b463e1b088e098a6aabc1a03fcd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.18" OriginalAmount="164.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06667897" Longitude="108.24509798" StarRating="4" HotelCode="374618|577453" HotelName="Diamond Sea Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Vo Nguyen Giap Street, Son Tra District, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/70/46707aec9bdc1f68f22a6653026092f57859d7ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="167.37" OriginalAmount="165.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.066807666667" Longitude="108.22488133333" StarRating="4" HotelCode="915944|229356" HotelName="Brilliant Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Bach Dang Street, Hai Chau I Ward, Danang, Hai Chau District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/c1/e8c13e41c0a89821c7780402866b9e28f1fad30a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.92" OriginalAmount="166.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0405" Longitude="108.247" StarRating="3" HotelCode="|447056" HotelName="Daisy Boutique Hotel and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Che Lan Vien, Ngu Hanh Son District, Da Nang, 50000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/0/5/6/447056_5cef53d0720.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.06" OriginalAmount="168.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.066077" Longitude="108.244392" StarRating="3" HotelCode="|533586" HotelName="The Dream Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Ha Bong Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/8/6/533586_f37ef031415.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.41" OriginalAmount="170.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0578562" Longitude="108.2466468" StarRating="5" HotelCode="|339267" HotelName="Dlg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258 Vo Nguyen Giap, Phuoc My Ward, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/2/6/7/339267_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.58" OriginalAmount="170.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0754472" Longitude="108.2449828" StarRating="4" HotelCode="|266499" HotelName="7 Seven Sea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>150 Vo Nguyen Giap, Phuoc My Ward, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/4/9/9/266499_b85f1ec1020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07469942" Longitude="108.24495911" StarRating="3" HotelCode="489119|sekong_hotel_da_nang" HotelName="Sekong Hotel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>152 Vo Nguyen Giap Street, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/27/10274f5ccf9dbec805076adbe3410d73ad6fe432.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.15" OriginalAmount="171.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06706506" Longitude="108.24515519" StarRating="4" HotelCode="965860|665856" HotelName="Maximilan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>222 Vo Nguyen Giap Street, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/5a/395a3a5ffa86314b914ab7ae34c4530520f8b9f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="174.02" OriginalAmount="172.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06575166" Longitude="108.24511572" StarRating="3" HotelCode="590927|659158" HotelName="Le Hoang Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>244 Vo Nguyen Giap Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/3d/813dd30e19cdeb3e95fd5b80a7270797ddd90cc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.42" OriginalAmount="172.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04994" Longitude="108.247609" StarRating="0" HotelCode="|423239" HotelName="Senorita Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 Tran Bach Dang, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/2/3/9/423239_e41e4670840.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.21" OriginalAmount="173.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05054" Longitude="108.22229" StarRating="4" HotelCode="|230259" HotelName="Minh Toan Galaxy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>306 2/9 Street, Hai Chau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/2/5/9/230259_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.09756141" Longitude="108.224319" StarRating="4" HotelCode="621871|danang_golden_bay" HotelName="Danang Golden Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>01 Le Van Duyet Street, Nai Hien Dong Ward, Son Tra District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/e1/90e1e0564108cf77d34d139e1aea01137737084f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.85" OriginalAmount="175.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0658542" Longitude="108.245074" StarRating="4" HotelCode="|338403" HotelName="Le Hoang Beach Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>244 Vo Nguyen Giap Street, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/0/3/338403_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.18" OriginalAmount="175.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049557" Longitude="108.248897" StarRating="4" HotelCode="|339291" HotelName="Balcona Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>288 Vo Nguyen Giap Street, My An Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/2/9/1/339291_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0746108" Longitude="108.246036" StarRating="3" HotelCode="424285|444444" HotelName="Temple Danang Resort Experience" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Concierge,Designated Smoking Area,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Street, Son Tra District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/95/14955148f65efb97fc3ef37be2277a197637c010.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Temple Resort Experience Danang to discover the wonders of Da Nang. The hotel offers a high ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="179.70" OriginalAmount="177.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06355084" Longitude="108.24470109" StarRating="3" HotelCode="946958|653917" HotelName="Stella Maris Beach Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>03 Vo Van Kiet Street, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/fd/fafd256f6ca10a0433e2a64b16b1ace33c212f04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.41" OriginalAmount="178.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.09745" Longitude="108.22419" StarRating="5" HotelCode="|240109" HotelName="Wyndham Danang Golden Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Le Van Duyet, Son Tra, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/1/0/9/240109_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07549299" Longitude="108.24497634" StarRating="3" HotelCode="586466|seven_sea_hotel_da_nang" HotelName="Seven Sea Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>150 Duong Vo Nguyen Giap, Quan Son Tra, Thanh Pho, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/3f/223f8bb8973aac7b43cc1a85aa501d49c3ef45cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05802103" Longitude="108.24658064" StarRating="5" HotelCode="739612|dlg_hotel" HotelName="DLG Hotel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Internet,Laundry,Parking,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>258 Vo Nguyen Giap Street, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/00/bb006edc798061b6a080342689d99c89e76841a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;DLG Hotel Danang features 237 rooms with full functions and facilities up to 5-star ranking. Ideally...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.08" OriginalAmount="179.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0606163" Longitude="108.2224928" StarRating="4" HotelCode="|331821" HotelName="Vanda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>03 Nguyen Van Linh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/8/2/1/331821_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.83" OriginalAmount="180.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049582" Longitude="108.245477" StarRating="4" HotelCode="|446724" HotelName="Golden Lotus Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86 Le Quang Dao, Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/2/4/446724_c3320281051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06039501" Longitude="108.2455247" StarRating="0" HotelCode="956605|salmalia_boutique_hotel_spa" HotelName="Salmalia Boutique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Lam Hoanh, Phuoc My, Son Tra, Da Nang 50000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/8d/6d8dd55d48a97912f7e3718d1f2cc935760b0220.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.66" OriginalAmount="181.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06724" Longitude="108.245188" StarRating="4" HotelCode="|418234" HotelName="Maximilan Danang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 Vo Ngyen Giap Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/2/3/4/418234_7c1523d1552.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.24" OriginalAmount="183.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0627702" Longitude="108.2461453" StarRating="5" HotelCode="|264751" HotelName="Grand Tourane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>252 Vo Nguyen Giap, Phuoc My, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/7/5/1/264751_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.37" OriginalAmount="184.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07333" Longitude="108.24078" StarRating="3" HotelCode="|420393" HotelName="Hai Trieu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 20 Loseby Son Tra Da Nang Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/3/9/3/420393_ff3ad1e1739.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.76" OriginalAmount="184.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0606" Longitude="108.245" StarRating="4" HotelCode="|417686" HotelName="Salmalia Boutique and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Lam Hoanh, Phuoc My, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/8/6/417686_32e01061754.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.87" OriginalAmount="186.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05117902" Longitude="108.24839818" StarRating="4" HotelCode="754576|632203" HotelName="Balcona Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>288 Vo Nguyen Giap Street, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1123691/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0548471" Longitude="108.24177655" StarRating="4" HotelCode="510879|risemount_resort_danang" HotelName="Risemount Resort Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Nguyen Van Thoai Street, My An Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/16/5516000e18ee0c5e129b848e83055c3de3918645.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.00" OriginalAmount="187.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.075807" Longitude="108.244902" StarRating="5" HotelCode="|468288" HotelName="Awaken Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>148 Vo Nguyen Giap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/2/8/8/468288_208a61d1716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.34" OriginalAmount="187.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049256" Longitude="108.2470497" StarRating="4" HotelCode="|331852" HotelName="Avatar Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/8/5/2/331852_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.41" OriginalAmount="187.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06593" Longitude="108.24524" StarRating="3" HotelCode="|230856" HotelName="Sea Front" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>240 Vo Nguyen Giap Son Tra district</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/8/5/6/230856_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.48" OriginalAmount="189.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0558" Longitude="108.24465" StarRating="0" HotelCode="|230030" HotelName="Soco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>305 Nguyen Van Thoai Street Phuoc My Ward, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/0/3/0/230030_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.061753616934" Longitude="108.24589439312" StarRating="4" HotelCode="440801|158064" HotelName="Grand Tourane Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>252 Vo Nguyen Giap Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/478241/478241a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.05" OriginalAmount="191.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06889" Longitude="108.24514" StarRating="4" HotelCode="|189062" HotelName="A La Carte Da Nang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200 Vo Nguyen Giap Street, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/6/2/189062_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.52" OriginalAmount="191.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.061604" Longitude="108.221747" StarRating="0" HotelCode="|447405" HotelName="Cozy Danang Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Co Giang Hai Chau, 37 Co Giang. Da Nang, Da Nang, 550000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/4/0/5/447405_82075691722.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.16" OriginalAmount="192.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.077492" Longitude="108.215732" StarRating="3" HotelCode="|422371" HotelName="Kaia Residence Da Nang Quiet Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>132/15 Ly Tu Trong Str</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/3/7/1/422371_5441af41736.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.51" OriginalAmount="192.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0681" Longitude="108.245" StarRating="4" HotelCode="|418131" HotelName="Chicland Boutique Danang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>210 Vo Nguyen Giap, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/1/3/1/418131_2c28da20316.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.08" OriginalAmount="194.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0533202" Longitude="108.2479829" StarRating="5" HotelCode="|417790" HotelName="Rosamia Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>282 Vo Nguyen Giap, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/9/0/417790_d5678181733.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.96" OriginalAmount="196.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06597581" Longitude="108.24518175" StarRating="3" HotelCode="372878|sea_front_hotel" HotelName="Sea Front Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>240 Vo Nguyen Giap, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/ff/a7ff0c6aaea8709b6e2e13520c5b5ba1f97e6bbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.98" OriginalAmount="198.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05305681" Longitude="108.24799501" StarRating="4" HotelCode="856068|rosamia_da_nang_hotel" HotelName="Rosamia Da Nang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Bar,Beauty Salon,Business Centre,Conference Hall,Designated Smoking Area,Dining,Fax,Internet,Kids Play Area,Laundry,Lounge,Massage Centre,Meeting Room,Nightclub,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>282 Vo Nguyen Giap Street, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/39/29390850609058632c8f9f3047ae67cf3a845756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Danang. A total of 222 bedrooms are available for guests' conve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.029768805304" Longitude="108.25579268586" StarRating="5" HotelCode="383592|olalani_resort_and_condotel" HotelName="Olalani Resort and Condotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>111 Vo Nguyen Giap Street, Khue My Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/41/9841e76c4e8fc630f411a78f72f63456212b5ea5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.95" OriginalAmount="200.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.067206" Longitude="108.245135" StarRating="4" HotelCode="|418273" HotelName="Minh Toan Safi Ocean" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>224 Vo Nguyen Giap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/2/7/3/418273_36ab2dd0126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.03" OriginalAmount="203.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0711002" Longitude="108.23032136" StarRating="5" HotelCode="746364|vinpearl_condotel_riverfront_danang" HotelName="Vinpearl Condotel Riverfront Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Bar,Concierge,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>341 Tran Hung Ðao, Phuong An Hai Bac, Quan Son Trà, TP Ðà Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/92/9492b17ee36c3ae54c65a8be0dd5ed9aff6809ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Vinpearl Condotel Riverfront Danang offers an ideal location in Da Nang, near the Han River, 1.5 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.05" OriginalAmount="204.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.065906" Longitude="108.245189" StarRating="3" HotelCode="|419913" HotelName="Seafront Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>240 Vo Nguyen Giap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/1/3/419913_5ae40951842.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.05" OriginalAmount="205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06878708" Longitude="108.24488503" StarRating="4" HotelCode="318546|a_la_carte_da_nang_beach" HotelName="A La Carte Danang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duong Dinh Nghe, Phuoc My, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/97/e397a13268e77270051e4fd0c40daa67b2c4e6c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.91" OriginalAmount="206.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.073103" Longitude="108.242916" StarRating="0" HotelCode="|447401" HotelName="Del Luna By Luk Global" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>138 ho nghinh, son tra, Da Nang, Da nang, 550000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/4/0/1/447401_808b32a1720.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049522185085" Longitude="108.24867620432" StarRating="4" HotelCode="300555|79042" HotelName="Holiday Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Street, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/c9/65c9d29e130e78ed3a9b41c9ce25abff6be6c561.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.05" OriginalAmount="211.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.053532" Longitude="108.247927" StarRating="4" HotelCode="|339234" HotelName="Haian Beach and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>278 Vo Nguyen Giap Da Nang Da Nang Municipality</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/2/3/4/339234_2cf32041016.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.39" OriginalAmount="212.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.076847" Longitude="108.230959" StarRating="5" HotelCode="|373153" HotelName="Meliá Vinpearl Danang Riverfront" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>341 Tran Hung Dao Street, An Hai Bac Ward, Son Tra District, Da Nang city, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/3/1/5/3/373153_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.14" OriginalAmount="214.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.061753391801" Longitude="108.2460808754" StarRating="3" HotelCode="162187|tourane_hotel" HotelName="Tourane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Laundry,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>My Khe Beach, Son Tra District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/49/4b498e56a959a6eb475bb7a473eb6d3446d25213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Da Nang, this hotel is right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.42" OriginalAmount="214.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.055945" Longitude="108.244599" StarRating="3" HotelCode="|419916" HotelName="SOCO Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>305 Nguyen Van Thoai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/1/6/419916_7e417441850.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.70" OriginalAmount="214.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049589" Longitude="108.248326" StarRating="4" HotelCode="|157804" HotelName="Holiday Beach Danang and Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>My Khe Beach, Vo Nguyen Giap Street, Ngu Hanh Son District, Danang City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/8/0/4/157804_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays. SITUATION: The hotel is in the area, the beach, Close to shops.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.62" OriginalAmount="215.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0806357" Longitude="108.2468073" StarRating="5" HotelCode="|418038" HotelName="Sel De Mer and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Vo Nguyen Giap, Son Tra , Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/0/3/8/418038_a81f0fe0812.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.87" OriginalAmount="219.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.073946" Longitude="108.24472" StarRating="5" HotelCode="|418054" HotelName="Radisson Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>170 Vo Nguyen Giap, Phuoc My Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/0/5/4/418054_8c59f6f0928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.20" OriginalAmount="220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04567141" Longitude="108.22718779" StarRating="3" HotelCode="397966|the_blossom_resort_danang" HotelName="The Blossom Resort Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Lot A1-A2 Green Island Zone, Hoa Cuong Bac Ward, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/dd/45dd2ad4f50df17707c672e646a405bf1887bf70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.21" OriginalAmount="221" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06675875" Longitude="108.24321981" StarRating="3" HotelCode="586362|230728" HotelName="Crystal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>204 -206 Ho Nghinh Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/fe/ddfef90512463ddb0c9ff2730c464358f0e31dbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.21" OriginalAmount="221.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05335407" Longitude="108.24785549" StarRating="3" HotelCode="754911|haian_beach_hotel_spa" HotelName="Haian Beach Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Bicycle Rental,Business Centre,Conference Hall,Designated Smoking Area,Laundry,Lounge,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>278 Vo Nguyen Giap Street, Ngu Hanh Son District, DaNang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/1f/551f44f070c117657a3e8d21791ee00b03eeed67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;One of the 4-star service hotels in DaNang city – is ideally located directly at the beautiful beach...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.96" OriginalAmount="222.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.045872" Longitude="108.22718" StarRating="4" HotelCode="|264972" HotelName="The Blossom Resort Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot A1-A2 Zone of Villas of-Green Island-Hoa Cuong Bac-Hai Chau District-Da Nang-Viet Nam, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/9/7/2/264972_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.24" OriginalAmount="224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.043259450531" Longitude="108.2479849282" StarRating="3" HotelCode="373491|sea_view_hotel_7" HotelName="Le Manoir Premier Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>378 Võ Nguyên Giáp Street, M? An Ward, Ngu Hành Son District, Ðà N?ng</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/2f/b72fbde8edd053723718bdc7b9fd0f6b964ab36a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.18" OriginalAmount="225.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.061896" Longitude="108.245472" StarRating="4" HotelCode="|417649" HotelName="Sala Danang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Lam Hoanh Street, Son Tra district</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/4/9/417649_f7657e31659.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.30" OriginalAmount="230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="727761|rung_huong_apartment" HotelName="Rung Huong Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>488 Vo Nguyen Giap, Ngu Hanh Son, Da Nang 5550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/eb/94eb18867f1d89a9d46f224654f711b0924ddede.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="235.59" OriginalAmount="233.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06207974" Longitude="108.24539694" StarRating="4" HotelCode="973445|660814" HotelName="Sala Danang Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 - 38 Lam Hoanh Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/95/2195ccc0a0d4225a9f1fa52c392fe6d6d4b3d7a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.95" OriginalAmount="235.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0549" Longitude="108.2416" StarRating="4" HotelCode="|235650" HotelName="Risemount Premier Resort Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Nguyen Van Thoai Street, My An Ward Ngu Hanh Son District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/6/5/0/235650_20.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.32" OriginalAmount="235.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07777" Longitude="108.245618" StarRating="5" HotelCode="|417609" HotelName="Altara Suites Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Vo Nguyen Giap Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/0/9/417609_e09f59f1624.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.39" OriginalAmount="239.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07772093" Longitude="108.24526845" StarRating="3" HotelCode="739600|four_points_by_sheraton_danang" HotelName="Four Points By Sheraton Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>118-120 Vo Nguyen Giap Street, Phuoc My Ward, Son Tra District, Danang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/86/8d86c76aeab2f2804dbb485175d4c7fc4ea7a17b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is located in Danang. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="245.02" OriginalAmount="242.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.080069" Longitude="108.2464221" StarRating="3" HotelCode="|421436" HotelName="Hilton Garden Inn Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Man Thai Ward, Son Tra District, Da Nang Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/4/3/6/421436_65398871737.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.47" OriginalAmount="247.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07028432" Longitude="108.24190149" StarRating="3" HotelCode="585286|bantique_hotel" HotelName="Bantique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>17-18 H2 Pham Van Dong, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/ca/a9ca13791794f5c57257413b1a9045cf90a61603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="250.37" OriginalAmount="247.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07766553" Longitude="108.24541471" StarRating="5" HotelCode="596224|642606" HotelName="Altara Suites by Ri-Yaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>120 Vo Nguyen Giap, Phuoc My Ward, Da Nang, Son Tra</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/c9/a3c933e9e1c43e35a69a2388f24a15c5f3b67ce1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="257.84" OriginalAmount="255.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.96786064" Longitude="108.01968558" StarRating="3" HotelCode="587419|839245" HotelName="Ebisu Onsen Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Highway 14G, Hoa Phu, Hoa Vang, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/24/6424dfd89665e75ff8ba93a61380e0bb99d33207.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.03" OriginalAmount="255.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0654" Longitude="108.222" StarRating="0" HotelCode="|420034" HotelName="Dong Duong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 Thai Phien, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/0/3/4/420034_7e944a51730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.77" OriginalAmount="260.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07028" Longitude="108.24207" StarRating="0" HotelCode="|231444" HotelName="Sofia Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot I- 11 Pham Van Dong Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/4/4/4/231444_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.49" OriginalAmount="262.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.078336" Longitude="108.217808" StarRating="3" HotelCode="|416704" HotelName="A25 - 137 Nguyen Du Dn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>137 Nguyen Du</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/7/0/4/416704_852e0ea1029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06519558" Longitude="108.22211717" StarRating="0" HotelCode="967180|dong_duong_hotel_suites" HotelName="Dong Duong Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>62 Thai Phien, Phuoc Ninh Ward, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/c0/66c0443a22481bf6954a17a4c507e75fe4b3d824.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.19" OriginalAmount="265.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07038492" Longitude="108.24223649" StarRating="3" HotelCode="369550|593509" HotelName="Sofia Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot I-11 Pham Van Dong, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/ce/5ece944cc08dc59cb0975a956aa757ab58569cd6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Da Nang. For guests who appreciate a stylish ambience,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.23" OriginalAmount="265.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.081015" Longitude="108.246894" StarRating="5" HotelCode="|552531" HotelName="Peninsula  Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Vo Nguyen Giap, Ward Man Thai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/3/1/552531_2ea90191418.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.70" OriginalAmount="270.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.055459521506" Longitude="108.24386454844" StarRating="4" HotelCode="435859|royal_lotus_hotel_danang_managed_by_hk_hospitality_2" HotelName="Royal Lotus Hotel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>120A Nguyen Van Thoai Street, Ngu Hanh, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/28/1a283ef935d5722c1dfa79f7bb5b93840e1055eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="277.11" OriginalAmount="274.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06701222" Longitude="108.24515244" StarRating="4" HotelCode="586289|637923" HotelName="Monarque Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>238 Vo Nguyen Giap, Phuoc My ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/7b/587b8ebd3b2c97bffc6846e2fa7fe6d83402bdd8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.75" OriginalAmount="275.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.077272" Longitude="108.223386" StarRating="5" HotelCode="212976|novotel_danang_premier_han_river" HotelName="Novotel Danang Premier Han River" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Bach Dang Street, Hai Chau District, Danang 02363</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/38/1f3892385370f04313f4bd6f5105e0d52bf413f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a total of 429 rooms. Services and facilities at the hotel include a res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.10" OriginalAmount="292.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.003615" Longitude="108.265974" StarRating="5" HotelCode="|552522" HotelName="KOI Resort and Residence Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/2/2/552522_077c2cd1243.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.90" OriginalAmount="293.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049672" Longitude="108.248116" StarRating="0" HotelCode="|555625" HotelName="MONS BOUTIQUE HOTEL and APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14-16 AN THUONG 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/6/2/5/555625_53a5bfb1515.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="304.08" OriginalAmount="301.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07112" Longitude="108.231075" StarRating="5" HotelCode="|418314" HotelName="Melia Vinpearl Danang Riverfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ngo Quyen Street, An Hai Bac</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/3/1/4/418314_d32e8060247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.14" OriginalAmount="306.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05136" Longitude="108.24779" StarRating="4" HotelCode="|417680" HotelName="Tms Da Nang Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>292 Vo Nguyen Giap Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/8/0/417680_deddca11742.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.07" OriginalAmount="307.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0513769" Longitude="108.24799031" StarRating="5" HotelCode="777634|tms_hotel_da_nang_beach" HotelName="TMS Luxury Hotel Danang Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Road, Royal Era l, Urban Commerce Service Complex Area, My An Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/50/4050f599f6f175c0a1fcdf287f1a4f4c968fe2dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.16" OriginalAmount="316.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049909666667" Longitude="108.24807933333" StarRating="3" HotelCode="915939|chu_hotel" HotelName="Chu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>02-04-06  An Thuong 1, Ngu Hanh Son, Bac My An Beach, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f3/caf30d892068647acb2be7a3f3f27e6910c279c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.21" OriginalAmount="321.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.00904346" Longitude="108.00773539" StarRating="4" HotelCode="375371|french_village" HotelName="Hotel Mercure Danang French Village Bana Hills" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>An Son, Hoa Son Commune, Hoa Vang District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/4a/074a911ed01d96425e2b572e630621cf47b426b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="329.46" OriginalAmount="326.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.061565" Longitude="108.24538" StarRating="1" HotelCode="|423599" HotelName="Chi House Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 D. Lam Hoanh Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/5/9/9/423599_93c535e1755.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="336.33" OriginalAmount="333.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07307381" Longitude="108.22440115" StarRating="4" HotelCode="570421|hilton_da_nang" HotelName="Hilton Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>50 Bach Dang Street, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/65/df65ef8083d994375af735e102f18ba9e8448d45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="343.40" OriginalAmount="340.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06657316" Longitude="108.24432175" StarRating="3" HotelCode="374794|lan_nhi_hotel" HotelName="Lan Nhi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>66 Ha Bong, Phuoc My, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/83/cf83fde5d0b93c387935fe008cc4be1e5e336686.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="351.73" OriginalAmount="348.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.075336" Longitude="108.22169" StarRating="5" HotelCode="|446675" HotelName="Crowne Plaza Danang City Centre by IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Quang Trung, 284, Da Nang, 550000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/6/7/5/446675_3d23f650925.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="353.06" OriginalAmount="349.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0676785" Longitude="108.2452581" StarRating="4" HotelCode="|338710" HotelName="Monarque Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>238 Vo Nguyen Giap, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/7/1/0/338710_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.51" OriginalAmount="351.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.9955056" Longitude="108.2588049" StarRating="5" HotelCode="313423|naman_retreat" HotelName="Naman Retreat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Truong Sa Street, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/17/21/172188177096af16f8d5435c26a2053bda26af27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in a quiet area in Da Nang, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="355.16" OriginalAmount="351.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.066924" Longitude="108.2442904" StarRating="2" HotelCode="|264930" HotelName="Elc Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 Ha Bong, Phuoc My, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/9/3/0/264930_31511e81721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="358.40" OriginalAmount="354.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.074269" Longitude="108.244741" StarRating="4" HotelCode="|469103" HotelName="voco Ma Belle Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>168 Vo Nguyen Giap Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/1/0/3/469103_4d515c31825.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="364.46" OriginalAmount="360.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.9982066" Longitude="107.9880295" StarRating="4" HotelCode="|218445" HotelName="Mercure Danang French Village Bana Hills" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>An Son, Hoa Son Commune, Hoa Vang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/4/4/5/218445_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.06" OriginalAmount="366.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.08381" Longitude="108.24792" StarRating="4" HotelCode="|239708" HotelName="Monarque" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>238 Vo Nguyen Giap, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/7/0/8/239708_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="372.14" OriginalAmount="368.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.051273210895" Longitude="108.24848435997" StarRating="5" HotelCode="828817|642985" HotelName="Eden Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>294 Vo Nguyen Giap Street, My An Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/05/6e051294a836a595f804ca697f74af5a6a5c3253.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang, right by the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="374.71" OriginalAmount="371" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.999712409558" Longitude="108.26985472884" StarRating="4" HotelCode="303826|83998" HotelName="Meliá Danang" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Truong Sa Street Nr. 19 - Station Hoa ward, Da Nang - Ngu Hanh Son District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/b0/afb0a3c1c0b01ad080cfd8a3c0b6951db86222cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="386.73" OriginalAmount="382.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.974152" Longitude="108.280522" StarRating="5" HotelCode="|552523" HotelName="The Ocean Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Truong Sa, Hoa Hai, Ngu Hanh Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/2/3/552523_03ba2a71227.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="392.22" OriginalAmount="388.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.97854" Longitude="108.28189" StarRating="5" HotelCode="|240122" HotelName="Mangala Zen Garden and Luxury Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>J.02 The Ocean Villas, Truong Sa Road, Ward Ngu Hanh Son, Da Nang, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/1/2/2/240122_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="396.93" OriginalAmount="393" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.027335551764" Longitude="108.25648784637" StarRating="4" HotelCode="166767|73741" HotelName="Crowne Plaza Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Casino Resort,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Vo Nguyen Giap Street, Khue My Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/b5/d1b5a7a279a328040afc92906fdd34ebd633e442.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Ðà N?ng Beach, the hotel is only a 15-minute drive away from Ðà N?ng International Airpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="411.07" OriginalAmount="407.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.97848995" Longitude="108.28203393" StarRating="4" HotelCode="374976|mangala_zen_garden_luxury_apartments" HotelName="Mangala Zen Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Villa J02, The Ocean villas, Truong Sa Road, Hoa Hai Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/49/db49e9a3049a5b8959999548e017e5ea17894a30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="439.35" OriginalAmount="435.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06942354" Longitude="108.23643843" StarRating="0" HotelCode="840563|thomestay_da_nang" HotelName="T Homestay Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Designated Smoking Area,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>207 Duong Dinh Nghe, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/98/7498190b051116fb898886cf95e1e8d941cc2327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;T-Homestay Da Nang is perfectly located for both business and leisure guests in Da Nang. Featuring a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="452.03" OriginalAmount="447.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.09497" Longitude="108.14611" StarRating="4" HotelCode="|227229" HotelName="Da Nang - Mikazuki Japanese Resorts &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nguyen Tat Thanh Street Lien Chieu District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/7/2/2/9/227229_257261f0957.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="457.47" OriginalAmount="452.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.09510657" Longitude="108.14621925" StarRating="3" HotelCode="421824|479742" HotelName="The Nature Villas And Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Pick &amp;amp; Drop,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Nguyen Tat Thanh Street, Hoa Hiep Nam, Lien Chieu, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/593864/1.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location When you stay at The Nature Villas &amp; Resort in Da Nang, you'll be on the beach and...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="476.94" OriginalAmount="472.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.081072249526" Longitude="108.24695404023" StarRating="4" HotelCode="318834|1734698" HotelName="Fusion Suites Danang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Street, An Cu 5 Residential, Man Thai Ward, Son Tra, Ða` Na~ng</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/de/aadebf6d08bcf4f01a01f5eecfd0618c76aa3d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="479.60" OriginalAmount="474.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.012403" Longitude="108.264327" StarRating="5" HotelCode="|83915" HotelName="Vinpearl Luxury Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Truong Sa Street, Hoa Hai Ward, Ngu Hanh Son Dist., Da Nang Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/1/5/83915_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="514.91" OriginalAmount="509.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.00671" Longitude="108.265166" StarRating="4" HotelCode="|447510" HotelName="Danang Marriott Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Truong Sa, Ngu Hanh Son district, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/5/1/0/447510_3d0d5c61041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="547.42" OriginalAmount="542.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.012499546534" Longitude="108.26237792433" StarRating="5" HotelCode="904266|hyatt_regency_danang_resort_and_spa" HotelName="Hyatt Regency Danang Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Apartment Hotel,Club Resort,Finca,Village,Spa Hotel,Golf Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Truong Sa Street, Hoa Hai Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/9c/2a9cfc69779c6fd1358642561213c8c60fc29f24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on the Central Coast, one of most beautiful beaches in the world. Da...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="578.55" OriginalAmount="572.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.10641" Longitude="108.2946" StarRating="4" HotelCode="|225653" HotelName="Son Tra Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bai Nam - Bai Con Tho Quang Ward, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/6/5/3/225653_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="584.79" OriginalAmount="579" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.007082" Longitude="108.263733" StarRating="5" HotelCode="904268|157804" HotelName="The Ocean Villas" 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>Truong Sa Street, Hoa Hai Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ce/f5/cef55a16ab08f405a0810bd54f2443377b3bb71c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="586.81" OriginalAmount="581.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.105947560111" Longitude="108.29495072365" StarRating="4" HotelCode="165666|son_tra_resort_spa" HotelName="Son Tra Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Golf Hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Nam-Bai Con, Hoang Sa Street, Tho Quang Ward, Sontra District, Danang Ctiy</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/c7/b1c787dfe30d185a3ed31946e4dde101b0421bc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated on Son Tra Island with a beautiful forest and a beach. It is located by a cle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="598.93" OriginalAmount="593.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.98050543" Longitude="108.2764198" StarRating="5" HotelCode="625589|sheraton_grand_danang_resort" HotelName="Sheraton Grand Danang Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Bar,Conference Hall,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Truong Sa Street, Hoa Hai Ward, Ngu Hanh Son District, Danang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/17/1217b041c968f304f79d166e42a30bb91fe0cf62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="619.13" OriginalAmount="613.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.038801951547" Longitude="108.24451446533" StarRating="5" HotelCode="141012|pullman_danang_beach_resort" HotelName="Pullman Danang Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Son Tra - Dien Ngoc Street, Khue My Ward, Ngu Hanh Son District, Da Nang City 55000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/18/da186bc9a957bccee4281a7d7d1444286b1825c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Da Nang is the 3rd largest city in Vietnam, and is the largest seaport in the central region of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="620.62" OriginalAmount="614.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.98014" Longitude="108.27623" StarRating="5" HotelCode="|240473" HotelName="Sheraton Grand Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Truong Sa Street, Hoa Hai Ward, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/4/7/3/240473_532a5a30723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="650.69" OriginalAmount="644.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.975619" Longitude="108.282017" StarRating="4" HotelCode="|417676" HotelName="Perfect Private Pool Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duong Truong Sa, Phuong Hoa Hai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/7/6/417676_2d94f4c1121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="803.96" OriginalAmount="796.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.043607" Longitude="108.249573" StarRating="5" HotelCode="298521|premier_village_danang_resort_managed_by_accor" HotelName="Premier Village Danang Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Street, Ngu Hanh Son District, Danang 55000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/6a/f66a327b963d1e6738eacb90bbc1f2068b57e164.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="868.17" OriginalAmount="859.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0660156" Longitude="108.243286" StarRating="2" HotelCode="|331831" HotelName="Sea Castle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So 171 Duong Ho Nghinh, Phuong Phuoc My, Quan Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/8/3/1/331831_75ad8ca1845.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="877.69" OriginalAmount="869.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06608787" Longitude="108.2432516" StarRating="3" HotelCode="375087|sea_castle_hotel" HotelName="Sea Castle Hotel Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>So 171 Duong Ho Nghinh, Phuong Phuoc My, Quan Son Tra, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/27/6727eb268e20e15579ef31b220dd3ecfc035cd5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="924.15" OriginalAmount="915.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.039884626082" Longitude="108.25091958046" StarRating="5" HotelCode="18317|furama_resort_danang" HotelName="Furama Resort Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>105 Vo Nguyen Giap Street, Khue My Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/4e/094ee64afae754c36fbdb8d788974fa3af37d2fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in its own private estate along the magnificent China Beach. The nearest links to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1088.78" OriginalAmount="1078.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.994182508172" Longitude="108.26902915344" StarRating="4" HotelCode="607241|vinpearl_da_nang_ocean_resort_and_villas" HotelName="Vinpearl Resort &amp; Spa Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Truong Sa Street, Hoa Hai Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/f2/e8f25f4474ef62e108bf9a38763524196d9ea7e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1129.87" OriginalAmount="1118.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.9941282" Longitude="108.2688668" StarRating="5" HotelCode="|338374" HotelName="Danang Marriott Resort and Spa, Non Nuoc Beach Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Truong Sa, Ngu Hanh Son, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/3/7/4/338374_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1213.58" OriginalAmount="1201.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.031145728082" Longitude="108.25526475906" StarRating="5" HotelCode="161587|2190105" HotelName="Fusion Maia Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Street, Khue My Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/e9/01e920b4908c22b340e65191f8ffd81d820d886c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1227.93" OriginalAmount="1215.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.031048" Longitude="108.255004" StarRating="5" HotelCode="|87339" HotelName="Tia Wellness Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TRUONG SA STREET, KHUE MY WARD, NGU HANH SON DISTR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/3/9/87339_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: The FUSION MAIA is rated five stars. It was opened in 2010, has a cafÃ©, a swimming pool and a gym. SITUATION: This establishment is in the coast of Da Nang. It is situated near Marble Mountain, ROOM: The establishment has 87 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1754.37" OriginalAmount="1737.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.119888212013" Longitude="108.30721477217" StarRating="5" HotelCode="175493|intercontinental_danang_sun_peninsula_resort_2" HotelName="InterContinental Danang Sun Peninsula Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bai Bac, Danang City, Sontra Peninsula</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/67/226777fd442e63e6363dcfbab577b52ff15c91eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7016.47" OriginalAmount="6947.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.03715445" Longitude="108.25089309" StarRating="5" HotelCode="408817|furama_villas_danang" HotelName="Furama Villas Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>107 Vo Nguyen Giap Street, Khue My Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/56/e556e14d4b192ec8c7ff6261da2e0d2f7bdf5fdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.68" OriginalAmount="58.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.09173" Longitude="108.238462" StarRating="1" HotelCode="|339265" HotelName="Anh Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.54" OriginalAmount="73.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049448" Longitude="108.2459575" StarRating="3" HotelCode="|331372" HotelName="Hoang Quan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Hoang Ke Viem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.01" OriginalAmount="83.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0717539" Longitude="108.2386163" StarRating="3" HotelCode="|372960" HotelName="The Herriott &amp; Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 7 &amp; 8 Le Van Quy, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.37" OriginalAmount="110.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632355" Longitude="108.2438707" StarRating="3" HotelCode="|331826" HotelName="Gold Iii Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Vo Van Kiet Str.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.60" OriginalAmount="211.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049" Longitude="108.249" StarRating="4" HotelCode="|165817" HotelName="HOLIDAY BEACH DANANG HOTEL and SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VO NGUYEN GIAP STREET, MY KHE BEACH, NGU HANH SON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>HOTEL: This hotel has a meal service, a lobby and a spa. SITUATION: This hotel la Imperial ciudad de Hue and Hoi An Ancient Town it is located between. ROOM: The establishment has executive rooms, presidential suites, suites and superior deluxe rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Designated Smoking Area,Diet Meals,Jacuzzi,Swimming Pool,Wheelchair Access,Golf,Kitchen,Nightclub,Garden,24 Hour Security,Airport Transfer (on Demand),Business Centre,Meeting Room,Parking,Printer,ATM/Cash Machine,Banquet Hall,Beauty Salon,Dining,Kids Play Area,Valet Parking,24 Hour Power Supply,Babysitting,Wake-up Call Service,24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Concierge,Dry Cleaning,Elevator,Luggage Storage,Pick &amp;amp; Drop,Smoking Rooms,Central Heating,Shopping Arcade,Housekeeping,LCD/Projector,Pets allowed</BasicAmenities>
    <HotelRating>4,5,3,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,CITY HOTEL,APARTMENT HOTEL,FINCA,VILLAGE,SPA HOTEL,GOLF HOTEL,ECO HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HOTEL,RESORT,APARTMENT,CASINO RESORT,GUEST HOUSES</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
4d4e3fbc-730b-47f0-8af5-5de5d807cad7|PriceRequest|PriceRequest|<?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="Price" TimeStamp="0001-01-01T00:00:00" TraceId="4d4e3fbc-730b-47f0-8af5-5de5d807cad7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84760" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-05T00:00:00" End="2026-09-07T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="386269|153344" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shrirajholidays.dom@gmail.com" Password="Alliswell@9" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" 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
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|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
4d4e3fbc-730b-47f0-8af5-5de5d807cad7|DOTWPrice|successfull supplier interation||DOTW|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
4d4e3fbc-730b-47f0-8af5-5de5d807cad7|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|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
a2fdb15b-0705-4627-809a-dc5cd69de2b8|HotelbedsSearch|error while generating search request: Exception - Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.SmyRooms.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 54|SmyRooms|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
a2fdb15b-0705-4627-809a-dc5cd69de2b8|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
a2fdb15b-0705-4627-809a-dc5cd69de2b8|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
a2fdb15b-0705-4627-809a-dc5cd69de2b8|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
a2fdb15b-0705-4627-809a-dc5cd69de2b8|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|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
a2fdb15b-0705-4627-809a-dc5cd69de2b8|RestelSearch|successfull supplier interation||Restel|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
a2fdb15b-0705-4627-809a-dc5cd69de2b8|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-08-06T18:07:46.2343279+01:00" Version="0" EchoToken="Search" TransactionIdentifier="a2fdb15b-0705-4627-809a-dc5cd69de2b8" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="45.24" OriginalAmount="44.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.01555" Longitude="104.0107" StarRating="0" HotelCode="|522729" HotelName="Y Thu Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Khu Pho 2, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/7/2/9/522729_770f48b1119.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.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="Free CXL until 21/08/2026" 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="52.52" OriginalAmount="52.00" MarkupRule="1.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="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="2" HotelCode="965757|areca_garden_bungalow" HotelName="Areca Garden Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/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="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20738903" Longitude="103.96756665" StarRating="3" HotelCode="492868|hong_bin_bungalow" HotelName="Hong Bin Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Free CXL until 13/08/2026" 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="58.58" OriginalAmount="58.00" MarkupRule="1.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="94" TotalAmount="59.49" OriginalAmount="58.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2162" Longitude="103.96136" StarRating="0" HotelCode="|231299" HotelName="Kim Hong Nhat Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>130 Bach Dang, KP1, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/2/9/9/231299_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2028" Longitude="103.962" StarRating="0" HotelCode="856963|venus_hotel_massage_sky_bar" HotelName="Venus Hotel Massage &amp; Sky Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>60A Tran Hung Dao Street</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/19/a619083d3ae4b7191c1b1acb21910459fafc77e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.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 25/08/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="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.21622763" Longitude="103.96126683" StarRating="1" HotelCode="385591|kim_hong_nhat_guesthouse_2" HotelName="Kim Hong Nhat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/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="94" TotalAmount="68.79" OriginalAmount="68.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.217193" Longitude="103.960122" StarRating="0" HotelCode="|525048" HotelName="Ngan Giang Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5/17 Nguyen An Ninh Street, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/0/4/8/525048_a1549741125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.60" OriginalAmount="68.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.227949" Longitude="103.953652" StarRating="0" HotelCode="|533654" HotelName="The Poplar Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6XH3 5F3, TT. Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/6/5/4/533654_d5536691133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.35" OriginalAmount="69.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.044368" Longitude="104.015603" StarRating="3" HotelCode="|421335" HotelName="B Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nguyen Van Cu Street No. 2/36/461, Group 7, Quarter 4, An Thoi, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/3/3/5/421335_354a4b71749.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.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 27/08/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="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.17054272" Longitude="103.97108319" StarRating="2" HotelCode="638676|hotel_nguyen_toan" HotelName="Hotel Nguyen Toan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/da/cdda16a7de02366ee6ae03263e3bfadb061eef1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.21" OriginalAmount="73.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.199201" Longitude="103.968142" StarRating="2" HotelCode="|481175" HotelName="Lucky Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>127D, Tran Hung Dao St.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/1/7/5/481175_b82747b1844.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.64" OriginalAmount="73.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.21581" Longitude="103.961759" StarRating="2" HotelCode="|522725" HotelName="Phu Hong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Bach Dang Street, KP2, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/7/2/5/522725_c795e3e1019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.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 26/08/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="94" TotalAmount="75.42" OriginalAmount="74.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.215182" Longitude="103.967641" StarRating="0" HotelCode="|529639" HotelName="Hill Star Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172/8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/3/9/529639_7f764f11059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.88" OriginalAmount="76.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.222397" Longitude="103.966597" StarRating="0" HotelCode="|566858" HotelName="Nhu Huose Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Nguyen Van Nhi, Duong dong , Phu Quoc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/8/5/8/566858_7d3a8101149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.53" OriginalAmount="76.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.115963" Longitude="103.983092" StarRating="0" HotelCode="|523546" HotelName="Golden Dragon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B5-604 Marina, Duong To</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/5/4/6/523546_97cd21b0943.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.53" OriginalAmount="76.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.26271" Longitude="103.941146" StarRating="0" HotelCode="|528153" HotelName="Prague Bungalow Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Le Thuc Nha, Group 1, Ong Lang Village</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/1/5/3/528153_f7511d31011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.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 25/08/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="94" TotalAmount="78.46" OriginalAmount="77.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.214163" Longitude="103.966504" StarRating="2" HotelCode="|481611" HotelName="Huy Hoang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.106, 30/4 Street, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/6/1/1/481611_227c7bf1810.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.92" OriginalAmount="78.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2065" Longitude="103.96613" StarRating="2" HotelCode="|234613" HotelName="Phu House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122 Tran Hung Dao, KP7, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/1/3/234613_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.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 27/08/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="94" TotalAmount="80.04" OriginalAmount="79.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.186288" Longitude="103.968871" StarRating="2" HotelCode="|478271" HotelName="Sun and Sea Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Duong To</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/2/7/1/478271_c0e54701208.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.09" OriginalAmount="81.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.187963" Longitude="103.966954" StarRating="0" HotelCode="|537869" HotelName="Luna Oriental" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sonasea, Bai Truong, Duong To</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/8/6/9/537869_e6be7e40918.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.18494608" Longitude="103.96855877" StarRating="3" HotelCode="556501|countryside_garden_resort_bar" HotelName="Countryside Garden Resort &amp; Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Free CXL until 21/08/2026" 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="94" TotalAmount="83.60" OriginalAmount="82.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.22986" Longitude="103.96362" StarRating="0" HotelCode="|534406" HotelName="Blue Dragon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cach Mang Thang 8 Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/4/0/6/534406_3721a5b1439.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.41" OriginalAmount="84.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.267203" Longitude="103.938132" StarRating="3" HotelCode="|525410" HotelName="Green Bungalow Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 2, Ong Lang, Cua Duong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/4/1/0/525410_7b98f811003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.22980496" Longitude="103.96369884" StarRating="2" HotelCode="550328|blue_dragon_hotel" HotelName="Blue Dragon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cach Mang Thang 8 Street, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/bf/49bf59cbdd0684a217edf4706633101397ca89c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.83" OriginalAmount="86.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.224769" Longitude="103.962222" StarRating="0" HotelCode="|546102" HotelName="Hong Anh Night Market Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Nguyen Trai, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/1/0/2/546102_f2ebfa51014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.26177838" Longitude="103.93886448" StarRating="3" HotelCode="374242|cottage_village" HotelName="Cottage Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" 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="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20130582" Longitude="103.96936333" StarRating="3" HotelCode="463252|hoi_an_phu_quoc_resort" HotelName="Hoi An Phu Quoc Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>123/5 Tran Hung Dao, Duong Dong Town, Phu Quoc, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/91/3d913b881167a5f75863fff8b85da8a7640f9177.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.26791733" Longitude="103.93710819" StarRating="0" HotelCode="782573|phu_quoc_pomelo_garden" HotelName="Phu Quoc Pomelo Garden Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 2</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/4e/0f4e1d545bafd77f6d36e8d1543f9eb22ca9d631.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.21654867" Longitude="103.96004187" StarRating="0" HotelCode="701044|hong_anh_phu_quoc" HotelName="Hong Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Nguyen Trai</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/88/5c88b6259738ffa04f9eaea8b2385f6c1639cfde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.16" OriginalAmount="90.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.109589" Longitude="103.987579" StarRating="3" HotelCode="|529217" HotelName="SK BOUTIEQUE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marina Square, Bai Truong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/2/1/7/529217_cacf0391058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.31" OriginalAmount="91.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.337528" Longitude="104.07221" StarRating="0" HotelCode="|526935" HotelName="Hideway Beach Glamping Camp Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mui Dinh, Bai Bon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/9/3/5/526935_3b9d0a51047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.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 26/08/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="94" TotalAmount="94.00" OriginalAmount="93.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20616" Longitude="103.96547" StarRating="0" HotelCode="|235751" HotelName="9 Station Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91/3 Tran Hung Dao Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/7/5/1/235751_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.02" OriginalAmount="94.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.115509" Longitude="103.984346" StarRating="0" HotelCode="|466792" HotelName="Kalia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ap Duong Bao, Duong To</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/7/9/2/466792_c41b8751612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.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 25/08/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="95.95" OriginalAmount="95.00" MarkupRule="1.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="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.1829578" Longitude="103.96880434" StarRating="3" HotelCode="386614|langchia_village" HotelName="Langchia Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Cua Lap Hamlet, Long Beach,Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/28/9f2861633196ce2f4e6e5419c0b463e708d2314c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located on Phu Quoc. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.80" OriginalAmount="95.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.21468" Longitude="103.96223" StarRating="3" HotelCode="|233414" HotelName="Blue Sky Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Street 30/4, KP 1, Duong Dong, Phu Quoc, Kien Giang Phu Quoc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/4/1/4/233414_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.92" OriginalAmount="95.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.17044" Longitude="103.97102" StarRating="0" HotelCode="|240760" HotelName="Nguyen Toan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/7/6/0/240760_9d794be1033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.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="Non Refundable" 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="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="0" HotelCode="985534|bayya_hotel_phu_quoc" HotelName="Bayya Hotel Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Lot SS14 Shopping Center Zone, Sonasea Villa And Resort Tourism Complex, Phu Quoc 91000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/7b/b17b937c81542559601622b010304dd068cc3a79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.68" OriginalAmount="97.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.210198" Longitude="103.960838" StarRating="2" HotelCode="|523774" HotelName="Victoria Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Tran Hung Dao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/7/7/4/523774_fa1675d1134.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.21562795" Longitude="103.96204962" StarRating="2" HotelCode="586867|245605" HotelName="Nipola Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" 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="94" TotalAmount="104.05" OriginalAmount="103.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2064" Longitude="103.96299" StarRating="2" HotelCode="|228497" HotelName="Dong Xuan Hong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81 Tran Hung Dao, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/4/9/7/228497_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.23247376" Longitude="103.95531139" StarRating="3" HotelCode="615741|hung_vuong_resort" HotelName="Hung Vuong Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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="106.05" OriginalAmount="105.00" MarkupRule="1.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="Free CXL until 13/08/2026" 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="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.21493221" Longitude="103.96201615" StarRating="3" HotelCode="552488|155094" HotelName="Blue Sky Phu Quoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/08/2026">
        <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="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20608104" Longitude="103.96720411" StarRating="3" HotelCode="773963|azura_phu_quoc_resort" HotelName="Azura Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>101/5 Tran Hung Dao Street, Duong Dong Centrer, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/0a/210a0df997e2f4374dd4f49dde25a3f390433bf8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20605" Longitude="103.961769" StarRating="3" HotelCode="100183|506753" HotelName="Thien Hai Son Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>68 Tran Huong Dao Street, Duong Dong Beach, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/a1/1ca1ede5189d7e6322e673b09e58bd077ae9a63a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.19449086" Longitude="103.96711044" StarRating="3" HotelCode="421854|terrace_resort" HotelName="Terrace Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Concierge,Elevator,Garden,Housekeeping,Internet,Lounge,Luggage Storage,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>118/6 Tran Hung Dao, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/90/fe9039b3b436da58e7f3fb20da60de199265ff05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Terrace Resort in Phu Quoc, you'll be in the busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.44" OriginalAmount="107.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.131187" Longitude="103.984246" StarRating="2" HotelCode="|420560" HotelName="Bayya Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 1-2, lot SS 14 shopping center, Sonasea Villa and resort tourist complex, Duong Bao hamlet, Duong To commune, Phu Quoc district, Kien Giang provin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/5/6/0/420560_46f04a81750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.42" OriginalAmount="108.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.303128" Longitude="103.905223" StarRating="3" HotelCode="|423559" HotelName="Rainforest Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 1 Resident 4, Cua Can Ward Phu Quoc Kien Giang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/5/5/9/423559_791b0e71729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.75" OriginalAmount="108.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.146811" Longitude="103.977517" StarRating="3" HotelCode="|421642" HotelName="Melica Resort and Spa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Slot 581 Map 10 Group 3 Cua Lap Hamlet Duong To Vi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/6/4/2/421642_bad76e31702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.206278548231" Longitude="103.96306873352" StarRating="2" HotelCode="396979|dong_xuan_hong_guest_house" HotelName="Dong Xuan Hong Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/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="94" TotalAmount="112.98" OriginalAmount="111.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20144" Longitude="103.9648" StarRating="0" HotelCode="|233608" HotelName="Sunlight Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100C/1 Tran Hung Dao, KP7, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/6/0/8/233608_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.61" OriginalAmount="112.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20143" Longitude="103.96632" StarRating="0" HotelCode="|235858" HotelName="Little Garden Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113/5 Tran Hung Dao Phu Quoc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/8/5/8/235858_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.11" OriginalAmount="114.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.25843" Longitude="103.93881" StarRating="3" HotelCode="|231095" HotelName="Vela Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3, Ong Lang Cua Duong Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/0/9/5/231095_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.40" OriginalAmount="116.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.205692" Longitude="103.963431" StarRating="3" HotelCode="|421198" HotelName="Doi Sao Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91/5B Duong Tran Hung Dao Kp7 Tt Duong Dong Phu Quoc Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/1/9/8/421198_07a4ebf1703.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.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 23/08/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="94" TotalAmount="119.17" OriginalAmount="117.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.21719" Longitude="103.96013" StarRating="0" HotelCode="|233803" HotelName="Kim Huong Quang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Nguyen An Ninh Phu Quoc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/8/0/3/233803_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.17" OriginalAmount="118.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.187885" Longitude="103.970963" StarRating="3" HotelCode="|446960" HotelName="Leaf Hotel Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cua Lap, Duong To, Phu Quoc, 92000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/6/0/446960_f293e9c0738.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20478173" Longitude="103.96384967" StarRating="3" HotelCode="397453|hotel_the_sailing" HotelName="Hotel The Sailing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/08/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="94" TotalAmount="121.44" OriginalAmount="120.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.0315" Longitude="104.00561" StarRating="2" HotelCode="|526248" HotelName="ROVA HOTEL PHU QUOC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41-43 Positano Dia Trung Hai, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/2/4/8/526248_0ab2a3e1114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.87" OriginalAmount="121.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.327394" Longitude="103.862072" StarRating="1" HotelCode="|533664" HotelName="Lalisa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Grand World Phu Quoc, TH1 -80</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/6/6/4/533664_ddd02321141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.25823869" Longitude="103.94927372" StarRating="0" HotelCode="980416|phu_quoc_bambusa_resort" 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="94" TotalAmount="127.09" OriginalAmount="125.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.116741" Longitude="103.984012" StarRating="4" HotelCode="|529362" HotelName="MARINA SEASIDE BOUTIQUE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B3-105 Marina Intergrated Centre - Water</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/3/6/2/529362_189a61e1224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.16" OriginalAmount="125.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.207061" Longitude="103.9674" StarRating="0" HotelCode="|525394" HotelName="Hong Bin Bungalow Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 Tran Hung Dao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/3/9/4/525394_fae34481110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.79" OriginalAmount="126.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.125342" Longitude="103.995627" StarRating="0" HotelCode="|447267" HotelName="The Landing Resort Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>to 3 suoi da duong to, 36, Phu Quoc, Phu Quoc, 920000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/2/6/7/447267_70dff051044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.79" OriginalAmount="126.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.037032" Longitude="104.008557" StarRating="3" HotelCode="|537709" HotelName="Hoang Long Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AT63 New An Thoi, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/7/0/9/537709_8564a440941.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.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="128.27" OriginalAmount="127.00" MarkupRule="1.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="Free CXL until 24/08/2026" 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="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20031374" Longitude="103.96792137" StarRating="3" HotelCode="595938|mango_resort" HotelName="Mango Resort &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>5/121 Tran Hung Dao Street, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/7f/937f1ecf02a052a38aa9bdc4857926c86dd38178.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.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="131.30" OriginalAmount="130.00" MarkupRule="1.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 27/08/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="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.18560346" Longitude="103.9674371" StarRating="0" HotelCode="787476|haveda_resort" HotelName="Haveda Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Cua Lap, Duong To, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f5/f9f5151ca0b852e6cfe7791aec1c31cbc726e77a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.67" OriginalAmount="133.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.205676" Longitude="103.963282" StarRating="3" HotelCode="|446962" HotelName="Haya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Tran Hung Dao, Duong Dong, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/6/2/446962_e607e830742.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.80" OriginalAmount="134.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20294" Longitude="103.96455" StarRating="3" HotelCode="|228039" HotelName="La Mer Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118 Tran Hung Dao, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/0/3/9/228039_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.212978882315" Longitude="103.95923411045" StarRating="3" HotelCode="435881|302096" HotelName="Sunrise Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Tran Hung Dao Street, Duong Dong Hamlet, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/37/9f3707cd553d8a887d5190c0562806155d206ebb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="3" HotelCode="856024|402688" HotelName="An Phu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/08/2026">
        <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="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.194420763784" Longitude="103.96740287654" StarRating="3" HotelCode="396793|arcadia_phu_quoc_resort" HotelName="Arcadia Phu Quoc Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Ward 7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/b0/96b034b55cdb1dd4c7156726497f19c7a430600f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.87" OriginalAmount="139.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.211118" Longitude="103.96027" StarRating="3" HotelCode="|420614" HotelName="Stellar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aalley 63, Tran Hung Dao street, quarter 7, Duong Dong town, Phu Quoc district, Kien Giang province, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/6/1/4/420614_5c123f51712.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.40" OriginalAmount="140.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.185941639723" Longitude="103.96862826224" StarRating="3" HotelCode="378729|praha_hotel_3" HotelName="Praha Hotel" 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>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="94" TotalAmount="142.94" OriginalAmount="141.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.188164" Longitude="103.971098" StarRating="0" HotelCode="|478673" HotelName="Blue Paradise Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 4, Tran Hung Dao, Cua Lap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/6/7/3/478673_178545b1331.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.1863252" Longitude="103.96908057" StarRating="3" HotelCode="554554|godiva_phu_quoc_hotel" HotelName="Godiva Phu Quoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Group 2, Cua Lap Hamlet, Phu Quoc, Duong</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/82/cb82783efcd9b0839dffed6fd3f5ed79237f11a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.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 27/08/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="94" TotalAmount="143.76" OriginalAmount="142.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.19253" Longitude="103.96696" StarRating="2" HotelCode="|229540" HotelName="Mai Phuong Binh Bungalow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91/1 Tran Hung Dao, KP7, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/5/4/0/229540_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.19" OriginalAmount="142.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.327523" Longitude="103.85917" StarRating="3" HotelCode="|535442" HotelName="Xan Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>duong Hoi He, Grandworld, Ganh Dau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/4/4/2/535442_50d1ce31124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.43" OriginalAmount="143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.254371379227" Longitude="103.94295050248" StarRating="3" HotelCode="495115|coco_garden_resort_2" HotelName="Elwood Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="145.04" OriginalAmount="143.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.270587" Longitude="103.929477" StarRating="0" HotelCode="|538129" HotelName="Coco Garden Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duong N-02, Ap Ong Lang, Cua Duong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/1/2/9/538129_d5c75d72117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.307730540897" Longitude="103.8643739402" StarRating="3" HotelCode="398734|bamboo_cottages" HotelName="Bamboo Cottages" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/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="94" TotalAmount="147.27" OriginalAmount="145.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.198709" Longitude="103.968346" StarRating="3" HotelCode="|419603" HotelName="Golden Daisy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Khu Pho 7, Tran Hung Dao, Duong Dong, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/6/0/3/419603_e2144271754.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.47" OriginalAmount="147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.26400755" Longitude="103.94366504" StarRating="3" HotelCode="554492|palm_hill_resort_2" HotelName="Palm Hill Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Area 3, ap Ong Lang, Xa Cua Duong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/53/5f538d1d57a00e8bbfe46e714f8bdf85e18c40f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2449965" Longitude="103.96167931" StarRating="3" HotelCode="482096|209871" HotelName="The Garden House Phu Quoc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="resort" CnxPolicy="Free CXL until 21/08/2026" 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="94" TotalAmount="150.07" OriginalAmount="148.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.220446" Longitude="103.963262" StarRating="3" HotelCode="|446965" HotelName="Home Park Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>124 Tran Hung Dao Str, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/6/5/446965_be390ad0850.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.193015409342" Longitude="103.96707040739" StarRating="2" HotelCode="376263|nhat_lan_resort" HotelName="Nhat Lan Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort,Apartment" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118/16 Tran Hung Dao, Khu Pho 7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/ca/b3cabd9c041f752d25fec3cb96a3573898efc471.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.57" OriginalAmount="149.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.222323" Longitude="103.966695" StarRating="3" HotelCode="|522983" HotelName="Nhu House Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>so 7A, duong nguyen van nhi, duong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/9/8/3/522983_cde94de1145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.54" OriginalAmount="151.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.309042" Longitude="103.91628" StarRating="4" HotelCode="|528646" HotelName="NatalieLe\'s Homestay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ap 3, Cua Can</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/6/4/6/528646_ab75c0c1011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.199685635734" Longitude="103.96340847015" StarRating="3" HotelCode="50830|tropicana_resort" HotelName="Tropicana Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>100C/4 Tran Hung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/e9/6de9549e76374fbd6844b0be5352a3bc5ce43816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location of the resort will captivate the mind. The hotel is nestled in a tropical garden of lus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20211598" Longitude="103.9649079" StarRating="3" HotelCode="586143|vanda_hotel_4" HotelName="Vanda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>107/1 Tran Hung Dao Street, KP7 Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/ab/d1ab5328fcb99ba8a103800d10f38e45fdf04667.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.56" OriginalAmount="156.00" MarkupRule="1.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 25/08/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="27" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.17914102" Longitude="103.96936056" StarRating="3" HotelCode="755281|402679" HotelName="Ola Phu Quoc Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/08/2026">
        <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="94" TotalAmount="160.27" OriginalAmount="158.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.182647" Longitude="103.972235" StarRating="2" HotelCode="|523144" HotelName="Dương Đông" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hem Cau Ba Phong, Street Tran Hung Dao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/4/4/523144_d2064660926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.74" OriginalAmount="159.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.18452" Longitude="103.97273" StarRating="3" HotelCode="|608137" HotelName="Palm Bay Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/8/1/3/7/608137_1614cea0046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.90" OriginalAmount="163.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.192893" Longitude="103.965157" StarRating="3" HotelCode="|423038" HotelName="Coral Bay Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hamlet 8, Tran Hung Dao, Duong Dong, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/0/3/8/423038_086286a1736.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.96" OriginalAmount="166.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.26359" Longitude="103.94254" StarRating="2" HotelCode="|240398" HotelName="Ong Lang Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Ong Lang, Cua Duong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/3/9/8/240398_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.58" OriginalAmount="166.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.210227" Longitude="103.960843" StarRating="3" HotelCode="|523149" HotelName="PHUC THANG HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 TRAN HUNG DAO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/4/9/523149_d78003d0931.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.03" OriginalAmount="167.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.038489" Longitude="104.007928" StarRating="3" HotelCode="|523439" HotelName="HARRY PHU QUOC HOTEL 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duong L3,KDT Sun Grand City New, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/4/3/9/523439_5c45e860944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.39" OriginalAmount="168.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.036684" Longitude="104.031043" StarRating="3" HotelCode="|532049" HotelName="Laputa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>D218-D220 Bai Khem, To 5, KP 6, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/0/4/9/532049_57df1e01039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.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 25/08/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="94" TotalAmount="173.11" OriginalAmount="171.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.376791" Longitude="103.8523606" StarRating="3" HotelCode="|421560" HotelName="Hula hula beach front" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 7, Chuong Vich Hamlet, Ganh Dau Commune</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/5/6/0/421560_e13a0690229.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.43" OriginalAmount="172.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.331377" Longitude="103.856557" StarRating="3" HotelCode="|423597" HotelName="Vinholidays Fiesta Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ganh Dau Cua Can, Ganh Dau, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/5/9/7/423597_921c86a1754.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.48" OriginalAmount="172.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20397" Longitude="103.96272" StarRating="3" HotelCode="|83819" HotelName="Kim Hoa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88/2 Tran Hung Dao, Duong Dong Phu Quoc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/8/1/9/83819_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a swimming pool, bungalows, WiFi (free of charge) and a transfer service to the airport, (on request). SITUATION: This hotel is in Duong Dong the city centre of it is in Phu Quoc the Island of 10 minutes away, you can find Phu Quoc Airport Ho Chi Minh City 50 minutes away from the establishment clients have Hanou it is 2 hours away from 10 minutes away from the establishment, guests will find the night market. ROOM: The rooms have an air-conditioning system, a fan, a bathroom with a shower, a television and a patio. FACILITIES: Guests are offered a private beach, tourist information, motorcycle rental and excursions. 5 kilometres away, clients can enjoy the beach. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant, a bar, a barbecue and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.06" OriginalAmount="173.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.183428" Longitude="103.971799" StarRating="3" HotelCode="|421638" HotelName="La Nube Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 3 Cua Lap Hamlet Duong To Village</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/6/3/8/421638_b8824061700.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.74" OriginalAmount="174.00" MarkupRule="1.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="Free CXL until 21/08/2026" 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="175.74" OriginalAmount="174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.18815596" Longitude="103.97152267" StarRating="2" HotelCode="435697|ladera_3" HotelName="Ladera Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chua Ong Cua Lap, Duong To, Phu Quoc 950000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/96/e8962b3f64d4c62478373d5e5557750f0332afec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.34" OriginalAmount="174.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.263164" Longitude="103.970665" StarRating="3" HotelCode="|455806" HotelName="Hillside Luxury Phu Quoc Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Burano street, Sunset town, Phu Quoc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/8/0/6/455806_de9d56d1710.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.1791075" Longitude="103.97343306" StarRating="3" HotelCode="440373|myplace_siena_garden_resort" HotelName="MyPlace Siena Garden Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" 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="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20008237" Longitude="103.96442417" StarRating="0" HotelCode="784940|canary_bungalow" HotelName="Canary Bungalow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026">
        <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="179.78" OriginalAmount="178.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2492438" Longitude="104.07978797" StarRating="3" HotelCode="587408|mango_beach_resort_7" HotelName="Mango Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Cay Sao Village, Ham Ninh Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/49/ac49d2830376a2abb369b35371fee9f5483c41b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.90" OriginalAmount="180.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.244227" Longitude="104.078438" StarRating="3" HotelCode="|420879" HotelName="Cosiana Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Km 8, Dong Dao Road, Group 5 , Cay Sao Hamlet , Ham Ninh, Phu Quoc, Ham Ninh, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/8/7/9/420879_ac999a61732.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.226851696254" Longitude="104.07445998154" StarRating="2" HotelCode="435886|wildland_resort" HotelName="Wildland Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" 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="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="3" HotelCode="885227|kosmos_apart_hotel" HotelName="Kosmos Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Duong Bao Hamlet, Shophouse SS02 &amp; SS06, Sonasea Villas &amp; Resort, Duong To, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/3a/063a381a2c47e90b0dce816ae4651bc6c654d389.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.91" OriginalAmount="184.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.193724" Longitude="103.965507" StarRating="0" HotelCode="|447257" HotelName="Aquasun Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>124 Tran Hung Dao Street, Duong Dong, Phu Quoc, Kien Giang, 92506</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/2/5/7/447257_0c73ba10904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.88" OriginalAmount="188.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.37650956" Longitude="103.85256642" StarRating="3" HotelCode="621356|hula_hula_beachfront_phu_quoc" HotelName="Hula Hula Beachfront Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 7, Chuong Vich Hamlet, Ganh Dau, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/49/7a49e4a67cef3d92cdc08b188314382eeb05084e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.10" OriginalAmount="189.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.13237" Longitude="103.98075" StarRating="5" HotelCode="|238020" HotelName="Muong Thanh Luxury Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/0/2/0/238020_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.50" OriginalAmount="189.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20124" Longitude="103.9649" StarRating="3" HotelCode="|235808" HotelName="Nesta Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100C/2 Tran Hung Dao, KP7, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/8/0/8/235808_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.89" OriginalAmount="189.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.19492" Longitude="103.96429" StarRating="3" HotelCode="|238648" HotelName="Brenta Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alley 118 Tran Hung Dao Street, Ward 7, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/6/4/8/238648_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.169243" Longitude="103.971299" StarRating="2" HotelCode="142264|sea_star_resort" HotelName="Sea Star Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Bungalow Complex" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Garden,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Ba Keo, 7 ward, Tran Hung Dao Street, Duong Dong town, Phu Quoc District, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/a6/49a61994f7cff6737f031aa9e4313788672c6f5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the main boulevard road to the city centre, which is 5 minutes' drive, and 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.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="Non Refundable">
        <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="27" TotalAmount="194.93" OriginalAmount="193" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.24443192" Longitude="104.02721537" StarRating="3" HotelCode="882944|371985" HotelName="Maison Du Vietnam Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/08/2026">
        <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="94" TotalAmount="194.99" OriginalAmount="193.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20884" Longitude="103.96058" StarRating="4" HotelCode="|83818" HotelName="Saigon Phu Quoc Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 Tran Hung Dao street, Duong Dong town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/8/1/8/83818_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2012, has 100 bungalows and chalets. In the establishment entrance, guests will find a lobby and a reception. The establishment has various facilities, such as a safety deposit box service, a currency exchange service, a playground, a cafÃ©, a bar and a restaurant. The establishment also has conference facilities, internet, room service, a laundry service and a car park (for a fee). SITUATION: This complex is opposite the beach. It is situated 10 minutes walk away from the city centre where you can find shops. In front of the establishment, you can find taxis. Is 12 kilometres from Tan Son Nhat Airport. ROOM: All the rooms have a balcony with garden or sea views, a bathroom with a shower, a bath, a hairdryer, a double bed, an extra bed, WiFi, a satellite television, an air-conditioning system, a safety deposit box and a mini-bar. You are offered welcome drink and fruit. It also has press, scales, an iron, a washing machine, a direct line telephone, a kitchen with fridge, a coffee maker and a kettle.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.05" OriginalAmount="193.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.116591" Longitude="103.981747" StarRating="0" HotelCode="|554842" HotelName="Stella Marina Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B9 202-205 Waterfront, Phu Quoc Marina</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/4/2/554842_95800e31525.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.96" OriginalAmount="196.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.132447844119" Longitude="103.9803386261" StarRating="3" HotelCode="540501|muong_thanh_luxury_phu_quoc_hotel" HotelName="Muong Thanh Luxury Phu Quoc Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/08/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>CH1 Khu ph?c h?p Bãi Tru?ng, ?p Ðu?ng Bào, Xã Duong To, Phú Qu?c, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/7c/7a7c22f0cfcd30924d69299f7d29b3708f34ae09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A bar, a transfer service and a business centre are available to guests of the hotel. Wireless inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.97" OriginalAmount="197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20077601" Longitude="103.96422167" StarRating="3" HotelCode="550179|sandy_phu_quoc_hotel" HotelName="Sandy Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100C/2 Tran Hung Dao, KP7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/83/5e835fae0404f3ad8b0df866c3851be40e2053be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service, a restaurant and room service. Wireless internet access ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.97" OriginalAmount="197.00" MarkupRule="1.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="94" TotalAmount="200.28" OriginalAmount="198.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.188229" Longitude="103.970916" StarRating="4" HotelCode="|421156" HotelName="Nadine Phu Quoc Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 4, Cua Lap, Duong Dong, Pu Kok, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/1/5/6/421156_f5c18241745.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.03" OriginalAmount="203.00" MarkupRule="1.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="Free CXL until 17/08/2026" 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="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.207676514422" Longitude="103.96224811991" StarRating="3" HotelCode="435956|155180" HotelName="Phu Quoc Ocean Pearl Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/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="94" TotalAmount="209.84" OriginalAmount="207.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.036099" Longitude="104.028819" StarRating="0" HotelCode="|523150" HotelName="JM Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bai Khem, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/5/0/523150_d8442950932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.11" OriginalAmount="215.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.115445" Longitude="103.982302" StarRating="0" HotelCode="|523497" HotelName="Anna Beach Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B5-305, Waterfront, Bai Truong, Duong To</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/4/9/7/523497_7b976b80915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.16" OriginalAmount="216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2069293" Longitude="103.96277125" StarRating="3" HotelCode="610090|gaia_hotel_phu_quoc" HotelName="Gaia Hotel Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" 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="94" TotalAmount="218.84" OriginalAmount="216.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.211885" Longitude="103.959887" StarRating="0" HotelCode="|471337" HotelName="Tahiti Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 DUONG TRAN HUNG DAO, DUONG DONG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/3/3/7/471337_cd3764d1933.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.83" OriginalAmount="217.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20679" Longitude="103.96278" StarRating="3" HotelCode="|239655" HotelName="Gaia Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 Tran Hung Dao, Duong Dong, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/5/5/239655_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="221.11" OriginalAmount="218.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20270086516" Longitude="103.96447839229" StarRating="3" HotelCode="396818|1168388" HotelName="Phu Quoc Kim Bungalow On The Beach" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>118/2/1/1 Tran Dung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/ec/afeca044cfbc3fc15eb9fee6a34cec6f2e5b73c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.20" OriginalAmount="220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20918328" Longitude="103.96137293" StarRating="3" HotelCode="369226|hoa_binh_phu_quoc_hotel" HotelName="Hoa Binh Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Garden,Internet,Kids Play Area,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>71 Tran Hung Dao Street, Duong Dong Town, Phu Quoc Island, Kien Giang Provine</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/df/b2df955e1e15ba60188b4fba2b77cf945167d6ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the center of Duong Dong Town, Phu Quoc Province, leaning against Ba Keo Hill and facing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.20" OriginalAmount="220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.205047289136" Longitude="103.96375701295" StarRating="3" HotelCode="376080|orange_resort_3" 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="94" TotalAmount="223.95" OriginalAmount="221.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.199714" Longitude="103.963158" StarRating="0" HotelCode="|526898" HotelName="West Life Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100C/4 tran hung dao, duong dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/8/9/8/526898_26c82251026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.18" OriginalAmount="222.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.191795" Longitude="103.965732" StarRating="3" HotelCode="|421435" HotelName="Vida Loca Resort and Sunset Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118/18 Tran Hung Dao Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/4/3/5/421435_64671761736.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.25" OriginalAmount="225.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.286289844402" Longitude="103.98067260315" StarRating="2" HotelCode="300896|mai_phuong_resort_phu_quoc" HotelName="Mai Phuong Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/08/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="94" TotalAmount="233.90" OriginalAmount="231.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20172" Longitude="103.96333" StarRating="3" HotelCode="|238042" HotelName="Sea Star Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>98/2 Tran Hung Dao Str, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/0/4/2/238042_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.94" OriginalAmount="237.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.024576" Longitude="104.00787" StarRating="3" HotelCode="|469792" HotelName="Casepia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sorrento 302-304, An Thoi Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/7/9/2/469792_a77c9fc1239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.61" OriginalAmount="239.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.323243" Longitude="103.856564" StarRating="3" HotelCode="|469463" HotelName="Wyndham Garden Grandworld Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Khu Du Lich Bai Dai, Ganh Dau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/4/6/3/469463_c847e910712.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="245.69" OriginalAmount="243.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.034223" Longitude="104.004354" StarRating="0" HotelCode="|533929" HotelName="Sunset Town Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>M203 Milan, Sunset Town, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/9/2/9/533929_7f17b1e1123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.24" OriginalAmount="244.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.200459" Longitude="103.966396" StarRating="3" HotelCode="|423568" HotelName="Night Sea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>124 Tran Hung Dao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/5/6/8/423568_7de8fd31733.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.46" OriginalAmount="246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.266006" Longitude="103.92924" StarRating="3" HotelCode="306561|phu_quoc_eco_beach_resort_3" HotelName="Phu Quoc Eco Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang Beach, Cua Duong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/65/94658a4ee7a0c6a49f3f0783cf066ee951cf4998.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.07" OriginalAmount="253.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.134124" Longitude="103.978409" StarRating="3" HotelCode="|418661" HotelName="Sonaga Beach Resort and Villas Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 5, Duong Bao Hamlet, Duong To, Phu Quoc Island Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/6/6/1/418661_8bd7db60659.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.59" OriginalAmount="254.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.03487" Longitude="104.027436" StarRating="0" HotelCode="|534595" HotelName="La Grotta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emerald Bay, Quarter 6, An Thoi Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/5/9/5/534595_e70228a1123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.76" OriginalAmount="255.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.027395" Longitude="104.008462" StarRating="0" HotelCode="|532177" HotelName="Royal Boutique Phu Quoc Island" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A20, Sunset Town, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/1/7/7/532177_93657c11039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.94" OriginalAmount="265.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20825" Longitude="103.96294" StarRating="3" HotelCode="|83910" HotelName="Mango Bay Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ONG LANG BEACH,KIEN GIANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/1/0/83910_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has WiFi (free of charge), a car park (free of charge), a restaurant and a bar. The establishment offers a massage service, a solarium and excursions. The establishment has a business centre and a laundry service. The establishment offers a private beach. SITUATION: This establishment, Bai Sao it is situated 9 kilometres away from el mercado de Duong Dong 10 kilometres away, you can find it is in the city centre. ROOM: The establishment has rooms and bungalows. They have a fan, a terrace with views of the garden or the sea and a bathroom with a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.73" OriginalAmount="273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20677005" Longitude="103.96538761" StarRating="3" HotelCode="573285|lahana_resort_phu_quoc" 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="63" TotalAmount="278.76" OriginalAmount="276.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.162219" Longitude="103.972776" StarRating="4" HotelCode="311311|mercure_phu_quoc_resort_opening_march_2015" HotelName="Mercury Phu Quoc Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/08/2026" 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="27" TotalAmount="280.78" OriginalAmount="278" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2028" Longitude="103.962" StarRating="0" HotelCode="777656|402747" 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="63" TotalAmount="280.78" OriginalAmount="278.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.261331268789" Longitude="103.93378176279" StarRating="3" HotelCode="318731|sea_sense_resort" HotelName="Sea Sense 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,Spa">
        <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/2d/f0/2df035ab2ff9761eb172b129e15571c7fbd06bfb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.78" OriginalAmount="278.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.18253819" Longitude="103.9681838" StarRating="3" HotelCode="595748|you_we_phu_quoc_resort" HotelName="Anja Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Cua Lap Hamlet, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/58/0858e9e9a7e6002bccfb62e4604504f133334472.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.82" OriginalAmount="282.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.243936245548" Longitude="103.94845100594" StarRating="5" HotelCode="212988|the_shells_resort__spa" HotelName="The Shells Resort &amp; Spa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ganh Gio Beach, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/cb/39cb1788d309ee1b37d91796474d5532fb166557.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a safe, a bar, room service, a laundry service, a confe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.184463089433" Longitude="103.96838059901" StarRating="4" HotelCode="477048|155197" HotelName="Famiana Green Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Internet,Wheelchair Access">
        <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://photos.hotelbeds.com/giata/original/58/585191/585191a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the center of Duong Dong Town and only 4 km away from Phu Quoc International Airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.85" OriginalAmount="297.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.209051" Longitude="103.96632" StarRating="0" HotelCode="|534235" HotelName="HANZ Son Tra Hills Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/3/5/534235_41b7d671137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.38" OriginalAmount="303.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.1624" Longitude="103.97142" StarRating="4" HotelCode="|171202" HotelName="Mercury Phu Quoc Resort and Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TO 1 AP DUONG TO XA DUONG TO HUYEN PHU QUOC TINH KIEN GIANG 95000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/2/0/2/171202_fe4d4ed1322.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="312.09" OriginalAmount="309.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.1463018" Longitude="103.97729961" StarRating="4" HotelCode="435504|sol_beach_house_phu_quoc" HotelName="Kappa Club Sol Beach house Phu Quoc 5" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Duc Viet Tourist Area Zone 1, Bai Truong Complex, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/80/a580343e6fad67d9168ae2d0400314dba3ae52ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Phu Quoc, this hotel is right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="312.09" OriginalAmount="309.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.1811036" Longitude="103.96732927" StarRating="4" HotelCode="945628|amarin_resort_phu_quoc" HotelName="Amarin Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>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/d0/f5/d0f576307992f11509e7b2c767758e940b347a0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.10" OriginalAmount="310.00" MarkupRule="1.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="Free CXL until 20/08/2026" 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="94" TotalAmount="314.64" OriginalAmount="311.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.0183209" Longitude="104.0151121" StarRating="3" HotelCode="|421474" HotelName="Phung Hung Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 - 62 Nguyen Van Cu, Zone 3, An Thoi Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/4/7/4/421474_4b394590443.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.13" OriginalAmount="313.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.01827781" Longitude="104.01506187" StarRating="3" HotelCode="694477|oyo_163_phung_hung_boutique_hotel" HotelName="Phung Hung Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60-62 Nguyen Van Cu, Khu Pho 3, T.T An Thoi, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/39/3439890b26faa4b9233568d502e7f2685bf677b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.59" OriginalAmount="314.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.146144" Longitude="103.977303" StarRating="5" HotelCode="|209508" HotelName="Sol By Meliá Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duc Viet Tourist Area, Zone 1, Bai Truong Complex, Duong To, Phu Quoc District, Kien Giang.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/9/5/0/8/209508_f75999e1019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.19" OriginalAmount="319.00" MarkupRule="1.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="94" TotalAmount="327.77" OriginalAmount="324.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.027934" Longitude="104.008502" StarRating="3" HotelCode="|524602" HotelName="Le Bonheur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A32-A34, Amalfi st, Sunset town, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/0/2/524602_4fe84a90903.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="330.27" OriginalAmount="327.00" MarkupRule="1.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="Free CXL until 11/08/2026">
        <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="94" TotalAmount="334.78" OriginalAmount="331.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.13124" Longitude="103.980667" StarRating="5" HotelCode="|417709" HotelName="Best Western Premier Sonasea Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duong Bao Hamlet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/0/9/417709_61637cb1113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.41" OriginalAmount="341.00" MarkupRule="1.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="94" TotalAmount="344.97" OriginalAmount="341.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20554" Longitude="103.96275" StarRating="0" HotelCode="|417018" HotelName="Thien Thanh Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Tran Hung Dao Ward 7 Duong Dong?Phu Quoc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/0/1/8/417018_30551c31008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.48" OriginalAmount="348.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20504345" Longitude="103.96205175" StarRating="3" HotelCode="424775|thien_thanh_resort" HotelName="Thien Thanh Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/08/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="94" TotalAmount="354.00" OriginalAmount="350.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.185538" Longitude="103.966989" StarRating="3" HotelCode="|554293" HotelName="The Palmy Luxury Beach Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duong To 80</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/2/9/3/554293_09cebad1301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.64" OriginalAmount="364.00" MarkupRule="1.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="94" TotalAmount="369.44" OriginalAmount="365.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.32789" Longitude="103.8512" StarRating="5" HotelCode="|221451" HotelName="Radisson Blu Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Area, Ganh Dau Commune</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/4/5/1/221451_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.68" OriginalAmount="368.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.18443733" Longitude="103.96820696" StarRating="4" HotelCode="221829|famiana_resort_spa" 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="12" TotalAmount="374.63" OriginalAmount="370.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.32807482" Longitude="103.85567956" StarRating="3" HotelCode="600221|38855674" HotelName="VinOasis Phu Quoc Resort" Meals="BED &amp; BREAKFAST,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" 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="63" TotalAmount="375.72" OriginalAmount="372.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.12903297" Longitude="103.98211983" StarRating="5" HotelCode="430015|novotel_phu_quoc_resort" HotelName="Novotel Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Duong Bao Hamlet, Duong To Commune, Kien Giang Province, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/0a/990a262fa643f01fe0919ca762ab12d8c67863dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set on one of the island's most well-known beaches, Truong Beach, the 5-star Novotel Phu Quoc Resort...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="379.63" OriginalAmount="375.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.283008" Longitude="103.924173" StarRating="5" HotelCode="|417703" HotelName="Mövenpick Villas and Residences Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang Beach Cua Duong Village District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/0/3/417703_f1ca0c41149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="385.89" OriginalAmount="382.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.331226" Longitude="103.852328" StarRating="5" HotelCode="|170560" HotelName="Vinpearl Resort and Spa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Ganh Dau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/5/6/0/170560_1_1992.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a swimming pool, a private beach, great views and WiFi (free of charge). The establishment offers guests a reception, a business centre, a banquet hall and meeting rooms. SITUATION: This establishment is 43 kilometres from Tranh Waterfall, 47 kilometres away from Ham Ninh. Is 28 kilometres from Phu Quoc Airport. ROOM: The rooms have an air-conditioning system, a wardrobe, a safe, a mini-bar, a sitting room, cable television, a bathroom with a shower, a hairdryer and complimentary bathroom items. FACILITIES: Guests are offered a massage service, a spa, karaoke, has a luggage room, ticket sales, a launderette, car hire and a transfer service to the airport (available for a fee). OTHERS: have at their disposal a restaurant, a bar and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="397.18" OriginalAmount="393.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.213126" Longitude="103.958983" StarRating="0" HotelCode="|420291" HotelName="M Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/2/9/1/420291_ca2d72d1746.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="399.13" OriginalAmount="395.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.035024" Longitude="104.027621" StarRating="5" HotelCode="|417699" HotelName="Premier Residences Phu Quoc Emerald Bay Managed By Accor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Khem Beach An Thoi Town District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/9/9/417699_06330281258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="399.96" OriginalAmount="396.00" MarkupRule="1.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="400.97" OriginalAmount="397.00" MarkupRule="1.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="Non Refundable" 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="424.20" OriginalAmount="420.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20794" Longitude="103.962121" StarRating="4" HotelCode="64049|sasco_blue_lagoon_resort" HotelName="Sasco Blue Lagoon Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/08/2026" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Tran Hung Dao St, Duong Dong Town, Phu Quoc Island, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/b1/72b11e9f26539d993b101e4324c5688be1a3fdcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="425.21" OriginalAmount="421.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.210684885609" Longitude="103.96034528504" StarRating="3" HotelCode="383660|trang_an_phu_quoc_beach_resort__spa" HotelName="Trang An Phu Quoc Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Tran Hung Dao Street, Ward 7, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/c6/6ac61c79ab0cda923d16a2fe23ed06eb59a5dd2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="427.23" OriginalAmount="423.00" MarkupRule="1.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="63" TotalAmount="428.24" OriginalAmount="424.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.37196987" Longitude="103.84052946" StarRating="5" HotelCode="452719|vinpearl_phu_quoc_resort_golf_3" HotelName="Vinpearl Resort &amp; Golf Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/08/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="63" TotalAmount="430.26" OriginalAmount="426.00" MarkupRule="1.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 26/08/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="94" TotalAmount="435.04" OriginalAmount="430.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.030463" Longitude="104.005687" StarRating="0" HotelCode="|553214" HotelName="Venice Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 - 17 Venice Street, An Thoi Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/2/1/4/553214_3865a471244.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="447.18" OriginalAmount="442.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.207162" Longitude="103.961782" StarRating="4" HotelCode="|83772" HotelName="L'azure Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64 TRAN HUNG DAO ST, DUONG DONG TOWN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/7/7/2/83772_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="451.47" OriginalAmount="447.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.025409" Longitude="104.007753" StarRating="0" HotelCode="|532134" HotelName="Roma Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sorrento 312-316, An Thoi Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/1/3/4/532134_7d6ec6f1017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="452.34" OriginalAmount="447.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.292758" Longitude="103.904337" StarRating="4" HotelCode="|83839" HotelName="Chez Carole Beach Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HAMLET 4, CUA CAN, PHU QUOC ISLAND Group 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/8/3/9/83839_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Cua Can the beach. HOTEL: It has has 50 rooms and bungalows.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="457.87" OriginalAmount="453.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.283008" Longitude="103.924173" StarRating="5" HotelCode="|417704" HotelName="Mövenpick Resort Waverly Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang Hamlet Cua Duong Village District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/0/4/417704_1a027c51218.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="459.55" OriginalAmount="455.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.29081" Longitude="103.899246" StarRating="3" HotelCode="172655|chez_carole_resort_2" HotelName="Chez Carole Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 1, Hamlet 4, Cua Can Village, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ad/96/ad969d821049f83f2717ce0b018abffdd8fe6e01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 14 km from the north of Duong Dong city centre and right at the beach, the hotel is surround...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="462.19" OriginalAmount="457.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.33719" Longitude="103.85694" StarRating="0" HotelCode="|239059" HotelName="Wyndham Grand Phu Quoc  " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Area Ganh Dau Commune</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/0/5/9/239059_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="470.37" OriginalAmount="465.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.255421" Longitude="103.940373" StarRating="4" HotelCode="|554861" HotelName="Grand Ocean Bay Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Dinh Ba</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/6/1/554861_4e39cb21530.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="479.75" OriginalAmount="475.00" MarkupRule="1.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="Free CXL until 19/08/2026" 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="493.89" OriginalAmount="489.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.194063859303" Longitude="103.96456626124" StarRating="4" HotelCode="56056|la_veranda_resort_phu_quoc" HotelName="La Veranda Resort Phu Quoc - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Duong Dong Beach, Phu Quoc 95000, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/b0/0eb036f3f885e442800961fc556d8c2ee0aefa78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located just outside the main town of Duong Dong, a short car ride from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="504.81" OriginalAmount="499.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.120242" Longitude="103.983464" StarRating="5" HotelCode="|418356" HotelName="Pullman Phu Quoc Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 6 Ban Quy Hamlet Duong To Commune, Duong To, Phu Quoc,Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/3/5/6/418356_7c213971148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="521.01" OriginalAmount="515.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.188693" Longitude="103.968036" StarRating="4" HotelCode="|83848" HotelName="WorldHotels Long Beach Resort Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CUA LAP HAMLET, DUONG TO COMMUNE 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/8/4/8/83848_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2010, has 72 rooms, a lobby with express check-out, a reception, a safety deposit box service and a currency exchange service. The establishment offers a bar, restaurants, conference facilities, internet, room service, a laundry service, a car park and a hairdresser's. SITUATION: This hotel is in Phu Quoc the beach 10 minutes away from the establishment, guests will find Phu Quoc Airport the city centre and the dock. it is 25 minutes away from Phu Quoc the National Park of 20 minutes away from the establishment, you can find Chuas the Mountain of. ROOM: The establishment has 72 rooms with an air-conditioning system, a direct line telephone, flat-screen satellite television, a safety deposit box, a mini-bar, a bathroom, a shower, a bath, luxurious bathrobes and slippers. They also have a double or king-size bed, a desk, internet, a coffee maker, a kettle, an ironing set and an individual air-conditioning system. Some rooms have a balcony with views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="528.23" OriginalAmount="523.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.15244" Longitude="103.97367" StarRating="5" HotelCode="933962|salinda_phu_quoc_island_resort_and_spa" HotelName="Salinda Resort Phu Quoc Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cua Lap Hamlet, Duong To Kommune, Phu Quoc, Kien Giang Provinz</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/a1/32a11dfbc504bd26b7974c5199017c72f140a6d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="537.80" OriginalAmount="532.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.3374552" Longitude="103.8498851" StarRating="5" HotelCode="|448329" HotelName="Sheraton Phu Quoc Long Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Ganh Dau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/3/2/9/448329_11ae3d51525.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="538.61" OriginalAmount="533.28" MarkupRule="1.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="27" TotalAmount="556.51" OriginalAmount="551" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="4" HotelCode="979514|403084" HotelName="Vinpearl Discovery 3 Phu Quoc" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/08/2026">
        <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="94" TotalAmount="559.49" OriginalAmount="553.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.34034" Longitude="103.85029" StarRating="4" HotelCode="|238379" HotelName="Vinpearl Discovery Greenhill Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Area, Ganh Dau Commune, Phu Quoc City, Kien Giang Province, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/3/7/9/238379_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="561.28" OriginalAmount="555.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2042662" Longitude="103.9622363" StarRating="5" HotelCode="|83912" HotelName="La Veranda Resort Phu Quoc - Mgallery" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WARD 1, DUONG DONG BEACH, TRAN HUNG DAO STREET 93</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/1/2/83912_16ee00e0718.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 43 standard rooms, a currency exchange service, conference facilities, a restaurant, room service and a laundry service. SITUATION: This hotel is in the surounding areas of Duong Dong. It is situated near the airport. ROOM: All the rooms have comfortable facilities. They have bedding and a balcony. OTHERS: have at their disposal a swimming pool. The establishment offers a massage service. The establishment also has a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="564.55" OriginalAmount="558.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.34605" Longitude="103.8466" StarRating="4" HotelCode="|238633" HotelName="Meliá Vinpearl Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Area, Ganh Dau Commune</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/6/3/3/238633_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="582.67" OriginalAmount="576.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2509456" Longitude="103.9443018" StarRating="4" HotelCode="|83906" HotelName="Chen Sea Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BAI XEP - ONG LANG HAMLET, CUA DUONG VILLAGE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/0/6/83906_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is on the beachfront. Is situated in Phu Quoc Island. ROOM: The establishment has villas. They have a private pool and a living room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="602.97" OriginalAmount="597.00" MarkupRule="1.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="Free CXL until 22/08/2026" 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="63" TotalAmount="625.19" OriginalAmount="619.00" MarkupRule="1.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="94" TotalAmount="659.24" OriginalAmount="652.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.029482" Longitude="104.007514" StarRating="5" HotelCode="|552528" HotelName="La Festa Phu Quoc, Curio Collection By Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sunset Town, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/2/8/552528_bc8ff241348.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="736.29" OriginalAmount="729" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.29117717" Longitude="103.9000909" StarRating="4" HotelCode="571184|216435" HotelName="Green Bay Phu Quoc Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Laundry,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Cua Can Hamlet, Phu Quoc, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/82/a7/82a7bf93c5b23156221d87c937d53a833624771a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="754.47" OriginalAmount="747.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.19458001" Longitude="103.96759074" StarRating="3" HotelCode="585245|sunset_hill_resort_2" HotelName="Sunset Hill Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort,Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>131 Tran Hung Dao, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/d6/8bd61866c8d8f4d870c447e3aef68fb0087e985b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="794.52" OriginalAmount="786.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.374887" Longitude="103.854604" StarRating="3" HotelCode="|421625" HotelName="Peppercorn Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>To 8 Ap Chuong Vich Ganh Dau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/6/2/5/421625_b142c781753.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="803.96" OriginalAmount="796.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.11242932" Longitude="103.98376994" StarRating="4" HotelCode="612953|intercontinental_phu_quoc_long_beach_resort" HotelName="InterContinental Phu Quoc Long Beach Resort" Meals="BED &amp; BREAKFAST" 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="63" TotalAmount="832.24" OriginalAmount="824.00" MarkupRule="1.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="Non Refundable" 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="94" TotalAmount="848.60" OriginalAmount="840.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.252583" Longitude="103.942135" StarRating="4" HotelCode="|423707" HotelName="Ocean Bay Phu Quoc Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ONG LANG Hamlet, CUA DUONG Commune, Ong Lang, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/7/0/7/423707_308e3f31112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="906.28" OriginalAmount="897.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.11198" Longitude="103.98205" StarRating="0" HotelCode="|240430" HotelName="Intercontinental Phu Quoc Long Beach Resort, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/4/3/0/240430_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="972.63" OriginalAmount="963" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.12951678" Longitude="103.98208099" StarRating="3" HotelCode="610127|371978" HotelName="Audrey's Villa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SS01 SS02 SS03 Sonasea, Duong Bao Hamlet, Duong To, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/73/2a7394d28280c8e267c95960429f78d77af78d7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1002.90" OriginalAmount="992.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.0115" Longitude="104.04425" StarRating="5" HotelCode="|224591" HotelName="Premier Village Phu Quoc Resort Managed By Accorhotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ong Doi Cape, An Thoi Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/5/9/1/224591_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1008.23" OriginalAmount="998.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.130265" Longitude="103.979765" StarRating="4" HotelCode="|446737" HotelName="Best Western Premier Sonasea Villas Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/3/7/446737_f3891361223.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1017.07" OriginalAmount="1007.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="3" HotelCode="736000|golden_phu_quoc_hotel" HotelName="Golden Phu Quoc Hotel &amp; Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SS05 Duong To, Sonasea Villas &amp; Resort Group, Phu Quoc, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/19/c919272d73575e1ac8e55d4ffff8d74f6c010928.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1024.14" OriginalAmount="1014.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.00528527" Longitude="104.05184703" StarRating="5" HotelCode="636400|premier_village_phu_quoc_resort_opening_april_2018" HotelName="Premier Village Phu Quoc Resort" Meals="BED &amp; BREAKFAST" 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="63" TotalAmount="1096.86" OriginalAmount="1086.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.1520592" Longitude="103.97477005" StarRating="3" HotelCode="882921|sunset_sanato_resort_spa" HotelName="Sunset Sanato Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/08/2026">
        <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="63" TotalAmount="1147.36" OriginalAmount="1136.00" MarkupRule="1.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 25/08/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="94" TotalAmount="1178.61" OriginalAmount="1166.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.153097" Longitude="103.97359" StarRating="4" HotelCode="|418714" HotelName="Sunset Sanato Resort and Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Duong Bao, Duong To Phu Quoc Kien Giang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/1/4/418714_1bb882b0847.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1470.56" OriginalAmount="1456" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.03228325" Longitude="104.02870388" StarRating="5" HotelCode="434763|216440" HotelName="JW Marriott Phu Quoc Emerald Bay Resort &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
    <HotelStay SourceId="94" TotalAmount="1473.29" OriginalAmount="1458.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.032114" Longitude="104.028389" StarRating="5" HotelCode="|215825" HotelName="Jw Marriott Phu Quoc Emerald Bay Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AN THOI WARD, PHU QUOC DISTRICT, KIEN GIANG .</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/8/2/5/215825_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1947.68" OriginalAmount="1928.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.109385" Longitude="103.982744" StarRating="5" HotelCode="|418047" HotelName="Regent Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bai Truong, Duong To, Phu Quoc, Kien Giang, 92509, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/0/4/7/418047_49896fd1205.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Jacuzzi,Nightclub,Sauna,Golf,24 Hour Front Desk,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Luggage Storage,Meeting Room,Parking,Smoking Rooms,Valet Parking,Kitchen,Swimming Pool,Wheelchair Access,Spa,Central Heating,Airport Transfer (on Demand),Babysitting,Kids Play Area,24 Hour Security,Banquet Hall,Dining,Housekeeping,Printer,Wake-up Call Service,Elevator,Diet Meals,24 Hour Room Service,LCD/Projector,Vending Machine</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD,HALF BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,HOTEL,VILLAGE,SPA HOTEL,RESORT,BUNGALOW COMPLEX,APARTMENT</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
a2fdb15b-0705-4627-809a-dc5cd69de2b8|PriceRequest|PriceRequest|<?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="Price" TimeStamp="0001-01-01T00:00:00" TraceId="a2fdb15b-0705-4627-809a-dc5cd69de2b8">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84866" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-02T00:00:00" End="2026-09-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="435956|155180" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shrirajholidays.dom@gmail.com" Password="Alliswell@9" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" 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
a2fdb15b-0705-4627-809a-dc5cd69de2b8|DOTWPrice|successfull supplier interation||DOTW|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
a2fdb15b-0705-4627-809a-dc5cd69de2b8|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|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
a2fdb15b-0705-4627-809a-dc5cd69de2b8|RateHawkPrice|successfull supplier interation||RateHawk|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
f4a52c90-75cf-40dc-a0e6-6dc944038a6d|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="f4a52c90-75cf-40dc-a0e6-6dc944038a6d">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84793" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-07T00:00:00" End="2026-09-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shrirajholidays.dom@gmail.com" Password="Alliswell@9" 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
f4a52c90-75cf-40dc-a0e6-6dc944038a6d|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
f4a52c90-75cf-40dc-a0e6-6dc944038a6d|InfiniteSearch|successfull supplier interation||Infinite|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
f4a52c90-75cf-40dc-a0e6-6dc944038a6d|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
f4a52c90-75cf-40dc-a0e6-6dc944038a6d|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:17f6c387-4b05-493d-82a8-0e773c1d24b1
Error Number:2812,State:62,Class:16|SmyRooms|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
f4a52c90-75cf-40dc-a0e6-6dc944038a6d|HotelbedsSearch|successfull supplier interation||HotelBeds|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
f4a52c90-75cf-40dc-a0e6-6dc944038a6d|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
f4a52c90-75cf-40dc-a0e6-6dc944038a6d|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|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
f4a52c90-75cf-40dc-a0e6-6dc944038a6d|RestelSearch|successfull supplier interation||Restel|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
f4a52c90-75cf-40dc-a0e6-6dc944038a6d|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-08-06T18:11:25.7467289+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f4a52c90-75cf-40dc-a0e6-6dc944038a6d" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.98812234" Longitude="105.84119023" StarRating="0" HotelCode="964896|oyo_180_thang_long_hotel" HotelName="Thang Long Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>713 Giai Phong Street, Phuong Liet Ward, Hoang Mai District, Hanoi 70000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/53/1f53b572cd0ce57bd49e24cd3514a62e31a57818.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036144" Longitude="105.847692" StarRating="2" HotelCode="931938|hanoi_evergreen_hotel" HotelName="Hanoi Evergreen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Hang Dong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/f1/eff12e3fe7a49ac0a029b435cf29268971e9b0df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.71" OriginalAmount="43.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037614" Longitude="105.854058" StarRating="2" HotelCode="|524444" HotelName="An Nam Corner- Thanh Yen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Thanh Yen, Phuc Tan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/4/4/4/524444_e3bcf9b0915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.54" OriginalAmount="46.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033977" Longitude="105.790637" StarRating="2" HotelCode="|421276" HotelName="OYO 1143 Thu Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Alley 45 Tran Thai Tong Dich Vong Cau Giay Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/2/7/6/421276_25d51d21733.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.51" OriginalAmount="48.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.014398" Longitude="105.863154" StarRating="3" HotelCode="|447064" HotelName="Golden 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81 Nguyen Khoai, Hanoi, Hanoi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/0/6/4/447064_3c1260e0808.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="958291|thu_giang_hotel" HotelName="Hotel Thu Giang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>17-45 Tran Thai Tong, Phuong Dich Vong, Quan Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/0c/e40c6dbb668564a730fafcf130922a0ed9ca97f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="787493|nam_cuong_x_hotel" HotelName="Nam Cuong X Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>57 Tran Quoc Vuong, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/18/8a182c41744057ab8065e0381e42c90af3739f79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.81" OriginalAmount="55.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04879" Longitude="105.83997" StarRating="3" HotelCode="|422059" HotelName="The Autumn Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30A Truc Lac Alley Truc Bach Ba Dinh Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/0/5/9/422059_092e8cc1721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.013101803078" Longitude="105.8066451086" StarRating="1" HotelCode="347784|sao_hotel_2" HotelName="Sao Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>43 Nguyen Ngoc Vu, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ea/dbea8c62f400e8155d7229f88ca47f3183e9c314.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.20414076" Longitude="105.78625895" StarRating="2" HotelCode="374434|indochina_airport_hotel" HotelName="Indochina Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Cau Den, Noi Bai</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/99/ee99c390658a8da3ab7c27a2271bdd853f2b8d86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03230498" Longitude="105.78954715" StarRating="3" HotelCode="600509|bach_duong_hotel_cau_giay" HotelName="Bach Duong Hotel Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>C5/D6 Tran Thai Tong Street, Dich Vong, Cau Giay, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/b3/70b3362a16c17980b908ee2350fbdd6d00998218.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="692327|phuong_trang_hotel_hanoi" HotelName="Phuong Trang Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Nguyen Van Cu Street, Bo De Ward, Long Bien District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/59/9f59d3609c744f94b6fe77f04747aa2b415256ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Phuong Trang Hotel Hanoi in Hanoi (Long Bien), you'll be conv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.93" OriginalAmount="56.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.047708" Longitude="105.865482" StarRating="3" HotelCode="|419519" HotelName="Lucky Budda Inn Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99 Ngoc Thuy Street 99-99B/32 Ngoc Thuy, Yen Tan, Long Bien, Hanoi, Long Bien, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/5/1/9/419519_b7383101711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.40" OriginalAmount="56.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0322483" Longitude="105.7891935" StarRating="3" HotelCode="|265910" HotelName="Super Oyo Capital O 387 Bach Duong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C5/D6 Khu Do Thi Moi Cau Giay, Tran Thai Tong Street, Dich Vong Ward, Cau Giay District, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/9/1/0/265910_72c4bf01726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.20432606" Longitude="105.83087106" StarRating="3" HotelCode="347804|royal_airport_hotel_3" HotelName="Viet Village Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1B Duong Thai Phu Village, Vo Nguyen Giap Str, Noibai Airport, Ha noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/0c/8c0cf61d6807187b538e58ac9da13999e50e1676.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.59" OriginalAmount="59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03450968" Longitude="105.84744374" StarRating="2" HotelCode="550104|165360" HotelName="Hanoi Lotus Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Bat Su Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/3b/693b19c74fafa3ddaddcd82924da49d49889e409.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21697255" Longitude="105.78126917" StarRating="2" HotelCode="762464|sao_mai_hostel" HotelName="Sao Mai Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dien Xa-Quang Tien, Soc Son, Noi Bai Airport, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/5c/945c808fae2c4647bb001f473dd2ae369275d292.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.64" OriginalAmount="59.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.016592" Longitude="105.773655" StarRating="0" HotelCode="|521711" HotelName="Thanh Hang near Emerald My Dinh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Ngo 180 Duong Dinh Thon Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/7/1/1/521711_49a98921117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.00" OriginalAmount="59.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.204998" Longitude="105.829909" StarRating="3" HotelCode="|420665" HotelName="Anova 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 8 Vo Nguyen Giap Thai Phu Mai Dinh Soc Son Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/6/6/5/420665_6b968261727.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01460316" Longitude="105.80446958" StarRating="2" HotelCode="518395|obis_hotel" HotelName="Obis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5B Tran Duy Hung street, Trung Hoa, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/7c/a97cfdf19f98915e43d20f9a916b29425b4845e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.009724" Longitude="105.798701" StarRating="3" HotelCode="420609|newland_studio_apartment_8" HotelName="V-Studio Hotel Apartment 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>No.47 Lane, 148 Tran Duy Hung street,, Cau Giay Disctrict, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/12/b8121328c229ce16169062ea6f3fc06cc9e53681.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="978721|anova_2_hotel" HotelName="Anova 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 Vo Nguyen Giap, Thai Phu, Mai Dinh, Soc Son, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/b3/8db3602d6e4a2aff2595ab1a106db5ffb1a40da2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.48" OriginalAmount="62.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.951278" Longitude="105.749466" StarRating="2" HotelCode="|523114" HotelName="Thu Do Vang Ha Dong By Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QL6 Phu Lam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/1/4/523114_c3529230911.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="687290|oyo_230_titanic_hotel" HotelName="Titanic Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>471 An Duong Vuong</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/5b/c05b3465a30509bd7708e1e1dd270a7ad55693fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03264794385" Longitude="105.84680198437" StarRating="1" HotelCode="200495|hanoi_fantasea_hotel_" HotelName="Hanoi Fantasea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>78B Hang Non Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ae/fcae35f025aa0e44382fd0171111ac56e870df0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01202156" Longitude="105.776916" StarRating="3" HotelCode="554410|newland_studio_apartment_9" HotelName="V-Studio Hotel Apartment 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>16 Dong Me Street, Lane 1, Me Tri Road, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/e3/0fe325438b2238a5919fe78698f0be605a7ce825.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="701404|sunrise_hotel_34" HotelName="Sunrise Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Vu Ngoc Phan Street</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/a0/6fa020c5554a58d820c2e2a8e0485bc33319a25d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.88" OriginalAmount="64.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.124692" Longitude="105.770588" StarRating="2" HotelCode="|521807" HotelName="New An Phú" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/8/0/7/521807_7b746881107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="976877|ruby_lakeview_homestay" HotelName="Ruby Lakeview Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Ngõ 96 Pho Dai Tu, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/e8/6ee8ff8a718d5a8841ed1adf97e7163f13b7937c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.46" OriginalAmount="67.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00939" Longitude="105.81167" StarRating="0" HotelCode="|521712" HotelName="Sao Nguyen Ngoc Vu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Nguyen Ngoc Vu Trung Hoa Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/7/1/2/521712_4a5fe691118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03261343" Longitude="105.85381525656" StarRating="3" HotelCode="119066|hanoi_orchid_hotel" HotelName="Hanoi Oriental Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 Hang Be, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/4c/a64c6b26755849b59f53c71441d2e194a1fc7efb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031974709172" Longitude="105.84778899944" StarRating="2" HotelCode="915995|hanoi_charming_hotel" HotelName="Hanoi Charming Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Yen Thai Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/93/0993346771e39d68997ee2d643e969f932c3269a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.73" OriginalAmount="68.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.218997" Longitude="105.783156" StarRating="0" HotelCode="|525809" HotelName="Golden Lotus Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Km 2, Vo Nguyen Giap, San Bay Noi Bai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/8/0/9/525809_03307271019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00201287" Longitude="105.80779921" StarRating="1" HotelCode="347785|nhan_hoa_hotel_hanoi" HotelName="Nhan Hoa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>66/116 Nhan Hoa, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/23/93238b48343ce1b3deed7e2b9d8250d672583af1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.002180810067" Longitude="105.80955968821" StarRating="3" HotelCode="347160|mely_hotel" HotelName="Mely Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Nhan Hoa Street, Nhan Chinh Ward, Thanh Xuan, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/e0/bce033c2f6c100976f1bfdfb79f93a96e6d48cd8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00628103" Longitude="105.78232938" StarRating="2" HotelCode="600898|nam_long_hotel_ha_noi" HotelName="Nam Long Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>6 38 Mieu Dam Road, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/c5/02c58a75cc0712202803c682021e1252a7b186e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.05" OriginalAmount="69.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0351278" Longitude="105.8000437" StarRating="1" HotelCode="|421429" HotelName="Khach San Phuong Dong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 14, Lane 72, Duong Quang Ham, Quan Hoa Ward, Cau Giay District,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/4/2/9/421429_60746221732.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040017203403" Longitude="105.86666051558" StarRating="0" HotelCode="347797|the_ky_moi_hotel" HotelName="The Ky Moi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 Nguyen Van Cu, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/55/595556cd8bbf5ac653ea8141e8055314116b7592.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.46" OriginalAmount="70.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0102987" Longitude="105.8651049" StarRating="3" HotelCode="|374877" HotelName="Le Grand Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1B9 Dam Trau, Bach Dang, Hai Ba Trung dist.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/4/8/7/7/374877_90dfa591344.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.57" OriginalAmount="70.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.8986756" Longitude="105.8671954" StarRating="3" HotelCode="|421553" HotelName="Oyo 930 Thang Long" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duyen Thai, Thuong Tin, 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/5/5/3/421553_6cab1770212.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.58" OriginalAmount="70.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02775" Longitude="105.82372" StarRating="3" HotelCode="|446943" HotelName="Nythome Giang Vo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7/c11 Ngo 140 Giang Vo, Hanoi, 10000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/4/3/446943_4783b0f1723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="974508|lieber_hotel_2" HotelName="Lieber Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Yen Phuc, Phuc La, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/f9/75f912fe0f0da86e51e49504fd7095f7f1485aff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0100713" Longitude="105.86520324" StarRating="0" HotelCode="688661|le_grand__4" HotelName="Le Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1B9 Dam Trau, Bach Dang Street, Haibatrung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/93/76934450b3baf4a6345e9a31d62a7076d5522365.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Le Grand Hotel is perfectly located for both business and leisure guests in Hanoi. The hotel has eve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.43" OriginalAmount="72.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03333094" Longitude="105.84793358" StarRating="2" HotelCode="586825|3471705" HotelName="Hanoi Traveller House" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>25 Hang Thiec, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fc/78fcff747a529ed816051612b5f4c9ecc1f31f70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01922143" Longitude="105.80041242" StarRating="3" HotelCode="600513|dai_duong_hotel_2" HotelName="Dai Duong Ha Noi Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>66 Trung Yen 9, Yen Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/85/cc85f4b6ac119cd125bbbd4d5360ffc898e5f638.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="636655|nyt_home_cau_giay" HotelName="NYT Home Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Alley 123, Hoang Quoc Viet street, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/ee/e4ee1607bc4a25f684f3aaf030aaacfa12b395a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.12" OriginalAmount="73.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.009808" Longitude="105.810826" StarRating="2" HotelCode="|523094" HotelName="69Xumimotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>so 69 ngo 53 Nguyen Ngoc Vu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/0/9/4/523094_b8d11dc0900.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.21" OriginalAmount="73.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03304" Longitude="105.7898" StarRating="3" HotelCode="|189585" HotelName="Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C1/D6 Cau Giay New Urban Area</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/8/5/189585_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0349633" Longitude="105.80073349" StarRating="3" HotelCode="835898|362519" HotelName="Hotel Phunng Dông" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>So 14 Duong Quang Hàm, Ngo 72, Phuong Quan Hoa, Quan Cau Giay, Hà Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01272749" Longitude="105.86635268" StarRating="3" HotelCode="586444|sunrise_hanoi_hotel" HotelName="Sunrise Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>716 Bach Dang, Hai Ba Trung District, Quan Hai Ba Trung, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/2d/772d8a4609eb477971f92e0659d83bf79e0da916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02776677" Longitude="105.82361786" StarRating="3" HotelCode="958298|nythome_giang_vo" HotelName="NYT Home Giang Vo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 C11 Alley 140, Giang Vo, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/42/824251361c1d1cc66b0b65fe6918a4a3f04941a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032530368132" Longitude="105.78981365188" StarRating="3" HotelCode="347507|home_hotel_9" HotelName="Home Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>C1/D6 New Cau Giay Residence, Dich Vong Ward, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/bd/29bdab29dc73f38e569430afdd007639ef42401d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="976089|oyo_276_bh_hotel" HotelName="Bh Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Cau Dat Street, Lane 75, Chuong Duong Do Ward, Hoan Kiem District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/29/8129b1575eb8f28a2af8d67e99326db01b34922a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21889398" Longitude="105.78331658" StarRating="3" HotelCode="374682|dragon_airport_hotel" HotelName="Dragon Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Dien Xa, Soc Son, Noi Bai, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/1b/051b44814e5fa6137cc852e418c0b529c4c47d93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.97" OriginalAmount="76.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00353" Longitude="105.77971" StarRating="2" HotelCode="|537202" HotelName="Hoang Gia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So 4 Me Tri Thuong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/2/0/2/537202_a972fbd2101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.41" OriginalAmount="76.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.1987057" Longitude="105.8271708" StarRating="3" HotelCode="|446958" HotelName="Noi Bai Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/5/8/446958_bb408c40723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.54" OriginalAmount="76.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028537" Longitude="105.768595" StarRating="3" HotelCode="|421240" HotelName="Duc Long" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C32 alley 89 Le Duc Tho street, My Dinh 2, Nam Tu Lien district, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/2/4/0/421240_14249bd1716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033958240669" Longitude="105.85169434547" StarRating="3" HotelCode="169666|74944" HotelName="Monsieur Diesel Hotel Hang Bac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Hang Bac, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/0a/070a1602d831f7de22ba4d41442d553fa6d093ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is one of the most beautiful and luxurious hotels in the centre of Hanoi's Old Quarter. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21871641" Longitude="105.80416895" StarRating="2" HotelCode="774011|coffe_house_homestay" HotelName="Coffe House Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Noi Bai, Hanoi 124115</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/72/d7/72d72d44360ce1ec039e5a8205a4173125b3404c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03234232" Longitude="105.78990417" StarRating="3" HotelCode="471332|one_hotel_hanoi" HotelName="One Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Thai Tong Street, C3/D6 New Cau Giay Residence, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/95/509515b35e2c8b89a0ef61e5a16451921d6a127f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.76" OriginalAmount="78.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.976696" Longitude="105.844136" StarRating="2" HotelCode="|567159" HotelName="Phuong Trang by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 P. Giap Nhi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/1/5/9/567159_eb955391359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21860224" Longitude="105.78239127" StarRating="0" HotelCode="374361|van_anh_hotel" HotelName="Van Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dien Xa, Sóc Son, N?i Bài, Quang Tien, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/3f/433f8e4cde892c820ef0a5b2cc319c7b99431c47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01195614" Longitude="105.80709484" StarRating="2" HotelCode="615137|v_house_6_serviced_apartment" HotelName="ISTAY Hotel Apartment 6" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Lane 171 Nguyen Ngoc Vu, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/1a/721a39153f087fb2c2eee253653619a80bfa15d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00353742" Longitude="105.77973739" StarRating="2" HotelCode="834180|hotel_hoang_gia" HotelName="Hotel Hoang Gia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Me Tre Thuong, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/8a/ef8a7d901585f1f76be76269faff6b34f6d20b69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.68" OriginalAmount="79.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0346817" Longitude="105.8518982" StarRating="0" HotelCode="|270097" HotelName="Ibiz City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Luong Ngoc Quyen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/0/9/7/270097_3c4e3c61704.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21676551" Longitude="105.78116459" StarRating="2" HotelCode="375171|family_transit_hotel" HotelName="Family Transit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dien Xa, Quang Tien, Noi Bai Airport, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/11/3711f407bf3d5b1125139537a9450c00cfec729d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.99" OriginalAmount="80.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0290486" Longitude="105.7843614" StarRating="3" HotelCode="|460786" HotelName="Granda Central Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 10, Lane 100 Dich Vong Hau Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/0/7/8/6/460786_a41606b1148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.52" OriginalAmount="80.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02921" Longitude="105.84832" StarRating="0" HotelCode="|189222" HotelName="Bluebell" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Ngo Huyen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/2/2/189222_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.56" OriginalAmount="80.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00945" Longitude="105.79795" StarRating="3" HotelCode="|235414" HotelName="V-studio Apartment 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47/148 Tran Duy Hung Trung Hoa Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/4/1/4/235414_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029205879909" Longitude="105.84832904616" StarRating="2" HotelCode="306558|83944" HotelName="Bluebell Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Ngo Huyen, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/5d/265d932b828be582bf09009375922704cb00e371.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.218806306426" Longitude="105.78326697533" StarRating="2" HotelCode="227157|noi_bai_airport_hotel" HotelName="Noi Bai Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>km2 Vo Van Kiet Street, Noibai Airport, Noi Bai</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/3a/b13a97c7db3eca20ecf66a5080db62aa0bb12a81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.43" OriginalAmount="81.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03228" Longitude="105.79031" StarRating="3" HotelCode="|232169" HotelName="One" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C3/D6 New Cau Giay Residence, Tran Thai Tong Street, Dich Vong Ward, Cau Giay District, Hanoi, Vietnam Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/1/6/9/232169_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21871301" Longitude="105.78197937" StarRating="1" HotelCode="374358|anh_duong_hotel" HotelName="Anh Duong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Business Centre,Concierge,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vo Van Kiet, Dien Xa, Quang Tien, Soc Son, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/7b/707b85e2f25ebec597ef135b868b1112c9fc3769.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Anh Duong Hotel is perfectly located for both business and leisure guests in Hanoi. Offering a varie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02864903" Longitude="105.77616392" StarRating="2" HotelCode="587793|an_phu_hotel" HotelName="An Phu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 N5B, My Dinh 2, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f6/a9f64ae43687196f648cb9ef84e2bf23eeb7c7a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03531903" Longitude="105.84549296" StarRating="3" HotelCode="631409|hanoi_prime_center_hotel" HotelName="Hanoi Prime Center Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Huong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/c7/18c7256de795bd8cc496e549609e7dab417707b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="856254|anna_airport_hotel" HotelName="Anna Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Quoc Lo 2, Mai Dinh, Soc Son, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/c9/0fc96d19e5a755b57dbc507950db6c527bc3e752.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.05947726" Longitude="105.83321409" StarRating="0" HotelCode="970285|eden_westlake_hotel_the_art" HotelName="Eden Westlake Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Alley 8 Tu Hoa, Tay Ho, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/ce/a2/cea2b810072b64b81d0365a8aa78bd6efdb3a012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.03" OriginalAmount="82.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.219984" Longitude="105.783168" StarRating="3" HotelCode="|446952" HotelName="Hanz Duc Hieu 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quoc Lo 2, Dien Xa, Soc Son, Hanoi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/5/2/446952_c3579000631.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.52" OriginalAmount="82.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0323804" Longitude="105.7980086" StarRating="3" HotelCode="|420318" HotelName="Victor Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 24, Lane 165 Cau Giay, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/3/1/8/420318_d3890851755.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00504405" Longitude="105.80095409" StarRating="3" HotelCode="754818|vyhouse_hanoi_hotel" HotelName="Vy House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 N7B Trung Hoa, Nhan Chinh, Thanh Xuan, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/97/b097a036dc2b33e025b3068f5ac683445faeb65a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033723" Longitude="105.855127" StarRating="3" HotelCode="905921|prince_hotel_2" HotelName="Hanoi Prince Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 To Tich Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/77/c477eeb6f60d037841566a1add1d651acaf5e246.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the Old Quarter on the western side of Hoan Kiem Lake with its ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.53" OriginalAmount="83.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.011675" Longitude="105.806708" StarRating="0" HotelCode="|266986" HotelName="V House 6 Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40, Lane 171, Nguyen Ngoc Vu, Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/8/6/266986_c4da5ee1748.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01967218" Longitude="105.77794451" StarRating="2" HotelCode="621848|348588" HotelName="Vinn Hotel Apartment 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>5 Lane 97, Dinh Thon, My Dinh 1, Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/50/0d50fea534a9e8bc6465ef5b2ebcb7521b8fd0ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.20308721" Longitude="105.83249319" StarRating="2" HotelCode="584621|family_airport_hotel" HotelName="Family Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>17-18 Vo Nguyen Giap Street, Noi Bai Airport, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/c3/01c34fb0a4a32cec03bca35ce688ba72c6a6cd81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01109794" Longitude="105.7763195" StarRating="3" HotelCode="600095|istay_hotel_apartment_5" HotelName="ISTAY Hotel Apartment 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>45 Alley 4 Dong Me Street, Me Tri Ward, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/5d/1f5d5ea20e07838b475eac1dd7d2a7d522716f16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Hanoi, ISTAY Hotel Apartment 5 is minutes from The Garden Shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.87" OriginalAmount="84.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035243" Longitude="105.853346" StarRating="0" HotelCode="|536405" HotelName="La Renta Center Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50A Ma May Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/4/0/5/536405_c08a83f1132.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.44" OriginalAmount="84.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0338581" Longitude="105.8524105" StarRating="2" HotelCode="|270645" HotelName="Gecko" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85 Hang Bac Street Hanoi 10000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/6/4/5/270645_69abbd31749.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.47" OriginalAmount="84.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0057938" Longitude="105.7826336" StarRating="3" HotelCode="|266624" HotelName="Nam Long Ha Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 6, 38 Mieu Dam, Me Tri, Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/6/2/4/266624_a7a1a1e1719.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.71" OriginalAmount="84.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.012537" Longitude="105.8664738" StarRating="3" HotelCode="|266703" HotelName="Sunrise Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>716 Bach Dang, Hai Ba Trung District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/7/0/3/266703_abb741c1723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034235860578" Longitude="105.84725155338" StarRating="2" HotelCode="119195|joy_journey_hotel" HotelName="Hanoi City Backpackers Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>55 Bat Su Str, Hoan Kiem Dist, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/d7/0dd77471b6606f06bfad36d6eb5dfe7b818660c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.33" OriginalAmount="85.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0183" Longitude="105.8" StarRating="3" HotelCode="|421216" HotelName="Rosa Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 4, Trung Yen 10A, Lot 4D, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/2/1/6/421216_0c350371708.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.61" OriginalAmount="85.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02112" Longitude="105.846747" StarRating="0" HotelCode="|535421" HotelName="Hanowood Homestay and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Ha Hoi, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/4/2/1/535421_42c0f361110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03262556" Longitude="105.79856656" StarRating="3" HotelCode="771333|cau_giay_hotel" HotelName="Victor Hotel Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 Lane 165, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/9f/a99f0370f904b90c841cf2384b19b9d9be1f4ce8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.70" OriginalAmount="86.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0105817" Longitude="105.7768865" StarRating="3" HotelCode="|266428" HotelName="Istay Apartment 5" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45/4 Dong Me, Me Tri, Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/4/2/8/266428_9428b001700.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.82" OriginalAmount="86.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034655" Longitude="105.813424" StarRating="2" HotelCode="|523124" HotelName="Anh Sao by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ng. 42 P. Lieu Giai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/2/4/523124_c88da360916.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033901185186" Longitude="105.85242106411" StarRating="3" HotelCode="517754|hoan_kiem_downtown_backpackers_hostel" HotelName="Gecko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Hang Bac Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/f3/50f35b62d441d28957fe4a283a20c4f0b9896104.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.22" OriginalAmount="87.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.022267" Longitude="105.777386" StarRating="2" HotelCode="|523070" HotelName="Hana by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P. Thien Hien My Dinh 1 Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/0/7/0/523070_a6437c30942.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.45" OriginalAmount="87.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.052267" Longitude="105.83857" StarRating="3" HotelCode="|420918" HotelName="The Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/1/8/420918_4e160901518.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.57" OriginalAmount="87.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0108831" Longitude="105.7951702" StarRating="3" HotelCode="|266608" HotelName="Blue Hanoi Inn City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>119 Nguyen Chanh Trung Hoa, Cau Giay Hanoi 10000 Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/6/0/8/266608_e91a2551505.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034762536046" Longitude="105.85182612407" StarRating="2" HotelCode="346279|83978" HotelName="Hanoi Marriotte Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Luong Ngoc Quyen Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/20/02207d705f3b24dfcd9ede3dfee56333f1032f8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.026536325424" Longitude="105.83725355052" StarRating="2" HotelCode="346709|van_mieu_hotel" HotelName="Van Mieu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Business Centre,Dry Cleaning,Elevator,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>54B Quoc T­u Giam, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/10/a4105818b5b5320a5f697643bfa46257404c1d39.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Van Mieu Hotel to discover the wonders of Hanoi. The hotel offers a high standard of service...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.023971881626" Longitude="105.82047271467" StarRating="2" HotelCode="347106|blue_29_hotel" HotelName="Blue 29 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Pho Giang Vo, Ngo 325, Quan Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/27/6527ecc0a2e6376f613eef61f5dd57b2b405ea1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02316921" Longitude="105.82117445" StarRating="3" HotelCode="586864|blue_hanoi_inn_luxury_hotel_spa" HotelName="Blue Hanoi Inn Luxury Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>466 De La Thanh Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/25/1a259593ad138ef6e748f0749b7fd7f26cd679e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.32" OriginalAmount="88.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.990857" Longitude="105.736768" StarRating="0" HotelCode="|521670" HotelName="Royal Duong Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Can 38-39 Lo D28 - NV 16 Le Trong Tan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/6/7/0/521670_30ebb851152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.46" OriginalAmount="88.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03471" Longitude="105.85214" StarRating="3" HotelCode="|189617" HotelName="Marriotte Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 Luong Ngoc Quyen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/6/1/7/189617_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.46" OriginalAmount="88.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0150106" Longitude="105.8105828" StarRating="1" HotelCode="|265908" HotelName="Sunrise" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Alley 42 Vu Ngoc Phan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/9/0/8/265908_7206fd31726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.76" OriginalAmount="88.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02396" Longitude="105.82048" StarRating="0" HotelCode="|189219" HotelName="Blue 29" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 3/325, Giang Vo street, Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/1/9/189219_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034669" Longitude="105.852161" StarRating="2" HotelCode="53752|348450" HotelName="Ibiz City Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Beauty Salon,Bicycle Rental,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Kitchen,Laundry,Library,Luggage Storage,Massage Centre,Parking,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>51 Luong Ng?c Quy?n Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f2/b7f24ca089423d2a7d5cf2bbeb3ab2d82e5c8216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;It just takes  30 minutes  from the Noi Bai International airport and 5 minutes to walk to Hoan Kiem...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="985106|rosa_hanoi_hotel" HotelName="Rosa Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Lot 4D Trung Yen 10A Street, Cau Giay, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/35/753565fe5af42527913d44bf9c64eb09d2929525.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.48" OriginalAmount="90.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.014718" Longitude="105.7803744" StarRating="3" HotelCode="|332151" HotelName="Brilliant Me Tri" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Me Tri Ha Street, Me Tri Ward, Nam Tu Liem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/1/5/1/332151_999712a1821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.87" OriginalAmount="90.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.012412" Longitude="105.850427" StarRating="3" HotelCode="|421432" HotelName="Ohana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>153 Trieu Viet Vuong, Hai Ba Trung, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/4/3/2/421432_62b7bcf1734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02212884" Longitude="105.77591518" StarRating="3" HotelCode="854580|khach_san_viet_my" HotelName="Khach San Viet My" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>38 Ngo 139 Duong My Dinh, My Dinh 1, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/23/cd2340aa790f45b23d59cfe8df714ce9f823dab2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.05" OriginalAmount="91.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036343" Longitude="105.853651" StarRating="0" HotelCode="|533210" HotelName="Hanoi Memory Central Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Tran Nhat Duat street, Hang Buom ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/2/1/0/533210_cb21bc01107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.61" OriginalAmount="91.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.065905" Longitude="105.825686" StarRating="0" HotelCode="|533892" HotelName="Westlake Emerald Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Tay Ho, Quang An, Tay Ho, Ha Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/8/9/2/533892_64f34f71156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.74" OriginalAmount="91.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029078" Longitude="105.828651" StarRating="2" HotelCode="|523098" HotelName="Lao Cai by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 P. Cat Linh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/0/9/8/523098_bad6b510902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.76" OriginalAmount="91.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01397" Longitude="105.86399" StarRating="3" HotelCode="|234481" HotelName="Gallant" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Van Don Street, Hai Ba Trung District Hanoi 10000 Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/4/8/1/234481_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.05227335" Longitude="105.83862903" StarRating="2" HotelCode="572152|the_royal_hotel_50" HotelName="The Royal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Nghi Tàm, Tây H?, Hà N?i</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/47/2c4724e0ff4ae51daee5438172c3ebe7489aa6ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service and room ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.20473914" Longitude="105.83011748" StarRating="3" HotelCode="586954|anova_hotel" HotelName="Anova Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9 Vo Nguyen Giap Street, Thai Phu, Soc Son District, Ha Noi, Mai Dinh Commune</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/71/3871282691afb98ac96edf942b71797d61f39416.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.010824719787" Longitude="105.79513633812" StarRating="3" HotelCode="614489|blue_hanoi_inn_city_hotel" HotelName="Blue Hanoi Inn City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>119 Nguyen Chanh Street, Trung Hoa, Cau Giay District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/3b/ed3b9538218d38b52000794d868830558c197087.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Blue Hanoi Inn City Hotel in Hanoi (Cau Giay), you'll be clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="774082|dai_phat_hotel" HotelName="Dai Phat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Pham Tuan Tai, Ngo 33, Quan Bac Tu Liem, Thanh Pho Hanoi 122300</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/6b/e96b425412b1106afef7bd952efeda9564bea108.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00902384" Longitude="105.81241069" StarRating="3" HotelCode="772415|louisland_hotel" HotelName="Louisland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>23 Nguyen Ngoc Vu, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/0c/530cd2a51ede1d3d41d0495e4b6275c8792973b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030874" Longitude="105.848341" StarRating="3" HotelCode="931949|mai_charming_boutique_hotel" HotelName="Mai Charming Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Hang Bong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/d8/85d894f99a4a6be8242b3f33a49faddbf2f5efa1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032768" Longitude="105.850616" StarRating="2" HotelCode="267079|hanoi_golden_river_hotel" HotelName="Heart Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Luong Van Can street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/78/9578bbe07ab3169e7f645461c59a28ab7a47636a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A bar, a transfer service and room service are available to guests of the accommodation. Wireless in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01909023914" Longitude="105.83548927242" StarRating="3" HotelCode="346708|van_mieu_2_hotel" HotelName="Van Mieu 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>159 Kham Thien, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a3/3ca33345b94d11091d42624f0730a6dbcf4fa0f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04472262" Longitude="105.84306213" StarRating="2" HotelCode="585786|smile_hotel_6" HotelName="Smile Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Cua Bac Street, Truc Bach, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/0b/1a0b993cfc74e24537a6fe14fe110d806e4fa202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service. Wireless internet access is available to guests in the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02296551" Longitude="105.84766151" StarRating="3" HotelCode="631601|au_coeur_dhanoi_apartment" HotelName="Au Coeur D'Hanoi Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>82H Tho Nhuom, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c1/74c1ead860270522355fe54adfbd9146cea3edb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03623607" Longitude="105.85112177" StarRating="2" HotelCode="601108|hanoi_golden_hostel" HotelName="Hanoi Golden Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>51 Nguyen Sieu Street, Hoan Kiem District, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/65/ad65718ada9efb1ec8d66e7925d148f6edd1a86d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.00" OriginalAmount="93.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0457535" Longitude="105.7916112" StarRating="3" HotelCode="|265639" HotelName="Blue Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Tran Tu Binh Street, Nghia Tan, Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/6/3/9/265639_5d3762b1705.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.24" OriginalAmount="93.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.026736" Longitude="105.836831" StarRating="0" HotelCode="|534892" HotelName="Van Mieu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54B Quoc Tu Giam Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/8/9/2/534892_7086bcc1140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.46" OriginalAmount="93.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035374" Longitude="105.810834" StarRating="0" HotelCode="|534153" HotelName="NB Apartment - Linh Lang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So 4 ngo 41 pho Linh Lang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/1/5/3/534153_14f09e41152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00287581" Longitude="105.80695157" StarRating="3" HotelCode="624976|hanoi_suji_hotel" HotelName="Suji Hotel Nhan Hoa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>78 Alley 116, Nhan Hoa, Cau Giay, Thanh Xuan, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/e4/6be466959229ff3687bba9d69b51376a3087bab7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01466046" Longitude="105.78046187" StarRating="3" HotelCode="621939|blubiz_hotel" HotelName="Blubiz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10 Me Tri Ha, Me Tri, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/cb/b4cb70c8fc4e006d5d733ba66442514a1c92c5f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.27" OriginalAmount="94.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.005949" Longitude="105.83883" StarRating="2" HotelCode="|523099" HotelName="Ha Noi Vang by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ng. 4 P. Phuong Mai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/0/9/9/523099_bb565d70903.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02671328" Longitude="105.81037484" StarRating="1" HotelCode="347117|regal_hotel_pham_huy_thong" HotelName="Regal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bicycle Rental,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Pham Huy Thong, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/c3/26c3276084db8dc1a75a0450de27cf84f4e681ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Regal Hotel – Pham Huy Thong is conveniently located in the popular Ba Dinh District area. The hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04565684" Longitude="105.79161982" StarRating="3" HotelCode="518359|blue_pearl_6" HotelName="Blue Pearl Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Tran Tu Binh Street, Nghia Tan, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/18/451845e59c11306b896ca99fb5a4c5c64a4ab0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="375118|mi_hoa_1" HotelName="My Hoa 1 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Massage Centre,Parking,Room Service,Sauna,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Number 9, Alley 2, Dinh Thon Rural, My Dinh 1, Nam Tu Liem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/c2/62c287e4a0fd189ce23f10a197454b8ae36482c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Mi Hoa 1 Hotel is perfectly located for both business and leisure guests in Hanoi. The hotel offers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01438059" Longitude="105.865176" StarRating="3" HotelCode="619378|riverside_boutique_hotel" HotelName="Riverside Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Van Don, Bach Dang, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/14/23143a964044208c6d21253ceaa0a37594ea076c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01225037" Longitude="105.81774222" StarRating="3" HotelCode="980850|irest_apartment" HotelName="IRest Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>39 Lane 53, Yen Lang Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/5f/285fd0d1d762c5265870b0f31aa68048f56ec01b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.07" OriginalAmount="95.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03252" Longitude="105.85431" StarRating="3" HotelCode="|84051" HotelName="Aquarius Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90B NGUYEN HUU HUAN ST, OLD QUARTER, HOAN KIEM 90B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/5/1/84051_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, urban hotel, has attentive service, a lobby with a reception, express check-out, a currency exchange service, a safety deposit box service and a lift. It also has a restaurant, internet, room service, a laundry service, bicycle hire and a car park. SITUATION: This hotel is in Hanoi the historic centre of Close to Hoan Kiem Lake Dong Xuan the market, the history museum and the art museum. ROOM: The establishment has standard and deluxe rooms family rooms, have modern facilities, a bathroom with a shower, a hairdryer and a double or king-size bed. They also offer a direct line telephone, a television, internet, a safety deposit box, a mini-bar, a coffee maker, a kettle, snacks and an individual air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service. PAYMENT METHODS: The establishment accepts credit cards, American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.42" OriginalAmount="95.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.002554" Longitude="105.802482" StarRating="0" HotelCode="|521710" HotelName="Quang Chung" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Phuong Le Van Thiem Thanh Xuan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/7/1/0/521710_48f073a1116.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.49" OriginalAmount="95.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031551" Longitude="105.8455557" StarRating="2" HotelCode="|265836" HotelName="Maison D' Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Nguyen Van To, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/8/3/6/265836_6b87bff1719.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.81" OriginalAmount="95.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.014004462844" Longitude="105.86403714744" StarRating="3" HotelCode="347771|557102" HotelName="Gallant Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Van Don, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f7/6ef7c46572d6b029e92c2ade3f25393f24618edb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.19" OriginalAmount="96.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03729" Longitude="105.85184" StarRating="3" HotelCode="|235636" HotelName="Winter Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 - 15 Hang Chieu Street Hanoi 10000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/6/3/6/235636_435b5961819.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.46" OriginalAmount="96.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.185593" Longitude="105.783055" StarRating="0" HotelCode="|472279" HotelName="Me Linh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Thi Tran Quang Minh, Huyen Me Linh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/2/7/9/472279_2082b751228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035582875453" Longitude="105.85338937302" StarRating="3" HotelCode="899848|76279" HotelName="Maison d'Hanoi Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35-37 Ma May Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/1b/5c1b8545e9451952fbb9d997257b51fcaccfe7fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located within 3 minutes’ walk of the famous Hoan Kiem Lake and the Old Qu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01959429" Longitude="105.77897856" StarRating="3" HotelCode="554400|istay_serviced_apartment" HotelName="iStay Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Alley 39 Dinh Thon, My Dinh 1, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/f0/c9f00b194e3aeab076fb32b461331811cd273c0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032518503512" Longitude="105.85447497057" StarRating="3" HotelCode="935736|aquarius_legend_hotel_2" HotelName="Aquarius Legend Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Village,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>90B Nguyen Huu Huan Street, Ha Noi Municipality, 71000 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/fd/f2/fdf2e98c0c9f17437e34f432e9e91ddda2c52837.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Old Quarter of Hanoi, just a stroll away from Hoan Kiem Lake, and Dong X...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.996339939655" Longitude="105.84292131526" StarRating="3" HotelCode="347422|vong_xua_hotel_" HotelName="Vong Xua Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>193 Pho Vong, Dong Tam, Hai Ba Trung, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ef/15ef3edc67e8d9bb8fa4f9be36c4ae5f57fc2f6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036457544196" Longitude="105.85305550879" StarRating="1" HotelCode="347080|quang_hiep_hotel" HotelName="Hanoi Elpis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Concierge,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Dong Thai, Hang Buom, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ba/68ba1ade6b1b282e1a15124ff10ac903fbe11ccb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quang Hiep Hotel is perfectly located for both business and leisure guests in Hanoi. The hotel offer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0181772" Longitude="105.7925823" StarRating="0" HotelCode="375463|tulip_villa_hotel" HotelName="Tulip Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3 191 Trung Kinh Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/cf/9acfcce856148f0f8051e8e91fbbece2c342c8e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tulip Villa Hotel is perfectly located for both business and leisure guests in Hanoi. The hotel offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01458974" Longitude="105.80055541" StarRating="3" HotelCode="616085|granda_trung_hoa_apartment" HotelName="Granda Trung Hoa Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>35 Trung Yen 15 Street, Trung Hoa Ward, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/13/e5136ab2f888b9eb4dc050b965a9d683e8181a64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="700196|quang_chung_hotel_2" HotelName="Quang Chung Hotel - Le Van Thiem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>56 Le Van Thiem</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/6a/9b6a07e5456f10f407e5f2ed2646e4f5fe5b44c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04814985" Longitude="105.79553674" StarRating="3" HotelCode="855275|granda_legend_apartment" HotelName="Granda Legend Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Hoang Quoc Viet, Lane 100, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/32/c532c43696322bdc2a4d98d636674fdcce70f9f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.15" OriginalAmount="98.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03119" Longitude="105.79138" StarRating="3" HotelCode="|238433" HotelName="Poonsa Cau Giay and Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lo C2/D6 Truong Cong Giai, Dich Vong Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/4/3/3/238433_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.37" OriginalAmount="98.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035552" Longitude="105.853385" StarRating="3" HotelCode="|171174" HotelName="Diamond Nostalgia  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35-37 Ma May street, Hoan Kiem dist Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/1/7/4/171174_7e629451058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.92" OriginalAmount="98.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.016124" Longitude="105.822737" StarRating="3" HotelCode="|422122" HotelName="Soleil Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95/28 Hoang Cau Street, Dong Da Dist., Dong Da, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/1/2/2/422122_044ea101128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.97" OriginalAmount="98.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21874" Longitude="105.78326" StarRating="2" HotelCode="|197836" HotelName="Noi Bai Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KM2, Vo Van Kiet St. Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/8/3/6/197836_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02834608" Longitude="105.76884627" StarRating="3" HotelCode="954918|391477" HotelName="Rosarian Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>89 Le Duc Tho, My Dinh 2, C 28 Alley, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/65/f06594bc898c3fd9d075fe5ffbaa061883a61a74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.76" OriginalAmount="99.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032599" Longitude="105.82755" StarRating="3" HotelCode="|534157" HotelName="NB APARTMENT - KIM MA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/1/5/7/534157_17aff321155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02874089" Longitude="105.85869061" StarRating="2" HotelCode="424814|sao_bang_hong_ha" HotelName="Sao Bang Hotel Hong Ha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,Lounge,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>1023 Hong Ha, Ha Noi, Hoan Kiem District</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/cf/1dcff745fd806509facd8cff0c78e5afc34e160f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sao Bang Hotel - Hong Ha is conveniently located in the popular Hoan Kiem District area. The hotel o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.29" OriginalAmount="100.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03001883" Longitude="105.83450874" StarRating="2" HotelCode="609884|698262" HotelName="Royal Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 Hang Chao, Cat Linh Ward, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/5b/4a5b8cb6846e09cb1ac4af966e083326bc1cb550.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04334228" Longitude="105.86522568" StarRating="3" HotelCode="587337|239489" HotelName="Sao Bang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Ngoc Lam Street, Long Bien, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/aa/67aa427a85cdc4c8b72532fbc69aaa52e5841e9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.01" OriginalAmount="101.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03702721" Longitude="105.84802441" StarRating="3" HotelCode="753387|mayflower_hotel_hanoi" HotelName="Mayflower Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Hang Ruoi, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/61/c9616efa77ce1ea36bf03dd46a96bcf9215c1810.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.01" OriginalAmount="101.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0315609" Longitude="105.84553509" StarRating="3" HotelCode="594738|hanoi_pho_hostel" HotelName="Hanoi Pho Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>46 Nguyen Van To, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/34/8434bfae5fae8885a5101eefe293abca57e633bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.80" OriginalAmount="101.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032838" Longitude="105.853843" StarRating="2" HotelCode="|535713" HotelName="La Renta Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39A Hang Be</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/7/1/3/535713_d1627031133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="808767|tuan_tu_hotel" HotelName="Tuan Tu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>126 Cau Lon Street</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/8c/d78c5f6f01efe22dd1a97bf6c66996b961cbd00e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.52" OriginalAmount="102.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035565" Longitude="105.85338" StarRating="3" HotelCode="|419713" HotelName="Diamond Nostalgia Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35-37 MA MAY, HOAN KIEM DIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/7/1/3/419713_360b0420230.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.05558638" Longitude="105.81093203" StarRating="2" HotelCode="974101|hanoi_lake_view_homestay" HotelName="Hanoi Lake View Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>243 Trich Sai Street, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/26/ce26e6e36e6a1c99b34a72cf0847423ef0d2c5bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.07" OriginalAmount="103.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036657" Longitude="105.8523193" StarRating="3" HotelCode="|270588" HotelName="Holiday Suites &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Nguyen Sieu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/5/8/8/270588_4df28e40825.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.21" OriginalAmount="103.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0361413" Longitude="105.851233" StarRating="0" HotelCode="|269953" HotelName="Hanoi Golden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Nguyen Sieu Street - Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/9/5/3/269953_29dec3d1745.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.72" OriginalAmount="103.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0794328" Longitude="105.8168251" StarRating="3" HotelCode="|419806" HotelName="Westlake Tay Ho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>696 Lac Long Quan Str, Nhat Tan Ward, Tay Ho District, Tay Ho,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/0/6/419806_9eee0b51446.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.85" OriginalAmount="103.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0289381" Longitude="105.7688616" StarRating="3" HotelCode="|420919" HotelName="Dlmos Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Le Duc Tho, My Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/1/9/420919_e4b94171548.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03675571" Longitude="105.85253297" StarRating="0" HotelCode="517746|the_time_hotel" HotelName="The Time House Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Babysitting,Bar,Beauty Salon,Bicycle Rental,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Library,Luggage Storage,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>18A Dao Duy Tu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/a1/6ea157b66f3ff4bfb5b47ff2d8bd55bcf88662dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at The Time House Hanoi to discover the wonders of Hanoi. The property features a wide range of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02808352" Longitude="105.84297532" StarRating="3" HotelCode="586763|hotel_bel_ami_hanoi" HotelName="Hanoi Bel Ami Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>244 Hang Bong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/94/c294496d5562172344718455b8f878388c188ab6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03390974" Longitude="105.79095495" StarRating="0" HotelCode="691043|kawasaki_noibai_hotel" HotelName="Kawasaki Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16B Tran Thai Tong, Lane 1, Dich Vong, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/8f/378fd6e6ce2f14dd45639d3fa2d60af0118de96a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.60" OriginalAmount="105.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.017891" Longitude="105.841307" StarRating="3" HotelCode="|532475" HotelName="GIAO THONG HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 LE DUAN, NGUYEN DU, DONG DA, HA NOI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/4/7/5/532475_006a1d01028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.86" OriginalAmount="105.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029012362776" Longitude="105.84785414749" StarRating="2" HotelCode="347068|254621" HotelName="Vision Premier Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Phu Doan, Hang Trong, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/f2/b8f24ff58603ba6e75f2817e36bc4ad3efc0d248.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.99720193" Longitude="105.81686106" StarRating="2" HotelCode="538540|152068" HotelName="Amore Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>93 Khuong Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/60/4360d8dd116c879169d53a910d3183df80dc2253.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03415131" Longitude="105.85339462" StarRating="3" HotelCode="429649|golden_wings_hotel" HotelName="Golden Time Hostel 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>106 Ma May Street  Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/9a/849a97db0dbd5e61051daf75e57942106cad256f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.07" OriginalAmount="106.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0356306" Longitude="105.7719254" StarRating="3" HotelCode="|264602" HotelName="Bounty" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Alley 9 Le Duc Tho - Cau Giay, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/6/0/2/264602_170c90e1755.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.13" OriginalAmount="106.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.050791" Longitude="105.838521" StarRating="0" HotelCode="|536427" HotelName="MoonLight Tay Ho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Yen Hoa, Yen phu, Tay Ho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/4/2/7/536427_627a49b2018.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.15" OriginalAmount="106.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03231" Longitude="105.85383" StarRating="0" HotelCode="|189793" HotelName="Wild Lotus - Hang Be" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Hang Be Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/9/3/189793_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01122291" Longitude="105.80396928" StarRating="3" HotelCode="600908|239411" HotelName="Dai Duong Hotel 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment,Apartment,Apartment,Hotel,Hotel,Hotel,Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>33 Ngo 34, Nguyen Thi Dinh, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/bc/fbbcd252376e44477d024466ca1a9167a3ea0706.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02769437" Longitude="105.85121721" StarRating="3" HotelCode="439833|little_hanoi_hostel_2" HotelName="Little Hanoi Hostel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Le Thai To Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/f3/4cf36963aa2bfd1a38ea66016b7a71bd6f405eff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service and a transfer service. Wirel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01781286" Longitude="105.84991565" StarRating="0" HotelCode="773437|hotel_23_bui_thi_xuan_hanoi" HotelName="My Hotel 23 Bui Thi Xuan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>23 Bùi Th? Xuân, Hai Bà Trung, Hà N?i</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f3/0cf323272219c00e8e75c49a83b0a6da7e2b5046.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.07957597" Longitude="105.8167694" StarRating="3" HotelCode="774079|oyo_133_westlake_tay_ho_hotel" HotelName="Westlake Tay Ho Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>696 L?c Long Quan, Tay Ho District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/34/ce341c10b9d11fde9cd488c7be1bd6f6b0186498.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.67" OriginalAmount="107.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040202" Longitude="105.867097" StarRating="0" HotelCode="|266988" HotelName="Phuong Trang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Nguyen Van Cu Street, Bo De Ward, Long Bien District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/8/8/266988_c5bfae71749.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.91" OriginalAmount="107.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.014059" Longitude="105.846786" StarRating="3" HotelCode="|521659" HotelName="Muse Hanoi Boutique Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29/44 Nguyen Dinh Chieu, Hai Ba Trung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/6/5/9/521659_2ce9f5b1148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.2028" Longitude="105.8321" StarRating="3" HotelCode="435850|152226" HotelName="HAAP Transit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Street, Thai Phu, Noibai Airport, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/56/84567a97b2099aeb3c2a65d0709bb2603fbd7cc3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00899392187" Longitude="105.83898017791" StarRating="2" HotelCode="372650|348435" HotelName="Hoa Hong Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Xa Dan Street, Dong Da District, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/fb/93fbe9ac80691315758eb05784669cc2c15e26ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Dong Da District, Hoa Hong Hotel 2 - Xa Dan promises ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.20482059" Longitude="105.83108949" StarRating="3" HotelCode="518272|new_airport_hotel_2" HotelName="New Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotels,Hotel" CnxPolicy="Free CXL until 21/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Vo Nguyen Giap Street, Thai Phu Village, Noi Bai, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/94/fc946c4ab62680fb50f117b2bc3bee0835a1df90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location Located in Halong, La Vela Classic Cruise is convenient to Tuan Chau Beach and Dol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03133115" Longitude="105.84771075" StarRating="2" HotelCode="600359|hanoi_old_town_palace_guest_house" HotelName="Hanoi Old Town Palace Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>30 Tam Thuong Lane, Hang Bong street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/eb/b7eb35e66714cd2b87eb9e723f89b9c35c60a8d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.65" OriginalAmount="108.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03429" Longitude="105.85342" StarRating="0" HotelCode="|198311" HotelName="Golden Time 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106 Ma May Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/3/1/1/198311_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.69" OriginalAmount="108.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.051381" Longitude="105.810988" StarRating="5" HotelCode="|446677" HotelName="Vnahomes Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/6/7/7/446677_27454c50919.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.82" OriginalAmount="108.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.069618" Longitude="105.824334" StarRating="0" HotelCode="|532685" HotelName="Pegasy Apartments and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28/52 To Ngoc Van</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/6/8/5/532685_786ad5f1028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02887773" Longitude="105.84887185" StarRating="3" HotelCode="773772|galliot_central_hotel" HotelName="Galliot Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>13 Au Trieu, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/da/c7da0c2fdb27c222bd8f207982a8561726bc08c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.44" OriginalAmount="109.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.20459" Longitude="105.83108" StarRating="3" HotelCode="|232875" HotelName="New Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Vo Nguyen Giap Street, Thai Phu V. Noibai Airport, Soc Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/8/7/5/232875_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.61" OriginalAmount="109.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0090439" Longitude="105.8390075" StarRating="2" HotelCode="|264669" HotelName="Hoa Hong 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102 Xa Dan, Dong Da, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/6/6/9/264669_1c901e91700.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.62" OriginalAmount="109.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0290877" Longitude="105.8488978" StarRating="3" HotelCode="|419214" HotelName="Galliot Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Au Trieu, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/2/1/4/419214_0acebc70726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.88" OriginalAmount="109.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0320357" Longitude="105.7699462" StarRating="3" HotelCode="|420965" HotelName="Patel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51A Le Duc Tho, Alley 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/6/5/420965_3241d561726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0208104" Longitude="105.77916206" StarRating="2" HotelCode="774024|hanna_hotel_and_massage" HotelName="Hanna Hotel And Massage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>26b Ngo 1 Dinh Thon, Tu Liem, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/2a/132a726b8187bbd15abb048b18205b0e195ad4c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03467" Longitude="105.84975" StarRating="3" HotelCode="915994|hanoi_moment_hotel" HotelName="Hanoi Golden Momen Hotel &amp; Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Hang Can, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/0e/3b0e36e3e1a7f210c57e4a52e173078a3fa841dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.81" OriginalAmount="110.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.016869" Longitude="105.777393" StarRating="3" HotelCode="|534302" HotelName="iStay Apartment 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 34, Lane 2, Tran Van Lai Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/0/2/534302_f7bf17f1435.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.83" OriginalAmount="110.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036688006157" Longitude="105.85216718177" StarRating="3" HotelCode="916019|196953" HotelName="Holiday Diamond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Nguyen Sieu Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/39/2e39b425901c8945992ce72032524682a44a1e65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01563801" Longitude="105.85416738" StarRating="2" HotelCode="547853|152082" HotelName="Binh Anh Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Thi Sach, Ngo Thi Nham, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/fe/d4fe5796bd3d3b9b8b8b3a7505934d923a4fd611.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028161" Longitude="105.848046" StarRating="3" HotelCode="89659|24723" HotelName="Impressive Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Au Trieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/9f/cd9fe30ce6f174d7b0dad46dede996faf913a9df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on a small street of Hanoi (13-15 Au Trieu Street) and offers a quiet env...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.009708112475" Longitude="105.84905379749" StarRating="2" HotelCode="227151|my_lan_hotel" HotelName="My Lan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bicycle Rental,Dry Cleaning,Elevator,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>334 Ba Trieu, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/55/1655ce70fe7efaf61838028b563994b6924d4817.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;My Lan Hotel Hanoi is perfectly located for both business and leisure guests in Hanoi. The hotel off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034750508884" Longitude="105.81070353519" StarRating="2" HotelCode="347202|apec_1_hotel" HotelName="Apec 1 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>46 Phan Ke Binh, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/d1/54d1f94a24537f37e359de356d5b37ad2ddba670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032359083152" Longitude="105.85389406529" StarRating="2" HotelCode="346811|wild_lotus_hotel__hoan_kiem" HotelName="Wild Lotus Hotel Hoan Kiem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Hang Be Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/0b/1a0b993cfc74e24537a6fe14fe110d806e4fa202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00892846" Longitude="105.83917679" StarRating="2" HotelCode="372642|hoa_hong_xa_dan" HotelName="Khách San Hoa Hong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Xã Ðàn, 250 Ðào Duy Anh, Ð?ng Ða Distrikt, Hà N?i</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/ed/16eddfbf264a84c877e2db9a2c0d9265d185574a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hoa Hong Hotel - Xa Dan is conveniently located in the popular Dong Da District area. Both business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033557716706" Longitude="105.76982816896" StarRating="3" HotelCode="434819|bounty_hotel_" HotelName="Bounty Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>11/9 Le Duc Tho, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/19/2c1900071e4a2e5ef50e1af657026c9b9b1b1f9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034641895733" Longitude="105.82847597115" StarRating="3" HotelCode="935734|hanoi_delight_hotel_2" HotelName="Hanoi Delight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93 Doi Can, Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/b2/8eb2fa34f388796b06858cda980b2b7bd04ae1e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.28" OriginalAmount="111.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032734" Longitude="105.791078" StarRating="3" HotelCode="|419838" HotelName="22Land Classic Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 35, Lane 75, Tran Thai Tong, Cau Giay Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/3/8/419838_44e08e31540.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.60" OriginalAmount="111.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0356278" Longitude="105.7952494" StarRating="3" HotelCode="|422121" HotelName="London and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 lane 16 Nguyen Van Huyen Str., Cau Giay Dist., Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/1/2/1/422121_8ee18f71130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.12" OriginalAmount="112" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01724326" Longitude="105.83080282" StarRating="2" HotelCode="584610|239420" HotelName="A83 Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>83/10 Xa Dan Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/06/180663edd6b0eae49689cdfe9028325a49d051b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.75" OriginalAmount="112.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0154044" Longitude="105.8004531" StarRating="3" HotelCode="|532757" HotelName="AandD Luxury 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 Luu Quang Vu street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/7/5/7/532757_a29e2ff1010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.011939825034" Longitude="105.85181812507" StarRating="2" HotelCode="347016|flamingo_hotel_8" HotelName="Chariot Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>235 Pho Hue, Near Vincom Center, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/1b/5f1b77eb23c9db229fad3a047a4f83da3041e711.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service, a restaurant, a bar, a transfer service and room service...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03633922" Longitude="105.85040421" StarRating="2" HotelCode="773586|hanoi_golden_hotel_3" HotelName="Hanoi Golden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 Ngo Gach, Hang Buom, Hoan Kiem, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/63/48638f5746174f01a7736f1a9b95a7db90d8dbe1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="975193|nexy_living" HotelName="Nexy Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>28 Luong Van Can, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/ac/c5ac908b85d04a91949589025452904bda2504ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.16" OriginalAmount="113.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032858" Longitude="105.85303" StarRating="0" HotelCode="|552646" HotelName="Dream Boutique Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>no 7 Cau Go Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/6/4/6/552646_49d2dca1049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.61" OriginalAmount="113.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.000892" Longitude="105.803502" StarRating="2" HotelCode="|567280" HotelName="Sen by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ngo 1 P. Le Van Thiem, Thanh Xuan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/2/8/0/567280_3b3a2f61339.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.64" OriginalAmount="113.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037373" Longitude="105.851431" StarRating="2" HotelCode="|84031" HotelName="Prince Ii" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42B HANG GIAY 42B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/3/1/84031_88cb15c1056.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has dining facilities, entertainment areas, a reception, internet (free of charge), tourist information and excursions. The establishment has a bicycle rental desk, a transfer service and a restaurant with breakfast service. SITUATION: The hotel is in Hanoi the historic centre of Hoan Kiem Lake 2 minutes walk away, you can find it is situated 32 kilometres away from Noi Bai Airport el mercado de Dong Xuan 4 minutes walk away, you can find. ROOM: Each room has wooden furniture, a satellite television, a hairdryer, a mini-bar, a fridge and a bathroom with a shower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.88" OriginalAmount="113.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03128" Longitude="105.84771" StarRating="2" HotelCode="|239067" HotelName="Hanoi Nusmile's Home 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Lane Tam Thuong, Hang Bong, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/0/6/7/239067_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.021060101029" Longitude="105.83116919303" StarRating="1" HotelCode="347536|clover_hotel_" HotelName="Clover Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>50 Ton Duc Thang, O Cho Dua Ward, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/8a/c68aa4198db9a21c4e89c908930d869d5fd90bb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01713513" Longitude="105.77755274" StarRating="3" HotelCode="554405|istay_apartment" HotelName="iStay Studio Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>32-34 alley 1 Tran Van Lai street, My Dinh 1, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/03/eb0387547ae0d8f353cd426f7e4144b738b3ee47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04826544" Longitude="105.79572434" StarRating="3" HotelCode="586611|blue_pearl_west_hotel" HotelName="Blue Pearl West Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20/100 Hoang Quoc Viet street, Cau Giay, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/ef/30ef4e9d43a4b3ed704b98a158ccff0550d269f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.42" OriginalAmount="114.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0171617" Longitude="105.7939786" StarRating="3" HotelCode="|266434" HotelName="Yolowa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120, Trung Kinh Street, Yen Hoa Ward, Cau Giay District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/4/3/4/266434_94e5ed61700.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.56" OriginalAmount="114.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0563106" Longitude="105.8352283" StarRating="4" HotelCode="|418401" HotelName="Thang Loi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200 Yen Phu Street, Tay Ho District, 200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/4/0/1/418401_24bba1b0600.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02052523" Longitude="105.80077755" StarRating="3" HotelCode="586737|dai_duong_hotel_1" HotelName="Dai Duong Hotel 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Nguyen Khang, Yen Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/d1/8ad13d0eed29208174003e7e3cf452c399244af4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03199562" Longitude="105.85558651" StarRating="2" HotelCode="587406|hanoi_stella_hotel" HotelName="Hanoi Stella Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Tre Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/83/5a830a73845a67cc3c537038092d62df1b7136d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03580908" Longitude="105.79748752" StarRating="3" HotelCode="859220|london_hotel_apartment" HotelName="London Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Lane 16, Nguyen Van Huyen, Cau Giay, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/cb/32cb5d4296e394359c42eb74a42f4e503921bbf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.35" OriginalAmount="115.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03161" Longitude="105.8512" StarRating="2" HotelCode="|198527" HotelName="Little Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Le Thai To Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/5/2/7/198527_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.46" OriginalAmount="115.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.078792" Longitude="105.81832" StarRating="0" HotelCode="|524688" HotelName="JOY APARTMENT TAY HO" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/8/8/524688_719616f0937.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.71" OriginalAmount="115.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.999235" Longitude="105.841816" StarRating="0" HotelCode="|537512" HotelName="Duc Trong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Pho Vong Hai Ba Trung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/5/1/2/537512_24065510904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.73" OriginalAmount="115.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0289011" Longitude="105.8478454" StarRating="3" HotelCode="|266201" HotelName="Vision Premier and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Phu Doan, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/2/0/1/266201_8020cff1740.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02955253" Longitude="105.84868177" StarRating="3" HotelCode="773993|348408" HotelName="Hanoi Hanvet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Ngo Huyen Street, Hoan Kiem, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/f4/90f4fd0de5dd7c95a752e59578a72b2490257d33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029093992861" Longitude="105.84934523313" StarRating="3" HotelCode="305345|splendid_star_boutique_hotel_2" HotelName="Splendid Star Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 ?u Tri?u, Hoàn Ki?m, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/8d/c98d93d7b5b90fe68dc6d2e62d49dd9519c893e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="687279|yolowa_hotel" HotelName="Yolo Wa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>120 Trung Kinh Street, Yen Hoa Ward, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/14/1c14ca8c6190fc5a479e4a1fff8b13c12d62e417.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="774147|royal_56" HotelName="Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>A8 L38 Le Trong Tan, Gleximco A, An Khanh, Hoai Duc, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/66/4966b68164e90320d3bf6d46f6e6e1bf8ab9c96c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.17" OriginalAmount="116.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.20309" Longitude="105.83254" StarRating="0" HotelCode="|236087" HotelName="Family Soc Son" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/0/8/7/236087_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034061" Longitude="105.854375" StarRating="3" HotelCode="167035|hanoi_elpis_grand_hotel" HotelName="Hanoi Elpis Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>44A Hang Tre Street, Hoan Kiem Dist, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a3/34a3ccf52cc8cccf7a50ff200aa013cdab1215ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.25" OriginalAmount="117.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0142169" Longitude="105.8146933" StarRating="3" HotelCode="|270071" HotelName="Hacinco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110 Thai Thinh, Trung Liet Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/0/7/1/270071_395d9d51701.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.75" OriginalAmount="117.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0333" Longitude="105.78771" StarRating="3" HotelCode="|419851" HotelName="Granda Suites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 16, Dich Vong Hau Street, Cau Giay district, No 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/5/1/419851_173146a1515.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02910104" Longitude="105.76883438" StarRating="3" HotelCode="781323|348325" HotelName="Dlmos Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>26 Le Duc Tho, My Dinh, Tu Liem, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/4f/3f4f80fce883ca20532c20240c0bdd53e825e865.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="981972|new_century_hotel_17" HotelName="New Century Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Khuc Thua Du, Ward Cau Giay, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/bc/ecbcee0ba040ff0375b70e12d871596f42c29b74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02810915" Longitude="105.84291932" StarRating="3" HotelCode="968990|millennium_hanoi_hotel" HotelName="Millennium Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>246B Hang Bong Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/2f/a82f8779e7f8548e30f8634b64267dbc187dbc1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.19" OriginalAmount="118.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.063834" Longitude="105.896005" StarRating="2" HotelCode="|523121" HotelName="Toan Thang by Bay Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>421 Ngo Gia Tu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/2/1/523121_c6d996f0914.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.26" OriginalAmount="118.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02887" Longitude="105.84774" StarRating="0" HotelCode="|189493" HotelName="Hanoi New " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Phu Doan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/9/3/189493_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.01" OriginalAmount="118.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.010519" Longitude="105.803429" StarRating="3" HotelCode="|421708" HotelName="Dinh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 17A Alley 71 Do Quang Street, Trung Hoa Ward, Cau Giay District, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/7/0/8/421708_dc119521736.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.05623386" Longitude="105.83335512" StarRating="3" HotelCode="69675|thang_loi_hotel" HotelName="Thang Loi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>200 Yen Phu Street, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/61/f5619e38704b6ce7de3346fa6a2753ac5e447ef6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Thang Loi Hotel is a great choice for the ultimate holiday. With a 4 star rating, this hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029178230292" Longitude="105.84777471164" StarRating="2" HotelCode="119192|luxury_hotel" HotelName="Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Phu Doan Lane, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/44/9d44577b0b403328d94820f8bced1073f591be7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.009712412775" Longitude="105.81908149718" StarRating="3" HotelCode="346373|hacinco_hotel" HotelName="Hacinco Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>110 Thai Thinh, Trung Liet Ward, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/09/9309521ca471cb30f39db256ffbb8eb22e86b99c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dong Da District - Dong Da Lake, Hacinco Hotel is a perfect starting point from which to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.54" OriginalAmount="119.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02996" Longitude="105.84625" StarRating="3" HotelCode="|169239" HotelName="Hanz Hanoi De Maison Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106 HANG BONG STR HOAN KIEM DIST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/3/9/169239_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a reception and WiFi. SITUATION: This establishment, is in Hanoi the historic centre of Hoan Kiem Lake 10 minutes walk away, you can find. ROOM: All the rooms have tiled floors, an air-conditioning system, a wardrobe, a television, a mini-bar, a sitting room, a bathroom with a hairdryer, bath or shower, slippers, complimentary bathroom items and a balcony.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.09" OriginalAmount="119.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.685954" Longitude="105.742573" StarRating="2" HotelCode="|521676" HotelName="palermohotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TT- Dai Nghia- My Duc- Ha - Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/6/7/6/521676_35288e71157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032504036669" Longitude="105.85386963554" StarRating="3" HotelCode="268112|rising_dragon_legend_hotel_2" HotelName="Rising Dragon Legend Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Hang Be Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/26/0626f834761537c22554776af737fb9e1c50dd72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 30 rooms. Services and facilities at the hotel include a baggage ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.38" OriginalAmount="120.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.020098" Longitude="105.7781279" StarRating="0" HotelCode="|265874" HotelName="Istay Hotel Apartment 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 12, Alley 39, Dinh Thon Street, My Dinh 1 Ward, South Tu Liem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/8/7/4/265874_6ecc6ac1722.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.94" OriginalAmount="120.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032625" Longitude="105.791412" StarRating="0" HotelCode="|521696" HotelName="Nature" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 62, Khuc Thua Du</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/6/9/6/521696_3f6acb31107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031283068466" Longitude="105.85460096684" StarRating="2" HotelCode="119072|golden_time_hostel" HotelName="King Ly Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Ly Thai To, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/79/01793dd257a0f4ade199dc062e7e8c65b5ccd789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.96766728" Longitude="105.75679477" StarRating="3" HotelCode="773730|green_hadong_hotel" HotelName="Green Hadong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Le Trong Tan, Lane 36, La Khe, Ha Dong, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/94/459433ae2ae6817181bea07d2e0332dba847edd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03588318" Longitude="105.84995144" StarRating="0" HotelCode="973581|tabalo_hostel_hanoi" HotelName="Tabalo Hostel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Hang Duong Street, Hang Dao Ward, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/3c/8e3cf0608c7de2bf01ef83975235a81ab741195b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.54" OriginalAmount="121.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031368" Longitude="105.852179" StarRating="2" HotelCode="|84074" HotelName="Lucky 2 and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HANG HOM, HOAN KIEM 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/7/4/84074_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2010, has 22 comfortable rooms, 6 single rooms and 8 suites. This air-conditioned establishment has a lobby, with a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, a television room, a cafÃ© and a restaurant. The establishment also offers a laundry service, a car park and bicycle rental. SITUATION: This hotel is close to Hanoi the district of Hoan Kiem Lake San Jose Cathedral places of interest, the commercial area, banks and embassies. 35 minutes away from the establishment clients have Noi Bai Airport. ROOM: Each room has a bathroom with a shower, a double bed, a hairdryer, a direct line telephone, cable television, a writing desk, a safety deposit box, WiFi, a mini-bar, an ironing set, an air-conditioning system, an air-conditioning system, individual heating and a balcony or terrace. FACILITIES: For a fee, you can enjoy a massage service and a jacuzzi. OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="122.91" OriginalAmount="121.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03294023" Longitude="105.78858224" StarRating="3" HotelCode="856402|665569" HotelName="Nature Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Tran Thai Tong, Lane 75, Cau Giay, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/e1/00e1a3e68d6b9b293de9f5d54c4573e80112847c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="122.93" OriginalAmount="121.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034718666667" Longitude="105.84605966667" StarRating="2" HotelCode="916000|236513" HotelName="Hanoi Serenity Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1B Cua Dong Street, Hoan Kiem District, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/236513/236513a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.39" OriginalAmount="122.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03433" Longitude="105.81225" StarRating="2" HotelCode="|197357" HotelName="Dom's Residence and Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Phan Ke Binh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/3/5/7/197357_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.65" OriginalAmount="122.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0179329" Longitude="105.8498222" StarRating="3" HotelCode="|338609" HotelName="My 23" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Bui Thi Xuan, Hai Ba Trung District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/6/0/9/338609_3be3d961235.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03144286" Longitude="105.79122535" StarRating="3" HotelCode="587715|239486" HotelName="Poonsa Truong Cong Giai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Lo C2/D6 Truong Cong Giai, Dich Vong, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/05/0b0581f12593d3f05eda3188cd407b49b0699c78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.041984206031" Longitude="105.84666252136" StarRating="3" HotelCode="59861|flower_hotel" HotelName="Flower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Nguyen Truong To Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/d8/24d8358eab3833fe940f45658f882c22ea001983.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.72" OriginalAmount="123.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029066" Longitude="105.848601" StarRating="2" HotelCode="119071|143959" HotelName="Hanoi Vision Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Tho Xuong lane, Au Trieu street, Hoan Kiem district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/84/96843d26adbeb67f32972698af76bd8a7ca93c15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.05" OriginalAmount="123.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028189" Longitude="105.8430959" StarRating="3" HotelCode="|419736" HotelName="Millennium Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/7/3/6/419736_57c1f8c0527.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029025296563" Longitude="105.84842227575" StarRating="2" HotelCode="227137|especen_hotel" HotelName="Especen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Tho Xuong Street, Hoan Kiem, Hanoi city</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/74/2874c35ba1fd0460683c9c7aee6cffba50cb9047.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.65" OriginalAmount="124.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.219118" Longitude="105.783205" StarRating="0" HotelCode="|554775" HotelName="Grand Dragon Noi Bai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Noi Bai, Vo Van Kiet Street, Dien Xa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/7/7/5/554775_b19887f1421.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.02" OriginalAmount="124.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0375677" Longitude="105.8008134" StarRating="3" HotelCode="|266857" HotelName="Royal St Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Nguyen Khanh Toan, Cau Giay Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/8/5/7/266857_b6c22081734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.25" OriginalAmount="125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03438148" Longitude="105.84689415" StarRating="3" HotelCode="517751|hanoi_serenity_hotel" HotelName="Serenity Diamond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1E Cua Dong Street, Old Quarter, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/b1/e4b11d29e6088527cd7d2bdb5114e6222d674733.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.25" OriginalAmount="125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01051775" Longitude="105.80342801" StarRating="3" HotelCode="853771|dinh_hotel" HotelName="Dinh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>17A Do Quang, Ngo 71, To 14, Trung Hoa, Cau Giay, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/a8/f0a89717a7856e6ba49116dfb1b4fec9e0cf9e3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.25" OriginalAmount="125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02688939" Longitude="105.84164597" StarRating="0" HotelCode="874924|hanoi_aria_central_hotel_spa" HotelName="Hanoi Aria Central Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>45 Le Duan, Hoàn Ki?m, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/6b/8e6bf720dfddbd3b1c343671cd4da6badce5c1ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.38" OriginalAmount="125.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030269" Longitude="105.84847" StarRating="3" HotelCode="|153961" HotelName="Phoenix Legend" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14A Chan Cam Street, Hoan Kiem Dist, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/9/6/1/153961_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a bar, rooms with internet, (free of charge), computers. The hotel has tourist information, a bicycle rental desk, a car hire service and motorbike hire. The establishment offers a transfer service to the airport, a laundry service and a dry cleaner's. SITUATION: This establishment, is in Hanoi the historic centre of Hoan Kiem Lake it is situated 10 minutes walk away from It has excellent transport links to the commercial area and restaurants. near the establishment, you will find points of interest, Such as, and. ROOM: All the rooms have an air-conditioning system, a direct line telephone, a satellite TV and a bathroom with a bath, Some rooms have soundproofing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.53" OriginalAmount="125.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.041923" Longitude="105.846734" StarRating="2" HotelCode="|522064" HotelName="Bay Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Nguyen Truong To</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/6/4/522064_ad087330925.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042575929063" Longitude="105.80512551409" StarRating="4" HotelCode="346953|riverside_hanoi_hotel" HotelName="Riverside Hanoi hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>118 Nguyen Dinh Hoan, Hoang Quoc Viet, Nghia Do, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/0f/f30f56b9da1f7ac901c1e6defc08a9eeb1539847.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.58" OriginalAmount="126.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030403" Longitude="105.815491" StarRating="3" HotelCode="|420934" HotelName="La Batisse Kim Ma" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>143 Kim Ma, Ba Dinh, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/3/4/420934_2c7d2321652.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.68" OriginalAmount="126.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040361" Longitude="105.848272" StarRating="3" HotelCode="|534299" HotelName="The Sono Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 56 Hang Dau, Dong Xuan, Hoan Kiem,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/9/9/534299_686906c1116.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.79" OriginalAmount="126.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0415264" Longitude="105.7868097" StarRating="3" HotelCode="|525633" HotelName="Newsky Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1B, Lane 69, Tran Quoc Hoan, Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/6/3/3/525633_cbe725c1023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.99" OriginalAmount="126.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0288748" Longitude="105.769107" StarRating="3" HotelCode="|419740" HotelName="Tandm Luxury Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89B Le Duc Tho Street, My Dinh 2 Ward, Nam Tu Liem District, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/7/4/0/419740_45d1bd70541.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01765689" Longitude="105.77799252" StarRating="3" HotelCode="586806|suji_hotel" HotelName="Suji Hotel My Dinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>40/2 Tran Van Lai Street, My Dinh1, Nam Tu Liem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/06/eb0600cab8d3f592b32499afcb0e27cf18bb7364.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.36" OriginalAmount="127.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03498" Longitude="105.84763" StarRating="3" HotelCode="|189204" HotelName="Golden Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6A Hang But Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/0/4/189204_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.84" OriginalAmount="127.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044023" Longitude="105.843879" StarRating="3" HotelCode="|534289" HotelName="Aimee House - Pham Hong Thai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pham Hong Thai Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/8/9/534289_61574771109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.23" OriginalAmount="127.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02653" Longitude="105.84252" StarRating="3" HotelCode="|234554" HotelName="Tk123 Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Nam Ngu, Cua Nam Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/5/5/4/234554_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03766566" Longitude="105.80105636" StarRating="3" HotelCode="619827|royal_st_hanoi_hotel" HotelName="Royal St Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>112 Nguyen Khanh Toan Street, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9d/8a/9d8a62ef3b3e78eb881ea80cbf954fd43b5af880.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a safe, a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02089902" Longitude="105.64035348" StarRating="3" HotelCode="586899|la_paz_hanoi_hotel" HotelName="La Paz Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Baara Land, Da Phuc Village, Sai Son Commune, Quoc Oai District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/a3/84a3bc1aa12482a105d944415750625184b7ea1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.51" OriginalAmount="128.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02135" Longitude="105.84637" StarRating="2" HotelCode="|198033" HotelName="A25 - 12 Lien Tri" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Lien Tri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/0/3/3/198033_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.78" OriginalAmount="128.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00998" Longitude="105.80558" StarRating="3" HotelCode="|196430" HotelName="Hanz Sunny 2 Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21/170 Hoang Ngan Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/4/3/0/196430_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06781581" Longitude="105.82196146" StarRating="3" HotelCode="374041|quang_ba_trade_union_hotel" HotelName="Quang Ba Trade Union Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>98 To Ngoc Van Street, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/ae/7aaedc1b34f7ff4a66f4b79ec34020ff87316a49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02963736" Longitude="105.84398007" StarRating="3" HotelCode="554469|hanoi_lele_frog_hotel" HotelName="Hanoi Lele and Frog Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3D Tong Duy Tan Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/9d/be9d8901a490dd3d1d279767355ce55c958602c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00362895" Longitude="105.80255865" StarRating="3" HotelCode="852733|grand_dragon_hotel_hanoi" HotelName="Grand Dragon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Le Van Luong, Nhan Chinh, Thanh Xuan, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/78/9978ece7e43fee84b9d3c52e1ea4a3b9ca4be47f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.45" OriginalAmount="129.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02967" Longitude="105.84399" StarRating="3" HotelCode="|235450" HotelName="Hanoi Lele and Frog" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3D Tong Duy Tan Street, Hoan Kiem Hanoi 10000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/4/5/0/235450_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.66" OriginalAmount="129.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02659" Longitude="105.84235" StarRating="3" HotelCode="|84057" HotelName="Nam Ngu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 NAM NGU STREET, HOAN KIEM DISTRICT 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/5/7/84057_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2010, has 60 rooms, air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment also offers a cafÃ©, WiFi, room service and a laundry service. SITUATION: This hotel is in the business area, Close to the government building, is 1,5 kilometres away from Hanoi the Railway Station of. ROOM: The rooms have a king-size bed, a bathroom with a bath, complimentary bathroom items, a hairdryer, a shower, a direct line telephone, internet and an LCD TV. They also have a mini-bar, a desk, a sofa, a coffee maker, a kettle, an ironing set, a safe and an air-conditioning system. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast, an Ã  la carte lunch and a set-menu dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.86" OriginalAmount="129.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034246" Longitude="105.85345" StarRating="3" HotelCode="|420686" HotelName="Hanoi Endless" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99 Ma May, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/6/8/6/420686_6df280e1729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.07" OriginalAmount="129.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0299751" Longitude="105.848414" StarRating="3" HotelCode="|269941" HotelName="Serenity Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Ngo Huyen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/9/4/1/269941_29475a21745.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0364416" Longitude="105.85266459" StarRating="3" HotelCode="421819|83930" HotelName="Atrium Hanoi Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,ATM/Cash Machine,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32A Dao Duy Tu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/98/e198f33df31a07173b6df9184d20e39d1977ec63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a unique location on 32 Dao Duy Tu Street, a shopping street in the heart of Hanoi'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042733" Longitude="105.84189" StarRating="3" HotelCode="170835|anh_hotel" HotelName="La Sante Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Chau Long Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/96/c896287e0e049bb1f95d045f1167bd6184edd310.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Anh Hotel is a popular choice amongst travelers in Hanoi, whether exploring or just passing through....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035045487656" Longitude="105.84693037589" StarRating="3" HotelCode="171251|lantern_hanoi_hotel" HotelName="Hanoi Starlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Hang Ga, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/6c/706c233da000e3f8870cc9b89f75b871d6c745c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the Old Quarter, the most ancient commercial centre. It is situated ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034980899545" Longitude="105.84772432892" StarRating="3" HotelCode="309513|art_trendy_hotel" HotelName="Golden Art Trendy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6A Hang But Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/c9/1dc9d4f157ab7d4987d01ffd34f0f2c4c8380c9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.011830774026" Longitude="105.84987848997" StarRating="4" HotelCode="904821|eden_hotel_hanoi__doan_tran_nghiep" HotelName="Eden Hotel Hanoi 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Doan Tran Nghiep, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/54/0954968c7da0de3acad232ba5434d2fb3ac39e46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029030985718" Longitude="105.84850380675" StarRating="3" HotelCode="916011|paramount_hotel_2" HotelName="Serenity Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28A Ngo Huyen, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/01/1f01c9f233ec9707a87353dc18a99f28cf52dc9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.32" OriginalAmount="130.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027" Longitude="105.855" StarRating="3" HotelCode="|154681" HotelName="Eclipse Legend" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Voi Street,Hoan Kiem Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/6/8/1/154681_607dad01820.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, it is36 Cuelgue Voi/Old Quarter. It is near el Lago de la Espada Restaurada, Templo de Ngoc Son, Hanoi Opera, el teatro de marionetas sobre agua and the historic centre of Hanoi. ROOM: The establishment has 32 luxurious rooms with city views, large windows, an air-conditioning system, internet (free of charge), WiFi, a direct line telephone, a satellite TV, a mini-bar, a bathroom, a coffee maker and a kettle. Some rooms have a balcony with city views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.53" OriginalAmount="130.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06756" Longitude="105.82147" StarRating="3" HotelCode="|189208" HotelName="Quang Ba Trade Union " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>98 To Ngoc Van Street, Tay Ho District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/0/8/189208_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.54" OriginalAmount="130.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0170219" Longitude="105.7776034" StarRating="2" HotelCode="|266828" HotelName="Suji My Dinh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Alley 2 Tran Van Lai Street, My Dinh Hanoi Ha Noi Municipality</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/8/2/8/266828_b3e28be1731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.84" OriginalAmount="130.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032914" Longitude="105.791885" StarRating="3" HotelCode="|420386" HotelName="Western Hanoi Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/3/8/6/420386_fa3d5121734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.88" OriginalAmount="130.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033994" Longitude="105.853379" StarRating="3" HotelCode="|420641" HotelName="Trang Trang Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>104 Ma May Str, Hoan Kiem District, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/6/4/1/420641_6547d2f1721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.96" OriginalAmount="130.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02913" Longitude="105.84368" StarRating="1" HotelCode="|189526" HotelName="Hanoi Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 1A Cam Chi str , Hang Bong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/2/6/189526_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.99" OriginalAmount="130.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0340048" Longitude="105.8469334" StarRating="3" HotelCode="|189403" HotelName="Hanoi City Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95B Hang Ga Street - Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/0/3/189403_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.11" OriginalAmount="130.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.039522" Longitude="105.849095" StarRating="3" HotelCode="|420019" HotelName="Hanoi La Cascada House and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Gam Cau Street, Dong Xuan Ward, Hoan Kiem District, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/0/1/9/420019_73ee6341719.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02884762" Longitude="105.76890683" StarRating="3" HotelCode="856132|tm_luxury_hotel_hanoi" HotelName="T&amp;M Luxury Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>89B Le Duc Tho Street, My Dinh 2 Ward, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/8e/e28e8cb74fc3315913326150388d6624f4f56e08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Offering quality accommodations in the sports district of Hanoi, T&amp;M Luxury Hotel Hanoi is a popular...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03304246" Longitude="105.8544251" StarRating="0" HotelCode="957173|marina_hotel_24" HotelName="Marina Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>67 Nguyen Huu Huan, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/3a/8c3acd901d321bc7cbed485bbfb99c63668765cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.42" OriginalAmount="131.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029241" Longitude="105.848821" StarRating="3" HotelCode="|84058" HotelName="Victory Legend &amp; Spa " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-8b Tho Xuong lane, Au Trieu str., Hang Trong Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/5/8/84058_927f5121250.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable complex, is and is ideal for holidays, has 33 rooms, The establishment boasts a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment also offers WiFi, room service, a laundry service and bicycle hire. SITUATION: This hotel is in the city centre, nearby, you will find San Jose Cathedral it is 3 minutes away from Hoan Kiem Lake 5 minutes away from the establishment, guests will find the market, 15 minutes away from the establishment clients have the opera, is 20 minutes away from Thong Nhat park 500 metres away, guests will find Hanoi the Railway Station of it is 2 kilometres away from Luong Yen bus station. ROOM: The rooms have parquet flooring, an individual air-conditioning system, a bathroom with a shower, a hairdryer, a bath, satellite and cable TV and WiFi (free of charge), They also have a double bed, a hairdryer, a direct line telephone, a safe, a mini-bar, an ironing set, a coffee maker and a kettle. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast. PAYMENT METHODS: Customers can pay by credit cards, American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: Check-in is from 13:00 and check-out is at 12:00.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.42" OriginalAmount="131.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04572" Longitude="105.80509" StarRating="4" HotelCode="|418424" HotelName="Brandi Gate Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>02 Nguyen Dinh Hoan, Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/4/2/4/418424_faa8ba20626.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.52" OriginalAmount="131.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029161" Longitude="105.848422" StarRating="4" HotelCode="|525555" HotelName="Hanvet Boutique hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41A Ngo Huyen, Hang Trong, Hoan kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/5/5/5/525555_a9433c21049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.29" OriginalAmount="131.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.003633" Longitude="105.80256" StarRating="4" HotelCode="|418708" HotelName="Grand Dragon Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Le Van Luong Street, Nhan Chinh Ward, Thanh Xuan District, Hanoi City, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/0/8/418708_a4875ef0816.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034649767412" Longitude="105.84974499738" StarRating="3" HotelCode="119029|hanoi_queen_plaza" HotelName="Hanoi Queen Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Hang Can Street, Hoan Kiem, Hanoi 00844</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/54/8a545477c07d76a185962bbae296dc64e9bd586e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 4 star hotel is located in the city centre of Hanoi. The Hotel has a coffee shop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02881033" Longitude="105.84862348" StarRating="3" HotelCode="309534|rising_dragon_cathedral_hotel_2" HotelName="Cinnamon Cathedral Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Au Trieu Street, Hoan Kiem, City Central, Near Hoan Kiem Lake, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/3b/e23b2ca06cc54fb0873950c6fbc00cc2140f0c49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The range of facilities, amenities and services available at the hotel ensures guests a comfortable ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040469824387" Longitude="105.86669113855" StarRating="3" HotelCode="346852|new_era_hotel_and_villa" HotelName="New Era Hotel &amp; Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Nguyen Van Cu, Long Bien, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/15/56151396496e5b992688a7bf384af7d12a8b82c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02653021" Longitude="105.84238407" StarRating="3" HotelCode="495103|nam_ngu_hotel" HotelName="Hotel 1-2-3 Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>34 Nam Ngu Street, Cua Nam, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/7b/2b7b10156e44c225a98d688fd6a43cb6333253b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.41" OriginalAmount="132.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.977664" Longitude="105.758486" StarRating="2" HotelCode="|523112" HotelName="HD Villa hotel Duong Noi - by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>An Khang Villa La Khe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/1/2/523112_c1ef5ad0909.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.93" OriginalAmount="132.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01411" Longitude="105.78099" StarRating="3" HotelCode="|189649" HotelName="Ping Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Pho Me Tri Ha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/6/4/9/189649_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034485" Longitude="105.846312" StarRating="3" HotelCode="305344|dong_thanh_hotel" HotelName="Icon 36 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,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>19 Cua Dong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/01/81019263b97664b9937496d991a2974ddb8ac99f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the Old Quarter, sheltered away from the hustle and bustle. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0303424" Longitude="105.8482488" StarRating="3" HotelCode="915993|hanoi_serendipity_hotel" HotelName="Vietface Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Chân C?m, Hàng Gai, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ab/14abe273e1f555803eb69469753c55a77315567c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.35" OriginalAmount="133.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031635" Longitude="105.855839" StarRating="0" HotelCode="|84072" HotelName="Labevie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HANG TRE STREET 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/7/2/84072_f544e3a1137.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Asia Paradise Hotel Hanoi is rated three stars, renovated in 2010, has air-conditioning, a lobby, a reception and express check-out. Our guests can find a safety deposit box service, a currency exchange service, a lift, a hairdresser's, a television room, a cafÃ© and a restaurant. The establishment offers room service, a laundry service, WiFi, a car park, a bicycle rental desk and a transfer service to the airport (for a fee). SITUATION: This hotel is in the historic centre of Hanoi, close to the business area, the government building, temples and shopping areas. 5 minutes away from the establishment guests have places of interest. Such as Lake Hoan Kiem, the Opera of Hanoi, the Temple of la Literatura, the Museum of Fine Arts and the Mausoleum of Ho Chi Minh City. 500 metres away, guests have the railway station. ROOM: The rooms have a double or king-size bed, an air-conditioning system, a direct line telephone, internet, LCD satellite and cable television, a mini-bar, a bathroom with a shower, a bath, a hairdryer, a sofa, chairs, a writing desk, a safe and a balcony or terrace. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.02" OriginalAmount="133.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.205142" Longitude="105.829447" StarRating="3" HotelCode="|521570" HotelName="Chemi Noi Bai Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10A, Vo Nguyen Giap Street, Thai Phu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/5/7/0/521570_fdda5a51101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03400321" Longitude="105.81508854" StarRating="3" HotelCode="866305|704131" HotelName="Fukurai Boutique Apartments Ha Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Lieu Giai Street, 19 Alley, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/10/06104f4ccaaa538396841e7373cd7edb38fe8919.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03475264" Longitude="105.85315061" StarRating="3" HotelCode="743961|hanoi_bella_rosa_trendy_hotel" HotelName="Hanoi Bella Rosa Trendy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Luong Ngoc Quyen Street, Hang Buom, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/d1/8bd1f6fd81a53b012261b066b9f0b608b5e24f85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.15" OriginalAmount="134.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.963811" Longitude="105.831978" StarRating="0" HotelCode="|521786" HotelName="BAO NGOC HOTEL LINH DAM" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lo 48-BT3 Ban dao Linh Dam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/7/8/6/521786_6ed2fb21154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.24" OriginalAmount="134.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.085796" Longitude="105.667089" StarRating="0" HotelCode="|536940" HotelName="3T and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Thai Hoc Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/9/4/0/536940_0f7f5320927.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032089830396" Longitude="105.85550173989" StarRating="3" HotelCode="119188|255775" HotelName="Labevie Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Hang Tre Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/c0/b2c03a1234490a9000c2b5cd0aab44a6c16e6899.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Hanoi's Old Quarter. It is surrounded by the central business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04016571" Longitude="105.84821497" StarRating="3" HotelCode="614597|255746" HotelName="Hanoi Genial Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>56 Hang Dau Street, Dong Xuan Ward, Hoan Kiem District, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5d/965d0eb1a3a3bc4803e3d9997ef38595d883cd2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.35" OriginalAmount="135.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03227013" Longitude="105.85303004" StarRating="3" HotelCode="346698|violet_hotel_2" HotelName="Violet hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Cau Go Hoan Kiem Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/0b/1a0b993cfc74e24537a6fe14fe110d806e4fa202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.35" OriginalAmount="135.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02304422" Longitude="105.84763157" StarRating="2" HotelCode="766675|mia_house_hanoi_central" HotelName="Mia House Hanoi Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>House 82H Alley 82, Tho Nhuom, Hoan Kiem District, Hanoi 111007</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/84/5284b1a3f9ab26f6b69a96cfc331a09560bd610b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.35" OriginalAmount="135.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03397795" Longitude="105.85336358" StarRating="0" HotelCode="982135|trang_trang_boutique_hotel" HotelName="Trang Trang Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>104 Ma May Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/87/a287cba78b6bcf5a33a0c8d0be408577ef794713.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03300679" Longitude="105.77240664" StarRating="3" HotelCode="488555|152076" HotelName="Au Viet Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Nguyen Hoang, My Dinh 2, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/bc/a0bc7060b5a6e61c943b6ec011476e5a39c6e82d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.021583999771" Longitude="105.84642309905" StarRating="1" HotelCode="346888|a25_hotel__lien_tri" HotelName="A25 Hotel 12 Lien Tri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Lien Tri Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/11/821108e59727e712c3fc27a6234084470f33bb37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03390689" Longitude="105.8470162" StarRating="2" HotelCode="421813|hanoi_city_hostel" HotelName="Hanoi City Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bar,Bicycle Rental,Business Centre,Currency Exchange,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Pick &amp;amp; Drop,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 B Hang Ga Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/50/365016ebb589674ff8bb177857d7861e1eac6b25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location Hanoi City Hostel is in the heart of Hanoi, walking distance from Vietnamese Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06553118" Longitude="105.82481918" StarRating="3" HotelCode="694227|oriental_palace_apartment" HotelName="Oriental Palace Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Beauty Salon,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Meeting Room,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Tay Ho Road, Quang An Quarter, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/a7/c4a70b0b42e9296d8045f43961036befdef36396.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Oriental Palace Apartment is a popular choice amongst travelers in Hanoi, whether exploring or just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03452864" Longitude="105.81513081" StarRating="3" HotelCode="755604|canary_hotel_apartment" HotelName="Canary Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Lane 19 Lieu Giai Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4c/974c65d7a6abe456fa402f2a10c1026f6dac3b5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.68" OriginalAmount="136.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040169" Longitude="105.848246" StarRating="3" HotelCode="|240148" HotelName="Hanoi Genial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Hang Dau Street, Dong Xuan Ward Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/1/4/8/240148_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.32" OriginalAmount="136.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0451284" Longitude="105.8425091" StarRating="4" HotelCode="|270548" HotelName="La Santé and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Chau Long street, Ba Dinh district Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/5/4/8/270548_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029399" Longitude="105.833876" StarRating="3" HotelCode="905923|73743" HotelName="Hanoi Emotion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Hang Bot St., Dong Da Dist, Hanoi City</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/23/76238daff6d97c8c479f2e485ad3f9675c181f5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Hanoi's Ba Dinh neighbourhood, close to the Temple of Literature, Ho Chi Min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030330553234" Longitude="105.85634646991" StarRating="3" HotelCode="305348|eclipse_legend_hotel" HotelName="Eclipse Legend Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Voi, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/40/fb40bc30fb119ef2544acb53694adb1ccf6629e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030283349594" Longitude="105.84827309008" StarRating="3" HotelCode="383604|blue_hanoi_inn_hotel" HotelName="Blue Hanoi Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>12B Chan Cam, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/a0/13a005f7caae843de641e49bf178a20ba0d87d3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035296736116" Longitude="105.85244698955" StarRating="3" HotelCode="421806|hanoi_elite_hotel" HotelName="Hanoi Elite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Library,Limousine Service,Luggage Storage,Massage Centre,Off-Site Parking,Parking,Pick &amp;amp; Drop,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 10/50 Dao Duy Tu Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/a0/dfa03b40811800278b02b6a73037935f55f1d310.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Hanoi Elite Hotel, you'll be centrally located in Hanoi, steps from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03436344826" Longitude="105.85341889633" StarRating="3" HotelCode="382688|tu_linh_palace_hotel_2" HotelName="Hanoi Diamond King Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>86 Ma May, Old Quarter, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/4b/124bde90636e268c32cc9d656c07532f105cdb76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.56" OriginalAmount="137.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0345319" Longitude="105.8150876" StarRating="0" HotelCode="|265210" HotelName="Canary Hotel and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 15, Alley 19, Lieu Giai, Ba Dinh District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/2/1/0/265210_4f269691751.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.57" OriginalAmount="137.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.015811" Longitude="105.798933" StarRating="3" HotelCode="|421727" HotelName="The Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 10 11 Lot 3B Trung Yen 6 Trung Hoa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/7/2/7/421727_dfb71fa1739.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.62" OriginalAmount="137.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.014123918299" Longitude="105.78097785973" StarRating="3" HotelCode="309533|254953" HotelName="Ping Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26-28 Me Tri Ha Street, Nam Tu Liem, My Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/f3/37f3b06a39aae3336d6804d70062942cb1e2dbe6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant, a bar, a transfer service and room service are available to guests of the hotel. Wirel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.28" OriginalAmount="137.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0325176" Longitude="105.8538803" StarRating="3" HotelCode="|189721" HotelName="Rising Dragon Legend" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Hang Be St.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/2/1/189721_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.28" OriginalAmount="137.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0329508" Longitude="105.8468571" StarRating="3" HotelCode="|419106" HotelName="Hanoi Exclusive" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Hang Dieu Steet, Old Quarter Hoan Kiem District, Hanoi, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/1/0/6/419106_2757c061707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037026761636" Longitude="105.85230615289" StarRating="2" HotelCode="268120|153572" HotelName="Time Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>18 Dao Duy Tu, Hoan Kiem District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/236627/236627a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0296269" Longitude="105.84888369" StarRating="3" HotelCode="853636|377180" HotelName="Crystal Pearl Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Ngo Huyen, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/9b/cd9b55a548300f773b9fb022837e0bb9cfc7eb55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.025991963787" Longitude="105.83430063558" StarRating="4" HotelCode="268102|windy_hotel" HotelName="Sao Mai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Thong Phong Alley, Ton Duc Thang, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/a5/b8a53ca1ba034d74bb9673365163e037f55ba744.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.80" OriginalAmount="138.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0334" Longitude="105.854" StarRating="3" HotelCode="|420921" HotelName="Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Nguyen Huu Huan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/2/1/420921_1cb10861600.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.05" OriginalAmount="138.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04477" Longitude="105.79266" StarRating="2" HotelCode="|235554" HotelName="A25 - Hoang Quoc Viet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ngo 385 Hoang Quoc Viet Nghia Tan, Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/5/4/235554_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.29" OriginalAmount="138.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.065507" Longitude="105.8249979" StarRating="3" HotelCode="|338646" HotelName="Oriental Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Tay Ho, Tay Ho District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/6/4/6/338646_4090f861240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.31" OriginalAmount="138.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04276" Longitude="105.80526" StarRating="4" HotelCode="|197755" HotelName="Riverside Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118 Nguyen Dinh Hoan, Bo Song Road, Nghia Do, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/7/5/5/197755_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.32" OriginalAmount="138.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02954" Longitude="105.84875" StarRating="3" HotelCode="|420422" HotelName="Hanoi Hanvet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Ngo Huyen Street, Hoan Kiem Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/4/2/2/420422_10e0bd21756.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01958959" Longitude="105.8024735" StarRating="3" HotelCode="553399|a1_hill_hanoi_hotel" HotelName="A1 Hill Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>852/850 Duong Lang, Lang Thuong, Dong Da, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/73/ff7357421542fe40e1eeb31a8271981c1d9c7c46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a bar, a transfer servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03260464" Longitude="105.85013727" StarRating="2" HotelCode="626578|nexy_hostel" HotelName="Nexy Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>12 To Tich Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/5a/255a29b68f43461e02e8c905895350370decdc6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03162857" Longitude="105.84844369" StarRating="3" HotelCode="773782|hanoi_la_castela_hotel" HotelName="La Castela Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>29 Hang Manh, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8bf50a786ef302bbc279a88550a0c11d249b60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="967259|bao_hung_hotel_and_apartment" HotelName="Bao Hung Hotel And Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>91 Tran Quoc Vuong Street, Cau Giay, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/26/b92613a89fdabcc8d291ea1eb2ee405e84720379.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.41" OriginalAmount="139.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03347" Longitude="105.852507" StarRating="2" HotelCode="915996|369174" HotelName="La Beauté de Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Trung Yen Lane, Dinh Liet Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d6/08d6adb665946843b9f04393a69908b2f55c2f4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.75" OriginalAmount="139.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06164" Longitude="105.82767" StarRating="3" HotelCode="|196809" HotelName="Dragon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48 Xuan Dieu, Tay Ho District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/0/9/196809_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.76" OriginalAmount="139.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01964" Longitude="105.80245" StarRating="3" HotelCode="|234804" HotelName="A1 Hill Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>852 ngo 850 Duong Lang, Lang Thuong Dong Da</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/8/0/4/234804_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.40" OriginalAmount="140.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03708" Longitude="105.85227" StarRating="3" HotelCode="|189779" HotelName="Cristina Center  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Dao Duy Tu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/7/9/189779_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02871419" Longitude="105.84848381" StarRating="3" HotelCode="382857|152133" HotelName="Church Legend Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Au Trieu, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/06/ab06465949deb0ad40f02a976eb1812c1e7466ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03572105" Longitude="105.85148053" StarRating="3" HotelCode="774001|348350" HotelName="Golden Sail Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 Hang Buom, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/ed/86edf2c8dc2417da3a0da2ab7720c018e2355186.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032071068806" Longitude="105.84811819263" StarRating="3" HotelCode="435909|152198" HotelName="Golden Moon Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12A Hang Manh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/21804/3621804/1.jpg?f=15494688</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.74" OriginalAmount="142.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02878" Longitude="105.81266" StarRating="3" HotelCode="|198533" HotelName="Sunny 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A/31 Nguyen Chi Thanh Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/5/3/3/198533_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.43" OriginalAmount="143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029192088561" Longitude="105.84833460699" StarRating="2" HotelCode="268104|luxury_backpackers" HotelName="Luxury Backpackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Ngo Huyen Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ed/34ed5dea0d48966fbf65d14427d5ce880d6925f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a restaurant, a bar, a trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.43" OriginalAmount="143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035915955187" Longitude="105.85326075554" StarRating="2" HotelCode="309521|hanoi_endless_hotel" HotelName="Hanoi 3B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Ma May Street, Hoan Kiem Dist., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/0f/000f8da48e97b3d2821fd247159488ba667a04d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel's location, in the very heart of Hanoi, allows guests to experience traditional life in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.43" OriginalAmount="143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03382288" Longitude="105.84860435" StarRating="3" HotelCode="587255|luxury_old_quarter_hotel" HotelName="Luxury Old Quarter Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Hang Bo Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/92/c0927e17f73c4e0295b5128afd246ab185d393cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.43" OriginalAmount="143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01620663" Longitude="105.79927404" StarRating="3" HotelCode="855955|hotel_the_hanoi" HotelName="Hotel The Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>10,11 Trung Yen 6, Lot 3B, Trung Hoa, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/54/465431940dab5de995959d2a011acf40359e2145.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.87" OriginalAmount="143.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032659" Longitude="105.853846" StarRating="0" HotelCode="|521854" HotelName="TUAN CENTRAL HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 HANG BE , HOAN KIEM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/8/5/4/521854_8c687431124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.010809575644" Longitude="105.80627729458" StarRating="3" HotelCode="346263|sunny_2_hotel_hanoi" HotelName="Sunny Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21/170 Hoang Ngan Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/a9/3aa9c61d0897552477553414841099b440f4b730.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03430223" Longitude="105.84770416" StarRating="3" HotelCode="585823|queen_light_hotel" HotelName="Queen Light Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 Hang Phen Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/17/d017562740bc2ae2d0a4cd8049833790e8802c2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.47" OriginalAmount="144.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0347" Longitude="105.853" StarRating="3" HotelCode="|419218" HotelName="Hanoi Bella Rosa Trendy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Luong Ngoc Quyen, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/2/1/8/419218_3d57d190837.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.12" OriginalAmount="144.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03394" Longitude="105.84939" StarRating="3" HotelCode="|189744" HotelName="La Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Hang Bo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/4/4/189744_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04507957" Longitude="105.84110602" StarRating="2" HotelCode="600396|an_nguyen_building" HotelName="An Nguyen Building" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>59 Nguyen Khac Hieu, Truc Bach, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ac/01ac84e0590e77855658b4a4da0a1d3a734300f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at An Nguyen Building in Hanoi (Ba Dinh), you'll be minutes from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.59" OriginalAmount="145.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0324287" Longitude="105.84642909" StarRating="3" HotelCode="382885|3472185" HotelName="Noble &amp; Swan Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.16H Duong Thanh street, Hoan Kiem district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/04220/2204220/1.jpg?f=15616156</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027932304993" Longitude="105.81238699477" StarRating="3" HotelCode="346262|sunny" HotelName="Sunny Hotel 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2A/31 Nguyen Chi Thanh Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/3b/883b6af019f33380596b89f1bf7456841aea58b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03711816" Longitude="105.84848246" StarRating="2" HotelCode="401995|ha_long" HotelName="Hanoi Little Town Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>77 Hang Luoc Street, located in the central of Hanoi Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/ed/72edb43fa262c799edbbc2b79e95bf4c602ff177.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00339773" Longitude="105.86775326" StarRating="2" HotelCode="612067|mercy_hotel_2" HotelName="Mercy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Lane 651, Minh Khai Street, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/f9/30f9a30c130545778829506595a41048a68d1ce3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00906898" Longitude="105.80718492" StarRating="3" HotelCode="626530|unique_serviced_apartment" HotelName="Unique Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4/ 106 Hoang Ngan Street, Trung Hoa Ward, Cau Giay District, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/f9/39f9d6233f1655da7718fd227844f207fe511915.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="856085|korinn_pho_yen_hotel" HotelName="Korinn Pho Yen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>249-251 Ly Nam De</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/4f/c64f0b0055441ea7214afad4392a8731f47736b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.92" OriginalAmount="146.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0312787" Longitude="105.8500721" StarRating="3" HotelCode="|67291" HotelName="Lakeside Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 HANG HANH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/2/9/1/67291_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a bar, room service, WiFi and a medical care service. ROOM: The establishment has 32 rooms with a bathroom with a hairdryer, an air-conditioning system, a mini-bar and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.08" OriginalAmount="146.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03292" Longitude="105.7725" StarRating="3" HotelCode="|234161" HotelName="Au Viet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>126 Nguyen Hoang Street My Dinh 2, Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/1/6/1/234161_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02063349" Longitude="105.84424657" StarRating="3" HotelCode="489334|153584" HotelName="Vietnam Trade Union in Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Tran Binh Trong, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/f9/f6f9890b17cbbe97f36d5d52b4ee3611fdc254d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.47" OriginalAmount="147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044771564566" Longitude="105.79268849847" StarRating="1" HotelCode="510760|a25_hotel__hoang_quoc_viet" HotelName="A25 Hotel 385 Hoang Quoc Viet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>385 Hoang Quoc Viet Street, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/ed/4ded19771e3938b53fecfaa9e760a46cb3de261d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.67" OriginalAmount="147.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03142" Longitude="105.85034" StarRating="3" HotelCode="|198720" HotelName="Centre Point Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Hang Hanh Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/7/2/0/198720_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.76" OriginalAmount="147.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.068858" Longitude="105.82432" StarRating="5" HotelCode="|456087" HotelName="Westlake Pearl Aparthotel And Spa - By Pegasy Group" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Ngo 52 To Ngoc Van</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/0/8/7/456087_49d4eec1405.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.38" OriginalAmount="147.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029943" Longitude="105.848163" StarRating="2" HotelCode="|84018" HotelName="Lucky Central Hotel and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 HANG TRONG STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/1/8/84018_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has tourist information, ticket sales, a car hire service, bicycle hire, a laundry service and a currency exchange service. SITUATION: This hotel is in Hanoi the district of Hoan Kiem Lake it is 5 minutes drive away from 50 minutes away from the establishment you have Noi Bai Airport. ROOM: The rooms have internet (free of charge), a television, a fridge and a safe. Some rooms have a balcony. OTHERS: Regarding the food and beverage offering, clients have a restaurant and a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02182713" Longitude="105.81846229" StarRating="3" HotelCode="320707|83901" HotelName="The Pearl Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6B Lang Ha Street, Ba Dinh District, Lang Ha-Giang Vo Convention Center, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/6a/9e6a8721e44b81e1847aa7d52d270d025ed88836.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="973637|marina_hanoi_hotel" HotelName="Marina Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Mieu Dam, Me Tri, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/81/c381786da960b92b948c106f4158cdbd579531df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.54" OriginalAmount="148.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0139746" Longitude="105.7811227" StarRating="4" HotelCode="|266421" HotelName="Hanoi Ping Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Me Tri Ha, Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/4/2/1/266421_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.66" OriginalAmount="148.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.011326" Longitude="105.803772" StarRating="3" HotelCode="|447079" HotelName="Halo Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.33, Gate 71, Do Quang, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/0/7/9/447079_2e28c8e0954.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.19" OriginalAmount="148.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.967736" Longitude="105.75676" StarRating="4" HotelCode="|418877" HotelName="Green Hadong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 1, Lane 36 Le Trong Tan, La Khe Ward, Ha Dong, Hanoi, Ha Dong, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/8/7/7/418877_15b3b080821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.020643" Longitude="105.845741" StarRating="0" HotelCode="|456184" HotelName="Khach San Tqt2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tran Quoc Toan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/1/8/4/456184_98609201716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033856974838" Longitude="105.8494165888" StarRating="3" HotelCode="347242|spring_flower_hotel" HotelName="Spring Flower Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>45 Hang Bo, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/67/336713bd127610efe521dd9a2d2e378791fe2c53.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0642837" Longitude="105.80946506" StarRating="0" HotelCode="968585|parosand_hanoi_hotel_apartment" HotelName="Parosand Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>537 Lac Long Quân, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/12/28128cc1e6a3ecc608a9a5646ad484bbe71535a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.59" OriginalAmount="149.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035343" Longitude="105.848142" StarRating="0" HotelCode="|447277" HotelName="Hanoi Vacanza Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Hang Vai Street - Old Quarter, Hoan Kiem District, Hanoi, 10000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/2/7/7/447277_c214ce51142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.69" OriginalAmount="149.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.991713" Longitude="105.944063" StarRating="3" HotelCode="|525322" HotelName="Vinhomes Ocean Park Gia Lâm Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Da Ton, Gia Lam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/3/2/2/525322_555dd111025.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.93" OriginalAmount="149.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027" Longitude="105.842" StarRating="3" HotelCode="|418880" HotelName="Hanoi Aria Central and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Le Duan Hoan Kiem, Hanoi, Hanoi, Vietnam, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/8/8/0/418880_dcc23d60828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.06" OriginalAmount="149.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03054" Longitude="105.84884" StarRating="3" HotelCode="|196697" HotelName="Blue Hanoi Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12B Chan Cam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/6/9/7/196697_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.06" OriginalAmount="149.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0072149" Longitude="105.7814983" StarRating="3" HotelCode="|419945" HotelName="Marina Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Mieu Dam, Me Tri, Tu Liem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/4/5/419945_4fa66141743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.22" OriginalAmount="149.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0347926" Longitude="105.8450585" StarRating="3" HotelCode="|338417" HotelName="My Moon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Cua Dong, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/1/7/338417_25d7aab1213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.022472573815" Longitude="105.8433557963" StarRating="3" HotelCode="916014|74555" HotelName="Eternity Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Yet Kieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/4a/7c4aa1940126cc079f08a629e5d2a4526b98a9a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.50" OriginalAmount="150.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03478597075" Longitude="105.85274132788" StarRating="2" HotelCode="309523|hanoi_discovery_hotel" HotelName="Hanoi Discovery Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Lane, 22 Luong Ngoc Quyen Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/03/ed031129e237a5ff51daee971b15932e146e3ff4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.53" OriginalAmount="150.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0357" Longitude="105.84769" StarRating="3" HotelCode="|238532" HotelName="Hanoi La Storia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Hang Dong street, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/5/3/2/238532_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03479875" Longitude="105.8454925" StarRating="4" HotelCode="347712|eco_hanoi_hotel" HotelName="Bonne Nuit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>30A Cua Dong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/4b/f54b07b7da551122067e850ee32038fb2ee46aef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031515766667" Longitude="105.84576306667" StarRating="3" HotelCode="915998|rising_dragon_estate_hotel" HotelName="Rising Dragon Estate Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Nguyen Van To Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/4b/f54b07b7da551122067e850ee32038fb2ee46aef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="965840|dahlia_hotel_hanoi" HotelName="Dahlia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Hang Duong Street, Hoan Kiem, Hanoi City</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/65/a565808b728c8c335d666ad4d2ffaf3419ef2d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031591" Longitude="105.848427" StarRating="3" HotelCode="167039|golden_lake_view_hotel_2" HotelName="Lakeside Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Hang Hanh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/27/94271c52a0b2c46ef3bce52646af8572ad6294e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Staying at this hotel, guests can discover the daily life of local residents of the '36 streets' in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03246347" Longitude="105.85309782" StarRating="3" HotelCode="630877|trang_trang_hotel" HotelName="Trang Trang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Cau Go Market Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/8b/f68be531dda342a7b65c97da2fd1fa1f6accca82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.34" OriginalAmount="152.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03637" Longitude="105.84709" StarRating="3" HotelCode="|189785" HotelName="Tu Linh Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2B Hang Ga, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/8/5/189785_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03571147" Longitude="105.8476452" StarRating="3" HotelCode="585854|hanoi_la_storia_hotel" HotelName="La Storia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>45 Hang Dong Street, Hoan Kiem District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/73/81/7381757953c25e8783eddb6e5efbf298bb5f766c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01386456" Longitude="105.8010929" StarRating="3" HotelCode="620441|dinh_elegant_hanoi_hotel" HotelName="Dinh Elegant Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Block 15D, Trung Yen New Urban Area, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/55/4c551a2e2ffeaf3861f90d9f694aeb9dc20fd51b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.29" OriginalAmount="153.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03387" Longitude="105.85251" StarRating="3" HotelCode="|197821" HotelName="La Beaute De Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Trung Yen Lane, Dinh Liet Str</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/8/2/1/197821_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03477783" Longitude="105.84518305" StarRating="3" HotelCode="585562|my_moon_hotel" HotelName="My Moon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>59 Cua Dong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/f8/8df81b733acd4aaa78780e0f7e14f3bc1c2a6e17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032389877635" Longitude="105.85383873189" StarRating="3" HotelCode="935738|au_coeur_dhanoi_boutique_hotel" HotelName="Au Coeur Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hang Be Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1e/aa1e831f0b8504b8c088cfbbc4a592254047c74e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.70" OriginalAmount="154.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042451" Longitude="105.842635" StarRating="0" HotelCode="|552640" HotelName="Wil\'que" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Cua Bac</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/6/4/0/552640_08084a11044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.18" OriginalAmount="154.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033834" Longitude="105.8486787" StarRating="3" HotelCode="|374889" HotelName="Luxury Old Quarter" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Hang Bo Street, Hoan Kiem District Hanoi 10000 Ha Noi Municipality</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/4/8/8/9/374889_92cd2011346.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.44" OriginalAmount="154.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03216" Longitude="105.85341" StarRating="3" HotelCode="|240630" HotelName="Trang Trang Premium" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Cau Go, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/6/3/0/240630_b076cf31008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.87" OriginalAmount="155.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033977" Longitude="105.847049" StarRating="3" HotelCode="|533505" HotelName="Hanoi Sofia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Hang Ga</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/0/5/533505_7ed424b1106.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.22" OriginalAmount="155.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0166685" Longitude="105.850435" StarRating="3" HotelCode="200491|3440635" HotelName="Emerald" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Tri?u Vi?t Vuong, Bùi Th? Xuân, Hai Bà Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/9a/8d9a156c9c1f9335d9ee654f9a7141ff80d34fda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.56" OriginalAmount="156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03372935489" Longitude="105.84740091861" StarRating="1" HotelCode="397049|hanoi_funny_hostel" HotelName="La Vision Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Bat Dan Street, Hang Bo, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ac/92/ac92a165504cfcf3e98bb0d65dab13ba33a7d557.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.56" OriginalAmount="156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03195068" Longitude="105.84792204" StarRating="3" HotelCode="595764|little_hanoi_deluxe_hotel" HotelName="Little Hanoi Deluxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Yen Thai, Hang Manh, HoanKiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/27/bc27d3894f09a2db65ab7dafc7ddf90ae239eca5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.75" OriginalAmount="156.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03388" Longitude="105.85339" StarRating="0" HotelCode="|67294" HotelName="Gia Thinh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HANG BAC STREET, HOAN KIEM 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/2/9/4/67294_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.16" OriginalAmount="156.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0308" Longitude="105.849" StarRating="3" HotelCode="|420677" HotelName="Mercury Central Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Hang Trong, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/6/7/7/420677_83a5e250359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031451" Longitude="105.850372" StarRating="3" HotelCode="404116|152115" HotelName="Centre Point Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Hang Hanh Street, Hang Trong Ward, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/447217/447217a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031615" Longitude="105.850632" StarRating="3" HotelCode="192542|morning_star_hotel" HotelName="Hanoi Morning Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Hang Hanh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/49/de4967206d4c8abfdef78b5210280efd72e6b098.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034719823682" Longitude="105.84742881594" StarRating="3" HotelCode="314295|icon_36_hotel_residence" HotelName="Icon 36 Hotel And Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35-37 Bat Su Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/97/64972741755eed62e4a181bb53e69c6c8b52183e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.38" OriginalAmount="157.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03275" Longitude="105.85012" StarRating="3" HotelCode="|189412" HotelName="Parklane Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4A To Tich Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/1/2/189412_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.15" OriginalAmount="158.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03596" Longitude="105.84767" StarRating="3" HotelCode="|420333" HotelName="Antique Angel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Hang Dong, Hoan Kiem, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/3/3/3/420333_df2279a1707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.31" OriginalAmount="158.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03642" Longitude="105.85269" StarRating="3" HotelCode="|189206" HotelName="Bonjour D'an Nam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32A Dao Duy Tu Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/0/6/189206_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.59" OriginalAmount="159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03229823" Longitude="105.85246642" StarRating="3" HotelCode="590985|maro_hotel" HotelName="Maro Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Cau Go Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/ee/cceef228296f2493070fc6cfa325b8daea852bc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.80" OriginalAmount="159.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027725" Longitude="105.849698" StarRating="3" HotelCode="|84075" HotelName="Lucky 3  and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HANG BONG, HOAN KIEM 81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/7/5/84075_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2010, has 35 comfortable rooms, double rooms and double rooms for individual use, 8 single rooms and 9 suites. The air-conditioned establishment has a lobby, with a reception, express check-out, a safety deposit box service, a currency exchange service, a lift and a cafÃ©. SITUATION: This hotel is close to Hanoi the district of Hoan Kiem Lake San Jose Cathedral places of interest, the commercial area, banks and embassies. Han Long it is situated 180 kilometres away from 35 minutes away, you can find Noi Bai Airport. ROOM: The rooms have wooden floors, a bathroom with a shower or bath, a hairdryer, a double or king-size bed, a direct line telephone, cable television, a writing desk, a safe, a mini-bar and WiFi. They also have a coffee maker, a kettle, a washing machine, an ironing set, an air-conditioning system, individual heating and a balcony or terrace. OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service and a set-menu lunch.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.05" OriginalAmount="159.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028708" Longitude="105.845313" StarRating="2" HotelCode="|84026" HotelName="Urban Alley" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 HOI VU ST, HOAN KIEM DIST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/2/6/84026_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a gift shop, bicycle hire, a currency exchange service, tourist information and excursions. SITUATION: This hotel is in Hanoi the historic centre of Hoan Kiem Lake 5 minutes walk away, you can find it is situated 10 minutes away from the railway station, Hanoi bus station the establishment is 1,5 kilometres away from Ho Chi Minh City the Mausoleum of, is 45 minutes drive away from Noibai Airport. ROOM: All the rooms have WiFi (free of charge), computer, a DVD player, wooden floors, a mini-bar, a fridge, a safety deposit box, a kettle and a coffee maker. OTHERS: Regarding the food and beverage offering, you can enjoy a cafÃ©, a bar and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.05" OriginalAmount="159.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0328442" Longitude="105.7872358" StarRating="3" HotelCode="|421643" HotelName="The Bloom Ha Noi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Dich Vong Hau Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/6/4/3/421643_bbce0901703.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.60" OriginalAmount="160.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02901807" Longitude="105.84841968" StarRating="3" HotelCode="854133|splendid_pearlight_hotel" HotelName="Splendid Pearlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18b Tho Xuong Lane, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/d8/98d824ac720a0437dbd2bfb6546fdfc14c00ea2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Hanoi. The premises count with 25 welcoming guests rooms. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.02" OriginalAmount="160.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03489" Longitude="105.853031" StarRating="3" HotelCode="|554766" HotelName="THE SILK GRAND PREMIUM HOTEL and SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6A Luong Ngoc Quyen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/7/6/6/554766_4b8de131439.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.24" OriginalAmount="160.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0317351" Longitude="105.8480358" StarRating="3" HotelCode="|270007" HotelName="Little Hanoi Deluxe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Yen Thai Street, Hang Manh, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/0/0/7/270007_30f29211752.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.61" OriginalAmount="161.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028575788417" Longitude="105.91933305958" StarRating="3" HotelCode="346760|garco_dragon_hotel_2" HotelName="Garco Dragon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>765A Nguyen Van Linh, Sai Dong Ward, Long Bien District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/7b/807b7309062b907ab79a767d15a2b2a4826d7993.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Garco Dragon Hotel is perfectly located for both business and leisure guests in Hanoi. The hotel has...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.61" OriginalAmount="161.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036494524528" Longitude="105.84703220279" StarRating="3" HotelCode="916013|tu_linh_palace_hotel" HotelName="Tu Linh Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2B Hang Ga, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/e5/dbe5f6b096961068f8d9021c75118ed70299ab64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.05" OriginalAmount="162.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034047" Longitude="105.790559" StarRating="0" HotelCode="|447389" HotelName="22Land Residence Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 truong cong giai cau giay HN, Hanoi, Ha Noi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/3/8/9/447389_7b6394a1715.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.53" OriginalAmount="162.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0340571" Longitude="105.787883" StarRating="4" HotelCode="|422177" HotelName="Bao Hung and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18/76 Tran Thai Tong, Dich Vong Hau Ward, Cau Giay District,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/1/7/7/422177_6e8ac6a1730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.58" OriginalAmount="162.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03798" Longitude="105.81319" StarRating="2" HotelCode="|198034" HotelName="A25 - Doi Can 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26B, 379-8 Alley, Doi Can Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/0/3/4/198034_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03081145" Longitude="105.84942504" StarRating="3" HotelCode="368705|meracus_hotel_2" HotelName="Meracus Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Hang Trong street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/5e/185e003b4bede8e8003173bdf308e6194b518d2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031356570762" Longitude="105.85488988988" StarRating="3" HotelCode="916021|the_jasmine_hotel" HotelName="Hanoi La Selva Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Bicycle Rental,Business Centre,Designated Smoking Area,Internet,Laundry,Massage Centre,Meeting Room,Pets allowed,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Lo Su Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/03/fc03e1c54c7f140cb95209e4a9fecb5e0ca60e3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the center of Hanoi's Old Quarter, the property offers affordable and comfo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03611217" Longitude="105.85388033" StarRating="0" HotelCode="964899|hanoi_asia_hotel_3" HotelName="Hanoi Asia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Tran Nhat Duat Street, Hoan Kiem Dis, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/4f/e44f5977c02086783b062fc62cd0a92f54251e72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.72" OriginalAmount="163.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02148" Longitude="105.81844" StarRating="3" HotelCode="|197029" HotelName="The Pearl" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6B Lang Ha Street, Ba Dinh District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/0/2/9/197029_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.87" OriginalAmount="163.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0316" Longitude="105.85061" StarRating="3" HotelCode="|189496" HotelName="Hanoi Morning" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Hang Hanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/9/6/189496_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.95" OriginalAmount="163.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036208" Longitude="105.848756" StarRating="3" HotelCode="|153850" HotelName="Classy Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.21, Hang Ca Street, Hoan Kiem District, Ha Noi City, Viet Nam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/5/0/153850_hab.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, has attentive service, a car park, a cafÃ© a restaurant and a bar. SITUATION: This establishment is in Hanoi it is close to Dong Xuan Market 7 minutes walk away, you can find Hoan Kiem Lake and el teatro de marionetas Thang Long Water ROOM: All the rooms have internet (free of charge) with wooden floors, an air-conditioning system, a television, international channels, a mini-bar, a bathroom with a shower, a hairdryer and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.64" OriginalAmount="164.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032782794413" Longitude="105.85007149856" StarRating="3" HotelCode="347272|hanoi_focus_hotel" HotelName="Hanoi Focus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>4A To Tich, Old Quater, Hang Gai, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/f5/a2f5eae7e5d1ce2aeae0558871d8e7122462254e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.21" OriginalAmount="164.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028711" Longitude="105.785793" StarRating="4" HotelCode="|418706" HotelName="Spring Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Dich Vong Hau Street, Cau Giay District, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/0/6/418706_18c87a30856.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.31" OriginalAmount="164.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036489" Longitude="105.849614" StarRating="3" HotelCode="|419880" HotelName="Dahlia Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Hang Duong, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/8/0/419880_66672721706.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00425236" Longitude="105.73219574" StarRating="3" HotelCode="635844|260159" HotelName="Oriana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>A10 L34 Gleximco Le Trong Tan, An Khanh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/06/f006845b53c4556e769bc93dcf64e757ebf30843.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.008258663899" Longitude="105.83211453298" StarRating="2" HotelCode="347252|mai_villa_4_hotel" HotelName="Mai Villa 4 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Dang Van Ngu, Trung Tu, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/f8/6cf8060772d9a36161eae603f7ceebf848bc4158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Mai Villa Hotel 4 - Dang Van Ngu is a popular choice amongst travelers in Hanoi, whether exploring o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030333146385" Longitude="105.84729015827" StarRating="3" HotelCode="904827|lucky_3_hotel__the_original_lucky_chain" HotelName="Lucky 3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Hang Bong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/05/e105ad4671923e17f178e9e7a97781a0748a1279.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests will find Hanoi's Old Quarter just a few metres away and the hotel is situated very close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028449449784" Longitude="105.84511186593" StarRating="3" HotelCode="916009|hanoi_grand_hotel" HotelName="Urban Alley Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Hoi Vu street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/61/e56130120029f69137b99f9d1508ebf82b9741d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="167.17" OriginalAmount="165.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01831176" Longitude="105.84747582" StarRating="3" HotelCode="780940|665570" HotelName="Adonis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 Quang Trung, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/a1/bba1fd5d2a07078502c436eb0be9df63eeb8bb29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.66" OriginalAmount="166.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033064504093" Longitude="105.85213625187" StarRating="3" HotelCode="402042|le_foyer_hotel" HotelName="Le Foyer Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Gia Ngu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/e4/8ee41330f03a3b89c21da76bb4467dd27137b887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.66" OriginalAmount="166.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036109" Longitude="105.848797" StarRating="3" HotelCode="916002|church_boutique_hotel_hang_ca" HotelName="Church Boutique Hang Ca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Hang Ca, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f0/cdf050930aef585ac49b87dcb2d9c8f709b62bd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.00" OriginalAmount="166.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034688" Longitude="105.848163" StarRating="3" HotelCode="|534256" HotelName="Hanoi Liliane and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67A Thuoc Bac Str, Hang Bo Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/5/6/534256_4eb3a901150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.64" OriginalAmount="166.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036862" Longitude="105.852502" StarRating="3" HotelCode="|169219" HotelName="Maya Boutique and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Dao Duy Tu Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/1/9/169219_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 5 minutes away from Dong Xuan the Market of Hoan Kiem Lake the commercial areas. ROOM: The rooms have computer, WiFi, wooden floors, an air-conditioning system, a television, a mini-bar and a bathroom with a shower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.67" OriginalAmount="167" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031467" Longitude="105.85485" StarRating="3" HotelCode="900081|165355" HotelName="Hanoi Focus Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40-42 Lo Su, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cd/27/cd274c62cc927da6d5abf788af9349581a8ad16f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Hanoi on 40-42 Lo Su Street, within walking distance of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030644" Longitude="105.845485" StarRating="3" HotelCode="261903|golden_cyclo_hotel" HotelName="Golden Cyclo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Ngo Tram, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/cd/67cd45cab979f1e02a52453f927d3f6ceaea3169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03519740641" Longitude="105.84901974107" StarRating="3" HotelCode="305343|church_boutique_hotel_49_lan_ong" HotelName="Church Boutique Hotel 49 Lan Ong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Lãn Ông Street, Hoàn Ki?m, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/9a/c89a155f2c696cf2ee81fbcb69bed83e88967d0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03482484" Longitude="105.85267113" StarRating="2" HotelCode="620043|do_hotel" HotelName="Do Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Luong Ngoc Quyen Street, Alley 22, Hang Buom, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/9b/139b14243200cd96d8e16a901f52238aefec6d6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02613383" Longitude="105.83891632" StarRating="0" HotelCode="964099|hotel_de_la_seine_3" HotelName="Hotel De La Seine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>47 Nguyen Nhu Do, Dong Da, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/1e/df1e96c50f6d817966b59732a907673dca6f9ead.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.76" OriginalAmount="167.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032742" Longitude="105.847767" StarRating="3" HotelCode="|419809" HotelName="Hanoi Gatsby" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Hang Thiec - Hoan Kiem - Hanoi, 67</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/0/9/419809_480f7631436.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.92" OriginalAmount="167.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0144173" Longitude="105.8651003" StarRating="3" HotelCode="|266308" HotelName="Riverside Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Van Don, Bach Dang Ward, Hai Ba Trung District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/3/0/8/266308_891f45e1749.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.94" OriginalAmount="167.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044127" Longitude="105.818304" StarRating="4" HotelCode="|37119" HotelName="West Lake 254d  and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO 254D THUY KHUE ROAD 254D</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/1/1/9/37119_dc5a93f1252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.29" OriginalAmount="167.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02999" Longitude="105.85004" StarRating="3" HotelCode="|196872" HotelName="Golden Sunshine Villa  and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Hang Trong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/7/2/196872_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.31" OriginalAmount="167.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030581" Longitude="105.845485" StarRating="4" HotelCode="|270667" HotelName="San Premium Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Ha Trung Str, Hang Bong Ward, Hanoi, Vietnam, 1000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/6/6/7/270667_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02486697" Longitude="105.8413653" StarRating="2" HotelCode="346683|83917" HotelName="Mango Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>118 Le Duan, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/d3/24d3375c5579530e4cd6e9b8dab43dd86d5f69e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01639" Longitude="105.8504" StarRating="3" HotelCode="119047|152503" HotelName="Midori Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Trieu Viet Vuong, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/54/3254b78f55a1f2d13d5fb927ea02560105314ad0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="630642|dinh_ami_hanoi_hotel" HotelName="Dinh Ami Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Lane 248 Hoang Ngan, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8bf50a786ef302bbc279a88550a0c11d249b60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service and a café, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03602466" Longitude="105.84768244" StarRating="3" HotelCode="727906|antique_angel_hotel" HotelName="Antique Angel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>40 Hang Dong, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/8b/ef8b82ffd9fb929dcecee1abfe98d99744f11941.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03786591" Longitude="105.81331675" StarRating="2" HotelCode="825702|new_asean_a25_hotel" HotelName="A25 Hotel 26B Allay 379 Doi Can" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>26B Allay 379 Doi Can Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/1f/a21f6bcfd5b1fb2f765884d2a4e241856fe3f104.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at A25 Hotel New Asean in Hanoi (Ba Dinh), you'll be c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.85" OriginalAmount="168.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035" Longitude="105.849" StarRating="3" HotelCode="|154985" HotelName="Classy Holiday and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 Lan Ong Street Hoan, Kiem Distri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/9/8/5/154985_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a little hall. ROOM: Clients are offered 42 standard rooms and suites with coffee pot, a kettle, cable television, a mini-bar, a direct line telephone, a safe, internet and WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.46" OriginalAmount="168.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03231" Longitude="105.85244" StarRating="3" HotelCode="|236084" HotelName="Maro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64 Cau Go, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/0/8/4/236084_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024956666667" Longitude="105.852217" StarRating="3" HotelCode="931946|76952" HotelName="Ho Guom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Hai Ba Trung Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/d0/45d09ed245283c1dab923c8d11e0f3e814d6bd70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.69" OriginalAmount="169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034849233124" Longitude="105.84745062141" StarRating="4" HotelCode="347838|milton_boutique_hotel" HotelName="Milton Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Bat Su, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/01/0601b88ceee579406cfc47d913de85e05cc219e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.15" OriginalAmount="169.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0155117" Longitude="105.8541722" StarRating="3" HotelCode="|265845" HotelName="Binh Anh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Thi Sach Street, Ngo Thi Nham Ward, Hai Ba Trung District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/8/4/5/265845_6d035451721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.25" OriginalAmount="169.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01334" Longitude="105.85103" StarRating="2" HotelCode="|235452" HotelName="Blue Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86 Mai Hac De street Hai Ba Trung dist.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/4/5/2/235452_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.33" OriginalAmount="169.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03307" Longitude="105.85214" StarRating="3" HotelCode="|189599" HotelName="Le Foyer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Gia Ngu Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/9/9/189599_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.33" OriginalAmount="169.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0146" Longitude="105.85099" StarRating="2" HotelCode="|235558" HotelName="A25 - 221 Bach Mai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>221 - 223 Bach Mai Hai Ba Trung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/5/8/235558_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.70" OriginalAmount="170.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028460480264" Longitude="105.8483093977" StarRating="3" HotelCode="167041|splendid_jupiter_hotel" HotelName="Splendid Holiday Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 16 Tho Xuong Lane, Au Trieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/a3/e8a3f9369c799243e03e8090778985b31a51e7b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.70" OriginalAmount="170.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06134223" Longitude="105.80901582" StarRating="3" HotelCode="364717|sunset_westlake_hanoi_hotel" HotelName="Sunset Westlake Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>491 - 493 Lac Long Quan Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/86/7986e4c877d893368bb95e43c9ea66f4e13cd47c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.93" OriginalAmount="170.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042222" Longitude="105.845346" StarRating="4" HotelCode="|468862" HotelName="Minasi Premium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nguyen Truong To Street, 57, Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/8/6/2/468862_a87b2dd1812.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.98" OriginalAmount="170.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0043824" Longitude="105.7320437" StarRating="3" HotelCode="|267583" HotelName="Oriana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A10, L34 Geleximco Le Trong Tan, An Khanh, Hoai Duc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/5/8/3/267583_0f5a1a81703.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.10" OriginalAmount="170.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.009647" Longitude="105.86074" StarRating="3" HotelCode="|420683" HotelName="A25 - 185 Lo Duc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>187 Lo Duc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/6/8/3/420683_d955fef0449.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.27" OriginalAmount="170.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03468" Longitude="105.84744" StarRating="3" HotelCode="|197818" HotelName="Romantique De Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35-37 Bat Su Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/8/1/8/197818_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.47" OriginalAmount="170.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0320888" Longitude="105.8481912" StarRating="3" HotelCode="|419852" HotelName="Hanoi La Castela" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Hang Manh, 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/5/2/419852_4c80aae1508.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037069" Longitude="105.852273" StarRating="3" HotelCode="167036|hanoi_asia_star_hotel" HotelName="Hanoi Old Quarter Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Dao Duy Tu str, Hoan Kiem Dist, 00844 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/95/0195dc6952aae69ce13035840378631ad3388b1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Hanoi. Its setting is especially ideal for gues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.17" OriginalAmount="171.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03232558" Longitude="105.78832995" StarRating="3" HotelCode="365516|557642" HotelName="Luxeden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Currency Exchange,Designated Smoking Area,Housekeeping,Internet,Laundry,Restaurant,Shopping Arcade,Smoking Rooms,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Tran Thai Tong, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/b7/19b7504912da72ee3e6caa4db6f5edad3f217158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in newly developed area of Hanoi city, our boutique Luxeden hotel is a great access to many ...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.72" OriginalAmount="172.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03158132" Longitude="105.78678144" StarRating="3" HotelCode="857210|spring_hotel_hanoi" HotelName="Spring Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>100 Dich Vong Hau, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/97/9397bb605eb28dbfe112543210a108613346a21b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.72" OriginalAmount="172.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="960604|hanoi_gatsby_hotel" HotelName="Hanoi Gatsby Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>67 Hang Thiec, Hoan Kiem, Hanoi 70000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/e6/11e648d71bbb7747ded8f93e5c25d89cfbbe321e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.84" OriginalAmount="172.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.039867" Longitude="105.845501" StarRating="4" HotelCode="|553086" HotelName="Skylark Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/0/8/6/553086_2b3ce491255.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.22" OriginalAmount="172.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03344" Longitude="105.84724" StarRating="0" HotelCode="|84017" HotelName="Rendez Vous" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 HANG DIEU STR., HOAN KIEM DIST 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/1/7/84017_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms with WiFi, (free of charge), a television, internet (free of charge), a laundry service, tourist information and a cafÃ©. SITUATION: This hotel is in Hanoi the historic centre of Hoan Kiem Lake 5 minutes walk away, you can find 40 minutes away from the establishment guests have Noi Bai Airport. ROOM: The rooms have an air-conditioning system, a DVD player, a mini-bar and a bathroom with a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044137" Longitude="105.818322" StarRating="4" HotelCode="89210|somerset_west_lake_hanoi" HotelName="Somerset West Lake Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>254D Thuy Khue Road, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/04/88043ffb39b28aced54ae5fc852b58f3bb334643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute walk from various shops, restaurants, bars and nightlife, and a 20-minute d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.99904211" Longitude="105.85037842" StarRating="2" HotelCode="554557|a25_hotel_bach_mai" HotelName="A25 Hotel 221 Bach Mai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>221-223 Bach Mai Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/5b/f95b0c65229b0cfd94dab55739732d075401f546.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a restaurant, a babysitting service, a childcare servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.79" OriginalAmount="173.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.9688133" Longitude="105.8272541" StarRating="4" HotelCode="|84093" HotelName="Muong Thanh Grand Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BAC LINH DAM, DAI KIM WARD, HOANG MAI DIST CC2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/9/3/84093_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2009, has 168 rooms, with air-conditioning, has a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment offers guests a hairdresser's, the casino, a TV room, a playground, a mini-club, a bar, a restaurant and conference facilities. The establishment also offers room service, a laundry service, WiFi (for a fee), a car park, an indoor car park and bicycle rental (for a fee). SITUATION: This hotel is in Bac Linh Dam the city centre of is situated in Hanoi the city centre of Close to the city centre, 500 metres away, guests can find bars, restaurants, is located 200 metres away from the bus station, is 35 kilometres away from Noi Bai Airport. ROOM: All the rooms have a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, satellite or cable TV, internet, a safe, a mini-bar, a coffee maker and a kettle. They also have a washing machine, an ironing set, an air-conditioning system and a terrace. FACILITIES: Guests are offered a spa, a massage service, a covered swimming pool, a hydromassage bath, a sauna, a children's swimming area, an outdoor bar and parasols. The establishment also offers a gym, aerobics, tennis facilities and ping pong. MEALS: Regarding the food and beverage offering, the establishment offers 3 restaurants. PAYMENT METHODS: Customers can pay using credit cards, American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.17" OriginalAmount="173.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03096" Longitude="105.82921" StarRating="2" HotelCode="|196391" HotelName="A25 - 45b Giang Vo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Giang Vo, Cat Linh, Dong Da</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/3/9/1/196391_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.74" OriginalAmount="174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033835666667" Longitude="105.847931" StarRating="3" HotelCode="916025|indochina_queen_hotel_ii" HotelName="The Queen Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Thuoc Bac Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/d1/b7d1a8c3138b11f51d5607bfc5858204d58619db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.15" OriginalAmount="174.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02791" Longitude="105.83904" StarRating="3" HotelCode="|196389" HotelName="A25 - 12 Ngo Sy Lien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Ngo Si Lien</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/3/8/9/196389_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.53" OriginalAmount="174.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032603058401" Longitude="105.84927215508" StarRating="3" HotelCode="347108|667204" HotelName="Golden Sun Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Hang Quat, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/15574/1915574/1.jpg?f=15473571</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.58" OriginalAmount="174.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0311671" Longitude="105.854909" StarRating="3" HotelCode="|189378" HotelName="Kingly" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Ly Thai To Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/3/7/8/189378_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029371729664" Longitude="105.84818305637" StarRating="2" HotelCode="268103|hanoi_hibiscus" HotelName="Hanoi Hibiscus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Ngo Huyen Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/5a/485a53d3bf94a4132afd4161fc520bca95d906c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 12 rooms. Services and facilities at the hotel include a restaurant, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.14" OriginalAmount="175.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03024" Longitude="105.84709" StarRating="3" HotelCode="|189514" HotelName="Hanoi Royal Palace  2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Hang Bong Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/1/4/189514_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.14" OriginalAmount="175.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03712" Longitude="105.80165" StarRating="3" HotelCode="|198532" HotelName="Sen Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26/118 Nguyen Khanh Toan, Cau Giay, Hanoi, Vitenam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/5/3/2/198532_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.36" OriginalAmount="175.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029225" Longitude="105.769345" StarRating="3" HotelCode="|421641" HotelName="K Business 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Alley 2 Tran Van Lai My Dinh Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/6/4/1/421641_ba09b571702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033063" Longitude="105.846927" StarRating="3" HotelCode="314286|hanoi_rendezvous_hotel" HotelName="Hanoi Rendezvous Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Hang Dieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/4c/064c445413e05bf446ac7f6d2836ee252ed6ad28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;We're Hanoi Rendezvous Hotel Owner and Managers, Luke and Sarah.  Australian's excited and happy to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="601431|azumaya_hotel_kim_ma_1" HotelName="Azumaya Hotel Kim Ma 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 Pham Huy Thong Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/2d/ab2d1267941727496ce1d4bed964d69812dc32da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Azumaya Hotel Kim Ma 1 in Hanoi, you'll be convenient to Thu ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00979041" Longitude="105.86076144" StarRating="2" HotelCode="764620|a25_hotel_lo_duc" HotelName="A25 Hotel 187 Lo Duc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>187 Lo Duc Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/09/4f092bcf0aa3963c6fdaa50cf2e1ce0f8b1208e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.88" OriginalAmount="176.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.061577" Longitude="105.808937" StarRating="3" HotelCode="|178756" HotelName="Sunset Westlake Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>491-493 Lac Long Quan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/7/5/6/178756_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.90" OriginalAmount="176.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0346091" Longitude="105.8467322" StarRating="3" HotelCode="|264997" HotelName="Eco Luxury Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Cua Dong, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/9/9/7/264997_387a2741728.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.70" OriginalAmount="176.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032876" Longitude="105.849755" StarRating="3" HotelCode="|421018" HotelName="Hanoi Lake View and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Lo Su Street, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/0/1/8/421018_c1844f81753.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030037056159" Longitude="105.8500009796" StarRating="3" HotelCode="383578|83858" HotelName="Golden Sun Villa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Hang Trong, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/57/96573d1c9ef5eb202e6ea6cd0d966fe2aaf8477a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.969469480086" Longitude="105.82692146301" StarRating="4" HotelCode="161944|muong_thanh_hanoi_hotel" HotelName="Muong Thanh Grand Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Unit CC2 Bac Linh Dam, Dai Kim Ward, Hoang Mai District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/56/5956cde10583977921ca4c1cd2a576f9ef7fdc1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the developing Bac Linh Dam region, south of Hanoi's centre, n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.051266318793" Longitude="105.84112212908" StarRating="3" HotelCode="346902|a25_hotel_30_an_duong" HotelName="A25 Hotel 30 An Duong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Elevator,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 An Duong, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/f7/ebf7eab6dd48cf351476a500cd7cd466f735ead6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at A25 Sun Hotel - An Duong to discover the wonders of Hanoi. Both business travelers and touri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.994990051556" Longitude="105.86737237349" StarRating="3" HotelCode="496873|vinhomes_times_city_" HotelName="Vinhomes Times City Park Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>458 Minh Khai Hai Ba, Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/45/c145c86a4be4bacf5d2f6480fa1a6ca876261915.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01325823" Longitude="105.85103451" StarRating="2" HotelCode="550057|blue_hotel_13" HotelName="Blue Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>86 Mai Hac De Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/65/0965a15ebb1f0565b1500a6261bb4e8211419550.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.51" OriginalAmount="177.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0325382" Longitude="105.7870544" StarRating="3" HotelCode="|266420" HotelName="Inearth Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36D, Dich Vong Hau Street, Cau Giay District, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/4/2/0/266420_c10a4061457.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.62" OriginalAmount="177.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03030615" Longitude="105.84734293" StarRating="3" HotelCode="774090|3473105" HotelName="Shining Boutique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>71 Hang Bong Street, Hoankiem District, Hanoi city</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.78" OriginalAmount="178.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032385168412" Longitude="105.85523668452" StarRating="3" HotelCode="119018|hanoi_crystal_hotel" HotelName="Crystal Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Guesthouse,Country House,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9A Hang Thung Street, Hoan Kiem, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/6b/e96bd21320dc438a1365b95cac93bd970a27fd4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated on Hang Thung, one of the busiest streets in the very heart of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.81" OriginalAmount="178.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0313099" Longitude="105.8550067" StarRating="3" HotelCode="|83975" HotelName="Hanoi La Selva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LO SU, HOAN KIEM 57</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/7/5/83975_38de10c1036.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge), breakfast service (free of charge), tourist information, excursions and a baggage room. SITUATION: This hotel is 1 minute away from Hoan Kiem Lake Close to bars, shops and restaurants. ROOM: Each room has flatscreen cable television, a courtesy tea and coffee service, a mini-bar, a bathroom with toiletries and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.69" OriginalAmount="178.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034473" Longitude="105.783713" StarRating="0" HotelCode="|533782" HotelName="Bao Hung Apartment - Tran Quoc Vuong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 P. Tran Quoc Vuong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/7/8/2/533782_21085e11149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031596" Longitude="105.848298" StarRating="3" HotelCode="119041|hong_ngoc_dynastie" HotelName="Hong Ngoc Dynastie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Diet Meals,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-34 Hành Manh Str., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/79/d979111106a6841d2e9b23da7355497db77c942d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi's Old Quarter, allowing guests to experience the essence...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03351262" Longitude="105.85244212" StarRating="3" HotelCode="374533|skyline_hotel_5" HotelName="Skyline Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Number 16 Trung Yen Lane, Dinh Liet Street, Hang Bac, Hoan Kiem district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/0e/880ec446631cfe0e380e3c6548a9d94c80c114e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03347714" Longitude="105.85006579" StarRating="4" HotelCode="757564|hanoi_lheritage_centre" HotelName="Hanoi L'heritage Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Internet,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14A Luong Van Can, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/ae/81aea1ba7c888a665e5aff5508ac6f2f2709d74e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the cultural and political centre, an ideal location for business, shopping...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.53" OriginalAmount="179.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0317555" Longitude="105.8506746" StarRating="3" HotelCode="|332254" HotelName="Splendid and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>?06 Hang Hanh street Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/2/5/4/332254_a3e33181831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.80" OriginalAmount="180" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042103670601" Longitude="105.84541804327" StarRating="3" HotelCode="97516|83909" HotelName="Adamas Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Nguyen Truong To Street, Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/19/8f199639b847b22df448c800a128dcf018efe4d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.80" OriginalAmount="180.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02949393" Longitude="105.84860815" StarRating="1" HotelCode="688660|golden_snake_hostel" HotelName="Golden Snake Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>45 Ngo Huyen, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/02/a2020ca8bb8541f25f66d72a0644e21453f08977.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.80" OriginalAmount="180.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027713598982" Longitude="105.8389475658" StarRating="3" HotelCode="930842|asean_hotel" HotelName="A25 Hotel 12 Ngo Sy Lien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Ngo Sy Lien, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/cd/94cd9b4ae2867c4787a6331468f3a06082a128d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.14" OriginalAmount="180.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0413686" Longitude="105.8770196" StarRating="3" HotelCode="|420916" HotelName="DU MONDE ART" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoang Nhu Tiep, 69</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/1/6/420916_5860fbd1512.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.40" OriginalAmount="180.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02444" Longitude="105.85215" StarRating="3" HotelCode="|189584" HotelName="Lenid De Ho Guom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Hai Ba Trung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/8/4/189584_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.50" OriginalAmount="180.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031983" Longitude="105.847618" StarRating="3" HotelCode="|446955" HotelName="Silk Flower and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Yen Thai Str, Hoan Kiem District, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/5/5/446955_52982fa0646.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.60" OriginalAmount="180.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0213498" Longitude="105.8433178" StarRating="4" HotelCode="|265873" HotelName="Tqt" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Yet kieu street, Tran Hung Dao Ward, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/8/7/3/265873_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.69" OriginalAmount="180.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040328" Longitude="105.874966" StarRating="3" HotelCode="|469452" HotelName="Branda Apartment And" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>141 Hong Tien str</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/4/5/2/469452_0c887f21204.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02893733216" Longitude="105.85012844048" StarRating="3" HotelCode="305342|church_boutique_hotel_nha_tho" HotelName="Church Boutique Hotel Nha Tho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.9 Nhà Th?, Hoàn Ki?m, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/9b/889b32baf44cad83bf6a6480e5d39bdfab7a9ef3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.015244611493" Longitude="105.81330647402" StarRating="3" HotelCode="227154|capital_garden_hotel" HotelName="Capital Garden Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Hoang Ngoc Phach Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/2d/f32db56b45a03c8b310ed0f5ce39cf34e8a31e34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037122211941" Longitude="105.80179123738" StarRating="3" HotelCode="314287|hanoi_sen_2_hotel" HotelName="Sen Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>118/26 Nguyen Khanh Toan Street, Cau Giay District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/13/ee13aed40ae95e61f9e7182fb4f1228c653ac1fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02036989" Longitude="105.82579389" StarRating="2" HotelCode="702071|saigon_sun_hotel_1" HotelName="Saigon Sun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Coffee Shop,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ngo 9 Hoang Cau, Dong Da, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/8e/0c8e2f5bbcf7f7fc30030b3add5855f2f61942d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Saigon Sun Hotel - Hoang Cau is perfectly located for both business and leisure guests in Hanoi. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="983598|luckful_hotel" HotelName="Luckful Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Tu Mo Street, Hanoi 844</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/12/20125b9b93420fd4614c773bfbf5c0906e33f55b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.24" OriginalAmount="181.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042843" Longitude="105.841903" StarRating="2" HotelCode="|556125" HotelName="A25 - 46 Chau Long" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Chau Long Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/1/2/5/556125_2e627e51538.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.30" OriginalAmount="181.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035432" Longitude="105.850164" StarRating="4" HotelCode="|471269" HotelName="Madelise Palace Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>116 Hang Buom Str., Hoan Kiem Dist.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/2/6/9/471269_f453a391136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.49" OriginalAmount="181.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02687" Longitude="105.83999" StarRating="0" HotelCode="|189626" HotelName="A25  - 28 Tran Quy Cap" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Tran Quy Cap Str.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/6/2/6/189626_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034478053221" Longitude="105.84662031298" StarRating="3" HotelCode="309525|152152" HotelName="Eco Luxury Hotel Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Cua Dong, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/dd/77dd121543d22b02e68c75fa84b63711ee3cd5af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a unique location in the heart of Hanoi'S Old Quarter and is within walking distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03119128" Longitude="105.85656712" StarRating="3" HotelCode="585778|hanoi_pomihoa_hotel" HotelName="Hanoi Pomihoa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Tran Quang Khai Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/04/88043ffb39b28aced54ae5fc852b58f3bb334643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03094311" Longitude="105.84844947" StarRating="3" HotelCode="727151|haibay_hotel" HotelName="Haibay Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 Hang Bong, Hang Gai, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/9b/c89b3013a3df8d2986dd1d43c249dbd5433e81e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.83" OriginalAmount="183" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03209716" Longitude="105.82645121" StarRating="3" HotelCode="554396|165381" HotelName="Kuretake Inn Kim Ma 132" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>132 - 138 Kim Ma street, Ba Dinh district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/87/5b87fa08312443056e799880da0a61f4a0442786.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.83" OriginalAmount="183" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0094489" Longitude="105.79455044" StarRating="3" HotelCode="856529|362534" HotelName="Mai Villa Hotel 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>A15 Nguyen Chanh, Trung Hoa, Cau Giay, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/fd/f8fd12a3a6f2c87cefbe59e3e3c9c16f69d5b68e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.83" OriginalAmount="183.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03110007" Longitude="105.82947417" StarRating="2" HotelCode="346887|a25_hotel__giang_vo" HotelName="A25 Hotel 45B Giang Vo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45B Giang Vo Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/02/0902bd9bb9f4279ba5a58f34030260ef042db353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.93" OriginalAmount="183.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032631189337" Longitude="105.84922451468" StarRating="3" HotelCode="320697|569125" HotelName="Hang My Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Hang Quat Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/d9/fad964fab245763693e8cf6c6c9aef79fd7b7dd7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.03" OriginalAmount="183.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0349549" Longitude="105.8482385" StarRating="3" HotelCode="|266004" HotelName="Dream Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Thuoc Bac</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/0/0/4/266004_776e62c1731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.03" OriginalAmount="183.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04223" Longitude="105.8457" StarRating="3" HotelCode="|196806" HotelName="Adamas Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Nguyen Truong To</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/0/6/196806_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.13" OriginalAmount="183.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.05151" Longitude="105.83853" StarRating="0" HotelCode="|235550" HotelName="A25 - 30 An Duong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Yen Phu Tay Ho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/5/0/235550_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030193" Longitude="105.847111" StarRating="3" HotelCode="931939|152380" HotelName="Royal Palace Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Hang Bong Street, Old Quarter, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/16/b8162e4ec65a118d73644526c41831fd51af9292.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="600909|hotel_mai" HotelName="Hotel Mai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Alley 2, Tran Van Lai, My Dinh, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/bc/9ebc23e357b6b86a988bc7f013e8c205decacc48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.57" OriginalAmount="184.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032856" Longitude="105.849599" StarRating="3" HotelCode="|553573" HotelName="Amara Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hang quat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/5/7/3/553573_668fda81314.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044983951996" Longitude="105.84217771558" StarRating="3" HotelCode="119048|83876" HotelName="Hanoi Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/94/f1946aa3181f0c9fda5803235b78f503ac5e394d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03242442" Longitude="105.78709336" StarRating="3" HotelCode="614844|inearth_hotel_hanoi" HotelName="Inearth Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>36D Dich Vong Hau Street, Cau Giay District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/83/19832855c933e390b93d3d6a32b3dd6533880228.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02131979" Longitude="105.84326916" StarRating="3" HotelCode="700652|tqt_hotel" HotelName="TQT Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Yet Kieu, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/b7/8db792b9e96b4f20d9165701f11198444402a25b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036962" Longitude="105.849901" StarRating="3" HotelCode="931944|hanoi_old_town_hotel_2" HotelName="Hanoi Old Town Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Hang Chieu Street, Hoan Kiem Distict, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/37/013741d4109989517e2d9b2199b329cec8766829.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.98" OriginalAmount="185.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.023825" Longitude="105.850968" StarRating="3" HotelCode="|421637" HotelName="Minasi HanoiOi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Ba Trieu Street Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/6/3/7/421637_b76abaa1759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03156" Longitude="105.84843" StarRating="3" HotelCode="|66227" HotelName="Hong Ngoc Dynastie Boutique  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29-30-34 HANG MANH STR., HOAN KIEM 29-30-34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/2/2/7/66227_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is luxury, perfect for business and holiday stays, has a lobby, with express check-out, a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, a restaurant, internet, room service, a laundry service and a bicycle rental desk. SITUATION: This hotel is in Hanoi the heart of near the establishment, you will find Hoan Kiem Lake. ROOM: The stylish rooms, a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, satellite or cable TV, a radio, internet, a safety deposit box, a mini-bar, a fridge, a coffee maker, a kettle, individual air-conditioning and a balcony or terrace. FACILITIES: The establishment has a sauna, You can also enjoy windsurfing. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, Guests are offered a continental buffet breakfast and an Ã  la carte lunch. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.041120644196" Longitude="105.8285704787" StarRating="3" HotelCode="346840|cwd_hotel" HotelName="CWD Hotel - Trung Tam Phu Nu Va Phat Trien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>20 Thuy Khue, Tay Ho, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/71/9b71612b7b1e5b97a780b4caefa08491cdfe73f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029066345407" Longitude="105.84849715233" StarRating="3" HotelCode="167792|splendid_star_grand_hotel" HotelName="Splendid Star Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Tho Xuong Lane, Au Trieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/0f/f70fe64b4e912d449162b0a5678d844d229e7992.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031448" Longitude="105.854929" StarRating="3" HotelCode="167047|hanoi_elegance_emerald_hotel" HotelName="Hanoi E Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Lo Su, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/fb/7bfb6c79787f4ba390454fd73384f04acb412b8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located in the Old Quarter, offering easy access to many famous places, such ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0268971" Longitude="105.8399964" StarRating="1" HotelCode="346250|a25_hotel_tran_quy_cap" HotelName="A25 Hotel 28 Tran Quy Cap" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Tran Quy Cap Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/f7/b3f7624f8cdeb53067f39af5feb39276f2f7ec0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21941958" Longitude="105.78292502" StarRating="0" HotelCode="702218|friendly_airport_hotel" HotelName="Friendly Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dien Xa</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/70/b370e07628cb55bb82d95486062beb49c44c3c71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="808495|hanoian_lakeside_hotel" HotelName="Paper Map" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Cau Go, Phuong Hang B?c, Quan Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/38/8e38fe00741fadbb482e277b7a0801e2582736ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.43" OriginalAmount="187.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0349" Longitude="105.848097" StarRating="3" HotelCode="|65355" HotelName="Hanoi Capital" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 HANG BUT STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/3/5/5/65355_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has a secretary service, internet, a car hire desk, excursions and a restaurant. SITUATION: It is located close to the tourist attractions. ROOM: The establishment has 27 rooms, They have wooden floors and large windows.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.43" OriginalAmount="187.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03707" Longitude="105.8499" StarRating="3" HotelCode="|169244" HotelName="Hanoi Ancient Paradise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 HANG CHIEU STREET HOAN KIEM DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/4/4/169244_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is close to Hoan Kiem Hanoi Lake. HOTEL: It has 28 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.88" OriginalAmount="188.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03165228" Longitude="105.85063384" StarRating="3" HotelCode="595824|splendid_hotel_spa" HotelName="Splendid Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Hàng Hành, Hoan Kiem district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/88/37884a543f592c9d2e1d09e4b6a239532d29e1a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.89" OriginalAmount="189" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031512313112" Longitude="105.8493950218" StarRating="4" HotelCode="186797|76175" HotelName="Golden Silk Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109-111 Hang Gai Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/1e/131e7ffe58549aeb68fc552d750d5ac239aa0676.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.89" OriginalAmount="189.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04563894" Longitude="105.8419765" StarRating="3" HotelCode="771355|a25_truc_bach" HotelName="A25 Truc Bach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>109 Truc Bach, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/1b/a41b370bc6b9793a225fa7752365ce49f8b7cb4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.57" OriginalAmount="189.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.010816" Longitude="105.795151" StarRating="3" HotelCode="|421021" HotelName="Luckful" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 7 Tu Mo, Trung Hoa, Hanoi, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/0/2/1/421021_c34a8ce1755.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="192.04" OriginalAmount="190.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03348301" Longitude="105.85236675" StarRating="3" HotelCode="309515|180174" HotelName="Calypso Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>11E Trung Yen Lane, Dinh Liet Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/7b/177b73c5af75ee12d17da348b95c5935327f60aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a newspaper stand, a babysitting service, a childcare service, a business centre an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.062106405874" Longitude="105.83033491828" StarRating="3" HotelCode="268117|153533" HotelName="Paloma Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Xuan Dieu Street, Tay Ho, Ha Noi City</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/3a/583aae7a77ef6a4fd9610c5bca6165bd0b92f699.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 23 rooms. Services and facilities at the hotel includ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02938478" Longitude="105.80844749" StarRating="3" HotelCode="488614|sakura_hotel_3_2" HotelName="Sakura Hotel 3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>609 Kim Ma Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/90/a99059e8bafb64453ff13f3962559edf12bca70b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service, a safe and room service. Wireless internet access is ava...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.93" OriginalAmount="191.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032316" Longitude="105.845668" StarRating="0" HotelCode="|83996" HotelName="Hanoi Posh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 HANG HOM STREET 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/9/6/83996_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, has internet, a transfer service and 31 rooms. SITUATION: This hotel is in Hanoi the heart of 2 minutes away, you can find Hoan Kiem Lake it is in Hanoi the historic centre of el teatro de marionetas acuÃ¡ticas 3 minutes away from the establishment guests have Close to. ROOM: All the rooms have an air-conditioning system, a mini-bar, a safe, views of the city, a bathroom with a shower, slippers, a mirror and bathroom items. They also have cable television, films (free of charge), a fridge, a kettle and a coffee maker.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.25" OriginalAmount="191.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03098" Longitude="105.848438" StarRating="4" HotelCode="|267642" HotelName="Hai Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Hang Bong Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/6/4/2/267642_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.37" OriginalAmount="191.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034378" Longitude="105.854658" StarRating="3" HotelCode="|420316" HotelName="Hanoi Fiesta and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Hang Muoi, Ly Thai To, Hoan Kiem, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/3/1/6/420316_d21fc121754.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.39" OriginalAmount="191.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01793" Longitude="105.8474" StarRating="2" HotelCode="|235562" HotelName="A25 - 57 Quang Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57A, Quang Trung Nguyen Du, Hai Ba Trung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/6/2/235562_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.92" OriginalAmount="192.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.99378748" Longitude="105.86905141" StarRating="0" HotelCode="984724|park_hill_times_city_apartment" HotelName="Vinhomes Times City - Park Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>458 Minh Khai, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/db/a5db090afe8a9bb22b30818af3e5d36ce4c78881.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.75" OriginalAmount="192.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0153" Longitude="105.81297" StarRating="3" HotelCode="|189254" HotelName="Capital Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4, Hoang Ngoc Phach, Dong Da, Dong Da, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/5/4/189254_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.93" OriginalAmount="193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030828259122" Longitude="105.8472423933" StarRating="3" HotelCode="268133|hanoi_rose_hotel" HotelName="Hanoi Rose Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59B Duong Thanh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/6b/aa6b8ce32fec512931fbb862548f04670909231e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.16" OriginalAmount="193.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0335436" Longitude="105.8526071" StarRating="3" HotelCode="|83980" HotelName="La Beaute Boutique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TRUNG YEN LANE, DINH LIET, HOAN KIEM DIS 09A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/8/0/83980_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a reception, a currency exchange service, tourist information, ticket sales, a car hire service and bicycle hire. SITUATION: This hotel is in Hanoi the historic centre of 3 minutes away from the establishment, you can find Hoan Kiem Lake la pagoda de Ngoc son the Tower of. 10 minutes away from the establishment you have the opera, is 10 minutes away from Noi Bai Airport. ROOM: The rooms have WiFi (free of charge), cable television, a safety deposit box, a writing desk, a kettle, a coffee maker and mineral water. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.51" OriginalAmount="193.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0342119" Longitude="105.847399" StarRating="3" HotelCode="|265062" HotelName="Hanoi Chic Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Bat Su Street Hanoi 10000 Ha Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/0/6/2/265062_3e86d751734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.58" OriginalAmount="193.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03344" Longitude="105.85265" StarRating="3" HotelCode="|189732" HotelName="Skyline Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Trung Yen Lane, Cau Go Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/3/2/189732_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.73" OriginalAmount="193.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03052" Longitude="105.847419" StarRating="0" HotelCode="|554119" HotelName="Aquarius Premium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 Duong Thanh Street, Old Quarter</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/1/1/9/554119_c3967701315.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="479553|maison_dorient_hotel" HotelName="Maison d'Orient Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>26 Ngo Huyen, Hang Trong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/73/907328870a8923c2fa7539fdf3916d7661e8db21.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.039968484681" Longitude="105.84563418651" StarRating="4" HotelCode="930851|skylark_hotel_4" HotelName="Skylark Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>15 Phan Dinh Phung Street, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/72/fa728c0bb18ab6baaf921d154c710829ce0fcf29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.65" OriginalAmount="194.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033123" Longitude="105.855141" StarRating="3" HotelCode="|446982" HotelName="Golden Legend Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Alley Nguyen Huu Huan, Hoan Kiem Dist., Hanoi Old Quarter, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/8/2/446982_4a7c2881726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.95" OriginalAmount="195.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029026091413" Longitude="105.84324105862" StarRating="3" HotelCode="268108|hanoi_sky_hotel_2" HotelName="Hanoi Sky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 Tong Duy Tan, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/92/c192d6655e92dcd50119db4239bd9f1969c42b4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.95" OriginalAmount="195.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031242809262" Longitude="105.84893527976" StarRating="3" HotelCode="119030|posh_hotel_2" HotelName="Hanoi Posh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4A Hang Giay Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/cf/cfcf0cf5fccb2ce628249ea3c1aba5c7a87322b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Hanoi, only a 2-minute walk from Hoan Kiem Lake in Hanoi Old Qu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.98" OriginalAmount="195.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0295" Longitude="105.84775" StarRating="3" HotelCode="|235499" HotelName="Phoenix Palace Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27A Phu Doan Str Old Quarter- Hoan Kiem Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/4/9/9/235499_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.25" OriginalAmount="195.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035402" Longitude="105.847073" StarRating="3" HotelCode="|419835" HotelName="Lotusama Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Hang Ga, Hoan Kiem Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/3/5/419835_9722bae1547.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.31" OriginalAmount="195.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0265396" Longitude="105.8423784" StarRating="3" HotelCode="|419728" HotelName="HOTEL 1-2-3 HANOI Hoan Kiem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Nam Ngu Street, 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/7/2/8/419728_fa13ec10422.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.40" OriginalAmount="195.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031939" Longitude="105.841499" StarRating="3" HotelCode="|423641" HotelName="Bi Ecosuites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.2, Alley 34, 28B Dien Bien Phu Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/6/4/1/423641_a42075c1712.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.54" OriginalAmount="195.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02527" Longitude="105.851601" StarRating="3" HotelCode="|84060" HotelName="Splendid Holiday" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Tho Xuong Lane, Hoan Kiem Dist. Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/6/0/84060_832a9251831.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Hanoi the city centre of Close to San Jose Cathedral a 5-minute walk away from Hoan Kiem Lake 35 kilometres away from the establishment, guests will find Noi Bai Airport it is 5 minutes away from Hanoi the Railway Station of. ROOM: Each room has WiFi (free of charge), a satellite TV, a DVD player, a mini-bar with sodas, a bathroom, a shower and fruits. FACILITIES: Guests are offered a sauna, a massage service, tourist information, excursions, car rental, a bicycle rental service, fax service and a launderette. OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service free of charge, a restaurant and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.96" OriginalAmount="196.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01802521" Longitude="105.84738543" StarRating="2" HotelCode="554558|a25_hotel_quang_trung" HotelName="A25 Hotel 57 Quang Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>57 Quang Trung Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/81/0f81ce6108655ff04607b92d6cb9cc28839b3c57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a safe, a transfer service and a theatre hall. Wireless...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.07" OriginalAmount="196.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03371" Longitude="105.8466" StarRating="1" HotelCode="|231954" HotelName="Hanoi La Vision" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Bat Dan Str., Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/9/5/4/231954_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.28" OriginalAmount="196.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0347" Longitude="105.84564" StarRating="4" HotelCode="|189350" HotelName="Bonne Nuit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30A Cua Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/3/5/0/189350_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.34" OriginalAmount="196.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0339" Longitude="105.853426" StarRating="4" HotelCode="|534658" HotelName="Madelise Adora" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>111 P. Ma May, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/5/8/534658_0b9f6651159.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.64" OriginalAmount="196.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04282" Longitude="105.84416" StarRating="3" HotelCode="|197316" HotelName="Hong Ngoc Cochinchine Boutique  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95-97 Nguyen Truong To Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/3/1/6/197316_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.97" OriginalAmount="197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01324235" Longitude="105.85093124" StarRating="2" HotelCode="624214|a25_hotel_80_mai_hac_de" HotelName="A25 Hotel 80 Mai Hac De" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>80 Mai Hac De Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f9/42f98ee2fad25d4f5ebda8b5d68fd98e2602974a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.97" OriginalAmount="197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02909806" Longitude="105.84857181" StarRating="3" HotelCode="877979|s_central_hotel" HotelName="S Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Tho Xuong Lane, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/d2/b6d25a854b0f26c1fb195696386b55ddf218c9c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located less than 1 km from St. Joseph Cathedral, S Central Hotel in Hanoi offers rooms with air con...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.37" OriginalAmount="197.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03137" Longitude="105.84517" StarRating="3" HotelCode="|240480" HotelName="Spoon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Nguyen Van To, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/4/8/0/240480_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.94" OriginalAmount="197.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04062" Longitude="105.8475" StarRating="3" HotelCode="|45843" HotelName="Hanoi Anise  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 QUAN THANH, BA DINH 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/8/4/3/45843_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, elegant hotel rooms and has 42 standard rooms and suites. SITUATION: The hotel is in Hang Dau park it is close to the historic area, has good links to the commercial area. ROOM: The rooms without windows, They have sheets and duvets. FACILITIES: The establishment boasts a wellness centre and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02970446" Longitude="105.83838032" StarRating="2" HotelCode="550060|153588" HotelName="VMQ Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>87 Nguyen Thai Hoc, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/18/dc18e988a8990aae19561f039efdac835876e494.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.98" OriginalAmount="198.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031289722468" Longitude="105.84710729852" StarRating="2" HotelCode="210746|nam_hai_hotel" HotelName="Hanoi Marvellous Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Duong Thanh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/75/f17545f8b0f06f624395cfc82510c43c14d48834.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.58" OriginalAmount="198.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.019733" Longitude="105.825565" StarRating="0" HotelCode="|537156" HotelName="Le Grand Hanoi - The Sun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>134 Nguyen Hy Quang, O Cho Dua, Dong Da</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/1/5/6/537156_94a12d52140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.043645" Longitude="105.841783" StarRating="3" HotelCode="141681|hong_ngoc_cochinchine" HotelName="Hong Ngoc Cochinchine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Diet Meals,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95-97 Nguyen Truong To Str., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/bc/64bc6f25e24724d580cdef021f0bf97ebb69d3cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the cultural and political centre, an ideal location for business, shopping...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032379" Longitude="105.85131" StarRating="3" HotelCode="101674|serenade_hotel" HotelName="Oriental Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Dao Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f0/6df0f0c83c2d2bb977452a871fff3291444cb8b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the tourist and trade centre of Hanoi, the hotel is about 50 metres away from the Hoan Ki...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029461632555" Longitude="105.8478292004" StarRating="2" HotelCode="916010|trung_nam_hai_hotel" HotelName="Hanoi Phoenix Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>27 Ph? Doãn, Hàng Tr?ng, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/97/3c/973c328eb42bce5285744d965f50b9436bdd23c0.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;We want you to smile, so here's the "Phoenix Palace Hotel”, an unsurpassed central location PLUS a g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.29" OriginalAmount="199.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02771" Longitude="105.85828" StarRating="3" HotelCode="|189587" HotelName="Hong Ha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>204 Tran Quang Khai Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/8/7/189587_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.55" OriginalAmount="199.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.019411" Longitude="105.780972" StarRating="3" HotelCode="|423143" HotelName="Luxury Condotel Vinhomes Skylake Keangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Pham Hung, Hanoi,Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/1/4/3/423143_1f4a2371759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.83" OriginalAmount="199.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03216" Longitude="105.84684" StarRating="3" HotelCode="|189200" HotelName="Ambassador Hanoi  and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Hang Dieu, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/0/0/189200_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.00" OriginalAmount="200.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032227818673" Longitude="105.84694448183" StarRating="3" HotelCode="916024|art_hotel_hanoi" HotelName="Hanoi Trendy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Hang Dieu street, Old Quarter, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/zz/edadfeda5939e2a9fa2e3d6a25849330f8675292.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.58" OriginalAmount="200.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03208" Longitude="105.84816" StarRating="3" HotelCode="|189521" HotelName="Serene Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10c Yen Thai Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/2/1/189521_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.77" OriginalAmount="200.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032059" Longitude="105.853687" StarRating="3" HotelCode="|153913" HotelName="La Selva Premium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Cau Go Str., Hoan Kiem Dist,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/9/1/3/153913_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a restaurant and room service. The hotel offers tourist information, a car hire desk, a transfer service to the airport, a laundry service and a currency exchange service. SITUATION: This hotel is in Hanoi the historic area of Hoan Kiem Lake it is situated 2 minutes walk away from. ROOM: Each room has an air-conditioning system, a safety deposit box, cable television, a fridge, a kettle and a coffee maker.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.01" OriginalAmount="201" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04253856" Longitude="105.84721064" StarRating="3" HotelCode="957198|377166" HotelName="Domov Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>15A Hang Than, Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/1b/a41b370bc6b9793a225fa7752365ce49f8b7cb4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034555985622" Longitude="105.85352011266" StarRating="2" HotelCode="309526|hanoi_guesthouse" HotelName="Hanoi Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Ma May Street, Hoan Kiem Dist, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/7a/6d7acb5beadc724b7a2616b92908557cb8ce616c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 20 rooms. A restaurant, a dining area and room service are available ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="1" HotelCode="766043|a25_hotel_dich_vong_hau" HotelName="A25 Tran Thai Tong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Dich Vong Hau Street, Alley 25, Dich Vong Hau Ward, Cau Giay District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/1b/a41b370bc6b9793a225fa7752365ce49f8b7cb4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.44" OriginalAmount="201.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03436" Longitude="105.85341" StarRating="0" HotelCode="|197749" HotelName="Hanoi House and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85 Ma May Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/7/4/9/197749_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.43" OriginalAmount="202.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0334673" Longitude="105.8525641" StarRating="3" HotelCode="|189244" HotelName="La Beaute Boutique  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11A Trung Yen Lane, Dinh Liet Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/4/4/189244_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.03" OriginalAmount="203" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="984733|348341" HotelName="Full House Times City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>458 Minh Khai, Times City, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/b8/16b87dc3e3c7b53b2e0637ce41e885f3751732af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.03" OriginalAmount="203.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031507590595" Longitude="105.84553297086" StarRating="3" HotelCode="186268|the_landmark_hanoi" HotelName="Spoon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Nguyen Van To, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/f3/80f3639b4e9287deeef35fce7e2d98aedb517643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi's Old Quarter, a 5-minute walk from all the famous plac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.03" OriginalAmount="203.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031911669372" Longitude="105.84827887579" StarRating="2" HotelCode="268109|holiday_gold_hotel" HotelName="Holiday Emerald Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Currency Exchange,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Hang Manh Street, Hoan Kiem, Hanoi City</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/18/551823cb81efc70ef4149a7c1da5402a7d026acd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in the heart of Hanoi old quarter the Hotel is a short walk from shopping towns an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.03" OriginalAmount="203.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03597456" Longitude="105.84771792" StarRating="3" HotelCode="599608|hanoi_golden_holiday_hotel" HotelName="Hanoi Golden Holiday Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Hang Dong, Old Quarter, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/98/3098fa4af08302cef6947ee713eb873b11e7a26d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, room service and a haird...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.24" OriginalAmount="203.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027419" Longitude="105.857533" StarRating="4" HotelCode="|267794" HotelName="Grand Cititel Hanoi and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13B Tong Dan, Trang Tien Ward, Hoan Kiem District Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/7/9/4/267794_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.51" OriginalAmount="203.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032639" Longitude="105.849323" StarRating="4" HotelCode="|466211" HotelName="Hanoi La Palm Premierandspa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Hang Quat Street, Hang Gai Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/2/1/1/466211_79a72d41849.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.69" OriginalAmount="203.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037364" Longitude="105.84833" StarRating="2" HotelCode="|169222" HotelName="Ha Long Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Hang Luoc StreetHanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/2/2/169222_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant and WiFi. SITUATION: This establishment, is 50 metres away from Dong Xuan the Market of. ROOM: Each room has an air-conditioning system, wooden furniture, a mini-bar, a coffee maker, a kettle, a bathroom with a bath and a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042059" Longitude="105.846887" StarRating="3" HotelCode="928655|33205" HotelName="Chalcedony Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Nguyen Truong To, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/29/6c29429f0eed5ba24a119ddb14ddaf5d0550819c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="204.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01602361" Longitude="105.77817459" StarRating="3" HotelCode="764464|blubiz_hotel_my_dinh_song_da" HotelName="Blubiz Hotel My Dinh Song Da" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Elevator,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 TT4, My Dinh Song Da urban area, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/eb/a9eb52980e1b565b1ec76fafaa66ce06712f1788.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at Blubiz Hotel My Dinh Song Da in Hanoi, you'll be within a 10-minute drive of My Dinh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.05" OriginalAmount="205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027308436111" Longitude="105.84294746176" StarRating="2" HotelCode="346731|prince_hotel__hai_ba_trung" HotelName="Prince Hotel Hai Ba Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96A Hai Ba Trung, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/b8/c6b8560e8dc0c35fa504e4c0769109324601a173.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Prince Hotel - 96A Hai Ba Trung is conveniently located in the popular Hoan Kiem District - Opera Ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.06" OriginalAmount="206" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="834414|348243" HotelName="Khách San A25 Hàng Duong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>54-56 Hàng Ðuong, Hoàn Kiem, Hà Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/8a/6e8a50c64acbb569fe5e7b23c2b63ef83472bd03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="206.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030111919784" Longitude="105.85049276383" StarRating="3" HotelCode="347845|sunline_hotel" HotelName="Sunline Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Ngo Bao Khanh, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/b6/d2b6dc0c0707a8b94cde4647bc6b61849fe2ba10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="206.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03544634" Longitude="105.8471267" StarRating="3" HotelCode="753610|hanoian_elite_home_hotel" HotelName="Hanoian Elite Home Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>35 Hang Ga Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/2f/9d2fc1a30d3f69b5fa3825a16a384a4019d1be80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="206.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="980581|a25_hotel_nguyen_khuyen_2" HotelName="A25 Hotel Nguyen Khuyen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 Nguyen Khuyen, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/45/45450d89eb477625b2482dd0f4b8508602312c2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.23" OriginalAmount="206.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033888" Longitude="105.846915" StarRating="3" HotelCode="|419876" HotelName="Hanoi Esplendor and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Hang Ga, Old Quarter, Hoan Kiem Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/7/6/419876_8a95c8c1610.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.27" OriginalAmount="206.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028092" Longitude="105.83728" StarRating="0" HotelCode="|533950" HotelName="Paradise Suites Nguyen Khuyen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115 Nguyen Khuyen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/9/5/0/533950_8fb8f391139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.31" OriginalAmount="206.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04141" Longitude="105.84459" StarRating="2" HotelCode="|235555" HotelName="A25 - 44 Hang Bun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 Hang Bun, Nguyen Trung Truc Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/5/5/235555_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02933772" Longitude="105.7691049" StarRating="3" HotelCode="529847|new_amely_hotel_and_resident" HotelName="New Amely Hotel &amp; Resident" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10C, 63 Le Duc Tho, My Dinh 2, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/95/ac95ded433883669601d6bfa85c798147e8f078e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03496704" Longitude="105.84820548" StarRating="3" HotelCode="587333|new_vision_palace_hotel" HotelName="New Vision Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>53 Thuoc Bac Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/c0/bac0175c4909856d41fd8b54df26f2411644d562.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01205032" Longitude="105.77207965" StarRating="3" HotelCode="636286|top_hotel_5" HotelName="Top Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>188 Le Quang Dao, Phu Do, Nam Tu Liem, Ha Noi, Hanoi 129400</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/f4/68f45357b4f5280f367ff0b2bc6b45205bb286be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="209.51" OriginalAmount="207.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042876" Longitude="105.838074" StarRating="3" HotelCode="401580|106408" HotelName="Anise Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Quan Thanh Street, Hoan Kiem Dist, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/2d/4c2d41b9701834a501aaccec140bb4235e14cf4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hang Dau Park, the hotel is just few minutes' walk away from the old quarter, convenient ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.59" OriginalAmount="207.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03682" Longitude="105.8486" StarRating="3" HotelCode="|189482" HotelName="Hanoi Little Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Hang Luoc Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/8/2/189482_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.08" OriginalAmount="208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040061449294" Longitude="105.84519848829" StarRating="3" HotelCode="384311|dragon_pearl_hotel_2" HotelName="Dragon Pearl Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>17E Phan Dinh Phung Street, Dong Xuan Market Area, Quan Thanh Ward, Hoan Kiem, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/cc/63ccf97a26a1a735f1b6d2d604ab5947f133e0f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.27" OriginalAmount="208.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.003701" Longitude="105.804835" StarRating="3" HotelCode="|419601" HotelName="A25 - Hoang Dao Thuy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 17, Lot 5, Alley 9, Hoang Dao Thuy Street, Nhan Chinh Ward, Thanh Xuan, Hanoi, Thanh Xuan, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/6/0/1/419601_e137d221753.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.76" OriginalAmount="208.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.015624" Longitude="105.777218" StarRating="3" HotelCode="|521856" HotelName="Blubiz 8" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>N1B TT3 My Dinh area, Do Dinh Thien st.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/8/5/6/521856_8d1cc671125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.06" OriginalAmount="208.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.043262" Longitude="105.843894" StarRating="4" HotelCode="|66166" HotelName="Flower Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NGUYEN TRUONG TO STREET, BA DINH DISTRICT 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/1/6/6/66166_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a restaurant, a lounge bar, WiFi in communal areas, a lift, a gym, a sauna, meeting rooms, a business centre and a car park. SITUATION: Thang Long It is located 700 metres away from 2 kilometres away, you can find St Joseph Cathedral. ROOM: Each room has an air-conditioning system, a television, a direct line telephone, WiFi, a safety deposit box, a mini-bar, a hairdryer and a tea service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02925704" Longitude="105.84634929" StarRating="3" HotelCode="376062|hanoi_lotus_boutique_hotel_2" HotelName="Hanoi Lotus Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Hoi Vu Street, Old Quarter, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/86/f386160190f8f995fda3b232f548378f1ec65eb2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Hanoi, this boutique hotel is ideal for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0314559" Longitude="105.85028899" StarRating="3" HotelCode="857474|la_paix_hotel" HotelName="La Paix Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Hang Hanh, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/34/42343a128fb7629f0c0582e822df368c6be10018.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.60" OriginalAmount="209.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.026963" Longitude="105.810086" StarRating="3" HotelCode="|533842" HotelName="Azumaya Kim Mã 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Pham Huy Thong, Ngoc Khanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/8/4/2/533842_47377eb1127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04366" Longitude="105.841775" StarRating="4" HotelCode="900190|27887" HotelName="Flower Garden Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Nguyen Truong To Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/d5/35d5f798090f860ca90fda1d650a9527aec12453.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location offers easy access for tourist buses. From the hotel it is only 5 minutes to the Old Qu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.10" OriginalAmount="210.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.021870911884" Longitude="105.85947275162" StarRating="2" HotelCode="65448|ats_hotel_hanoi" HotelName="ATS Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>33B Pham Ngu Lao street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/29/02293369aaa5347135574e059ee3acde4bf59340.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on a quiet street in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0414923" Longitude="105.8448172" StarRating="2" HotelCode="227155|a25_hotel_44_hang_bun" HotelName="A25 Hotel 44 Hang Bun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>44 Hang Bun Street, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/bd/f2bda410b1cb082c6b5b163ed4027b07eeac310c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032169" Longitude="105.853696" StarRating="3" HotelCode="916028|hanoi_a1_hotel" HotelName="Hanoi A1 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 1 C?u G? Street, Hoàn Ki?m District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/06/8b06c536b9362c7829addacf780a7e75d7b44892.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.14" OriginalAmount="211.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042079" Longitude="105.846918" StarRating="4" HotelCode="|83976" HotelName="Chalcedony" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NGUYEN TRUONG TO STREET BA DINH DISTRICT 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/7/6/83976_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.94" OriginalAmount="211.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06176" Longitude="105.83083" StarRating="3" HotelCode="|189212" HotelName="Wild Lotus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106 Xuan Dieu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/1/2/189212_18dcf1c1108.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.12" OriginalAmount="212.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031358" Longitude="105.850244" StarRating="3" HotelCode="167048|hanoi_imperial_hotel" HotelName="Hanoi Imperial Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Hang Hanh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/d7/d4d7a0ea1c00ca84d4dcd854631cd46f8944a294.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.51" OriginalAmount="212.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.018377" Longitude="105.849945" StarRating="3" HotelCode="|419954" HotelName="Azumaya Hai Ba Trung 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 16 Bui Thi Xuan, Hai Ba Trung district, Hai Ba Trung, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/5/4/419954_563c3781750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.09" OriginalAmount="212.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03275" Longitude="105.84944" StarRating="4" HotelCode="|196871" HotelName="Hanoi La Palm Premier &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Hang Quat, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/7/1/196871_19c54411149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.019006662168" Longitude="105.85417807102" StarRating="4" HotelCode="18080|sunway_hotel_hanoi" HotelName="Sunway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Pham Dinh Ho Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/fe/e3fe42be16fc838b16d97a5527b5ceb04c6b9751.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel, located in the heart of the city, is just 45 minutes away from Noi Bai International Airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03207319" Longitude="105.85391603" StarRating="3" HotelCode="382864|hanoi_hm_boutique_hotel" HotelName="Hanoi HM Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 03 Hang Dau, Hang B?c, Hoan Kiem, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/66/4f66723cedeab8b2f87f632743a0344f562fba05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01758132" Longitude="105.77815132" StarRating="3" HotelCode="754747|blubiz_hotel_my_dinh" HotelName="Blubiz Hotel My Dinh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Elevator,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Tran Van Lai Street, Lane 2, My Dinh, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/03/dd030988019be2d1f11860a35456679052e3d2d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at Blubiz Hotel My Dinh in Hanoi, you'll be within a 10-minute drive of My Dinh National...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034333763351" Longitude="105.84755569696" StarRating="3" HotelCode="904819|hanoi_amazing_hotel" HotelName="Graceful" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Hang Phen Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/e2/55e2e77e949ac73fcfb722715666de92053a0c37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Hanoi's Old Quarter, just 3 minutes walk from the famous Hoan Kiem L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.14" OriginalAmount="214.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.018886" Longitude="105.842065" StarRating="4" HotelCode="185379|vista_hotel_hanoi" HotelName="Hotel Nesta Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Nguyen Thuong Hien, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/1d/0e1d6879abda7294f38ede2c91ff276f31ee111c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.14" OriginalAmount="214.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03895012" Longitude="105.80185028" StarRating="4" HotelCode="882757|sen_grand_hotel_spa_managed_by_sen_group" HotelName="Sen Grand Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>20/118 Nguyen Khanh Toan Street, Cau Giay District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/54/405470ed2b41bebeaf61f2c790fd0c06bb4a5b8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.15" OriginalAmount="214.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034525" Longitude="105.852054" StarRating="0" HotelCode="|447270" HotelName="Hanoi La Mejor and Sky Bar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Ta Hien, Hang Buom, Hoan Kiem, Hanoi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/2/7/0/447270_66445d11022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.17" OriginalAmount="214.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02740216" Longitude="105.85751843" StarRating="3" HotelCode="753370|643625" HotelName="Grand Cititel Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>13B Tong Dan, Trang Tien Ward, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/c9/f2c9f4c44459772bab8753065a600a79caaba473.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.15" OriginalAmount="215" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="764412|348246" HotelName="A25 Hotel 96 Hai Ba Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96 Hai Ba Trung, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/c3/e5c353785b6de8028cab91560e3b0e5359a41627.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.15" OriginalAmount="215.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03302032" Longitude="105.85236311" StarRating="3" HotelCode="773688|rex_hanoi_hotel" HotelName="Rex Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42-44 Gia Ngu Street, Hang Bac Ward, Hoan Kiem Ward, Quan Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/56/5156b17aadcf0c241d27ee838f8df0cca890ebf6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.15" OriginalAmount="215.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03386365" Longitude="105.84692941" StarRating="0" HotelCode="969355|hanoi_esplendor_hotel_spa" HotelName="Hanoi Esplendor Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>78-80 Hang Ga Street, Old Quarter, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/39/2f39a7bdc5198a5b56aedacddcae2b86079f5fe4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.86" OriginalAmount="215.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028363" Longitude="105.849806" StarRating="4" HotelCode="|208279" HotelName="The Chi Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Nha Chung, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/8/2/7/9/208279_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.16" OriginalAmount="216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033813468729" Longitude="105.85333806638" StarRating="2" HotelCode="119031|gia_thinh_hotel" HotelName="Gia Thinh Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Hang Bac, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/4b/fc4b5d778ccf5893bcfada7d226f5f1e145f4ab8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Hang Bac Street, one of the oldest streets in Vietnam, the hotel is within a short stroll...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.58" OriginalAmount="216.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0419842" Longitude="105.8466625" StarRating="3" HotelCode="|66168" HotelName="The Flower Boutique  and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 NGUYEN TRUONG TO STR., BA DINH 55</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/1/6/8/66168_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.81" OriginalAmount="216.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0294444" Longitude="105.8486634" StarRating="2" HotelCode="|270078" HotelName="Astoria Hanoi and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Ngo Huyen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/0/7/8/270078_3a202b81702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.98" OriginalAmount="216.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0255" Longitude="105.851601" StarRating="3" HotelCode="|84059" HotelName="Splendid Star Grand and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 THO XUONG, AN TRIEU, HOAN KIEM 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/5/9/84059_1c7368a1048.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Splendid Star Grand Hotel is rated two stars, is an ideal place for relaxing, has 30 rooms, a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service and a lift. Guests can find a bar, a breakfast room, WiFi, room service, a laundry service and bicycle rental. The establishment also offers excursions and a car hire service. SITUATION: This hotel is in the city centre. 3 minutes walk away, you can find el lago Hoan Kiem 5 minutes away from the establishment you have the market. It is located 100 metres away from the Temple of Ngoc Son. 500 metres away, guests will find park Thong Nhat. It is located 250 metres away from the opera, close to restaurants and cafÃ©s. 50 metres away, clients have the railway station. 2 kilometres away from the establishment, guests will find bus station Luong Yen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.17" OriginalAmount="217.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032076" Longitude="105.848167" StarRating="2" HotelCode="931936|hanoi_corner_hotel" HotelName="Hanoi Old Quarter House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12B Hang Manh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/62/5d623315c28bb1ee948e5784151fe939e89fd309.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.70" OriginalAmount="217.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.011535" Longitude="105.785939" StarRating="0" HotelCode="|524948" HotelName="Aspaces Serviced Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nam Tu Liem 0505</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/9/4/8/524948_dd60a740925.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.013279068384" Longitude="105.84764097358" StarRating="3" HotelCode="346898|cherry_1_hotel" HotelName="Nesta Hanoi Hotel - To Hien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>73 To Hien Thanh Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/32/93323522735cc28ad5c4f7360eab0ad27065ba1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.19" OriginalAmount="219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0293584" Longitude="105.84819326" StarRating="3" HotelCode="347185|hanoi_sweet_home_hotel" HotelName="Gem Premier Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,ATM/Cash Machine,Babysitting,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Limousine Service,Lounge,Luggage Storage,Massage Centre,Meeting Room,Off-Site Parking,Parking,Pets allowed,Pick &amp;amp; Drop,Porter,Restaurant,Room Service,Shopping Arcade,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>54A Ngo Huyen Street, Old Quarter, Hoan Kiem District, Ha Noi City</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/a2/7aa25bca087aa167e4756db580358044f5a14447.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hanoi Gem Hotel, you'll be centrally located in Han...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.20" OriginalAmount="219.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0313878" Longitude="105.855597" StarRating="4" HotelCode="|267002" HotelName="Bendecir and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Lo Su, Hoan Kiem, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/0/0/2/267002_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.20" OriginalAmount="220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03786" Longitude="105.801" StarRating="3" HotelCode="517825|sen_hotel" HotelName="Sen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>26b Nguyen Khanh Toan, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/d1/f6d166347814f0c488f96ddf3484ac1d4bf6784b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.20" OriginalAmount="220.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034738" Longitude="105.85309" StarRating="3" HotelCode="|266894" HotelName="Hanoi Nostalgia and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15, Luong Ngoc Quyen, Hoan Kiem , Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/8/9/4/266894_bd068bf1741.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.21" OriginalAmount="221.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01980918" Longitude="105.85601028" StarRating="4" HotelCode="563518|the_lapis_hotel" HotelName="The Lapis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Tran Hung Dao Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/13/89138559d68e49dfd365d06ac0c7bd9ff01cfcc4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.62" OriginalAmount="221.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03393" Longitude="105.84782" StarRating="0" HotelCode="|63629" HotelName="Quoc Hoa Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Bat Dan Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/6/2/9/63629_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a concierge, a restaurant, a bar, room service, a business centre and meeting rooms. The establishment also offers a fitness centre, a jacuzzi, a sauna, a car hire service, a transfer service to the airport and internet. SITUATION: It is in the historic area, the establishment, is in Hanoi the city centre of close to the establishment, clients can find a lake, the opera. ROOM: The rooms have an air-conditioning system, a bathroom with a shower, a hairdryer, a satellite television and a direct line telephone. They also have internet (free of charge), a mini-bar, a coffee maker, a kettle, a safety deposit box and soundproofed windows.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.22" OriginalAmount="222.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044387683251" Longitude="105.84351180357" StarRating="3" HotelCode="931940|may_de_ville_city_centre_ii_hotel" HotelName="May De Ville City Center II" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Pham Hong Thai Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/1d/3b1df75e9b95cb8e8a96977ae505c47551a23e3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 58 rooms. Wireless internet access in public areas allows guests to s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034579104325" Longitude="105.84741353989" StarRating="3" HotelCode="904830|348425" HotelName="Hanoi Golden Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>46 Bat Su, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/d6/fad61f8d5fbabcd18366570fa5c8e75c3783636b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Hanoi's bustling Old Quarter. All the well-known sights of this...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.23" OriginalAmount="223.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031628163866" Longitude="105.84963032832" StarRating="3" HotelCode="303735|silk_queen_hotel" HotelName="Silk Queen Hotel" 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>100 Hang Gai Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/d0/fad0b5842dfa778c006357239a75e9d6bd88c7d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.23" OriginalAmount="223.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01727376" Longitude="105.82902247" StarRating="3" HotelCode="554552|dream_hotels_residences" HotelName="Dream Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Nguyen Luong Bang, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/6a/4d6a39e18eb74152d14e2d9083f8cfe638b40367.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a safe, a restaurant, a tran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.23" OriginalAmount="223.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02835464" Longitude="105.84982798" StarRating="3" HotelCode="489450|the_chi_boutique_hotel" HotelName="The Chi Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Nha Chung Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/7b/cb7b6967d8a93d1d1a997e9ec2f400def1fc78de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.56" OriginalAmount="223.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.014827" Longitude="105.852722" StarRating="2" HotelCode="|470685" HotelName="Minasi Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 Hue Alley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/8/5/470685_4ae50c01902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.84" OriginalAmount="223.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03254" Longitude="105.84731" StarRating="2" HotelCode="|196396" HotelName="A25 - 26 Hang Non" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Hang Non Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/3/9/6/196396_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.24" OriginalAmount="224" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02877005" Longitude="105.84816969" StarRating="3" HotelCode="630776|255718" HotelName="Conifer Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Tho Xuong, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/54/61548b0098fd33e54a76f1bd7206d7bc48aef5b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.24" OriginalAmount="224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032397154924" Longitude="105.85393055756" StarRating="2" HotelCode="119056|rising_dragon_i" HotelName="Old Quarter Centre Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>61A Hang Be, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/5c/715c1ddd8f559e1deb2037aaa80b8366d420cf35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.24" OriginalAmount="224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.061893742693" Longitude="105.83064521725" StarRating="3" HotelCode="200499|wild_lotus_hotel" HotelName="Wild Lotus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>106 Xuan Dieu, Tay Ho, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/06/7e06a240814bf1a9d94b43b18a8b7884167117af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.18" OriginalAmount="224.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0429779" Longitude="105.8761621" StarRating="3" HotelCode="|372919" HotelName="Du Monde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 89, Hoang Nhu Tiep Street Long Bien District, Long Bien, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/9/1/9/372919_c1d8def1201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.25" OriginalAmount="225.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.018417669464" Longitude="105.84974383496" StarRating="3" HotelCode="915997|azumaya_hai_ba_trung_1_hotel" HotelName="Ocean Hotel II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Bui Thi Xuan Street, Hai Ba Trung District, Hanoi City Centre, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/45/194529e7a64326b55886e2e17c320d9286be63d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.25" OriginalAmount="225.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="980223|a25_hotel_66_tran_thai_tong" HotelName="A25 Hotel 66 Tran Thai Tong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>66 Tran Thai Tong, Dich Vong Hau, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/36/42368f3b015b5ea5eb46ff0c5b5416f590902a36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.35" OriginalAmount="225.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0247626" Longitude="105.8187139" StarRating="3" HotelCode="|270701" HotelName="Rose Garden Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>170 pho Ngoc Khanh, phuong Giang Vo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/7/0/1/270701_6f1ef751755.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.22" OriginalAmount="225.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03557247" Longitude="105.81846668" StarRating="4" HotelCode="346889|640577" HotelName="SUPER HOTEL Candle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>287-300 Doi Can Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/6e/176e947e275274de375234d5aae7becdb421be1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.26" OriginalAmount="226.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031262603532" Longitude="105.85559706091" StarRating="3" HotelCode="619368|hanoi_babylon_garden_hotel_spa" HotelName="Hanoi Babylon Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Lo Su Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/88/6c88615e473c3495cc0c0b3b344280146d730656.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.26" OriginalAmount="226.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03477057" Longitude="105.85306443" StarRating="3" HotelCode="619807|hanoi_nostalgia_hotel_spa" HotelName="Hanoi Nostalgia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Luong Ngoc Quyen Street, Hoan Kie, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/4f/024f9a940db960fbeb1bb06f2bcc88039dbece98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.27" OriginalAmount="227.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04089903" Longitude="105.87742425" StarRating="3" HotelCode="585982|hotel_du_monde" HotelName="Hotel Du Monde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 Hoang Nhu Tiep, Long Bien, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/47/f5479b06f12c97dc04a454d94132a3cab8e07a2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.28" OriginalAmount="228.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034023" Longitude="105.851281" StarRating="3" HotelCode="931933|hanoi_legacy_hotel_hang_bac_street" HotelName="Hanoi Legacy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Hang Bac, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/d9/96d9c1981a95752d204efd9cc86cba5ec8f924d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.63" OriginalAmount="228.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03281" Longitude="105.85042" StarRating="3" HotelCode="|189472" HotelName="Hanoi Golden River " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Luong Van Can Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/7/2/189472_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.69" OriginalAmount="228.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0351" Longitude="105.84819" StarRating="0" HotelCode="|189390" HotelName="Hanoi Asia Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83 Thuoc Bac Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/3/9/0/189390_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.29" OriginalAmount="229.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0669955" Longitude="105.82014922" StarRating="4" HotelCode="82057|sedona_suites_hanoi" HotelName="Diamond Westlake Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 To Ngoc Van Street, Quang An, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/8f/158f656ab3682d0e70413799b82876d0451b07a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.88" OriginalAmount="229.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033503" Longitude="105.851" StarRating="4" HotelCode="|46318" HotelName="Oriental Suite and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Dao Str, Hoan Kiem District, Hanoi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/1/8/46318_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Hanoi the tourist centre of it is 50 metres away from Hoan Kiem Lake 200 metres away, guests will find the theatre. ROOM: The luxurious, comfortable rooms, have modern furniture. FACILITIES: The establishment has a sauna and a massage service. MEALS: Regarding the food and beverage offering, the establishment offersPanorama Bar CafÃ© the restaurant. PAYMENT METHODS: The establishment accepts credit cards.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.30" OriginalAmount="230" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03420976" Longitude="105.84736321" StarRating="3" HotelCode="382882|152277" HotelName="Hanoi Chic Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Bat Su Street, Hoan Kiem, Old Quarter, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0023/07660/2307660/38.jpg?f=15535698</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.30" OriginalAmount="230" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0294" Longitude="105.8486" StarRating="3" HotelCode="434775|348563" HotelName="See You At Lily's Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 Ngo Huyen Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/27/062709338034b03a5932939996bfd2d6a101450f.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;See you at Lily's is perfectly located for both business and leisure guests in Hanoi. The hotel has ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="232.42" OriginalAmount="230.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034556151954" Longitude="105.85205153899" StarRating="3" HotelCode="933780|231316" HotelName="Essence Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Ta Hien Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/231316/231316a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.56" OriginalAmount="230.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034435" Longitude="105.85201" StarRating="0" HotelCode="|419879" HotelName="Hanoi Backpackers and Rooftop Bar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Hai Tuong Lane, Ta Hien Street, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/7/9/419879_917be351401.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.56" OriginalAmount="230.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035" Longitude="105.84748" StarRating="3" HotelCode="|197677" HotelName="Grande Collection and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Bat Su Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/6/7/7/197677_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.31" OriginalAmount="231.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029256812423" Longitude="105.84811746627" StarRating="3" HotelCode="305359|veris_hotel_2" HotelName="Splendora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Ngõ Huy?n, Hoàn Ki?m, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/87/a58718fd37f0b3e7e6ac98160b6e759e4f8344b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.76" OriginalAmount="231.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03477" Longitude="105.84739" StarRating="3" HotelCode="|189619" HotelName="Milton Boutique " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Bat Su, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/6/1/9/189619_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.84" OriginalAmount="231.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03518" Longitude="105.84704" StarRating="3" HotelCode="|189395" HotelName="Hanoi Starlight Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Hang Ga Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/3/9/5/189395_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.95" OriginalAmount="231.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028755" Longitude="105.848183" StarRating="4" HotelCode="|267442" HotelName="Conifer Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Tho Xuong, Hoan Kiem,, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/4/4/2/267442_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.32" OriginalAmount="232.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032504993524" Longitude="105.84811245658" StarRating="2" HotelCode="119194|a25_hotel__hang_non" HotelName="A25 Hotel 26 Hang Non" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>26 Hang Non Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/48/d7486550b819d63f15b6da4d228179524e631368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.32" OriginalAmount="232.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03723036382" Longitude="105.85211946642" StarRating="2" HotelCode="200489|camel_city_hotel" HotelName="Camel City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8/50 Dao Duy Tu Lane, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/dd/2edd6d61f270e4e59783cd75c93f304a2752ffdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.50" OriginalAmount="232.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0320484" Longitude="105.8539045" StarRating="3" HotelCode="|265025" HotelName="Hanoi Hm Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Hang Dau Street, Hang Bac Ward,, Hang Bac Ward, Ha Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/0/2/5/265025_964155b0758.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="234.69" OriginalAmount="232.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033701467317" Longitude="105.84756785323" StarRating="3" HotelCode="346581|685118" HotelName="Little Hanoi Diamond Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Bat Dan, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/4b/f54b07b7da551122067e850ee32038fb2ee46aef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a restaurant, a transfer service and room service. Wireless internet access is avai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.81" OriginalAmount="232.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01636" Longitude="105.85708" StarRating="4" HotelCode="|30342" HotelName="Sunway  Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 PHAM DINH HO, HAI BA TRUNG DISTR., HANOI 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/3/4/2/30342_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 145 rooms. SITUATION: This hotel is in the city centre, 45 minutes away, guests can find Noi Bai Airport. ROOM: The establishment has suites, Junior Suites and executive rooms. FACILITIES: The establishment has a sauna, a wellness area and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.33" OriginalAmount="233.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031502298997" Longitude="105.85490494967" StarRating="3" HotelCode="167043|hanoi_elegance_diamond_hotel_2" HotelName="Hanoi La Siesta Diamond Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Lo Su Street, Hoan Kiem District, Hanoi, Old Quarter</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/82/a8826b162a49199db0aa56733276ec54cbe9bc6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.34" OriginalAmount="234" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030192148978" Longitude="105.84698886243" StarRating="3" HotelCode="119021|73389" HotelName="Hanoi Gratitude Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>106 Hang Bong Street, Old Quarter, Hoan Kiem District, Hanoi, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/b8/c0b8d3fddf71e1ebc6ee6cab7c8e26107b2ed964.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the main shopping area of Hang Bong Street, in the centre of the historic Ol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.34" OriginalAmount="234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031493" Longitude="105.849207" StarRating="4" HotelCode="|171167" HotelName="SQ Hang Gai hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Hang Gai str Hoan Kiem Dist Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/1/6/7/171167_5deb91a1025.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.34" OriginalAmount="234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024908105225" Longitude="105.81899803386" StarRating="4" HotelCode="309535|rose_garden_residences" HotelName="Rose Garden Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>170 Ngoc Khánh, Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/32/b732689f007079848102dcf4f8c8375389a4874d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.60" OriginalAmount="234.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03401" Longitude="105.85247" StarRating="3" HotelCode="|169262" HotelName="Viet Premium Hotel by Lake View Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 HANG BAC STREET HOAN KIEM DIST HANOI VIETNAM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/6/2/169262_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2010 and renovated in 2013. SITUATION: This establishment, Hanoi it is in is situated in an excellent location. ROOM: The rooms have an air-conditioning system, a kettle, a coffee maker and fully-equipped.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.77" OriginalAmount="234.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0172141" Longitude="105.8290189" StarRating="4" HotelCode="|265853" HotelName="Dream and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64 Nguyen Luong Bang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/8/5/3/265853_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.35" OriginalAmount="235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01714386884" Longitude="105.84862589836" StarRating="3" HotelCode="23147|halais_hotel" HotelName="Ocean Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Tran Nhan Tong Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/b2/fab2d9de8e2f82983636dc05edc3dac2c4942e71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.54" OriginalAmount="235.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0198" Longitude="105.85551" StarRating="3" HotelCode="|198035" HotelName="A25 - 45 Phan Chu Trinh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Phan Chu Trinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/0/3/5/198035_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.65" OriginalAmount="235.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0224" Longitude="105.85645" StarRating="3" HotelCode="|84082" HotelName="Silver Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PHAN CHU TRINH, HOAN KIEM 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/8/2/84082_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 2010, has 30 rooms, a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment also has a cafÃ©, a bar, a restaurant, WiFi, room service, a laundry service, a dry cleaner's, a car park and bicycle hire. SITUATION: This hotel is in Hanoi the business area of Close to the government building, banks, embassies and the tourist area. 7 minutes away from the establishment clients have Hoan Kiem Lake it is 5 minutes away from the opera, 9 minutes away from the establishment, clients can find Hanoi the historic centre of Close to restaurants, bars, the nightlife and public transport services. it is 10 minutes away from Trang Tien Plaza the shopping centre 15 minutes away from the establishment guests have la Literatura the Temple of 20 minutes away from the establishment, you can find Ho Chi Minh City the Mausoleum of it is situated 30 kilometres away from Noibai Airport. ROOM: Each room has a bathroom with a bath, a shower, a hairdryer, a bathrobe, a double bed, WiFi, individual air-conditioning and a balcony or terrace. They also have a direct line telephone, a satellite television, a radio, a Hi-Fi, a safe, a mini-bar, a mini-bar, a coffee maker and a kettle. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant with buffet breakfast and set-menu or Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.88" OriginalAmount="235.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03007" Longitude="105.85043" StarRating="3" HotelCode="|197680" HotelName="Sunline" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Bao Khanh Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/6/8/0/197680_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.10" OriginalAmount="235.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.017916" Longitude="105.792491" StarRating="2" HotelCode="|522260" HotelName="A25 - 187 Trung Kính" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>193 Trung Kinh Yen Hoa Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/6/0/522260_214db300925.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.10" OriginalAmount="235.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03112" Longitude="105.84997" StarRating="4" HotelCode="|84040" HotelName="Imperial  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 HANG HANH STREET, NEXT TO HOAN KIEM LAKE 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/4/0/84040_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, is rated 5 stars. It has a restaurant, a souvenir shop, room service, a spa centre, a massage service, a medical care service, an executive floor, a lift, a business centre, a cafÃ© and a bar. SITUATION: The hotel is in Hanoi the heart of it is located near the tourist attractions. ROOM: The establishment has 40 rooms, fully-equipped, large windows with views of the city, a bathroom, a jacuzzi, an air-conditioning system, a bathrobe, buffet breakfast and fruit.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.53" OriginalAmount="236.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.039524" Longitude="105.802337" StarRating="4" HotelCode="|418403" HotelName="Sen Grand and Spa Managed By Sen Group" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118/20 Nguyen Khanh Toan, Cau Giay, Hanoi, 118/20 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/4/0/3/418403_b8a52ff0628.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.51" OriginalAmount="237.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032271" Longitude="105.852141" StarRating="3" HotelCode="|419216" HotelName="Hanoi La Selva Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Cau Go, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/2/1/6/419216_9690d130818.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.80" OriginalAmount="237.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01454" Longitude="105.850623" StarRating="3" HotelCode="|535765" HotelName="Camellia Residence Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 P. Trieu Viet Vuong , Hai Ba Trung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/7/6/5/535765_0b4d8122019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="240.38" OriginalAmount="238.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037882747965" Longitude="105.85231637552" StarRating="2" HotelCode="192544|hanoi_passion_suite_hotel" HotelName="Hanoi Passion Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>72 Tran Nhat Duat, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/9c/019c9182b79b9a800df6c0b9e983d67fd7aa6129.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.34" OriginalAmount="238.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.019499" Longitude="105.781806" StarRating="5" HotelCode="|566885" HotelName="Feria Home - Vinhomes Sky Lake Pham Hung" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pham Hung, Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/8/8/5/566885_5d379871149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.39" OriginalAmount="239.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.98383482" Longitude="105.77178113" StarRating="3" HotelCode="946946|wyndham_garden_hanoi" HotelName="Wyndham Garden Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HH01 To Huu Street, Van Phuc Ward, Ha Noi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/25/0725758858f0781104e02e5e7c8bf8b6603a6ade.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.85" OriginalAmount="239.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033677" Longitude="105.850936" StarRating="3" HotelCode="|446963" HotelName="The West and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Hang Dao, Hoan Kiem, Hanoi, Hanoi, Hanoi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/6/3/446963_efd3bcc0807.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.47" OriginalAmount="240.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03041" Longitude="105.84975" StarRating="3" HotelCode="|189490" HotelName="Hanoi Brilliant  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 Hang Trong, Old Quarter</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/9/0/189490_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.39" OriginalAmount="240.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0181667" Longitude="105.8474202" StarRating="3" HotelCode="|419839" HotelName="Adonis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Quang Trung, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/3/9/419839_d087fe61500.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.41" OriginalAmount="241.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033771" Longitude="105.847966" StarRating="3" HotelCode="68342|quoc_hoa_hotel" HotelName="Quoc Hoa Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Bat Dan Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/44/6f44adbeafd1bb679edcd69bc67b96a9b201a2bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Hanoi. Its setting is especially ideal for gues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.57" OriginalAmount="241.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21275" Longitude="105.80339" StarRating="1" HotelCode="|230050" HotelName="Vatc Sleeppod Terminal 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2nd and 3rd Floor, Terminal 1 Noi Bai International Airport</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/0/5/0/230050_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.79" OriginalAmount="241.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02514" Longitude="105.8568" StarRating="4" HotelCode="|84024" HotelName="Conifer Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LY DAO THANH STR., TRANG TIEN, HOAN KIEM 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/2/4/84024_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi (free of charge), rooms with flatscreen TV, tourist information, a laundry service, a dry cleaner's and an ironing service. SITUATION: This hotel is in Hanoi the city centre of 2 minutes away, guests can find the opera, is situated 5 minutes away from Hoan Kiem Lake. ROOM: All the rooms have wooden furniture, a bathroom with a shower, a hairdryer and a balcony with city views. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant and a cocktail bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.09" OriginalAmount="241.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0293992" Longitude="105.8488579" StarRating="3" HotelCode="|264772" HotelName="Hanoi Veris Boutique and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 Ngo Huyen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/7/7/2/264772_288947a1712.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.39" OriginalAmount="241.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.008067" Longitude="105.845888" StarRating="4" HotelCode="|171197" HotelName="Parkside Sunline" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72-74 Dai Co Viet Street, Hai Ba Tr Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/1/9/7/171197_f2d47fc1310.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.42" OriginalAmount="242.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.020953311418" Longitude="105.85592054591" StarRating="2" HotelCode="166809|silver_hotel" HotelName="A25 Hotel 45 Phan Chu Trinh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Phan Chu Trinh, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/37/a5371858dee525f371ddb5a1fcd67b6e898db8a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Hanoi central business district, the city hotel is a stylish business hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.42" OriginalAmount="242.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="967799|bonsella_cozy_hotel" HotelName="Bonsella Cozy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Hai Tuong Lane, Ta Hien Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/95/619509c98f15a1bda13406f66b08c6134115c9ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="245.29" OriginalAmount="242.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04003" Longitude="105.84541" StarRating="3" HotelCode="|198303" HotelName="A25 - 19 Phan Dinh Phung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Phan Dinh Phung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/3/0/3/198303_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.45" OriginalAmount="245" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03398002896" Longitude="105.85237936054" StarRating="3" HotelCode="916023|73029" HotelName="Paradise Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62A Hang Bac Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/16/8116330dc37c05211c602970fa6bba426609e464.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Hanoi. Its setting is especially ideal for guests who...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03118475" Longitude="105.85039975" StarRating="2" HotelCode="915999|hanoi_old_centre_hotel" HotelName="Hanoi Old Centre Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Hang Hanh Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/f4/b5f4cde7943c9ff8235a84985ef17b2a863374f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248.46" OriginalAmount="246" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01588435234" Longitude="105.85787151559" StarRating="4" HotelCode="320046|153489" HotelName="The Ann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>38A Hang Chuoi, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/eaf49b31d801de4a/cd/cd294156dfff92cd/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.46" OriginalAmount="246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02438" Longitude="105.810514" StarRating="4" HotelCode="68041|baoson_international_hotel" HotelName="Bao Son" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Nguyen Chi Thanh Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/df/2cdf76516e2ad2549ec1471fce5e8c4e73e89ae1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the diplomatic area, near to government offices, and cultural and tourist at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.46" OriginalAmount="246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030477959338" Longitude="105.8496825186" StarRating="3" HotelCode="306556|hanoi_morgans_hotel_2" HotelName="Hanoi Brilliant Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Hang Trong, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d7/31d73ebdeb3bd9bb42a27789fc6bedc6084e3b68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.46" OriginalAmount="246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.008052574717" Longitude="105.8459214752" StarRating="3" HotelCode="316790|parkside_sunline_hotel" HotelName="Parkside Sunline Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>72-74 Dai Co Viet Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/47/ec4739c3dd3243f80e4c8826ddf62ced515af92b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.46" OriginalAmount="246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.08083826" Longitude="105.817462" StarRating="3" HotelCode="697362|hoa_dao_hotel_4" HotelName="Hoa Dao Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>713 Lac Long Quan, Phu Thuong, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/82/4f829e73224ad6bb13435bba0ea21e4aba0aeac4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.49" OriginalAmount="249.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02962377" Longitude="105.8457699" StarRating="4" HotelCode="525728|the_light_hotel" HotelName="The Light Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>128-130 Hang Bong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/55/ac5553fdfe4a50d90067b1ea0d20670077e85f01.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="252.50" OriginalAmount="250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04001937" Longitude="105.84546102" StarRating="2" HotelCode="408716|demantoid_hotel" HotelName="A25 Hotel 19 Phan Dinh Phung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Fitness Centre,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Pets allowed,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>19 Phan Dinh Phung Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/7f/5f7f49799494c1bc1ccbf947c4fa0ba0dbc6548a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Demantoid Hotel to discover the wonders of Hanoi. The hotel offers a wide range of amenities...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.51" OriginalAmount="251.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04314575" Longitude="105.84384281" StarRating="0" HotelCode="956584|hanoi_le_jardin_hotel_spa" HotelName="Hanoi Le Jardin Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46A Nguyen Truong To, Ba Dinh, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/a7/7aa786d8a07cefe6cdf8cfc291502f90fffa3e99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.31" OriginalAmount="251.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03214" Longitude="105.85042" StarRating="3" HotelCode="|196735" HotelName="Church Boutique Hang Gai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Hang Gai Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/7/3/5/196735_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.66" OriginalAmount="252.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036654" Longitude="105.814621" StarRating="3" HotelCode="|189727" HotelName="Sakura" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Lieu Giai Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/2/7/189727_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.00" OriginalAmount="252.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033818" Longitude="105.847718" StarRating="0" HotelCode="|455651" HotelName="Palago Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/6/5/1/455651_8774ca41743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.56" OriginalAmount="253.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0361" Longitude="105.849" StarRating="3" HotelCode="|189416" HotelName="Hanoi Garden and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3B Cha Ca</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/1/6/189416_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.96" OriginalAmount="253.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03547" Longitude="105.81854" StarRating="4" HotelCode="|189250" HotelName="Super Candle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>287 - 301 Doi Can Road, Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/5/0/189250_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.54" OriginalAmount="254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0334566" Longitude="105.8524068" StarRating="3" HotelCode="268115|ancient_town_hotel" HotelName="Hanoi Romance Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Dinh Liet Street, Trung Yen lane Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/1e/f21ebe2d9d36c17f07ccac02bfe4ec5a56175748.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 36 rooms. Wireless internet access is available to travellers in the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.54" OriginalAmount="254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042062" Longitude="105.845758" StarRating="3" HotelCode="33039|thien_thai_hotel" HotelName="Babylon Grand Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45-47 Nguyen Truong To Street, Ba Ðinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/69/276978073f5ae4a1a0785ac97abfc48fdc5fec30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.70" OriginalAmount="254.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.016244" Longitude="105.778082" StarRating="3" HotelCode="|521702" HotelName="Blubiz 5" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 TT4, Do Dinh Thien st., My Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/7/0/2/521702_435a4921111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.55" OriginalAmount="255.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03435854" Longitude="105.85471445" StarRating="0" HotelCode="967514|aha_commencer_hotel_hanoi" HotelName="Commencer Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Hang Muoi, Ly Thai To, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/cb/2ccbbcdab5d40435e15037f8f8a67fe2a66c2886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.56" OriginalAmount="256.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02767898" Longitude="105.84448006" StarRating="3" HotelCode="955228|acoustic_hotel_spa" HotelName="Acoustic Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>39 Tho Nhuom Hoan Kiem, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/9c/b59c49edf242dec721309154e899d27f2654ad57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.70" OriginalAmount="256.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02928" Longitude="105.84806" StarRating="3" HotelCode="|189419" HotelName="Gem Premier  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Ngo Huyen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/1/9/189419_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.46" OriginalAmount="256.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035495" Longitude="105.852948" StarRating="4" HotelCode="|372962" HotelName="Hanoi Allure" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Dao Duy Tu, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/9/6/2/372962_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.57" OriginalAmount="257.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030278590629" Longitude="105.85079418289" StarRating="3" HotelCode="309517|diamond_hotel_3" HotelName="Bonsella Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>03 Bao Khanh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/bb/dfbb665f672315eefc93b1e5c7179a48ed78dc5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 26 rooms. Services and facilities at the hotel include a restaurant, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.57" OriginalAmount="257.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02532871" Longitude="105.84576649" StarRating="3" HotelCode="459149|lenid_hotel_tho_nhuom" HotelName="Lenid Hotel Tho Nhuom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Tho Nhuom, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/d1/2fd1e24dc7cefef4fdaa792c137234494611dc7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.64" OriginalAmount="258.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0245" Longitude="105.81073" StarRating="4" HotelCode="|84094" HotelName="Bao Son International" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NGUYEN CHI THANH STREET, BA DINH DISTRICT 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/9/4/84094_aa662b61050.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, has 95 rooms and suites with features that offer you the maximum level of comfort, The establishment has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a lift, the casino, a cafÃ©, a bar, a restaurant, conference facilities, a laundry service and a car park. SITUATION: The hotel is near the business area, the cultural area and the tourist areas, is 10 minutes away from the Congress Centre, this establishment, is 45 minutes away from Noi Bai Airport. ROOM: Each room has a bathroom, a shower, a bath, a hairdryer, a double bed, a direct line telephone, satellite or cable TV and internet. They also have a safe, a mini-bar, a coffee maker, a kettle, an air-conditioning system and individual heating. FACILITIES: The hotel has a covered pool with a section for children, a gym, a sauna, a steam bath and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers buffet breakfast and lunch and an Ã  la carte dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="261.33" OriginalAmount="258.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044593" Longitude="105.814779" StarRating="3" HotelCode="|178302" HotelName="Cwd" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Thuy Khue, Ha Noi, Viet Nam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/0/2/178302_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.18" OriginalAmount="259.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00307" Longitude="105.78388" StarRating="0" HotelCode="|239197" HotelName="Ncc Garden Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Thang Long Highway Tu Liem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/1/9/7/239197_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.60" OriginalAmount="260.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01943228" Longitude="105.85167732" StarRating="3" HotelCode="401578|camellia_1_hotel_2" HotelName="Hanoi Camellia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Pho Hue, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b2/87b21dcfaa3b2b1ac00468e444a96b46424cd228.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.60" OriginalAmount="260.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="829086|hong_gia_tue_apartment" HotelName="Hong Gia Tue Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>69 Nguyen Truong To</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/6b/776b8c91e03402f502f9d9399ce6b84584933881.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.08" OriginalAmount="260.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032815" Longitude="105.852981" StarRating="4" HotelCode="|446699" HotelName="San Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.02 Cau Go Alley, Hang Bac Ward., Hoan Kiem Dist., Hanoi Old Quarter</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/6/9/9/446699_ca1c5fd1050.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.41" OriginalAmount="260.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03157" Longitude="105.85057" StarRating="3" HotelCode="|189502" HotelName="Royal Holiday Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Hang Hanh Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/0/2/189502_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="773833|azumaya_kim_ma_2" HotelName="Azumaya Kim Ma 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18A Pham Huy Thong Street, Ba Dinh District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/56/dd569a9e2d8e6a0d2420812532193dc8fb9d451d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02838779" Longitude="105.84977681" StarRating="3" HotelCode="783266|hanoi_lheritage_diamond_hotel_spa" HotelName="Hanoi L'Heritage Diamond Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Nha Chung, Hang Trong, Hoan Kiem, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/23/4223e87aad1951d2a086a762a441b1925d5c84a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.62" OriginalAmount="262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03540986" Longitude="105.85293116" StarRating="3" HotelCode="615397|hanoi_allure_hotel" HotelName="Hanoi Allure Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>52 Dao Duy Tu street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/52/4452d6f44596f0ec2160d26cce0a04dfd8137a18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.63" OriginalAmount="263.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.043020590492" Longitude="105.84347069263" StarRating="3" HotelCode="176880|la_belle_vie_hotel" HotelName="La Belle Vie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 105 Nguyen Truong To Street, Ba Dinh Dist., Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/79/4c792000c1ce6a54da6aca530a915dabe5c25d0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.63" OriginalAmount="263.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03652032" Longitude="105.81473331" StarRating="3" HotelCode="374456|sakura_hotel_3" HotelName="Sakura Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>16 Lieu Giai Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/a1/7aa15d0bd372458cbfad00c2440be98b621965ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031469503323" Longitude="105.8539480748" StarRating="3" HotelCode="268110|meracus_hotel" HotelName="Hanoi Meracus Hotel 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Hang Dzau street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/03/dd03809212fef0e1931e85004d3c4a7d4e7ecfbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035955661091" Longitude="105.84917755822" StarRating="3" HotelCode="347011|viet_linh_hotel" HotelName="Hanoi Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3B Cha Ca, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/d3/1fd36bd1a657be3b9a3cd4b452433dda93029769.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="266.70" OriginalAmount="264.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034986" Longitude="105.853426" StarRating="1" HotelCode="|471317" HotelName="Mad Monkey Hanoi - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P. Ma May Hang Buom Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/3/1/7/471317_f89ea331944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.27" OriginalAmount="264.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.007239" Longitude="105.781562" StarRating="0" HotelCode="|469146" HotelName="Gloud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26-28 Mieu Dam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/1/4/6/469146_9ae91ec1210.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.52" OriginalAmount="265.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032321" Longitude="105.853869" StarRating="4" HotelCode="|446740" HotelName="Hanoi Fiesta Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Hang Be, Hoan Kiem, Hanoi, 000084</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/4/0/446740_a41b5431224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.61" OriginalAmount="265.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.023103" Longitude="105.854123" StarRating="4" HotelCode="|67292" HotelName="Hoa Binh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 LY THUONG KIET Str. 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/2/9/2/67292_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1926, has 103 rooms, air-conditioning, a hall, a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, a kiosk, a cafÃ©, a bar, a restaurant and drinks. The establishment has conference facilities and internet. At an additional cost, you can enjoy room service and a laundry service. You are also offered a car park. SITUATION: The hotel is in Hanoi the centre of it is located near Hoan Kiem Lake Clients can also find the government building, banks, the business area and the tourist attractions. ROOM: The rooms a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, a satellite or cable television, a safety deposit box, a mini-bar, a coffee maker, a kettle, an air-conditioning system and a balcony or terrace. FACILITIES: For a fee, you can enjoy a sauna, a spa and a massage service. MEALS: The establishment offers a continental buffet breakfast, Clients can book all inclusive. PAYMENT METHODS: The establishment accepts American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.66" OriginalAmount="266" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03276763" Longitude="105.85294627" StarRating="3" HotelCode="857142|377209" HotelName="O'Gallery Classy Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Cho Cau Go, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f7/0cf7d0b04299e75273b0d1ea49c6456568c63286.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.67" OriginalAmount="267.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03650917" Longitude="105.81045363" StarRating="3" HotelCode="757203|azumaya_hotel_linh_lang" HotelName="Azumaya Hotel Linh Lang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>26 Linh Lang Street, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/ba/9bba39dd4cd065769e7f37a133ae1f334ebca089.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="270.59" OriginalAmount="267.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028389617299" Longitude="105.85737579884" StarRating="3" HotelCode="72563|81130" HotelName="Thang Long Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1c Tong Dan Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/1f/751fd6db37dc5c2fada9d673865be7c28fea49c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.68" OriginalAmount="268.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03649475" Longitude="105.85173233" StarRating="3" HotelCode="853671|bonsella_prestige_hotel_and_spa" HotelName="Bonsella Prestige Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Nguyen Sieu, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/86/3786c2e438dcfe96c53cf150f7df6c1313a4f673.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Whether you're a tourist or traveling on business, Bonsella Prestige Hotel &amp; Spa is a great choice f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.00" OriginalAmount="268.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035924" Longitude="105.8492" StarRating="3" HotelCode="|418774" HotelName="Hanoi Garden Boutique Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3B-5 Cha Ca, Old Quarter, Hoan Kiem District, 3B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/7/4/418774_c8d320d0316.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.05" OriginalAmount="268.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030821" Longitude="105.84814" StarRating="3" HotelCode="|267697" HotelName="Du Palace and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/6/9/7/267697_19b9e951713.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.22" OriginalAmount="268.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029089" Longitude="105.848562" StarRating="3" HotelCode="|419742" HotelName="S Central and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 18 Tho Xuong lane, Hoan Kiem dist., 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/7/4/2/419742_083bc190556.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.35" OriginalAmount="268.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.038819" Longitude="105.807234" StarRating="4" HotelCode="|552533" HotelName="FTE Ba Dinh " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>268 Duong Buoi, Ba Dinh,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/3/3/552533_49629c41433.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.73" OriginalAmount="273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.212919771464" Longitude="105.8026518907" StarRating="1" HotelCode="393191|vatc_sleep_pod_terminal_2" HotelName="VATC SleepPod Terminal 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Elevator,Internet,Luggage Storage,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd floor, Terminal 2, Noi Bai Internatinal Airport, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f8/f3f859d6d9a1355fce668ed9b142710674faa3d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at VATC SleepPod Terminal 2 in Hanoi (Phu Cuong), you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.73" OriginalAmount="273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03083093" Longitude="105.84817936" StarRating="3" HotelCode="727912|king_palace_hotel_spa" HotelName="King Palace Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>45 Hang Bong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/c1/8cc1554859921c7bab8f242f762e32e1370cb763.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="276.16" OriginalAmount="273.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.007384" Longitude="105.781354" StarRating="2" HotelCode="|471692" HotelName="A25 - 16 Mieu Dam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Mieu Dam, Me Tri, Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/6/9/2/471692_5c535e61212.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.75" OriginalAmount="275.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.021524" Longitude="105.843441" StarRating="3" HotelCode="101679|a25_hotel_15_tran_quoc_toan" HotelName="Rosaliza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Tran Quoc Toan Str., Hoan Kiem District, 10000 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c4/f8/c4f8346cd99080e7bcaa9666a450eed3ff23241e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only ten minutes’ walk from the city centre, the hotel offers a great time with the best of services...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="278.19" OriginalAmount="275.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03214" Longitude="105.84579" StarRating="4" HotelCode="|232857" HotelName=" Bespoke Trendy Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Nguyen Quang Bich, Hoan Kiem Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/8/5/7/232857_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.76" OriginalAmount="276.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04035338" Longitude="105.84202423" StarRating="4" HotelCode="385484|army_hotel" HotelName="Army Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1A Nguyen Tri Phuong Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/86/4b863b888ce949b45bc925f248a31c36eae06959.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.76" OriginalAmount="276.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00297463" Longitude="105.78374546" StarRating="3" HotelCode="595812|ncc_garden_villas" HotelName="National Convention Center Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Thang long, Me Trì, Hanoi, Tu Liêm</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/55/6b5578c3cb882cc2364a285739c41bd035e65693.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="280.50" OriginalAmount="277.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03538" Longitude="105.847131" StarRating="4" HotelCode="|84028" HotelName="L'heritage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39-41 HANG GA ST, HOAN KIEM DIST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/2/8/84028_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a sauna and a gym. The establishment offers tourist information, excursions, a car hire service and bicycle hire. The establishment also has a business centre and a concierge. The establishment has a transfer service to, the airport, (for a fee), With regards to the food and beverage offering, the establishment has a restaurant. SITUATION: This hotel is in Hanoi the historic centre of a 5-minute walk away from Hoan Kiem Lake, Walking Street it is 10 minutes drive away from Hanoi the Opera of, 45 minutes away from the establishment guests have Noi Bai Airport. ROOM: Each room has an air-conditioning system, WiFi (free of charge), parquet flooring, a mini-bar and a flat-screen television. Some rooms have a balcony, All the rooms have a bathroom with a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.80" OriginalAmount="280.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03234881" Longitude="105.85383461" StarRating="0" HotelCode="965461|delicacy_central_hotel_spa" HotelName="Delicacy Central Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 Hang Be, Hoan Kiem, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/41/15413bbe98aa4fc94004afcdf2e3beb8d7f1a933.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.32" OriginalAmount="280.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031405" Longitude="105.8549576" StarRating="4" HotelCode="|266576" HotelName="Silk Queen Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Lo Su Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/5/7/6/266576_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.81" OriginalAmount="281.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04886709" Longitude="105.78405077" StarRating="2" HotelCode="640255|grace_hotel_ha_noi" HotelName="Grace Hotel Ha Noi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Ngo 39 Dinh Thon, My Dinh, Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/0b/410b4d9ced83512864469f5ab84c573dc82c4c83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.82" OriginalAmount="282.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03062004" Longitude="105.84162015" StarRating="4" HotelCode="773681|asian_ruby_hotel" HotelName="O’Gallery Majestic Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38A Tran Phu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/29/0c2998db9ac07c22eb5b8a93359d0bc4b3c797e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.83" OriginalAmount="283.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036296479832" Longitude="105.85043370724" StarRating="4" HotelCode="166800|hanoi_boutique_hotel_1" HotelName="Hanoi Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 19/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>07 Ngo Gach Street, Hang Buom Ward, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/c6/f1c65d970b61b6666c96beb6d2cfe48a67b6c6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a unique location on 07 Ngo Gach Street, a shopping street in the heart of Hanoi’s ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.84" OriginalAmount="284.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032074354266" Longitude="105.84580555558" StarRating="3" HotelCode="185706|rising_dragon_palace_hotel" HotelName="Hanoi La Siesta Trendy Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Nguyen Quang Bich Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/83/0083b7f2b697422d6402668e793609515cd1d58d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a historic and charming street of Old Quarter Hanoi, the hotel is a convenient place wher...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.85" OriginalAmount="285.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.041233198292" Longitude="105.84442287683" StarRating="3" HotelCode="185777|santa_babara_hotel" HotelName="Santa Barbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Quan Thanh, Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/4d/7d4dc613a26169b90d8130b00265372540123460.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within Hanoi’s trade, tourism and entertainment centres. It is located close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.50" OriginalAmount="288.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0319134" Longitude="105.7822636" StarRating="4" HotelCode="|197823" HotelName="My Way and Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 2, Lane 86, Duy Tan Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/8/2/3/197823_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.83" OriginalAmount="288.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0336846" Longitude="105.8110323" StarRating="3" HotelCode="|266328" HotelName="Momizi Business" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 1, alley 24, Nguyen Van Ngoc Street, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/3/2/8/266328_8a7ae351750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.89" OriginalAmount="289.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031742141695" Longitude="105.78191740053" StarRating="4" HotelCode="346810|my_way_hotel__residence" HotelName="My Way Hotel &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>So 2 Pho Duy Tan, Ngo 86, Quan Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/5e/f95e6b80ce86d0b9bdca450934a6699fe04bd298.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.81" OriginalAmount="291.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024099" Longitude="105.826443" StarRating="4" HotelCode="|470240" HotelName="Nesta - The Grand Hao Nam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/2/4/0/470240_8b0e69b1119.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.93" OriginalAmount="293.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03503278" Longitude="105.81459015" StarRating="4" HotelCode="613313|grandiose_hotel_spa" HotelName="Grandiose Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>11 Lieu Giai, Ba Dinh, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/da/19daa0abecbfde369a2e3308fd0ccd667fb5cba1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.08" OriginalAmount="294.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03025" Longitude="105.84825" StarRating="3" HotelCode="|196870" HotelName="Golden Legend Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Chan Cam Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/7/0/196870_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.11" OriginalAmount="294.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.019801" Longitude="105.85617" StarRating="4" HotelCode="|266229" HotelName="The Lapis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Tran Hung Dao St, Hoan Kiem Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/2/2/9/266229_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.12" OriginalAmount="294.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03334" Longitude="105.84973" StarRating="3" HotelCode="|66228" HotelName="Hong Ngoc Tonkin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Luong Van Can Street, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/2/2/8/66228_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, is ideal for holidays or business trips, was renovated in 2008 and has 40 rooms. SITUATION: The hotel is in the cultural area, is situated 40 kilometres away from Noi Bai Airport. ROOM: The stylish rooms and have luxurious bathrooms. MEALS: Regarding the food and beverage offering, the establishment offers restaurants. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.95" OriginalAmount="295.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0375833" Longitude="105.8473811" StarRating="3" HotelCode="916016|hanoi_moment_hotel_ii" HotelName="Hanoi Moment Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Hang Cot Street, Old Quarter, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/07/0107fd6cb1b6aba63357f9dc6385e08028d03c15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.98" OriginalAmount="295.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032198" Longitude="105.85374" StarRating="4" HotelCode="|418425" HotelName="Aurora Premium - A Lifestyle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 Hang Be, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/4/2/5/418425_3ee59e70634.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="298.47" OriginalAmount="295.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03486" Longitude="105.81449" StarRating="4" HotelCode="|240142" HotelName="Grandiose and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Lieu Giai, Ba Dinh, Ba Dinh, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/1/4/2/240142_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="298.53" OriginalAmount="295.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031992" Longitude="105.850081" StarRating="4" HotelCode="|418334" HotelName="Silk Collection Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Gai Street, Hoan Kiem District, 58</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/3/3/4/418334_754c1bf0345.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="298.66" OriginalAmount="295.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.025660789413" Longitude="105.85248568834" StarRating="3" HotelCode="422403|470841" HotelName="Silk Path Boutique Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Bicycle Rental,Business Centre,Currency Exchange,Designated Smoking Area,Dining,Fax,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>21 Hang Khay Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/470841/470841a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Excellent travel links make the Silk Path Boutique Hanoi ideal whatever your Hanoi plans. Located by...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="298.87" OriginalAmount="295.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.023731" Longitude="105.826121" StarRating="4" HotelCode="|468993" HotelName="Nesta Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 83, Hao Nam Street, Dong Da District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/9/9/3/468993_ebbd8571819.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="299.06" OriginalAmount="296.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0196782" Longitude="105.778426" StarRating="2" HotelCode="|235709" HotelName="Grace Ha Noi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32-34, Ngo 39 Dinh Thon My Dinh, Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/7/0/9/235709_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="299.91" OriginalAmount="296.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03165" Longitude="105.84963" StarRating="3" HotelCode="|196733" HotelName="Church Boutique Hotel 58 Hang Gai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Gai Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/7/3/3/196733_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299.97" OriginalAmount="297.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01954" Longitude="105.85633" StarRating="3" HotelCode="401997|de_syloia_hanoi_hotel" HotelName="De Syloia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>17 Tr?n Hung Ð?o, Phan Chu Trinh, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/44/1c44aed15fa313c49f28fcebfcfba820557543ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.81" OriginalAmount="297.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0231209" Longitude="105.8482536" StarRating="4" HotelCode="|266223" HotelName="Hanoi Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Tho Nhuom, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/2/2/3/266223_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.98" OriginalAmount="298.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.046644" Longitude="105.795144" StarRating="4" HotelCode="119075|somerset_hoa_binh_hanoi" HotelName="Somerset Hoa Binh Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106 Hoang Quoc Viet Street, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e5/97e50ad4f6b472659203e0f6605bdaabfbf0aabf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.99" OriginalAmount="299" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030732035421" Longitude="105.85390530919" StarRating="3" HotelCode="167049|31642" HotelName="Amorita Boutique Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Hang Dau Street, Hang Bac Ward, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/a9/d4a9e961929b0c43959ab4f949208e5749f47531.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new and modern hotel is located right in the central Hanoi Old Quarter. It only takes guests 2 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.99" OriginalAmount="299.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03220436" Longitude="105.8546803" StarRating="3" HotelCode="620235|sunline_paon_hotel" HotelName="Sunline Paon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Hang Thung, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/88/3988b90e6a726d48eb7f7e3458a54f6c150638c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="302.20" OriginalAmount="299.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029227" Longitude="105.845333" StarRating="0" HotelCode="|447426" HotelName="Hanoi Calista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161 Hang Bong, Hoan Kiem, Hanoi, Hanoi, Hanoi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/4/2/6/447426_ce3ba581042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="303.00" OriginalAmount="300.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031988950713" Longitude="105.84849056316" StarRating="3" HotelCode="305347|hanoi_chic_hotel" HotelName="Hanoi Chic Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Hang Hom Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/79/7a79d8ef289ea8524a33021723f394bbb0716398.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="303.41" OriginalAmount="300.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03021" Longitude="105.81217" StarRating="0" HotelCode="|189263" HotelName="Daeha Hanoi Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>360 Kim Ma, Ba Dinh District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/6/3/189263_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="304.92" OriginalAmount="301.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03608" Longitude="105.85055" StarRating="3" HotelCode="|84084" HotelName="Hanoi Boutique and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>07 NGO GACH STREET, HOAN KIEM DISTRICT 01</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/8/4/84084_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has 56 rooms, 10 floors, a lobby, express check-out, air-conditioning, a safety deposit box service, a currency exchange service, a cloakroom and a lift. Guests can also find a hairdresser's, conference facilities, internet, room service and a laundry service. The establishment offers guests a cafÃ©, a bar, a restaurant, a car park and bicycle rental. SITUATION: This hotel Ngo Gach Street it is in is situated in Hanoi the historic centre of 5 minutes away, you can find Hoan Kiem Lake Dong Xuan the market the cathedral. It has excellent transport links to the bus station, Close to restaurants and the shopping streets. it is 30 kilometres away from Noibai Airport. ROOM: The rooms have a coffee maker, a kettle, a mini-bar, a satellite TV, a DVD player, a direct line telephone, individual air-conditioning, a safe, WiFi, room service and press (available on request), They also have a bathroom with a shower, a bath, a hairdryer, a king size or double bed, a fridge, an ironing set and a balcony or terrace. FACILITIES: Guests are offered a sauna, a massage service and spa treatments. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and Ã  la carte, menu and buffet lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard, Visa and cash.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.48" OriginalAmount="302.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031552" Longitude="105.850539" StarRating="3" HotelCode="|419877" HotelName="Royal Holiday Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Hang Hanh, Old Quarter, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/7/7/419877_b77c55b1655.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="306.03" OriginalAmount="303" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027769490565" Longitude="105.82154095173" StarRating="4" HotelCode="59862|65201" HotelName="Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>D8 Giang Vo Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/11/112502/112502a_hb_a_057.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.05" OriginalAmount="303.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.023969" Longitude="105.841637" StarRating="4" HotelCode="|447357" HotelName="Tru by Hilton Hanoi Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115 Tran Hung Dao Street, Hoan Kiem Dist, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/3/5/7/447357_dae6a701006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="307.04" OriginalAmount="304.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03724438" Longitude="105.85139518" StarRating="3" HotelCode="148619|hanoi_paradise_hotel_2" HotelName="Hanoi Paradise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/01/e401ea1aabeacc62fee7e194bfd51bd0e35667c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.91" OriginalAmount="305.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0321851" Longitude="105.8547879" StarRating="4" HotelCode="|266939" HotelName="Hanoi Paon and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Hang Thung Str, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/3/9/266939_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="309.06" OriginalAmount="306.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03365915" Longitude="105.81100748" StarRating="3" HotelCode="587009|momizi_business_hotel" HotelName="Momizi Business Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>1 Nguyen Van Ngoc Street, Lane 24, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/85/b08539669154767404b102ad4d9090f09f3f3386.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.93" OriginalAmount="306.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01586" Longitude="105.85787" StarRating="4" HotelCode="|189764" HotelName="The Ann Hanoi and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38A Hang Chuoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/6/4/189764_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.07" OriginalAmount="307.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03050341" Longitude="105.81206832" StarRating="3" HotelCode="452172|daeha_hanoi_serviced_apartments" HotelName="Daeha Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>360 Kim Ma Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/2b/842b8af0257a062cd8be06bdd0fa43ebdddc98e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.07" OriginalAmount="307.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02316524" Longitude="105.84820587" StarRating="3" HotelCode="554106|hotel_kuretakeso_tho_nhuom_84" HotelName="Kuretakeso Tho Nhuom 84" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>84 Tho Nhuom, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/b1/8eb16a0ad87448368a56afa6dc2b0c9de0dc3ea3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service, a safe, a restaurant, a café, a bar and room service. Wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="311.08" OriginalAmount="308.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030234822238" Longitude="105.84817471778" StarRating="3" HotelCode="347853|golden_legend_diamond_hotel" HotelName="Golden Legend Diamond Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Chan Cam, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/92/a4928e75f2af85a034d811fa58facf1d6044fc5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a babysitting service, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.82" OriginalAmount="308.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030576" Longitude="105.849655" StarRating="4" HotelCode="|446723" HotelName="L’hÔtel Du Lac Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/2/3/446723_86d6b930934.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.60" OriginalAmount="311.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04102" Longitude="105.84477" StarRating="3" HotelCode="|84004" HotelName="A25 - 23 Quan Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 QUAN THANH STR., BA DINH DIST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/0/4/84004_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms with WiFi, (free of charge), a spa, a restaurant and a welcome service. SITUATION: This hotel is in Hanoi the historic centre of 10 minutes away from the establishment, guests will find Dong Xuan the Market of Ho Chi Ming the Mausoleum of it is 1 kilometre away from Ba Dinh the Square of it is 15 minutes away from Tay Lake 40 minutes away, guests can find Noi Bai Airport. ROOM: Each room has fitted carpets, cable television, a mini-bar, a safe, a coffee maker, a kettle and mineral water (free of charge). FACILITIES: Guests are offered a spa, a massage service, a sauna, a steam bath, a restaurant, tourist information, a currency exchange, a launderette and car hire. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.12" OriginalAmount="312.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03013" Longitude="105.84994" StarRating="3" HotelCode="931934|golden_lotus_luxury_hotel" HotelName="Golden Lotus Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53-55 Hang Trong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/68/1d6892fea611906ebb89f686a61f1c03059e80a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.13" OriginalAmount="313.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03704281" Longitude="105.85086957" StarRating="2" HotelCode="628843|babylon_garden_hostel" HotelName="Babylon Garden Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>53 Hang Chieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/47/60472ddeae1ec116bfd195f6b92237f83fe0e31d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.39" OriginalAmount="314.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024357" Longitude="105.78959" StarRating="5" HotelCode="|446868" HotelName="Grand K Suites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 2 Pham Van Bach Street, Yen Hoa Ward, Cau Giay District, Ha Noi, Viet Nam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/8/6/8/446868_37b22850747.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="318.34" OriginalAmount="315.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031315" Longitude="105.814594" StarRating="0" HotelCode="|566980" HotelName="Lynn Housing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Lieu Giai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/9/8/0/566980_308f0401256.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.16" OriginalAmount="316.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02958901" Longitude="105.84569006" StarRating="3" HotelCode="549770|ogallery_premier_hotel_spa" HotelName="O'Gallery Premier Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Hang Bong Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/f8/4cf86baff885da222348fe52ff156ec2126223ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.18" OriginalAmount="318.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033471625874" Longitude="105.85442424785" StarRating="3" HotelCode="167053|hanoi_golden_moon_hotel" HotelName="Golden Moon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Nguyen Huu Huan, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/dd/14dda8a7855109a36eb70d975ba7ad71d4de8166.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.18" OriginalAmount="318.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03422696517" Longitude="105.85340662698" StarRating="4" HotelCode="935740|hanoi_la_siesta_hotel__spa" HotelName="Hanoi La Siesta Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>94 Ma May Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/45/b5452255e13f839e3acfa8e911ca3b65d131f16d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.18" OriginalAmount="318.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.052201485223" Longitude="105.83703300563" StarRating="4" HotelCode="916027|the_hanoi_club_hotel__lake_palais_residences" HotelName="The Hanoi Club Hotel &amp; Lake Palais Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Yen Phu Strreet, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/75/c0758f9071d15ff52dfdc44eee5927a60224ad40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="322.19" OriginalAmount="319" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042035" Longitude="105.847102" StarRating="3" HotelCode="119057|437844" HotelName="Moon View 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Hang Than str, Hoan Kiem district, 0084 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/1d/9d1dcad28820692a76976a243a06934b74af6096.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is situated in the heart of Downtown Hanoi and close to one of the biggest shopping m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.59" OriginalAmount="320.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03213" Longitude="105.84683" StarRating="3" HotelCode="|196694" HotelName="Art Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Hang Dieu Street, Old Quarter</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/6/9/4/196694_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="324.75" OriginalAmount="321.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030981" Longitude="105.846654" StarRating="4" HotelCode="|267567" HotelName="Jm Marvel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Hang Da Street Hoan Kiem District, Hanoi 100000 Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/5/6/7/267567_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="329.26" OriginalAmount="326" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031688" Longitude="105.849677" StarRating="3" HotelCode="186954|74986" HotelName="Church Boutique Hotel - Hang Gai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Hang Gai, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/309213/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="330.53" OriginalAmount="327.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.05261" Longitude="105.83649" StarRating="4" HotelCode="|189768" HotelName="The Hanoi Club and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>76 Yen Phu Street,Tay Ho District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/6/8/189768_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="331.50" OriginalAmount="328.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0376483" Longitude="105.8470863" StarRating="3" HotelCode="|270459" HotelName="Hanoian Central and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42A Hang Cot Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/4/5/9/270459_595e0d11733.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.42" OriginalAmount="330.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03078" Longitude="105.81204" StarRating="5" HotelCode="|59690" HotelName="Hanoi Daewoo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>360 KIM MA STREET, BA DINH DISTRICT 360</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/6/9/0/59690_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 411 rooms, 34 suites and 77 Club rooms. The establishment has a garden. SITUATION: Ba Dinh District It is in it is 30 kilometres away from Noi Bai Airport. FACILITIES: The establishment has a gym, aerobics, a driving range, a swimming pool, a spa and a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="334.09" OriginalAmount="330.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037762" Longitude="105.847117" StarRating="4" HotelCode="|418702" HotelName="Hanoian Central Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42B Hang Cot, Hang Ma, Hoan Kiem Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/0/2/418702_6e59ed20750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334.31" OriginalAmount="331" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03756426" Longitude="105.84706358" StarRating="3" HotelCode="587035|239499" HotelName="The Hanoian Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hang Cot Street 42A, Hanoi Old Quarter, Hoan Kiem, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/16548/2116548/42.jpg?f=15600033</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="334.63" OriginalAmount="331.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034724" Longitude="105.811124" StarRating="3" HotelCode="|521556" HotelName="MOMIZI HANOI 2 - PHAN KE BINH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 38-40, Phan Ke Binh Str.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/5/5/6/521556_f7c12001155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="335.16" OriginalAmount="331.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031596246961" Longitude="105.8496121355" StarRating="3" HotelCode="373468|475381" HotelName="Church Boutique 58 Hang Gai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Spa">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Gai, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/475381/475381a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="335.18" OriginalAmount="331.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.021298" Longitude="105.817938" StarRating="4" HotelCode="65455|2280170" HotelName="Fortuna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6B Lang Ha Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/a5/17a5a0ccb6f0312421c1bd03658bb8b8a4c75399.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located right in the heart of Hanoi's business, governmental and diplomatic district, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="335.66" OriginalAmount="332.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03232" Longitude="105.84652" StarRating="0" HotelCode="|234396" HotelName="Singita Classy Boutique " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16H Duong Thanh Street Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/3/9/6/234396_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="336.33" OriginalAmount="333.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01581305" Longitude="105.85797849" StarRating="3" HotelCode="386044|atlanta_residences" HotelName="Atlanta Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Hang Chuoi, Hai BaTrung District, Hanoi City</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/63/4d631f85ae637985318736d659b8622f2554caec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.34" OriginalAmount="334.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.000706768788" Longitude="105.87107199755" StarRating="4" HotelCode="347534|sahul_hotel" HotelName="Hanoi Sahul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>684 Minh Khai, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/65/676520a2234cbeb11822c3179f1c40eef17f8ac9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.34" OriginalAmount="334.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030595653929" Longitude="105.78542627109" StarRating="4" HotelCode="435940|novotel_suites_hanoi" HotelName="Novotel Suites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Duy Tan Street, Cau Giay, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/7c/ee7cdab4949bf3928142b5c544c45c91f586feb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="338.33" OriginalAmount="334.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03425" Longitude="105.85342" StarRating="4" HotelCode="|189477" HotelName="La Siesta Classic Ma May" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Ma May Street, Old Quarter, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/7/7/189477_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="338.35" OriginalAmount="335.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03097845" Longitude="105.84666771" StarRating="4" HotelCode="738574|jm_marvel_hotel_spa" HotelName="Jm Marvel Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 Hang Da, Hanoi 100000, Hoan Kiem</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/65/9e65d3b0247e7d7ee36d6357413ae0f8d846ac78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339.36" OriginalAmount="336.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029804896693" Longitude="105.82875341177" StarRating="5" HotelCode="13192|pullman_hanoi__accor_group" HotelName="Pullman Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Cat Linh Street, 10000 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/65/45650adddba7256db04b37faa280ac51164734be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a prime and fast-expanding area of Hanoi. It offers easy access to embassies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339.36" OriginalAmount="336.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028874539307" Longitude="105.84468323314" StarRating="4" HotelCode="162437|silk_path_hotel" HotelName="Silk Path Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>195-199 Hang Bong street, Hoan Kiem district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/83/1883355b1b5186d074d9d0908670d6987b6839a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated adjacent to the Hanoi Old Quarter in the city centre, on a quiet street just within view of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.48" OriginalAmount="339.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.019426" Longitude="105.855359" StarRating="4" HotelCode="255657|474601" HotelName="Hilton Garden Inn Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Phan Chu Trinh, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/f1/eff1d2e34165bb91e61d0d9a063020f764120c33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="343.40" OriginalAmount="340.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03066" Longitude="105.812056" StarRating="5" HotelCode="401999|hanoi_daewoo_hotel_hanoi" HotelName="Hanoi Daewoo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>360 Kim Ma Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/84/c7847a3ed95ffeda6a8509e1d67130bf0f4b8050.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the rapidly developing commercial and diplomatic Ba Dinh district of Hanoi, and part of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.41" OriginalAmount="341.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03228568" Longitude="105.8533447" StarRating="3" HotelCode="590736|hanoi_bella_rosa_suite_hotel" HotelName="Hanoi Bella Rosa Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Cau Go Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/3a/5f3a8d8a0f01ec0721d6ce9e9685d784a14cbf2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="347.44" OriginalAmount="344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034697" Longitude="105.85418" StarRating="3" HotelCode="119033|golden_spring_hotel_2" HotelName="Hanoi Era Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Nguyen Huu Huan Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/69/2a6909fbc742af954ba5bcf83552d56d92216759.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the centre of the Old Quarter in the heart of Hanoi, and is within wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="347.61" OriginalAmount="344.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03179" Longitude="105.85392" StarRating="3" HotelCode="|189483" HotelName="Hanoi Media  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Hang Dzau st.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/8/3/189483_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.45" OriginalAmount="345.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.062309541229" Longitude="105.82424141914" StarRating="5" HotelCode="383579|elegant_suites_westlake" HotelName="Elegant Suites Westlake" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10B Dang Thai Mai Street, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/8c/668ca671d20562e0558ba65e3294950d7ea20456.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="353.50" OriginalAmount="350" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030856" Longitude="105.849419" StarRating="3" HotelCode="178447|152214" HotelName="Golden Rice Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Trong Street, Hoan Klem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/6a/da6a5110a7df8f846e938549e4053a74a075fdc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.51" OriginalAmount="351.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03074" Longitude="105.85007" StarRating="4" HotelCode="119054|hanoi_pearl_hotel" HotelName="Hanoi Pearl Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Bao Khanh Lane, Hoan Kiem Dist, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/86/e2862c85c84ed3a8946679677b3b614a98ad248c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="357.07" OriginalAmount="353.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02845" Longitude="105.84226" StarRating="4" HotelCode="|447508" HotelName="La Sinfonia Citadel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Dinh Ngang, Hoan Kiem, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/5/0/8/447508_f8638501036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="357.54" OriginalAmount="354" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033783175841" Longitude="105.85295787223" StarRating="3" HotelCode="141679|79524" HotelName="Oriental Central Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Hang Bac Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/89/d789527a583a2b05e52c7084fb4bef4592eecbc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the cultural and political centre, an ideal location for business, shopping...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="358.53" OriginalAmount="354.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03076" Longitude="105.8549" StarRating="3" HotelCode="|84068" HotelName="Thaison Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 HANG VOI STR., HOAN KIEM 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/6/8/84068_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 2010, is rated 3 stars. It has 35 rooms, air-conditioning, a lobby, a reception, express check-out, a safety deposit box service and a currency exchange service. The establishment also offers a hairdresser's, a lift, a TV room, a cafÃ©, internet, a laundry service, a car park and a bicycle rental desk. SITUATION: This hotel is in Hanoi the district of it is situated 5 minutes away from places of interest, Such as Hoan Kiem Lake the Opera of el teatro de marionetas acuÃ¡ticas the Temple of, the Museum of Fine Arts, Hanoi the Mausoleum of. 1 kilometre away, you can find the bus station, is situated 30 kilometres away from Noi Bar Airport. ROOM: The rooms have a double or king-size bed, an individual air-conditioning system, a direct line telephone, a safety deposit box, satellite and cable TV, internet, a mini-bar, a coffee maker, a kettle, a bathroom with a shower, a bath, a hairdryer, a sofa, chairs, a writing desk and an ironing set. FACILITIES: Guests are offered a steam bath. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="359.37" OriginalAmount="355.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031795" Longitude="105.849699" StarRating="0" HotelCode="|468527" HotelName="Le Chanvre Hanoi Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84-86 Hang Gai Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/5/2/7/468527_9392a661835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="360.18" OriginalAmount="356.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02891" Longitude="105.8446" StarRating="4" HotelCode="|84085" HotelName="Silk Path Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>195 - 199 Hang Bong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/8/5/84085_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 106 rooms, has air-conditioning, a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, a playground, a cafÃ©, a bar and a restaurant. Our guests can find conference facilities, internet, room service, a laundry service, a car park and indoor parking. SITUATION: This hotel is in Hanoi the district of Close to Rojo the river 5 minutes away, guests can find the business area, Hanoi the historic centre of Hoan Kiem Lake shopping areas, museums and places of interest. it is situated 40 kilometres away from Hanoi Airport. ROOM: All the rooms have a double or king-size bed, a bathroom with a shower, a bath, a hairdryer, an air-conditioning system, a direct line telephone, a safe, cable television, internet, a mini-bar, a coffee maker, a kettle, an ironing set and a balcony or terrace. FACILITIES: Guests are offered a gym and a steam bath. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and lunch and dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.59" OriginalAmount="359.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03500910347" Longitude="105.8534144" StarRating="2" HotelCode="400836|hanoi_gravita_hotel" HotelName="Hanoi Gravita Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Ma May Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/8f/6d8f56dff215a9ae80c645bd768ae8a7c84a2406.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="363.88" OriginalAmount="360.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02966" Longitude="105.84592" StarRating="4" HotelCode="|234348" HotelName="O'gallery Premier and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122 Hang Bong Street Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/3/4/8/234348_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.64" OriginalAmount="364.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030231" Longitude="105.85068" StarRating="3" HotelCode="170737|bao_khanh_hotel" HotelName="Hanoi Bao Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Bao Khanh Street, Hoan Kiem District., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/6d/316d4ebdc7dce1e281e5cae7cf5dcb849d1b7152.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel’s exclusive location, right in the heart of Hanoi, brings Hoan Kiem Lake seemingly to its ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="369.72" OriginalAmount="366.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02621" Longitude="105.84181" StarRating="4" HotelCode="|67288" HotelName="Mercure Hanoi La Gare" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Ly Thuong Kiet Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/2/8/8/67288_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, central hotel, was opened in 2009, urban, is ideal for family holidays, has 102 modern rooms, air-conditioning, a lobby, express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment also has a cafÃ©, a bar, a restaurant, drinks, WiFi (for a fee), room service and a laundry service (for a fee). SITUATION: The hotel is near the historic centre, the business area, close to the establishment, clients can find the tourist area, is situated 2 minutes away from the railway station, this hotel is 40 minutes away from Noi Bai Airport. ROOM: The rooms have an LCD television, a satellite or cable television, internet, individual air-conditioning, a safe, a mini-bar, double-glazed windows, tea, coffee, a bathroom with a shower and a hairdryer. deluxe rooms and have a sofa-bed. FACILITIES: The establishment has a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="370.35" OriginalAmount="366.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.026045" Longitude="105.841609" StarRating="4" HotelCode="899853|VN000007" HotelName="Mercure La Gare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>94 Ly Thuong Kiet Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/5f/cf5ff5d2b8e57b59690f65c5429cf041286e87e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within easy walking distance of both the ancient Old Quarter and the city's bus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="373.52" OriginalAmount="369.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.026421" Longitude="105.82309" StarRating="5" HotelCode="|419207" HotelName="Dolce By Wyndham Hanoi Golden Lake" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B7 Giang Vo, Ba Dinh, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/2/0/7/419207_55255c71233.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.73" OriginalAmount="373.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.018691190741" Longitude="105.85644721985" StarRating="3" HotelCode="166803|may_de_ville_hotel" HotelName="May de Ville City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Han Thuyen Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/fe/d7fe4a5dd488c2673a4057b1a55549b2d891d4e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated adjacent to the Hanoi Opera House in the city centre. It is set on a quiet str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.47" OriginalAmount="374.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032266" Longitude="105.848598" StarRating="0" HotelCode="|419959" HotelName="Babylon Premium and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>05-07 Hang Hom, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/5/9/419959_5a4f61b1754.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.05" OriginalAmount="376.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0084" Longitude="105.79697" StarRating="5" HotelCode="|84054" HotelName="Grand Plaza Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tran Duy Hung Street 117</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/5/4/84054_9c80e151036.jpg</HotelPictures>
        <HotelDescription>HOTEL: This golf hotel, was built in 2010, was renovated in 2011, has 618 rooms and suites. The establishment has a lobby with air-conditioning, a reception, express check-out, a currency exchange service, a safety deposit box service and a lift. It also has a television room, a mini-club, a cafÃ©, a bar and conference facilities. The establishment offers guests internet, a hairdresser's, room service, a laundry service and a car park. SITUATION: The hotel is in Tran Duy Hung the street it is situated next to the Congress Centre, Hoan Kiem Lake 30 minutes away from the establishment you have. ROOM: The rooms have city views, a bathroom with a shower, a bath, a bathrobe and a hairdryer. They also have a desk, a direct line telephone, internet, computer connection, an answering machine, an alarm clock, a satellite TV, a kitchen, a mini-bar, a coffee maker and a kettle. Guests can find a safe, slippers, an electronic key and an air-conditioning system. FACILITIES: The establishment boasts a well-equipped gym and a covered pool. Guests are offered a spa with a massage service and a sauna. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, buffet and Ã  la carte lunch and dinner and a set-menu dinner. PAYMENT METHODS: The establishment accepts credit card, American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.32" OriginalAmount="376.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0670322" Longitude="105.7885312" StarRating="0" HotelCode="|444979" HotelName="Fraser Residence Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5C Do Nhuan Street, Xuan Dinh Ward,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/7/9/444979_645d8600936.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="382.79" OriginalAmount="379.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03211997" Longitude="105.85322973" StarRating="3" HotelCode="547848|hanoi_bella_rosa_hotel" HotelName="Bella Rosa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Cau Go Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/6b/ad6bf5d43ff5c4505fd54f32892a039a488d84c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="382.79" OriginalAmount="379.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02833775" Longitude="105.84231428" StarRating="3" HotelCode="773541|delicacy_hotel_spa" HotelName="Delicacy Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12&amp;14 Dinh Ngang, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/8b/618bc3a2eb247569e746999fc4705d72a9cef27e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="384.19" OriginalAmount="380.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0290837" Longitude="105.8238341" StarRating="0" HotelCode="|265066" HotelName="Lancaster Hanoi Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Nui Truc, Giang Vo Ward, Ba Dinh District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/0/6/6/265066_3f746431735.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="384.81" OriginalAmount="381.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="983620|la_sinfonia_del_rey_hotel_spa" HotelName="La Sinfonía Del Rey Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33-35 Hang Dau Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/5b/c25bf49ef1c8bd245d58f2dbe2eb639c6af93ce0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="385.08" OriginalAmount="381.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03282" Longitude="105.85447" StarRating="3" HotelCode="|189470" HotelName="Hanoi Golden Moon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Nguyen Huu Huan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/7/0/189470_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="386.92" OriginalAmount="383.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03446" Longitude="105.84737" StarRating="0" HotelCode="|233884" HotelName="Peridot Gallery Classic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Bat Su Street Hanoi 10000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/8/8/4/233884_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389.86" OriginalAmount="386" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034575265731" Longitude="105.85206287462" StarRating="3" HotelCode="99902|72907" HotelName="Essence d'Orient Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22A Ta Hien Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/f2/ccf24cb02488ff87084db818d4785da364fd32ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy visiting attractions such as the mausoleum, museums, the lakes, parks, pagodas and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="390.87" OriginalAmount="387" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035305110963" Longitude="105.8470594883" StarRating="3" HotelCode="175709|167106" HotelName="L'Heritage Hanoi Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39-41 Hang Ga Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/71/15717094109fd2800244a7b99cb4c298cbd89450.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi Old Quarter, in the immediate vicinity of temples, bars...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="391.11" OriginalAmount="387.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.009454" Longitude="105.824302" StarRating="5" HotelCode="|417700" HotelName="Novotel Hanoi Thai Ha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Thai Ha Str., Trung Liet Wd. Dong Da Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/0/0/417700_b2eb1400910.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="391.88" OriginalAmount="388.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0025129" Longitude="105.79400529" StarRating="3" HotelCode="781409|roygent_parks_hanoi" HotelName="Roygent Parks Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>289 Khuat Duy Tien, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/aa/ecaa7d9c3a870f81374d6286757e7b8ba01a8742.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="392.52" OriginalAmount="388.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032057" Longitude="105.848487" StarRating="3" HotelCode="|189401" HotelName="Hanoi Sunshine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Hang Hom Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/0/1/189401_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.89" OriginalAmount="389.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="985522|babylon_premium_hotel_spa" HotelName="Babylon Premium Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>05-07 Hang Hom, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/53/0a53ecdf72da05ba34e48dbe3138fa34df20da66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.90" OriginalAmount="390.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03137921514" Longitude="105.85026275884" StarRating="2" HotelCode="347248|family_holiday_hotel" HotelName="Family Holiday Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Hang Hanh Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/a1/fba1d31b61ed5abec0eefc11046ff73f5d450b44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="396.89" OriginalAmount="392.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03165" Longitude="105.85091" StarRating="2" HotelCode="|189582" HotelName="Heart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11b Hang Hanh Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/8/2/189582_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="400.25" OriginalAmount="396.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0344856" Longitude="105.8473304" StarRating="4" HotelCode="|265014" HotelName="Hanoi Peridot (formerly Hanoi Delano)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Bat Su, Hang Bo Ward, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/0/1/4/265014_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="409.05" OriginalAmount="405.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.064297305092" Longitude="105.82818364418" StarRating="4" HotelCode="119051|fraser_suites_hanoi" HotelName="Fraser Suites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Xuan Dieu Street, Quang An, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/7b/777b997de57ee8995bdb35e2aab241e1bacd1243.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="411.07" OriginalAmount="407.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.049749404013" Longitude="105.83997040987" StarRating="5" HotelCode="23837|sofitel_plaza_hanoi" HotelName="Pan Pacific Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business 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,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Thanh Nien Road, Ba Dinh District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/97/c9976f9b5890bf6053dfdb921b89db688eed1b06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly, business hotel is situated in a well-known area next to West Lake and near to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="429.89" OriginalAmount="425.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0304683" Longitude="105.8485481" StarRating="3" HotelCode="|269957" HotelName="Golden Legend Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Chan Cam Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/9/5/7/269957_53d460f1431.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="431.27" OriginalAmount="427.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="786859|alisa_hotel_spa" HotelName="Alisa Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Hang Voi, Hoan Kiem District, Hanoi 71000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/c3/63c3cb85d8d140694bc6df7726e2bd459fc5cf9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="433.73" OriginalAmount="429.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0176346" Longitude="105.8156133" StarRating="4" HotelCode="|33847" HotelName="Fortuna Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6B LANG HA, BA DINH DISTRICT, HANOI 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/7/33847_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated establishment in 2008 and has 350 rooms, The establishment has a spa, a swimming pool, karaoke, a games room, air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a lift. Guests can find a hairdresser's, a cafÃ©, a bar, a restaurant, a pub and a nightclub. The establishment also offers conference rooms, room service, a laundry service and a car park. SITUATION: It is in the business area, Where you can find the government building. ROOM: They have a writing desk, a television, internet, a sofa and a bathroom with a shower, They also have a hairdryer, a king size or double bed, a mini-bar, a coffee maker, a kettle, an ironing set and a safety deposit box. FACILITIES: The establishment has a swimming pool, a gym, aerobics, a sauna, a steam bath, a massage service and a spa. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast, buffet and Ã  la carte lunch and an Ã  la carte or set-menu dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="437.37" OriginalAmount="433.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033142" Longitude="105.852054" StarRating="4" HotelCode="|171195" HotelName="May De Ville Luxury and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Gia Ngu Str, Hoan Kiem Dist Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/1/9/5/171195_e803b131300.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="446.65" OriginalAmount="442.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0293" Longitude="105.845411" StarRating="0" HotelCode="|446685" HotelName="Meritel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.151-153 Hang Bong, Hang Bong Ward, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/6/8/5/446685_c5aede60949.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="447.43" OriginalAmount="443" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034536685241" Longitude="105.84736308128" StarRating="4" HotelCode="375408|152305" HotelName="Hanoi Peridot Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Bat Su Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/576247/576247a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="449.67" OriginalAmount="445.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03056" Longitude="105.85634" StarRating="0" HotelCode="|420015" HotelName="Alisa and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Hang Voi, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/0/1/5/420015_71bf1f01717.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="453.22" OriginalAmount="448.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03733" Longitude="105.85211" StarRating="2" HotelCode="|83990" HotelName="Hanoi Amber" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DAO DUY TU 8/50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/9/0/83990_b72ac7e1323.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a sauna, a restaurant, air-conditioning, WiFi (free of charge), a car hire service and bicycle hire. The establishment offers tourist information, a concierge and a massage service. SITUATION: This hotel is in Hanoi the historic centre of a 5-minute walk away from Hoan Kiem Lake the Water Puppet Theatre 300 metres away, guests will find la Pagoda del Pilar Ãšnico it is situated 1 kilometre away from el templo de la literatura 5 minutes away, you can find. ROOM: Each room has a television, a fridge, a bathroom, a balcony and a mini-bar. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="455.73" OriginalAmount="451.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.081201" Longitude="105.362699" StarRating="0" HotelCode="|469992" HotelName="Amour Resort Bavi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/9/9/2/469992_b740e171831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="456.32" OriginalAmount="451.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028259" Longitude="105.849754" StarRating="5" HotelCode="|469624" HotelName="Grand Hotel Du Lac Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18-20-22-24 Nha Chung, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/6/2/4/469624_ad0d9401849.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="457.24" OriginalAmount="452.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.283049" Longitude="105.798161" StarRating="0" HotelCode="|522190" HotelName="Amaya Retreat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/9/0/522190_7e65beb0926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="460.56" OriginalAmount="456" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030909953654" Longitude="105.84970286976" StarRating="3" HotelCode="916015|74566" HotelName="Golden Lotus Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Hang Trong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/98/d098089c15e456ab629523facc83be0193db950d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="460.56" OriginalAmount="456.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033057" Longitude="105.852732" StarRating="3" HotelCode="170736|may_de_ville_old_quarter" HotelName="May de Ville Old Quarter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Gia Ngu Str., Hoan Kiem Dist., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/4e/9c4e7471e7e6a100d87d7d804f3ac495ea8dc4c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="468.63" OriginalAmount="463.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031418" Longitude="105.814697" StarRating="5" HotelCode="|566977" HotelName="Feria Home - Vinhomes Metropolis Lieu Giai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Lieu Giai, Ngoc Khanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/9/7/7/566977_dee999d1234.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="471.21" OriginalAmount="466.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01697593" Longitude="105.7831085" StarRating="4" HotelCode="510090|576781" HotelName="Landmark72" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Plot E6, Cau Giay New Urban Area, Me Tri, Tu Liem, Dich Vong Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/81/d78152c523555671b0d4ffcd526405e87830ead1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the heart of Hanoi.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="473.32" OriginalAmount="468.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033101" Longitude="105.854097" StarRating="4" HotelCode="|418402" HotelName="Hanoi La Siesta Premium Hang Be" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Hang Be, 27 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/4/0/2/418402_6c060590612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="476.62" OriginalAmount="471.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0170662" Longitude="105.7843403" StarRating="0" HotelCode="|232906" HotelName="Calidas Landmark72 Royal Residence Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plot E6, Pham Hung, 48-60th Floor, Keangnam Landmark72 Tower, Cau Giay District Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/9/0/6/232906_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="477.73" OriginalAmount="473" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030654" Longitude="105.850192" StarRating="4" HotelCode="305362|83886" HotelName="The Palmy Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>4A-4B Bao Khanh Street, Hàng Tr?ng, Hoan Kiem District, Ha Noi Old Quarter, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/9a/e19a9b014896af3d1ed3384f2bf6903ba31b5e0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="479.75" OriginalAmount="475.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024508" Longitude="105.856047" StarRating="5" HotelCode="166802|hotel_de_lopera_hanoi" HotelName="Hotel de l'Opera Hanoi - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29 Trang Tien Street, Hoan Kiem District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/bc/d0bce1ba957401d2d1626ced20eaefa19bbc131f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the city centre, this charming historical hotel is just 5 minutes' walk from Hanoi Opera ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="482.14" OriginalAmount="477.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034749" Longitude="105.853031" StarRating="0" HotelCode="|446736" HotelName="MAY DE VILLE Crown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Luong Ngoc Quyen Str., Old Quarter, Hoan Kiem Dist., Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/3/6/446736_259b06b1257.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="483.19" OriginalAmount="478.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03025" Longitude="105.85076" StarRating="4" HotelCode="|189771" HotelName="The Palmy Hotel y Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4A-4B Bao Khanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/7/1/189771_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="495.91" OriginalAmount="491.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0330210902" Longitude="105.85388293799" StarRating="3" HotelCode="119039|la_siesta_premium_hang_be" HotelName="Annam Legend Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Hang Be, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/ee/cfee93c70b26c19fc6bb0f17c31f803472966b18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the centre of Hanoi's Old Quarter, the hotel is surrounded by the most famous sight...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="501.55" OriginalAmount="496.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027828" Longitude="105.833532" StarRating="5" HotelCode="|417706" HotelName="Grand Mercure Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Cat Linh Quoc Tu Giam Dong Da</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/0/6/417706_e8a99cc1340.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="504.21" OriginalAmount="499.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0246224" Longitude="105.8557874" StarRating="5" HotelCode="|270021" HotelName="Hotel de l'Opera Hanoi - MGallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Trang Tien Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/0/2/1/270021_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="516.11" OriginalAmount="511.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06636657" Longitude="105.82621873" StarRating="4" HotelCode="571547|somerset_west_point_hanoi" HotelName="Somerset West Point Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2 Tay Ho Road, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/8c/308c84227a839d03fb6cebd3b1a851f434c5c62d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a bar and a transfer service...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="518.13" OriginalAmount="513" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034968928738" Longitude="105.84746827261" StarRating="3" HotelCode="306414|77776" HotelName="Serene Boutique Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16-18 Bat Su Street, Hoankiem District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/f3/baf3ec557f232fede7b2169dcb3f93e281e1a6d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="521.16" OriginalAmount="516" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02590551" Longitude="105.84622576" StarRating="4" HotelCode="89209|73633" HotelName="Somerset Grand Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Hai Ba Trung Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/8d/188de03338b878390b50b57f56e39137dd4a8b70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="521.79" OriginalAmount="516.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03312" Longitude="105.85404" StarRating="0" HotelCode="|84021" HotelName="Hoabinh Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HANG BE STR., HOAN KIEM DIST. 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/2/1/84021_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Hanpi the district of Close to Hoan Kiem Lake close to the establishment, clients can find restaurants and shops. ROOM: All the rooms have internet (free of charge), fully-equipped, wooden furniture, city views, an air-conditioning system, a bathroom and internet (free of charge). FACILITIES: Guests are offered tourist information, excursions, business centre, internet (available for a fee) and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="525.04" OriginalAmount="519.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02842" Longitude="105.85089" StarRating="5" HotelCode="|189197" HotelName="Apricot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136 Hang Trong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/9/7/189197_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="532.39" OriginalAmount="527.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02531" Longitude="105.84409" StarRating="5" HotelCode="|34047" HotelName="Mövenpick Hotel Hanoi Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83A Ly Thuong Kiet Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/0/4/7/34047_43e11140727.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 154 rooms, suites with features that offer you the maximum level of comfort, 93Â non-smoking rooms and 20 interconnecting rooms. The establishment has a lobby, a bar, a restaurant, conference rooms and internet. SITUATION: Is situated inHanoi the business area of 40 minutes away from the establishment guests have Noi Bai Airport 5 minutes away from the establishment, you can find the city centre. ROOM: The rooms have individual air-conditioning, LCD cable television, a bathroom with a shower or bath and a mini-bar. They also have a direct line telephone, a safe, a coffee maker, a kettle and WiFi. FACILITIES: The establishment has sports facilities, leisure activities, a gym, a health centre, a massage service and a sauna. MEALS: Regarding the food and beverage offering, the establishment offers an Ã  la carte restaurant with buffet. PAYMENT METHODS: The establishment accepts Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="533.30" OriginalAmount="528.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024995" Longitude="105.844092" StarRating="4" HotelCode="23836|VN001558" HotelName="Mövenpick Hotel Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD,HALF BORD" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>83A Ly Thuong Kiet Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/66/19664406d4bcf9d3ab71e762e9123c9260b150a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the heart of Hanoi's central business district, the hotel is approximately a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="542.37" OriginalAmount="537.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0334423" Longitude="105.85496547" StarRating="1" HotelCode="629105|backy_posh_hostel_by_poshtel_vietnam" HotelName="Backy Posh Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 Hang Tre, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/cf/37cfa1e4674e9ac69fdffc9e28cf2f9e8a1cc317.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="545.40" OriginalAmount="540.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02791526" Longitude="105.85102389" StarRating="5" HotelCode="374068|apricot_hotel" HotelName="Apricot Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Hang Trong, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/8d/ca8db6d39195b6f7c365f9908a4b5ed778e3949b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="552.85" OriginalAmount="547.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030808" Longitude="105.848263" StarRating="4" HotelCode="|444980" HotelName="GM Premium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/8/0/444980_ee2677e1158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="553.48" OriginalAmount="548" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03126" Longitude="105.85515" StarRating="4" HotelCode="518376|152307" HotelName="Hanoi Emerald Waters Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Lo Su Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/9b/419ba178a587216753b601b400c45882ad8d9d51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="574.85" OriginalAmount="569.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024505" Longitude="105.856056" StarRating="5" HotelCode="|84081" HotelName="De L'opera Hanoi - Mgallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 TRANG TIEN, HOAN KIEM DISTRICT 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/8/1/84081_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 107 standard rooms, suites, a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment offers a cafÃ©, a restaurant, a bar, WiFi, meeting rooms, room service, a laundry service and an oudooor car park. SITUATION: This hotel is in the city centre. 5 minutes away, you can find the opera. It is 10 minutes away from Lake Hoan Kiem, the historic centre of Hanoi where you can find shops, restaurants, bars and the nightlife, close to taxis and bus stops. 20 minutes away from the establishment you have Ha Dong it is 15 minutes away from the Rojo River. 3 hours away, you can find Ha Long Beach. It is situated 2 hours away from Haiphong It is 33 kilometres from the Noibai Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="585.80" OriginalAmount="580.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0313185" Longitude="105.8551214" StarRating="4" HotelCode="|265673" HotelName="Hanoi Emerald Waters and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 47 Lo Su Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/6/7/3/265673_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="599.94" OriginalAmount="594.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024169" Longitude="105.84851" StarRating="5" HotelCode="17753|melia_hanoi_2" HotelName="Meliá Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44B Ly Thuong Kiet Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/67/916779cb2ba1dad0b18a07bb208092b4ef98c0c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the centre of Hanoi's business and diplomatic district, the hotel is very near the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="623.17" OriginalAmount="617.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="5" HotelCode="964667|the_oriental_jade_hotel" HotelName="The Oriental Jade Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Hang Trong Street, Hanoi 10000, Hoan Kiem District</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/39/db39f755cd5aa16d53a96c49b9171dacdecc5816.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="633.27" OriginalAmount="627.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032043124059" Longitude="105.81238894907" StarRating="4" HotelCode="978665|lotte_the_residence" HotelName="Lotte The Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>54 Lieu Giai, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/1e/951e54348feabf7b1cbab8fd4cd970130c59f213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="638.32" OriginalAmount="632.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.058423" Longitude="105.831669" StarRating="5" HotelCode="402003|intercontinental_hanoi_westlake" HotelName="Intercontinental Hanoi Westlake" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>05 Tu Hoa, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/0b/bf0b8f7c5fbe0f4a802652d115f9bb3de0e26d55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled on the waters of the famous Westlake, thereby offering guests a great scenic vi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="643.37" OriginalAmount="637.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027452" Longitude="105.767596" StarRating="5" HotelCode="169664|crowne_plaza_west_hanoi_5" HotelName="Crowne Plaza West Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Le Duc Tho Street, My Dinh 2 Ward, Nam Tu Liem District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d9/31d921c77ec1174b23f0b8db8e9b3a4c1f7bcd46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in business district and is the lynchpin of the commercial and residential com...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="647.41" OriginalAmount="641" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.016653129091" Longitude="105.78394174576" StarRating="4" HotelCode="175725|239446" HotelName="Intercontinental Hanoi Landmark 72" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Keangnam Hanoi Landmark Tower, Plot E6, Cau Giay Urban Area, Me Tri Ward, Tu Liem District, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/9c/959c361d4e3cae34cb95d57384a1605b970ca35b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="655.69" OriginalAmount="649.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0864163" Longitude="105.3562703" StarRating="4" HotelCode="|267580" HotelName="Melia Bavi Mountain Retreat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cote 600, Ba Vi National Park, Ba Vi, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/5/8/0/267580_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="657.77" OriginalAmount="651.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02534" Longitude="105.8482" StarRating="5" HotelCode="|29406" HotelName="Melia Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44B Ly Thuong Kiet Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/4/0/6/29406_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a business centre. ROOM: The rooms have laundry service and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="664.53" OriginalAmount="657.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033227" Longitude="105.852261" StarRating="4" HotelCode="|84078" HotelName="Tirant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 GIA NGU STREET, HOAN KIEM DISTRICT 63</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/7/8/84078_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="722.19" OriginalAmount="715.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029658" Longitude="105.850279" StarRating="5" HotelCode="|418040" HotelName="The Oriental Jade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 - 94 Hang Trong, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/0/4/0/418040_85e79a00809.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="730.31" OriginalAmount="723.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01645" Longitude="105.7834" StarRating="5" HotelCode="|224386" HotelName="Intercontinental Hanoi Landmark72, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Keangnam Hanoi Landmark Tower, Plot E6, Cau Giay Urban Area , Me Tri Ward, Tu Liem District, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/3/8/6/224386_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="739.27" OriginalAmount="731.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.056458" Longitude="105.836234" StarRating="5" HotelCode="|59691" HotelName="Intercontinental Hanoi Westlake, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 T. Hoa, Tay H. (ex 1A Nghi Tam, Tay H)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/6/9/1/59691_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has an indoor car park, a laundry service, a dry cleaner's, a currency exchange service, shops, a jacuzzi and a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="757.50" OriginalAmount="750" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032332070309" Longitude="105.85500055456" StarRating="4" HotelCode="305351|83963" HotelName="Boss Legend" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Hàng Thùng, Hoàn Ki?m, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/96/e096eb9d7c87237988f71e6481497ade8b47e8a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="758.73" OriginalAmount="751.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032767" Longitude="105.851907" StarRating="4" HotelCode="|67289" HotelName="Hanoi Center Silk Hotel &amp; Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22A Ta Hien Street, Hang Buom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/2/8/9/67289_2f5f3e80919.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="762.07" OriginalAmount="754.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032346" Longitude="105.854972" StarRating="4" HotelCode="|171051" HotelName="Boss Legend Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Hang Thung street, Hoan Kiem dis Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/0/5/1/171051_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="762.55" OriginalAmount="755.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032610112353" Longitude="105.81290755952" StarRating="5" HotelCode="304285|lotte_hotel_hanoi" HotelName="Lotte Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Lieu Giai Street, Cong Vi Ward, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/25/bc254816dc795182335dcad055c2e994e4b69363.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="772.65" OriginalAmount="765.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.059564214964" Longitude="105.83153218031" StarRating="5" HotelCode="41081|sheraton_hanoi_hotel" HotelName="Sheraton Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>K5 Nghi Tam, 11 Xuan Dieu Road, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/7a/997af966cb83ae3e4a92652ffbac96f426a1edd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location of this hotel is just a few minutes from the centre of the city. There are many places ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="801.67" OriginalAmount="793.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029392" Longitude="105.767384" StarRating="5" HotelCode="|84065" HotelName=" Sheraton Hanoi West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 LE DUC THO SREET 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/6/5/84065_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, was built in 2011, has 393 rooms, 40 suites, a lobby with a reception, express check-out, a currency exchange service, a safety deposit box service, a cloakroom and a lift. Our guests can find a cafÃ©, a bar, a pub, a restaurant and conference facilities. The establishment also offers internet, room service, a laundry service and an indoor car park. SITUATION: This hotel is in the business area, Close to the Congress Centre and the stadium. 30 minutes away from the establishment guests have Noi Bai Airport. ROOM: Each room has internet, an iPod docking station, a radio, a bathroom with a hairdryer, a shower, a bath and a king size or double bed. Guests are offered a direct line telephone, a flat-screen television, an iron, a safe, a mini-bar, a kettle, a coffee maker, an air-conditioning system and heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="805.00" OriginalAmount="797.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033675" Longitude="105.847305" StarRating="3" HotelCode="|446953" HotelName="Sonata Central and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Bat Dan - Hoan Kiem, Quan Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/5/3/446953_e7b63560611.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="858.71" OriginalAmount="850.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032306" Longitude="105.812531" StarRating="5" HotelCode="|169189" HotelName="Lotte  Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Lieu Giai Street, Ba Dinh, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/8/9/169189_eb737fb1111.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Hanoi it is in. ROOM: All the rooms have WiFi, an air-conditioning system, a wardrobe, a safe, a television, a sofa, a sitting room, a mini-bar, a courtesy tea and coffee service, a bathroom with a bath, a shower, a bathrobe and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="869.74" OriginalAmount="861.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0311568" Longitude="105.8471802" StarRating="4" HotelCode="|270080" HotelName="Hanoi Marvellous and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Duong Thanh Street, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/0/8/0/270080_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="967.58" OriginalAmount="958" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.007742" Longitude="105.782571" StarRating="5" HotelCode="930848|92942" HotelName="JW Marriott Hotel Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Do Duc Duc Road, Me Tri Ward, South Tu Liem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/26/9c2618614f4fab225b73c542ecd7156da24d156f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="973.66" OriginalAmount="964.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032307" Longitude="105.848529" StarRating="0" HotelCode="|470854" HotelName="Hanoi Sena And Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3A Pho Hang Hom,Hoan Kiem,Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/8/5/4/470854_4829f7a1916.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1014.04" OriginalAmount="1004.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03371031" Longitude="105.8472911" StarRating="2" HotelCode="517893|hanoi_brother_inn__travel" HotelName="Hanoi Brother Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Dry Cleaning,Housekeeping,Internet,Laundry,Lounge,Luggage Storage,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>21 Bán Ðàn, Hoàn Ki?m, Hàng B?, Hà N?i 700000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/0b/2a0bb46b9035736395ca3c8be357d5c0c5ecf268.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1062.60" OriginalAmount="1052.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0808832" Longitude="105.8174619" StarRating="3" HotelCode="|266213" HotelName="Hoa Dao" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/2/1/3/266213_821de091742.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1105.77" OriginalAmount="1094.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.025588846269" Longitude="105.85556477308" StarRating="5" HotelCode="17731|VN000001" HotelName="Sofitel Legend Metropole Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD,HALF BORD" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Ngo Quyen Street, Hoan Kiem, 10000 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d4/34/d4345ff0372957c316e37cdd9704f6234976aef4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This legendary hotel is located in the centre of Hanoi, close to the Old Quarter, and has been a cel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1228.16" OriginalAmount="1216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032227" Longitude="105.848598" StarRating="3" HotelCode="167051|symphony_hotel_hanoi" HotelName="Hanoi Symphony Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Hang Hom Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/ff/1eff0db2a754663a88c4c07139a20d12e766221c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1414.00" OriginalAmount="1400.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032564" Longitude="105.853834" StarRating="3" HotelCode="931932|classic_street_hotel_2" HotelName="Classic Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Hang Be Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7a/ce7aab0c1ecd55f2f60f06455aa267f437766acc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 32 rooms. Services and facilities at the hotel include a restaura...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1763.83" OriginalAmount="1746.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03967847" Longitude="105.84684992" StarRating="3" HotelCode="523459|559842" HotelName="Mon Regency Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>No 1 Phan Dinh Phung Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/88/e988c4012a30d4679ab2a05f72a48c62650a4e3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1774.26" OriginalAmount="1756.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.039611" Longitude="105.846891" StarRating="4" HotelCode="|265885" HotelName="Mon Regency" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 1 Phan Dinh Phung street, Hoan Kiem district Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/8/8/5/265885_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1860.86" OriginalAmount="1842.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0333975" Longitude="105.8374786" StarRating="3" HotelCode="|38255" HotelName="Galaxy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PHAN DINH PHUNG ST., HOAN KIAM LAKE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/5/5/38255_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1995, renovated in 2008 and has 60 rooms, The establishment has a reception, a lobby, a safety deposit box service, a currency exchange service, a lift, a cafÃ© and a restaurant. The establishment also offers internet, room service, a laundry service and a car park. SITUATION: Is situated in the historic centre ,Hanoi the city centre of 30 minutes away, guests can find Noi Bai Airport. ROOM: The establishment has 12 suites and deluxe rooms. The rooms have a bathroom with a shower, a bath, a hairdryer, a double bed, a direct line telephone and a satellite TV. They also have internet, a safe, a mini-bar, a coffee maker, a kettle, a washing machine and individual air-conditioning. FACILITIES: The establishment has a massage service, a sauna and sports facilities. MEALS: Regarding the food and beverage offering, the establishment offers restaurants and bars. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2349.63" OriginalAmount="2326.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02593" Longitude="105.856756" StarRating="5" HotelCode="|444898" HotelName="Capella Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Le Phung Hieu, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/9/8/444898_d6da3ca1326.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.08" OriginalAmount="62.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0118815" Longitude="105.7768232" StarRating="3" HotelCode="|265233" HotelName="V-studio Apartment 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 16, Lane 1, Dong Me, Me Tri, Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.82" OriginalAmount="74.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0019885" Longitude="105.8076376" StarRating="1" HotelCode="|264848" HotelName="Nhan Hoa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66/116 Nhan Hoa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.56" OriginalAmount="80.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01879" Longitude="105.80012" StarRating="3" HotelCode="|420590" HotelName="Dai Duong Hotel 2 - The Art" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 Trung Yen 9, Yen Hoa, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.62" OriginalAmount="80.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035319" Longitude="105.845505" StarRating="3" HotelCode="|267484" HotelName="Hanoi Prime Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Huong, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.975975" Longitude="105.758985" StarRating="2" HotelCode="|567311" HotelName="Huong Duong - by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>L08-10, Khu Do thi moi, Ha Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.18" OriginalAmount="91.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0027677" Longitude="105.8023095" StarRating="1" HotelCode="|266769" HotelName="Quang Chung - Le Van Thiem" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Le Van Thiem, Nhan Chinh, Thanh xuan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.72" OriginalAmount="94.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027822" Longitude="105.893217" StarRating="2" HotelCode="|567308" HotelName="Ha An - by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>166 Co Linh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.44" OriginalAmount="97.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030459" Longitude="105.856162" StarRating="0" HotelCode="|421185" HotelName="Old Quarter 1961" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Hang Voi, No. 6, lane 22 Hang Voi, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.04" OriginalAmount="107.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0363165" Longitude="105.8529711" StarRating="3" HotelCode="|266202" HotelName="Hanoi Elpis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Dong Thai - Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.23" OriginalAmount="109.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01992" Longitude="105.778388" StarRating="0" HotelCode="|266878" HotelName="V House 5 Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.5, alley 97 Dinh Thon,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.22" OriginalAmount="111.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029428" Longitude="105.84839" StarRating="2" HotelCode="|267777" HotelName="The Queen Hotel &amp; Spa 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.25" OriginalAmount="112.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0319985" Longitude="105.8555305" StarRating="2" HotelCode="|338648" HotelName="Hanoi Stella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Tre, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.64" OriginalAmount="123.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029416" Longitude="105.848337" StarRating="3" HotelCode="|267917" HotelName="Impressive Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Au Trieu Street, Old Quarter - Hoan Kiem District Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.42" OriginalAmount="131.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0331249" Longitude="105.834513" StarRating="4" HotelCode="|266767" HotelName="Hung Vuong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Hung Vuong, Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.80" OriginalAmount="138.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0343989" Longitude="105.8468127" StarRating="3" HotelCode="|269964" HotelName="Serenity Diamond" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Cua Dong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.69" OriginalAmount="143.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032095" Longitude="105.788559" StarRating="3" HotelCode="|566996" HotelName="Ping Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>76 Tran Thai Tong street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.69" OriginalAmount="143.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0114826" Longitude="105.8039263" StarRating="3" HotelCode="|266445" HotelName="Dai Duong Hanoi Iii" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33, Alley 34, Nguyen Thi Dinh, Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.87" OriginalAmount="155.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04079" Longitude="105.86711" StarRating="3" HotelCode="|84063" HotelName="Vesna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NGUYEN VAN CU - LONG BIEN 137B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>HOTEL: This inviting, urban hotel, is ideal for family holidays, renovated in 2010, has 86 rooms, 28 single rooms, 10 suites and 4 apartments. This establishment is ideal for holidays or business trips, has a conference room, air-conditioning, a lobby, a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, a kiosk, a TV room, a cafÃ©, a bar and a restaurant. The establishment offers guests internet, room service, a laundry service, a car park, an indoor car park and a bicycle rental desk. SITUATION: This hotel is 200 metres away from a bus stop, el RÃ­o Rojo 500 metres away from it is 1 kilometre away from the historic centre excellent transport links to the shopping centre, is located near the industrial area, the establishment is 1 kilometre away from Hoan Kiem Lake it is situated 1,5 kilometres away from restaurants, is 2 kilometres away from Thong Nhat park it is situated 2,5 kilometres away from Ho Chi Minh City the museum it is 3 kilometres away from Vincom the Tower of the shops, La Pagoda Perfumada the establishment is 70 kilometres away from 35 minutes away from the establishment guests have Noi Bai the International Airport of. ROOM: Clients are offered standard rooms and suites with a bathroom with a shower or bath, a hairdryer, a king size or double bed, a direct line telephone, a satellite television, WiFi, a safety deposit box and a mini-bar. All the accommodation options have electronic safe, a coffee maker, a kettle, an ironing set and individual air-conditioning. You can book non-smoking rooms. FACILITIES: Guests are offered a massage service and a sauna. MEALS: Customers have at their disposal a restaurant and a bar. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.05" OriginalAmount="157.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0353026" Longitude="105.8469576" StarRating="3" HotelCode="|266199" HotelName="Hanoi Starlight" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Hang Ga</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.66" OriginalAmount="210.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02849" Longitude="105.84819" StarRating="2" HotelCode="|84034" HotelName="Trung Nam Hai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 PHU DOAN, HOAN KIEM DIST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>SITUATION: This hotel is in Hanoi the district of 400 metres away, guests will find San Jose Cathedral, is situated 50 minutes away from Noi Bai Airport. ROOM: All the rooms have WiFi (free of charge), a flat-screen television, a courtesy tea and coffee service, a fridge, city views and a bathroom. Some rooms offer a balcony. FACILITIES: Guests are offered excursions, a flight reservations service, a currency exchange, car rental and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.95" OriginalAmount="214.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0322924" Longitude="105.8469214" StarRating="3" HotelCode="|269944" HotelName="Hanoi Trendy Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Hang Dieu Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.99" OriginalAmount="226.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034592" Longitude="105.847426" StarRating="4" HotelCode="|419121" HotelName="Grande Collection Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 - 48 Bat Su Street, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.94" OriginalAmount="232.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036509" Longitude="105.847126" StarRating="3" HotelCode="|84047" HotelName="Hanoi Triumphal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HANG GA STREET, HOAN KIEM DISTRICT 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>SITUATION: This hotel is near restaurants, shops and the nightlife. is situated in the historic centre, 10 minutes away from the establishment, you can find Hoan Kiem Lake it is situated 10 minutes away from places of interest, is 30 kilometres away from Noibai Airport the business area. ROOM: The establishment has 9 rooms with a bathroom with a bath or shower, a double or king-size bed, a direct line telephone, satellite and cable television, a safe, a mini-bar, a fridge, a kettle, a coffee maker, a balcony or terrace, an individual air-conditioning system and individual heating. FACILITIES: Guests are offered a hall with reception, express check-out, a safe, a currency exchange, a lift, an air-conditioning system, WiFi and cable TV. The establishment also offers room service, a launderette, a car park and a bicycle hire service. OTHERS: Regarding the food and beverage offering, clients can enjoy a cafÃ©, a bar and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.66" OriginalAmount="242.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035579" Longitude="105.850509" StarRating="3" HotelCode="|84077" HotelName="Hanoi Topaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BAT SU STR., HOAN KIEM DISTRICT 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>HOTEL: This hotel was built in 2011, has 26 rooms, 8 floors, is boutique and ideal for holidays or business trips. Our guests can find a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar and a restaurant. The establishment also offers WiFi, room service, a laundry service, a car park and bicycle rental. SITUATION: This establishment, is in Hanoi the heart of Close to places of interest, shops, restaurants, banks and Hoan Kiem Lake 500 metres away from the establishment, you can find Rojo the river it is situated 1,8 kilometres away from Lenin park 7 minutes away from the establishment you have Ngoc Son the temple Dong Xuan the Market of Ho Chi Minh City 15 minutes away, you can find. ROOM: The establishment has rooms suites, have wooden floors, a double bed, a direct line telephone, a satellite or cable television, a DVD player, an individual air-conditioning system, a mini-bar and a safe. They also have computer with internet, (free of charge), a bathroom with hydromassage bath, a shower, a hairdryer, a coffee maker, a kettle and a microwave. Some rooms offer city views and large balconies. FACILITIES: Guests are offered a hydromassage bath, a steam bath and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.01" OriginalAmount="265.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0296822" Longitude="105.8505088" StarRating="3" HotelCode="|270674" HotelName="Bonsella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Bao Khanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.63" OriginalAmount="342.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031922" Longitude="105.854144" StarRating="4" HotelCode="|419123" HotelName="Hanoi Media Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Hang Dau, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="394.35" OriginalAmount="390.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03159" Longitude="105.85497" StarRating="0" HotelCode="|447397" HotelName="La Nueva Boutique Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 32 Lo Su St., Hoan Kiem Dist., Hanoi, Vietnam.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="428.55" OriginalAmount="424.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031256" Longitude="105.853985" StarRating="4" HotelCode="|419118" HotelName="La Sinfona A Del Rey Hotel Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33-35 Petroleum, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access,Lounge,Kitchen,Nightclub,Shopping Arcade,Swimming Pool,Garden,Golf,Jacuzzi,Bicycle Rental,Spa,24 Hour Security,Airport Transfer (on Demand),Business Centre,Dining,Parking,Printer,Valet Parking,24 Hour Power Supply,Housekeeping,Smoking Rooms,Beauty Salon,Concierge,Elevator,Meeting Room,24 Hour Front Desk,24 Hour Room Service,Dry Cleaning,Babysitting,Coffee Shop,Fitness Centre,LCD/Projector,Luggage Storage,Pets allowed,ATM/Cash Machine,Pick &amp;amp; Drop,Library,Limousine Service,Off-Site Parking,Gift Shop,Porter</BasicAmenities>
    <HotelRating>3,4,5,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,FAMILY-FRIENDLY HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,SPA HOTEL,ECO HOTEL,CONFERENCE HOTEL,HOTEL,CLUB RESORT,GOLF HOTEL,APARTMENT HOTEL,VILLAGE,AIRPORT HOTELS,APARTHOTEL,APARTMENT,HOSTELS,GUESTHOUSE,COUNTRY HOUSE</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
f4a52c90-75cf-40dc-a0e6-6dc944038a6d|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|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
686380d1-658b-4ec1-9bfd-028e7822fb97|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="686380d1-658b-4ec1-9bfd-028e7822fb97">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84793" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-07T00:00:00" End="2026-09-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shrirajholidays.dom@gmail.com" Password="Alliswell@9" 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
686380d1-658b-4ec1-9bfd-028e7822fb97|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
686380d1-658b-4ec1-9bfd-028e7822fb97|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
686380d1-658b-4ec1-9bfd-028e7822fb97|InfiniteSearch|successfull supplier interation||Infinite|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
686380d1-658b-4ec1-9bfd-028e7822fb97|HotelbedsSearch|successfull supplier interation||HotelBeds|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
686380d1-658b-4ec1-9bfd-028e7822fb97|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:17f6c387-4b05-493d-82a8-0e773c1d24b1
Error Number:2812,State:62,Class:16|SmyRooms|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
686380d1-658b-4ec1-9bfd-028e7822fb97|RestelSearch|successfull supplier interation||Restel|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
686380d1-658b-4ec1-9bfd-028e7822fb97|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|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
686380d1-658b-4ec1-9bfd-028e7822fb97|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|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
686380d1-658b-4ec1-9bfd-028e7822fb97|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-08-06T18:12:38.0316092+01:00" Version="0" EchoToken="Search" TransactionIdentifier="686380d1-658b-4ec1-9bfd-028e7822fb97" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="83" TotalAmount="39.39" OriginalAmount="39" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431919-27601920/8401377501834249894/9813" HotelName="URBAN SLUMBER HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105660000/105651400/105651303/48790612_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.98812234" Longitude="105.84119023" StarRating="0" HotelCode="964896|oyo_180_thang_long_hotel" HotelName="Thang Long Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>713 Giai Phong Street, Phuong Liet Ward, Hoang Mai District, Hanoi 70000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/53/1f53b572cd0ce57bd49e24cd3514a62e31a57818.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036144" Longitude="105.847692" StarRating="2" HotelCode="931938|hanoi_evergreen_hotel" HotelName="Hanoi Evergreen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Hang Dong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/f1/eff12e3fe7a49ac0a029b435cf29268971e9b0df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.71" OriginalAmount="43.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037614" Longitude="105.854058" StarRating="2" HotelCode="|524444" HotelName="An Nam Corner- Thanh Yen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Thanh Yen, Phuc Tan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/4/4/4/524444_e3bcf9b0915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.54" OriginalAmount="46.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033977" Longitude="105.790637" StarRating="2" HotelCode="|421276" HotelName="OYO 1143 Thu Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Alley 45 Tran Thai Tong Dich Vong Cau Giay Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/2/7/6/421276_25d51d21733.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.51" OriginalAmount="48.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.014398" Longitude="105.863154" StarRating="3" HotelCode="|447064" HotelName="Golden 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81 Nguyen Khoai, Hanoi, Hanoi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/0/6/4/447064_3c1260e0808.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="958291|thu_giang_hotel" HotelName="Hotel Thu Giang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>17-45 Tran Thai Tong, Phuong Dich Vong, Quan Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/0c/e40c6dbb668564a730fafcf130922a0ed9ca97f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="53.53" OriginalAmount="53" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431825-27603641/8401377501834249894/12166" HotelName="ERA APARTMENT THAI HA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109300000/109294600/109294590/adff9f6b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="55.55" OriginalAmount="55" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431824-27602733/8401377501834249894/12168" HotelName="ERA APARTMENT DONG CAC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107180000/107171200/107171130/0d5fbf6d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="787493|nam_cuong_x_hotel" HotelName="Nam Cuong X Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>57 Tran Quoc Vuong, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/18/8a182c41744057ab8065e0381e42c90af3739f79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.81" OriginalAmount="55.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04879" Longitude="105.83997" StarRating="3" HotelCode="|422059" HotelName="The Autumn Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30A Truc Lac Alley Truc Bach Ba Dinh Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/0/5/9/422059_092e8cc1721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.013101803078" Longitude="105.8066451086" StarRating="1" HotelCode="347784|sao_hotel_2" HotelName="Sao Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>43 Nguyen Ngoc Vu, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ea/dbea8c62f400e8155d7229f88ca47f3183e9c314.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.20414076" Longitude="105.78625895" StarRating="2" HotelCode="374434|indochina_airport_hotel" HotelName="Indochina Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Cau Den, Noi Bai</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/99/ee99c390658a8da3ab7c27a2271bdd853f2b8d86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="692327|phuong_trang_hotel_hanoi" HotelName="Phuong Trang Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Nguyen Van Cu Street, Bo De Ward, Long Bien District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/59/9f59d3609c744f94b6fe77f04747aa2b415256ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Phuong Trang Hotel Hanoi in Hanoi (Long Bien), you'll be conv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03230498" Longitude="105.78954715" StarRating="3" HotelCode="600509|bach_duong_hotel_cau_giay" HotelName="Bach Duong Hotel Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>C5/D6 Tran Thai Tong Street, Dich Vong, Cau Giay, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/b3/70b3362a16c17980b908ee2350fbdd6d00998218.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.93" OriginalAmount="56.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.047708" Longitude="105.865482" StarRating="3" HotelCode="|419519" HotelName="Lucky Budda Inn Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99 Ngoc Thuy Street 99-99B/32 Ngoc Thuy, Yen Tan, Long Bien, Hanoi, Long Bien, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/5/1/9/419519_b7383101711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.40" OriginalAmount="56.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0322483" Longitude="105.7891935" StarRating="3" HotelCode="|265910" HotelName="Super Oyo Capital O 387 Bach Duong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C5/D6 Khu Do Thi Moi Cau Giay, Tran Thai Tong Street, Dich Vong Ward, Cau Giay District, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/9/1/0/265910_72c4bf01726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|574211-27881488/8401377501834249894/5473" HotelName="PHUONG TRANG HOTEL HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21310000/21303400/21303347/eaad3290_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|899186-26133750/8401377501834249894/10920" HotelName="NEWSTYLE HANOI HOTEL AND APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/56000000/55410000/55406500/55406458/b3d174f7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.20432606" Longitude="105.83087106" StarRating="3" HotelCode="347804|royal_airport_hotel_3" HotelName="Viet Village Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1B Duong Thai Phu Village, Vo Nguyen Giap Str, Noibai Airport, Ha noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/0c/8c0cf61d6807187b538e58ac9da13999e50e1676.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|579341-25726052/8401377501834249894/12064" HotelName="SAO MAI HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23050000/23041000/23040926/13f6efe0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.59" OriginalAmount="59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03450968" Longitude="105.84744374" StarRating="2" HotelCode="550104|165360" HotelName="Hanoi Lotus Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Bat Su Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/3b/693b19c74fafa3ddaddcd82924da49d49889e409.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="59.59" OriginalAmount="59" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572297-25722600/8401377501834249894/10942" HotelName="OYO 387 BACH DUONG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19290000/19286400/19286375/b4ea419a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="59.59" OriginalAmount="59" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|588410-25733495/8401377501834249894/11896" HotelName="NAM CUONG X" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29850000/29842200/29842174/3e6c4b85_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.64" OriginalAmount="59.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.016592" Longitude="105.773655" StarRating="0" HotelCode="|521711" HotelName="Thanh Hang near Emerald My Dinh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Ngo 180 Duong Dinh Thon Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/7/1/1/521711_49a98921117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.00" OriginalAmount="59.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.204998" Longitude="105.829909" StarRating="3" HotelCode="|420665" HotelName="Anova 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 8 Vo Nguyen Giap Thai Phu Mai Dinh Soc Son Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/6/6/5/420665_6b968261727.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="61.61" OriginalAmount="61" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431891-27602485/8401377501834249894/11104" HotelName="OIKIA HANOI HOTEL&amp;amp;APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106710000/106708200/106708153/65229a93_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01460316" Longitude="105.80446958" StarRating="2" HotelCode="518395|obis_hotel" HotelName="Obis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5B Tran Duy Hung street, Trung Hoa, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/7c/a97cfdf19f98915e43d20f9a916b29425b4845e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649510-25826361/8401377501834249894/10337" HotelName="ANOVA 2 HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38870000/38860900/38860832/43376af7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.009724" Longitude="105.798701" StarRating="3" HotelCode="420609|newland_studio_apartment_8" HotelName="V-Studio Hotel Apartment 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>No.47 Lane, 148 Tran Duy Hung street,, Cau Giay Disctrict, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/12/b8121328c229ce16169062ea6f3fc06cc9e53681.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.48" OriginalAmount="62.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.951278" Longitude="105.749466" StarRating="2" HotelCode="|523114" HotelName="Thu Do Vang Ha Dong By Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QL6 Phu Lam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/1/4/523114_c3529230911.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1085823-26343913/8401377501834249894/9201" HotelName="TITANIC HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37870000/37860500/37860458/e50fd95a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|436220-25609992/8401377501834249894/10758" HotelName="NEWLAND STUDIO APARTMENT 9" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16400000/16398300/16398260/737fc26b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|268510-25492247/8401377501834249894/11419" HotelName="HANOI EVERGREEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9440000/9434200/9434117/bfea02b2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01202156" Longitude="105.776916" StarRating="3" HotelCode="554410|newland_studio_apartment_9" HotelName="V-Studio Hotel Apartment 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>16 Dong Me Street, Lane 1, Me Tri Road, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/e3/0fe325438b2238a5919fe78698f0be605a7ce825.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="701404|sunrise_hotel_34" HotelName="Sunrise Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Vu Ngoc Phan Street</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/a0/6fa020c5554a58d820c2e2a8e0485bc33319a25d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.88" OriginalAmount="64.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.124692" Longitude="105.770588" StarRating="2" HotelCode="|521807" HotelName="New An Phú" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/8/0/7/521807_7b746881107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="976877|ruby_lakeview_homestay" HotelName="Ruby Lakeview Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Ngõ 96 Pho Dai Tu, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/e8/6ee8ff8a718d5a8841ed1adf97e7163f13b7937c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431910-27603159/8401377501834249894/12177" HotelName="RUBY SUN HOME" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108270000/108266100/108266040/1ca2c995_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.46" OriginalAmount="67.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00939" Longitude="105.81167" StarRating="0" HotelCode="|521712" HotelName="Sao Nguyen Ngoc Vu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Nguyen Ngoc Vu Trung Hoa Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/7/1/2/521712_4a5fe691118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|181516-25366821/8401377501834249894/10984" HotelName="CHARMING" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5080000/5070600/5070534/f4496ec2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03261343" Longitude="105.85381525656" StarRating="3" HotelCode="119066|hanoi_orchid_hotel" HotelName="Hanoi Oriental Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 Hang Be, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/4c/a64c6b26755849b59f53c71441d2e194a1fc7efb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031974709172" Longitude="105.84778899944" StarRating="2" HotelCode="915995|hanoi_charming_hotel" HotelName="Hanoi Charming Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Yen Thai Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/93/0993346771e39d68997ee2d643e969f932c3269a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.73" OriginalAmount="68.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.218997" Longitude="105.783156" StarRating="0" HotelCode="|525809" HotelName="Golden Lotus Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Km 2, Vo Nguyen Giap, San Bay Noi Bai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/8/0/9/525809_03307271019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00201287" Longitude="105.80779921" StarRating="1" HotelCode="347785|nhan_hoa_hotel_hanoi" HotelName="Nhan Hoa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>66/116 Nhan Hoa, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/23/93238b48343ce1b3deed7e2b9d8250d672583af1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00628103" Longitude="105.78232938" StarRating="2" HotelCode="600898|nam_long_hotel_ha_noi" HotelName="Nam Long Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>6 38 Mieu Dam Road, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/c5/02c58a75cc0712202803c682021e1252a7b186e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.05" OriginalAmount="69.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0351278" Longitude="105.8000437" StarRating="1" HotelCode="|421429" HotelName="Khach San Phuong Dong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 14, Lane 72, Duong Quang Ham, Quan Hoa Ward, Cau Giay District,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/4/2/9/421429_60746221732.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.46" OriginalAmount="70.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0102987" Longitude="105.8651049" StarRating="3" HotelCode="|374877" HotelName="Le Grand Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1B9 Dam Trau, Bach Dang, Hai Ba Trung dist.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/4/8/7/7/374877_90dfa591344.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.57" OriginalAmount="70.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.8986756" Longitude="105.8671954" StarRating="3" HotelCode="|421553" HotelName="Oyo 930 Thang Long" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duyen Thai, Thuong Tin, 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/5/5/3/421553_6cab1770212.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.58" OriginalAmount="70.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02775" Longitude="105.82372" StarRating="3" HotelCode="|446943" HotelName="Nythome Giang Vo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7/c11 Ngo 140 Giang Vo, Hanoi, 10000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/4/3/446943_4783b0f1723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="974508|lieber_hotel_2" HotelName="Lieber Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Yen Phuc, Phuc La, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/f9/75f912fe0f0da86e51e49504fd7095f7f1485aff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.13" OriginalAmount="71.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="768004|755027" HotelName="The Ky Moi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8/55 Le Dai Hanh Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/15955/2115955/1.jpg?f=15351388</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0100713" Longitude="105.86520324" StarRating="0" HotelCode="688661|le_grand__4" HotelName="Le Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1B9 Dam Trau, Bach Dang Street, Haibatrung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/93/76934450b3baf4a6345e9a31d62a7076d5522365.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Le Grand Hotel is perfectly located for both business and leisure guests in Hanoi. The hotel has eve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.43" OriginalAmount="72.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03333094" Longitude="105.84793358" StarRating="2" HotelCode="586825|3471705" HotelName="Hanoi Traveller House" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>25 Hang Thiec, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fc/78fcff747a529ed816051612b5f4c9ecc1f31f70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="73.73" OriginalAmount="73" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572651-25722702/8401377501834249894/11362" HotelName="DAI DUONG HOTEL 2" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19510000/19501900/19501878/84e44208_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01922143" Longitude="105.80041242" StarRating="3" HotelCode="600513|dai_duong_hotel_2" HotelName="Dai Duong Ha Noi Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>66 Trung Yen 9, Yen Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/85/cc85f4b6ac119cd125bbbd4d5360ffc898e5f638.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="636655|nyt_home_cau_giay" HotelName="NYT Home Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Alley 123, Hoang Quoc Viet street, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/ee/e4ee1607bc4a25f684f3aaf030aaacfa12b395a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.12" OriginalAmount="73.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.009808" Longitude="105.810826" StarRating="2" HotelCode="|523094" HotelName="69Xumimotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>so 69 ngo 53 Nguyen Ngoc Vu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/0/9/4/523094_b8d11dc0900.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.21" OriginalAmount="73.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03304" Longitude="105.7898" StarRating="3" HotelCode="|189585" HotelName="Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C1/D6 Cau Giay New Urban Area</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/8/5/189585_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0349633" Longitude="105.80073349" StarRating="3" HotelCode="835898|362519" HotelName="Hotel Phunng Dông" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>So 14 Duong Quang Hàm, Ngo 72, Phuong Quan Hoa, Quan Cau Giay, Hà Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431834-27594476/8401377501834249894/11570" HotelName="HANOI ADELA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95240000/95230600/95230568/033e85fd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.002180810067" Longitude="105.80955968821" StarRating="3" HotelCode="347160|mely_hotel" HotelName="Mely Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Nhan Hoa Street, Nhan Chinh Ward, Thanh Xuan, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/e0/bce033c2f6c100976f1bfdfb79f93a96e6d48cd8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01272749" Longitude="105.86635268" StarRating="3" HotelCode="586444|sunrise_hanoi_hotel" HotelName="Sunrise Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>716 Bach Dang, Hai Ba Trung District, Quan Hai Ba Trung, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/2d/772d8a4609eb477971f92e0659d83bf79e0da916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02776677" Longitude="105.82361786" StarRating="3" HotelCode="958298|nythome_giang_vo" HotelName="NYT Home Giang Vo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 C11 Alley 140, Giang Vo, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/42/824251361c1d1cc66b0b65fe6918a4a3f04941a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032530368132" Longitude="105.78981365188" StarRating="3" HotelCode="347507|home_hotel_9" HotelName="Home Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>C1/D6 New Cau Giay Residence, Dich Vong Ward, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/bd/29bdab29dc73f38e569430afdd007639ef42401d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="976089|oyo_276_bh_hotel" HotelName="Bh Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Cau Dat Street, Lane 75, Chuong Duong Do Ward, Hoan Kiem District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/29/8129b1575eb8f28a2af8d67e99326db01b34922a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899202-26133774/8401377501834249894/10988" HotelName="NHAT LY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41930000/41921600/41921559/4c53fad4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21889398" Longitude="105.78331658" StarRating="3" HotelCode="374682|dragon_airport_hotel" HotelName="Dragon Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Dien Xa, Soc Son, Noi Bai, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/1b/051b44814e5fa6137cc852e418c0b529c4c47d93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.97" OriginalAmount="76.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00353" Longitude="105.77971" StarRating="2" HotelCode="|537202" HotelName="Hoang Gia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So 4 Me Tri Thuong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/2/0/2/537202_a972fbd2101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.41" OriginalAmount="76.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.1987057" Longitude="105.8271708" StarRating="3" HotelCode="|446958" HotelName="Noi Bai Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/5/8/446958_bb408c40723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.54" OriginalAmount="76.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028537" Longitude="105.768595" StarRating="3" HotelCode="|421240" HotelName="Duc Long" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C32 alley 89 Le Duc Tho street, My Dinh 2, Nam Tu Lien district, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/2/4/0/421240_14249bd1716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033958240669" Longitude="105.85169434547" StarRating="3" HotelCode="169666|74944" HotelName="Monsieur Diesel Hotel Hang Bac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Hang Bac, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/0a/070a1602d831f7de22ba4d41442d553fa6d093ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is one of the most beautiful and luxurious hotels in the centre of Hanoi's Old Quarter. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431804-27603509/8401377501834249894/10913" HotelName="ASIA COZY HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108950000/108947600/108947510/1c244e22_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573536-25723214/8401377501834249894/11082" HotelName="HOME HANOI HOTEL CAU GIAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9450000/9442700/9442664/e10fee3b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|898731-26132980/8401377501834249894/11500" HotelName="COFFE HOUSE HOMESTAY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27800000/27792700/27792639/968b4228_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|574019-25723440/8401377501834249894/11829" HotelName="NAM LONG HOTEL HA NOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19510000/19504000/19503948/dc58afc2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03234232" Longitude="105.78990417" StarRating="3" HotelCode="471332|one_hotel_hanoi" HotelName="One Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Thai Tong Street, C3/D6 New Cau Giay Residence, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/95/509515b35e2c8b89a0ef61e5a16451921d6a127f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.76" OriginalAmount="78.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.976696" Longitude="105.844136" StarRating="2" HotelCode="|567159" HotelName="Phuong Trang by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 P. Giap Nhi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/1/5/9/567159_eb955391359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21860224" Longitude="105.78239127" StarRating="0" HotelCode="374361|van_anh_hotel" HotelName="Van Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dien Xa, Sóc Son, N?i Bài, Quang Tien, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/3f/433f8e4cde892c820ef0a5b2cc319c7b99431c47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01195614" Longitude="105.80709484" StarRating="2" HotelCode="615137|v_house_6_serviced_apartment" HotelName="ISTAY Hotel Apartment 6" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Lane 171 Nguyen Ngoc Vu, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/1a/721a39153f087fb2c2eee253653619a80bfa15d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00353742" Longitude="105.77973739" StarRating="2" HotelCode="834180|hotel_hoang_gia" HotelName="Hotel Hoang Gia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Me Tre Thuong, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/8a/ef8a7d901585f1f76be76269faff6b34f6d20b69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.68" OriginalAmount="79.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0346817" Longitude="105.8518982" StarRating="0" HotelCode="|270097" HotelName="Ibiz City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Luong Ngoc Quyen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/0/9/7/270097_3c4e3c61704.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21676551" Longitude="105.78116459" StarRating="2" HotelCode="375171|family_transit_hotel" HotelName="Family Transit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dien Xa, Quang Tien, Noi Bai Airport, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/11/3711f407bf3d5b1125139537a9450c00cfec729d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.99" OriginalAmount="80.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0290486" Longitude="105.7843614" StarRating="3" HotelCode="|460786" HotelName="Granda Central Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 10, Lane 100 Dich Vong Hau Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/0/7/8/6/460786_a41606b1148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.52" OriginalAmount="80.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02921" Longitude="105.84832" StarRating="0" HotelCode="|189222" HotelName="Bluebell" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Ngo Huyen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/2/2/189222_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.56" OriginalAmount="80.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00945" Longitude="105.79795" StarRating="3" HotelCode="|235414" HotelName="V-studio Apartment 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47/148 Tran Duy Hung Trung Hoa Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/4/1/4/235414_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029205879909" Longitude="105.84832904616" StarRating="2" HotelCode="306558|83944" HotelName="Bluebell Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Ngo Huyen, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/5d/265d932b828be582bf09009375922704cb00e371.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|574421-24648814/8401377501834249894/5451" HotelName="V HOUSE 6 SERVICED APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29500000/29493800/29493733/c7dd6110_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413702-25592294/8401377501834249894/10481" HotelName="ONE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13430000/13425500/13425491/6df5b8df_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898660-26132866/8401377501834249894/10581" HotelName="ANNA  AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33450000/33448000/33447924/7475390d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.218806306426" Longitude="105.78326697533" StarRating="2" HotelCode="227157|noi_bai_airport_hotel" HotelName="Noi Bai Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>km2 Vo Van Kiet Street, Noibai Airport, Noi Bai</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/3a/b13a97c7db3eca20ecf66a5080db62aa0bb12a81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21871301" Longitude="105.78197937" StarRating="1" HotelCode="374358|anh_duong_hotel" HotelName="Anh Duong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Business Centre,Concierge,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vo Van Kiet, Dien Xa, Quang Tien, Soc Son, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/7b/707b85e2f25ebec597ef135b868b1112c9fc3769.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Anh Duong Hotel is perfectly located for both business and leisure guests in Hanoi. Offering a varie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03531903" Longitude="105.84549296" StarRating="3" HotelCode="631409|hanoi_prime_center_hotel" HotelName="Hanoi Prime Center Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Huong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/c7/18c7256de795bd8cc496e549609e7dab417707b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02864903" Longitude="105.77616392" StarRating="2" HotelCode="587793|an_phu_hotel" HotelName="An Phu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 N5B, My Dinh 2, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f6/a9f64ae43687196f648cb9ef84e2bf23eeb7c7a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="856254|anna_airport_hotel" HotelName="Anna Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Quoc Lo 2, Mai Dinh, Soc Son, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/c9/0fc96d19e5a755b57dbc507950db6c527bc3e752.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.05947726" Longitude="105.83321409" StarRating="0" HotelCode="970285|eden_westlake_hotel_the_art" HotelName="Eden Westlake Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Alley 8 Tu Hoa, Tay Ho, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/ce/a2/cea2b810072b64b81d0365a8aa78bd6efdb3a012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.03" OriginalAmount="82.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.219984" Longitude="105.783168" StarRating="3" HotelCode="|446952" HotelName="Hanz Duc Hieu 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quoc Lo 2, Dien Xa, Soc Son, Hanoi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/5/2/446952_c3579000631.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.52" OriginalAmount="82.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0323804" Longitude="105.7980086" StarRating="3" HotelCode="|420318" HotelName="Victor Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 24, Lane 165 Cau Giay, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/3/1/8/420318_d3890851755.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00504405" Longitude="105.80095409" StarRating="3" HotelCode="754818|vyhouse_hanoi_hotel" HotelName="Vy House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 N7B Trung Hoa, Nhan Chinh, Thanh Xuan, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/97/b097a036dc2b33e025b3068f5ac683445faeb65a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033723" Longitude="105.855127" StarRating="3" HotelCode="905921|prince_hotel_2" HotelName="Hanoi Prince Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 To Tich Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/77/c477eeb6f60d037841566a1add1d651acaf5e246.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the Old Quarter on the western side of Hoan Kiem Lake with its ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01967218" Longitude="105.77794451" StarRating="2" HotelCode="621848|348588" HotelName="Vinn Hotel Apartment 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>5 Lane 97, Dinh Thon, My Dinh 1, Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/50/0d50fea534a9e8bc6465ef5b2ebcb7521b8fd0ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.20308721" Longitude="105.83249319" StarRating="2" HotelCode="584621|family_airport_hotel" HotelName="Family Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>17-18 Vo Nguyen Giap Street, Noi Bai Airport, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/c3/01c34fb0a4a32cec03bca35ce688ba72c6a6cd81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01109794" Longitude="105.7763195" StarRating="3" HotelCode="600095|istay_hotel_apartment_5" HotelName="ISTAY Hotel Apartment 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>45 Alley 4 Dong Me Street, Me Tri Ward, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/5d/1f5d5ea20e07838b475eac1dd7d2a7d522716f16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Hanoi, ISTAY Hotel Apartment 5 is minutes from The Garden Shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.87" OriginalAmount="84.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035243" Longitude="105.853346" StarRating="0" HotelCode="|536405" HotelName="La Renta Center Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50A Ma May Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/4/0/5/536405_c08a83f1132.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.44" OriginalAmount="84.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0338581" Longitude="105.8524105" StarRating="2" HotelCode="|270645" HotelName="Gecko" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85 Hang Bac Street Hanoi 10000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/6/4/5/270645_69abbd31749.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.47" OriginalAmount="84.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0057938" Longitude="105.7826336" StarRating="3" HotelCode="|266624" HotelName="Nam Long Ha Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 6, 38 Mieu Dam, Me Tri, Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/6/2/4/266624_a7a1a1e1719.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.71" OriginalAmount="84.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.012537" Longitude="105.8664738" StarRating="3" HotelCode="|266703" HotelName="Sunrise Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>716 Bach Dang, Hai Ba Trung District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/7/0/3/266703_abb741c1723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="85.85" OriginalAmount="85" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|579272-25726022/8401377501834249894/9184" HotelName="VICTOR HANOI HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29480000/29478700/29478646/257742f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034235860578" Longitude="105.84725155338" StarRating="2" HotelCode="119195|joy_journey_hotel" HotelName="Hanoi City Backpackers Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>55 Bat Su Str, Hoan Kiem Dist, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/d7/0dd77471b6606f06bfad36d6eb5dfe7b818660c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.33" OriginalAmount="85.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0183" Longitude="105.8" StarRating="3" HotelCode="|421216" HotelName="Rosa Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 4, Trung Yen 10A, Lot 4D, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/2/1/6/421216_0c350371708.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.61" OriginalAmount="85.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02112" Longitude="105.846747" StarRating="0" HotelCode="|535421" HotelName="Hanowood Homestay and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Ha Hoi, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/4/2/1/535421_42c0f361110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03262556" Longitude="105.79856656" StarRating="3" HotelCode="771333|cau_giay_hotel" HotelName="Victor Hotel Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 Lane 165, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/9f/a99f0370f904b90c841cf2384b19b9d9be1f4ce8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.70" OriginalAmount="86.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0105817" Longitude="105.7768865" StarRating="3" HotelCode="|266428" HotelName="Istay Apartment 5" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45/4 Dong Me, Me Tri, Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/4/2/8/266428_9428b001700.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.82" OriginalAmount="86.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034655" Longitude="105.813424" StarRating="2" HotelCode="|523124" HotelName="Anh Sao by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ng. 42 P. Lieu Giai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/2/4/523124_c88da360916.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033901185186" Longitude="105.85242106411" StarRating="3" HotelCode="517754|hoan_kiem_downtown_backpackers_hostel" HotelName="Gecko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Hang Bac Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/f3/50f35b62d441d28957fe4a283a20c4f0b9896104.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.22" OriginalAmount="87.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.022267" Longitude="105.777386" StarRating="2" HotelCode="|523070" HotelName="Hana by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P. Thien Hien My Dinh 1 Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/0/7/0/523070_a6437c30942.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.45" OriginalAmount="87.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.052267" Longitude="105.83857" StarRating="3" HotelCode="|420918" HotelName="The Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/1/8/420918_4e160901518.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.57" OriginalAmount="87.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0108831" Longitude="105.7951702" StarRating="3" HotelCode="|266608" HotelName="Blue Hanoi Inn City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>119 Nguyen Chanh Trung Hoa, Cau Giay Hanoi 10000 Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/6/0/8/266608_e91a2551505.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034762536046" Longitude="105.85182612407" StarRating="2" HotelCode="346279|83978" HotelName="Hanoi Marriotte Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Luong Ngoc Quyen Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/20/02207d705f3b24dfcd9ede3dfee56333f1032f8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217551-25420738/8401377501834249894/9768" HotelName="VAN MIEU" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9820000/9810600/9810544/11e12598_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.023971881626" Longitude="105.82047271467" StarRating="2" HotelCode="347106|blue_29_hotel" HotelName="Blue 29 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Pho Giang Vo, Ngo 325, Quan Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/27/6527ecc0a2e6376f613eef61f5dd57b2b405ea1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.026536325424" Longitude="105.83725355052" StarRating="2" HotelCode="346709|van_mieu_hotel" HotelName="Van Mieu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Business Centre,Dry Cleaning,Elevator,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>54B Quoc T­u Giam, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/10/a4105818b5b5320a5f697643bfa46257404c1d39.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Van Mieu Hotel to discover the wonders of Hanoi. The hotel offers a high standard of service...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02316921" Longitude="105.82117445" StarRating="3" HotelCode="586864|blue_hanoi_inn_luxury_hotel_spa" HotelName="Blue Hanoi Inn Luxury Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>466 De La Thanh Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/25/1a259593ad138ef6e748f0749b7fd7f26cd679e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.32" OriginalAmount="88.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.990857" Longitude="105.736768" StarRating="0" HotelCode="|521670" HotelName="Royal Duong Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Can 38-39 Lo D28 - NV 16 Le Trong Tan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/6/7/0/521670_30ebb851152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.46" OriginalAmount="88.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03471" Longitude="105.85214" StarRating="3" HotelCode="|189617" HotelName="Marriotte Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 Luong Ngoc Quyen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/6/1/7/189617_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.46" OriginalAmount="88.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0150106" Longitude="105.8105828" StarRating="1" HotelCode="|265908" HotelName="Sunrise" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Alley 42 Vu Ngoc Phan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/9/0/8/265908_7206fd31726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.76" OriginalAmount="88.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02396" Longitude="105.82048" StarRating="0" HotelCode="|189219" HotelName="Blue 29" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 3/325, Giang Vo street, Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/1/9/189219_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034669" Longitude="105.852161" StarRating="2" HotelCode="53752|348450" HotelName="Ibiz City Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Beauty Salon,Bicycle Rental,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Kitchen,Laundry,Library,Luggage Storage,Massage Centre,Parking,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>51 Luong Ng?c Quy?n Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f2/b7f24ca089423d2a7d5cf2bbeb3ab2d82e5c8216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;It just takes  30 minutes  from the Noi Bai International airport and 5 minutes to walk to Hoan Kiem...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|345584-25535757/8401377501834249894/10867" HotelName="FAMILY TRANSIT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11550000/11541400/11541359/6c277e17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437967-27930975/8401377501834249894/12123" HotelName="MOONLIT SUITES HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109910000/109902300/109902273/07284b5d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="985106|rosa_hanoi_hotel" HotelName="Rosa Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Lot 4D Trung Yen 10A Street, Cau Giay, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/35/753565fe5af42527913d44bf9c64eb09d2929525.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|588278-25733421/8401377501834249894/11260" HotelName="KHACH SAN VIET MY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31960000/31952400/31952314/3347e211_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431844-27603627/8401377501834249894/11409" HotelName="HERA PALACE HOTEL &amp;amp; APARTMENT BA DINH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109200000/109197300/109197234/8460024d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.48" OriginalAmount="90.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.014718" Longitude="105.7803744" StarRating="3" HotelCode="|332151" HotelName="Brilliant Me Tri" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Me Tri Ha Street, Me Tri Ward, Nam Tu Liem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/1/5/1/332151_999712a1821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.87" OriginalAmount="90.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.012412" Longitude="105.850427" StarRating="3" HotelCode="|421432" HotelName="Ohana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>153 Trieu Viet Vuong, Hai Ba Trung, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/4/3/2/421432_62b7bcf1734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572450-25722644/8401377501834249894/10453" HotelName="BLUE HANOI INN CITY HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19340000/19337600/19337589/5583c32b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|478406-25643828/8401377501834249894/12004" HotelName="THE ROYAL HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18530000/18521600/18521540/eff44c6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.05" OriginalAmount="91.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036343" Longitude="105.853651" StarRating="0" HotelCode="|533210" HotelName="Hanoi Memory Central Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Tran Nhat Duat street, Hang Buom ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/2/1/0/533210_cb21bc01107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.61" OriginalAmount="91.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.065905" Longitude="105.825686" StarRating="0" HotelCode="|533892" HotelName="Westlake Emerald Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Tay Ho, Quang An, Tay Ho, Ha Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/8/9/2/533892_64f34f71156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.74" OriginalAmount="91.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029078" Longitude="105.828651" StarRating="2" HotelCode="|523098" HotelName="Lao Cai by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 P. Cat Linh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/0/9/8/523098_bad6b510902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.76" OriginalAmount="91.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01397" Longitude="105.86399" StarRating="3" HotelCode="|234481" HotelName="Gallant" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Van Don Street, Hai Ba Trung District Hanoi 10000 Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/4/8/1/234481_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572456-25722646/8401377501834249894/10525" HotelName="BLUE HANOI INN LUXURY HOTEL AND SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19810000/19803800/19803791/313cbd49_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898922-26133288/8401377501834249894/11302" HotelName="LAKESIDE HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45700000/45692200/45692184/w1534h1024x0y0-afb371fc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.20473914" Longitude="105.83011748" StarRating="3" HotelCode="586954|anova_hotel" HotelName="Anova Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9 Vo Nguyen Giap Street, Thai Phu, Soc Son District, Ha Noi, Mai Dinh Commune</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/71/3871282691afb98ac96edf942b71797d61f39416.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="774082|dai_phat_hotel" HotelName="Dai Phat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Pham Tuan Tai, Ngo 33, Quan Bac Tu Liem, Thanh Pho Hanoi 122300</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/6b/e96b425412b1106afef7bd952efeda9564bea108.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00902384" Longitude="105.81241069" StarRating="3" HotelCode="772415|louisland_hotel" HotelName="Louisland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>23 Nguyen Ngoc Vu, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/0c/530cd2a51ede1d3d41d0495e4b6275c8792973b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030874" Longitude="105.848341" StarRating="3" HotelCode="931949|mai_charming_boutique_hotel" HotelName="Mai Charming Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Hang Bong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/d8/85d894f99a4a6be8242b3f33a49faddbf2f5efa1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032768" Longitude="105.850616" StarRating="2" HotelCode="267079|hanoi_golden_river_hotel" HotelName="Heart Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Luong Van Can street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/78/9578bbe07ab3169e7f645461c59a28ab7a47636a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A bar, a transfer service and room service are available to guests of the accommodation. Wireless in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01909023914" Longitude="105.83548927242" StarRating="3" HotelCode="346708|van_mieu_2_hotel" HotelName="Van Mieu 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>159 Kham Thien, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a3/3ca33345b94d11091d42624f0730a6dbcf4fa0f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04472262" Longitude="105.84306213" StarRating="2" HotelCode="585786|smile_hotel_6" HotelName="Smile Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Cua Bac Street, Truc Bach, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/0b/1a0b993cfc74e24537a6fe14fe110d806e4fa202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service. Wireless internet access is available to guests in the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02296551" Longitude="105.84766151" StarRating="3" HotelCode="631601|au_coeur_dhanoi_apartment" HotelName="Au Coeur D'Hanoi Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>82H Tho Nhuom, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c1/74c1ead860270522355fe54adfbd9146cea3edb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.00" OriginalAmount="93.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0457535" Longitude="105.7916112" StarRating="3" HotelCode="|265639" HotelName="Blue Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Tran Tu Binh Street, Nghia Tan, Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/6/3/9/265639_5d3762b1705.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.46" OriginalAmount="93.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035374" Longitude="105.810834" StarRating="0" HotelCode="|534153" HotelName="NB Apartment - Linh Lang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So 4 ngo 41 pho Linh Lang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/1/5/3/534153_14f09e41152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-5.13192" Longitude="119.40737" StarRating="3" HotelCode="0|436061-25609914/8401377501834249894/10700" HotelName="BRILLIANT ME TRI HOTEL AND SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>0, Jl. Jampea No.5, Pattunuang, Kec. Makassar, Makassar ,Makassar,  90174</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21970000/21967000/21966979/c30bd236_b.jpg</HotelPictures>
        <HotelDescription>Stop at Yasmin Hotel Makassar to discover the wonders of Makassar. The hotel has everything you need for a comfortable stay. Take advantage of the hotel`s 24-hour room service, free Wi-Fi in all rooms, daily housekeeping, 24-hour security, 24-hour front desk. Guestrooms are designed to provide an optimal level of comfort with welcoming decor and some offering convenient amenities like television LCD/plasma screen, internet access – wireless, internet access – wireless (complimentary), non smoking rooms, air conditioning. The hotel`s peaceful atmosphere extends to its recreational facilities which include massage. For reliable service and professional staff, Yasmin Hotel Makassar caters to your needs. &lt;br /&gt;Guests over 5 years old are considered as adults.&lt;br /&gt;Minimum guest age is 18.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00287581" Longitude="105.80695157" StarRating="3" HotelCode="624976|hanoi_suji_hotel" HotelName="Suji Hotel Nhan Hoa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>78 Alley 116, Nhan Hoa, Cau Giay, Thanh Xuan, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/e4/6be466959229ff3687bba9d69b51376a3087bab7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01466046" Longitude="105.78046187" StarRating="3" HotelCode="621939|blubiz_hotel" HotelName="Blubiz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10 Me Tri Ha, Me Tri, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/cb/b4cb70c8fc4e006d5d733ba66442514a1c92c5f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.27" OriginalAmount="94.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.005949" Longitude="105.83883" StarRating="2" HotelCode="|523099" HotelName="Ha Noi Vang by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ng. 4 P. Phuong Mai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/0/9/9/523099_bb565d70903.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899440-26134072/8401377501834249894/9191" HotelName="VINHOMES GREEN BAY APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112110000/112105000/112104954/ebe4ba88_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02671328" Longitude="105.81037484" StarRating="1" HotelCode="347117|regal_hotel_pham_huy_thong" HotelName="Regal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bicycle Rental,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Pham Huy Thong, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/c3/26c3276084db8dc1a75a0450de27cf84f4e681ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Regal Hotel – Pham Huy Thong is conveniently located in the popular Ba Dinh District area. The hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="375118|mi_hoa_1" HotelName="My Hoa 1 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Massage Centre,Parking,Room Service,Sauna,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Number 9, Alley 2, Dinh Thon Rural, My Dinh 1, Nam Tu Liem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/c2/62c287e4a0fd189ce23f10a197454b8ae36482c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Mi Hoa 1 Hotel is perfectly located for both business and leisure guests in Hanoi. The hotel offers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04565684" Longitude="105.79161982" StarRating="3" HotelCode="518359|blue_pearl_6" HotelName="Blue Pearl Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Tran Tu Binh Street, Nghia Tan, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/18/451845e59c11306b896ca99fb5a4c5c64a4ab0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01438059" Longitude="105.865176" StarRating="3" HotelCode="619378|riverside_boutique_hotel" HotelName="Riverside Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Van Don, Bach Dang, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/14/23143a964044208c6d21253ceaa0a37594ea076c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01225037" Longitude="105.81774222" StarRating="3" HotelCode="980850|irest_apartment" HotelName="IRest Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>39 Lane 53, Yen Lang Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/5f/285fd0d1d762c5265870b0f31aa68048f56ec01b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.07" OriginalAmount="95.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03252" Longitude="105.85431" StarRating="3" HotelCode="|84051" HotelName="Aquarius Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90B NGUYEN HUU HUAN ST, OLD QUARTER, HOAN KIEM 90B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/5/1/84051_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, urban hotel, has attentive service, a lobby with a reception, express check-out, a currency exchange service, a safety deposit box service and a lift. It also has a restaurant, internet, room service, a laundry service, bicycle hire and a car park. SITUATION: This hotel is in Hanoi the historic centre of Close to Hoan Kiem Lake Dong Xuan the market, the history museum and the art museum. ROOM: The establishment has standard and deluxe rooms family rooms, have modern facilities, a bathroom with a shower, a hairdryer and a double or king-size bed. They also offer a direct line telephone, a television, internet, a safety deposit box, a mini-bar, a coffee maker, a kettle, snacks and an individual air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service. PAYMENT METHODS: The establishment accepts credit cards, American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.42" OriginalAmount="95.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.002554" Longitude="105.802482" StarRating="0" HotelCode="|521710" HotelName="Quang Chung" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Phuong Le Van Thiem Thanh Xuan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/7/1/0/521710_48f073a1116.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.49" OriginalAmount="95.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031551" Longitude="105.8455557" StarRating="2" HotelCode="|265836" HotelName="Maison D' Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Nguyen Van To, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/8/3/6/265836_6b87bff1719.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.81" OriginalAmount="95.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.014004462844" Longitude="105.86403714744" StarRating="3" HotelCode="347771|557102" HotelName="Gallant Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Van Don, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f7/6ef7c46572d6b029e92c2ade3f25393f24618edb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217548-25420736/8401377501834249894/9185" HotelName="VAN MIEU 2" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6360000/6358600/6358515/6122cf1e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.19" OriginalAmount="96.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03729" Longitude="105.85184" StarRating="3" HotelCode="|235636" HotelName="Winter Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 - 15 Hang Chieu Street Hanoi 10000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/6/3/6/235636_435b5961819.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.46" OriginalAmount="96.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.185593" Longitude="105.783055" StarRating="0" HotelCode="|472279" HotelName="Me Linh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Thi Tran Quang Minh, Huyen Me Linh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/2/7/9/472279_2082b751228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035582875453" Longitude="105.85338937302" StarRating="3" HotelCode="899848|76279" HotelName="Maison d'Hanoi Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35-37 Ma May Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/1b/5c1b8545e9451952fbb9d997257b51fcaccfe7fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located within 3 minutes’ walk of the famous Hoan Kiem Lake and the Old Qu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|588101-25733323/8401377501834249894/11435" HotelName="GRANDA LEGEND APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31670000/31669100/31669048/c2d97bbf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01959429" Longitude="105.77897856" StarRating="3" HotelCode="554400|istay_serviced_apartment" HotelName="iStay Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Alley 39 Dinh Thon, My Dinh 1, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/f0/c9f00b194e3aeab076fb32b461331811cd273c0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1264906-26611367/8401377501834249894/11298" HotelName="KORHAN APARTMENT 1" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/67000000/66600000/66590700/66590674/de0dfe5f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036457544196" Longitude="105.85305550879" StarRating="1" HotelCode="347080|quang_hiep_hotel" HotelName="Hanoi Elpis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Concierge,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Dong Thai, Hang Buom, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ba/68ba1ade6b1b282e1a15124ff10ac903fbe11ccb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quang Hiep Hotel is perfectly located for both business and leisure guests in Hanoi. The hotel offer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0181772" Longitude="105.7925823" StarRating="0" HotelCode="375463|tulip_villa_hotel" HotelName="Tulip Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3 191 Trung Kinh Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/cf/9acfcce856148f0f8051e8e91fbbece2c342c8e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tulip Villa Hotel is perfectly located for both business and leisure guests in Hanoi. The hotel offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="700196|quang_chung_hotel_2" HotelName="Quang Chung Hotel - Le Van Thiem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>56 Le Van Thiem</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/6a/9b6a07e5456f10f407e5f2ed2646e4f5fe5b44c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01458974" Longitude="105.80055541" StarRating="3" HotelCode="616085|granda_trung_hoa_apartment" HotelName="Granda Trung Hoa Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>35 Trung Yen 15 Street, Trung Hoa Ward, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/13/e5136ab2f888b9eb4dc050b965a9d683e8181a64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032518503512" Longitude="105.85447497057" StarRating="3" HotelCode="935736|aquarius_legend_hotel_2" HotelName="Aquarius Legend Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Village,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>90B Nguyen Huu Huan Street, Ha Noi Municipality, 71000 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/fd/f2/fdf2e98c0c9f17437e34f432e9e91ddda2c52837.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Old Quarter of Hanoi, just a stroll away from Hoan Kiem Lake, and Dong X...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.15" OriginalAmount="98.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03119" Longitude="105.79138" StarRating="3" HotelCode="|238433" HotelName="Poonsa Cau Giay and Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lo C2/D6 Truong Cong Giai, Dich Vong Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/4/3/3/238433_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.37" OriginalAmount="98.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035552" Longitude="105.853385" StarRating="3" HotelCode="|171174" HotelName="Diamond Nostalgia  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35-37 Ma May street, Hoan Kiem dist Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/1/7/4/171174_7e629451058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.92" OriginalAmount="98.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.016124" Longitude="105.822737" StarRating="3" HotelCode="|422122" HotelName="Soleil Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95/28 Hoang Cau Street, Dong Da Dist., Dong Da, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/1/2/2/422122_044ea101128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.97" OriginalAmount="98.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21874" Longitude="105.78326" StarRating="2" HotelCode="|197836" HotelName="Noi Bai Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KM2, Vo Van Kiet St. Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/8/3/6/197836_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02834608" Longitude="105.76884627" StarRating="3" HotelCode="954918|391477" HotelName="Rosarian Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>89 Le Duc Tho, My Dinh 2, C 28 Alley, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/65/f06594bc898c3fd9d075fe5ffbaa061883a61a74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.996339939655" Longitude="105.84292131526" StarRating="3" HotelCode="347422|vong_xua_hotel_" HotelName="Vong Xua Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>193 Pho Vong, Dong Tam, Hai Ba Trung, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ef/15ef3edc67e8d9bb8fa4f9be36c4ae5f57fc2f6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.76" OriginalAmount="99.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032599" Longitude="105.82755" StarRating="3" HotelCode="|534157" HotelName="NB APARTMENT - KIM MA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/1/5/7/534157_17aff321155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574448-24921696/8401377501834249894/6324" HotelName="VONG XUA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19900000/19894200/19894112/970190c9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573425-25723166/8401377501834249894/11572" HotelName="MAISON D'HANOI HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19570000/19563300/19563283/cb1a3177_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431865-27602349/8401377501834249894/12071" HotelName="LUMI HOTEL &amp;amp; APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106430000/106423800/106423754/a120dbae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02874089" Longitude="105.85869061" StarRating="2" HotelCode="424814|sao_bang_hong_ha" HotelName="Sao Bang Hotel Hong Ha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,Lounge,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>1023 Hong Ha, Ha Noi, Hoan Kiem District</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/cf/1dcff745fd806509facd8cff0c78e5afc34e160f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sao Bang Hotel - Hong Ha is conveniently located in the popular Hoan Kiem District area. The hotel o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.29" OriginalAmount="100.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03001883" Longitude="105.83450874" StarRating="2" HotelCode="609884|698262" HotelName="Royal Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 Hang Chao, Cat Linh Ward, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/5b/4a5b8cb6846e09cb1ac4af966e083326bc1cb550.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04334228" Longitude="105.86522568" StarRating="3" HotelCode="587337|239489" HotelName="Sao Bang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Ngoc Lam Street, Long Bien, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/aa/67aa427a85cdc4c8b72532fbc69aaa52e5841e9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591078-27920904/8401377501834249894/5450" HotelName="HANOI ELPIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24720000/24710500/24710422/0263a650_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|293666-25506030/8401377501834249894/11626" HotelName="MAISON D'HANOI BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5030000/5026400/5026364/c0722402_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574262-25723560/8401377501834249894/12038" HotelName="SAO BANG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18470000/18468600/18468563/2b429e55_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.01" OriginalAmount="101.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03702721" Longitude="105.84802441" StarRating="3" HotelCode="753387|mayflower_hotel_hanoi" HotelName="Mayflower Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Hang Ruoi, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/61/c9616efa77ce1ea36bf03dd46a96bcf9215c1810.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.01" OriginalAmount="101.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0315609" Longitude="105.84553509" StarRating="3" HotelCode="594738|hanoi_pho_hostel" HotelName="Hanoi Pho Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>46 Nguyen Van To, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/34/8434bfae5fae8885a5101eefe293abca57e633bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.80" OriginalAmount="101.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032838" Longitude="105.853843" StarRating="2" HotelCode="|535713" HotelName="La Renta Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39A Hang Be</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/7/1/3/535713_d1627031133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572369-25722626/8401377501834249894/10463" HotelName="BEL AMI HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19830000/19828200/19828184/56d2bb59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|573149-25722992/8401377501834249894/10732" HotelName="POONSA TRUONG CONG GIAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17780000/17775400/17775377/4fd89e69_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573719-25723292/8401377501834249894/10764" HotelName="KAWASAKI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/31000000/30400000/30396900/30396811/a8abfce4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.52" OriginalAmount="102.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035565" Longitude="105.85338" StarRating="3" HotelCode="|419713" HotelName="Diamond Nostalgia Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35-37 MA MAY, HOAN KIEM DIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/7/1/3/419713_360b0420230.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.05558638" Longitude="105.81093203" StarRating="2" HotelCode="974101|hanoi_lake_view_homestay" HotelName="Hanoi Lake View Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>243 Trich Sai Street, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/26/ce26e6e36e6a1c99b34a72cf0847423ef0d2c5bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.07" OriginalAmount="103.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036657" Longitude="105.8523193" StarRating="3" HotelCode="|270588" HotelName="Holiday Suites &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Nguyen Sieu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/5/8/8/270588_4df28e40825.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.21" OriginalAmount="103.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0361413" Longitude="105.851233" StarRating="0" HotelCode="|269953" HotelName="Hanoi Golden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Nguyen Sieu Street - Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/9/5/3/269953_29dec3d1745.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.72" OriginalAmount="103.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0794328" Longitude="105.8168251" StarRating="3" HotelCode="|419806" HotelName="Westlake Tay Ho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>696 Lac Long Quan Str, Nhat Tan Ward, Tay Ho District, Tay Ho,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/0/6/419806_9eee0b51446.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.85" OriginalAmount="103.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0289381" Longitude="105.7688616" StarRating="3" HotelCode="|420919" HotelName="Dlmos Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Le Duc Tho, My Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/1/9/420919_e4b94171548.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574244-18250850/8401377501834249894/9078" HotelName="ROYAL HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20210000/20204300/20204206/d69ed3a2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431915-27594429/8401377501834249894/12333" HotelName="THE EUPHORIA HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95150000/95141200/95141106/2601da98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03675571" Longitude="105.85253297" StarRating="0" HotelCode="517746|the_time_hotel" HotelName="The Time House Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Babysitting,Bar,Beauty Salon,Bicycle Rental,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Library,Luggage Storage,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>18A Dao Duy Tu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/a1/6ea157b66f3ff4bfb5b47ff2d8bd55bcf88662dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at The Time House Hanoi to discover the wonders of Hanoi. The property features a wide range of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02808352" Longitude="105.84297532" StarRating="3" HotelCode="586763|hotel_bel_ami_hanoi" HotelName="Hanoi Bel Ami Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>244 Hang Bong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/94/c294496d5562172344718455b8f878388c188ab6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1085734-26343765/8401377501834249894/9187" HotelName="WESTLAKE TAY HO HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33300000/33294200/33294185/74407316_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|593141-25742406/8401377501834249894/9192" HotelName="ZODY HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33130000/33128700/33128665/a55b97f5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572897-25722826/8401377501834249894/11061" HotelName="HAAP TRANSIT HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14770000/14766200/14766147/b1fa0fce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|579329-25726046/8401377501834249894/11412" HotelName="HANOI GOLDEN HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19280000/19275100/19275042/3c15ca67_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.60" OriginalAmount="105.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.017891" Longitude="105.841307" StarRating="3" HotelCode="|532475" HotelName="GIAO THONG HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 LE DUAN, NGUYEN DU, DONG DA, HA NOI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/4/7/5/532475_006a1d01028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.86" OriginalAmount="105.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029012362776" Longitude="105.84785414749" StarRating="2" HotelCode="347068|254621" HotelName="Vision Premier Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Phu Doan, Hang Trong, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/f2/b8f24ff58603ba6e75f2817e36bc4ad3efc0d248.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.99720193" Longitude="105.81686106" StarRating="2" HotelCode="538540|152068" HotelName="Amore Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>93 Khuong Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/60/4360d8dd116c879169d53a910d3183df80dc2253.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03415131" Longitude="105.85339462" StarRating="3" HotelCode="429649|golden_wings_hotel" HotelName="Golden Time Hostel 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>106 Ma May Street  Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/9a/849a97db0dbd5e61051daf75e57942106cad256f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.07" OriginalAmount="106.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0356306" Longitude="105.7719254" StarRating="3" HotelCode="|264602" HotelName="Bounty" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Alley 9 Le Duc Tho - Cau Giay, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/6/0/2/264602_170c90e1755.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.13" OriginalAmount="106.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.050791" Longitude="105.838521" StarRating="0" HotelCode="|536427" HotelName="MoonLight Tay Ho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Yen Hoa, Yen phu, Tay Ho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/4/2/7/536427_627a49b2018.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.15" OriginalAmount="106.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03231" Longitude="105.85383" StarRating="0" HotelCode="|189793" HotelName="Wild Lotus - Hang Be" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Hang Be Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/9/3/189793_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01122291" Longitude="105.80396928" StarRating="3" HotelCode="600908|239411" HotelName="Dai Duong Hotel 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment,Apartment,Apartment,Hotel,Hotel,Hotel,Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>33 Ngo 34, Nguyen Thi Dinh, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/bc/fbbcd252376e44477d024466ca1a9167a3ea0706.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1085614-26343589/8401377501834249894/11303" HotelName="HOTEL VILLA JU" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45620000/45615500/45615408/0b2aff3d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02769437" Longitude="105.85121721" StarRating="3" HotelCode="439833|little_hanoi_hostel_2" HotelName="Little Hanoi Hostel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Le Thai To Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/f3/4cf36963aa2bfd1a38ea66016b7a71bd6f405eff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service and a transfer service. Wirel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01781286" Longitude="105.84991565" StarRating="0" HotelCode="773437|hotel_23_bui_thi_xuan_hanoi" HotelName="My Hotel 23 Bui Thi Xuan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>23 Bùi Th? Xuân, Hai Bà Trung, Hà N?i</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f3/0cf323272219c00e8e75c49a83b0a6da7e2b5046.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.67" OriginalAmount="107.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040202" Longitude="105.867097" StarRating="0" HotelCode="|266988" HotelName="Phuong Trang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Nguyen Van Cu Street, Bo De Ward, Long Bien District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/8/8/266988_c5bfae71749.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.91" OriginalAmount="107.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.014059" Longitude="105.846786" StarRating="3" HotelCode="|521659" HotelName="Muse Hanoi Boutique Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29/44 Nguyen Dinh Chieu, Hai Ba Trung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/6/5/9/521659_2ce9f5b1148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00899392187" Longitude="105.83898017791" StarRating="2" HotelCode="372650|348435" HotelName="Hoa Hong Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Xa Dan Street, Dong Da District, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/fb/93fbe9ac80691315758eb05784669cc2c15e26ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Dong Da District, Hoa Hong Hotel 2 - Xa Dan promises ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.20482059" Longitude="105.83108949" StarRating="3" HotelCode="518272|new_airport_hotel_2" HotelName="New Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotels,Hotel" CnxPolicy="Free CXL until 21/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Vo Nguyen Giap Street, Thai Phu Village, Noi Bai, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/94/fc946c4ab62680fb50f117b2bc3bee0835a1df90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location Located in Halong, La Vela Classic Cruise is convenient to Tuan Chau Beach and Dol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.65" OriginalAmount="108.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03429" Longitude="105.85342" StarRating="0" HotelCode="|198311" HotelName="Golden Time 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106 Ma May Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/3/1/1/198311_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.69" OriginalAmount="108.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.051381" Longitude="105.810988" StarRating="5" HotelCode="|446677" HotelName="Vnahomes Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/6/7/7/446677_27454c50919.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.82" OriginalAmount="108.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.069618" Longitude="105.824334" StarRating="0" HotelCode="|532685" HotelName="Pegasy Apartments and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28/52 To Ngoc Van</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/6/8/5/532685_786ad5f1028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.44" OriginalAmount="109.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.20459" Longitude="105.83108" StarRating="3" HotelCode="|232875" HotelName="New Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Vo Nguyen Giap Street, Thai Phu V. Noibai Airport, Soc Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/8/7/5/232875_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.61" OriginalAmount="109.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0090439" Longitude="105.8390075" StarRating="2" HotelCode="|264669" HotelName="Hoa Hong 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102 Xa Dan, Dong Da, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/6/6/9/264669_1c901e91700.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.62" OriginalAmount="109.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0290877" Longitude="105.8488978" StarRating="3" HotelCode="|419214" HotelName="Galliot Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Au Trieu, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/2/1/4/419214_0acebc70726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.88" OriginalAmount="109.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0320357" Longitude="105.7699462" StarRating="3" HotelCode="|420965" HotelName="Patel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51A Le Duc Tho, Alley 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/6/5/420965_3241d561726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0208104" Longitude="105.77916206" StarRating="2" HotelCode="774024|hanna_hotel_and_massage" HotelName="Hanna Hotel And Massage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>26b Ngo 1 Dinh Thon, Tu Liem, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/2a/132a726b8187bbd15abb048b18205b0e195ad4c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03467" Longitude="105.84975" StarRating="3" HotelCode="915994|hanoi_moment_hotel" HotelName="Hanoi Golden Momen Hotel &amp; Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Hang Can, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/0e/3b0e36e3e1a7f210c57e4a52e173078a3fa841dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.81" OriginalAmount="110.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.016869" Longitude="105.777393" StarRating="3" HotelCode="|534302" HotelName="iStay Apartment 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 34, Lane 2, Tran Van Lai Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/0/2/534302_f7bf17f1435.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.83" OriginalAmount="110.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036688006157" Longitude="105.85216718177" StarRating="3" HotelCode="916019|196953" HotelName="Holiday Diamond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Nguyen Sieu Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/39/2e39b425901c8945992ce72032524682a44a1e65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01563801" Longitude="105.85416738" StarRating="2" HotelCode="547853|152082" HotelName="Binh Anh Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Thi Sach, Ngo Thi Nham, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/fe/d4fe5796bd3d3b9b8b8b3a7505934d923a4fd611.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028161" Longitude="105.848046" StarRating="3" HotelCode="89659|24723" HotelName="Impressive Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Au Trieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/9f/cd9fe30ce6f174d7b0dad46dede996faf913a9df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on a small street of Hanoi (13-15 Au Trieu Street) and offers a quiet env...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|436247-32732741/8401377501834249894/11191" HotelName="NT ELYSIAN HOTEL HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101820000/101813900/101813835/38d1ffbb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|592945-25742198/8401377501834249894/11206" HotelName="HANOI GOLDEN HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29230000/29228300/29228282/903891fd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431904-27595347/8401377501834249894/11546" HotelName="PEGASY APARTMENTS &amp;amp; TRAVEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96290000/96280700/96280633/b583b6c0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431818-27595981/8401377501834249894/12101" HotelName="CRESCENDO URBAN STAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/98000000/97040000/97039400/97039380/74db72a9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.009708112475" Longitude="105.84905379749" StarRating="2" HotelCode="227151|my_lan_hotel" HotelName="My Lan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bicycle Rental,Dry Cleaning,Elevator,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>334 Ba Trieu, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/55/1655ce70fe7efaf61838028b563994b6924d4817.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;My Lan Hotel Hanoi is perfectly located for both business and leisure guests in Hanoi. The hotel off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034750508884" Longitude="105.81070353519" StarRating="2" HotelCode="347202|apec_1_hotel" HotelName="Apec 1 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>46 Phan Ke Binh, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/d1/54d1f94a24537f37e359de356d5b37ad2ddba670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00892846" Longitude="105.83917679" StarRating="2" HotelCode="372642|hoa_hong_xa_dan" HotelName="Khách San Hoa Hong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Xã Ðàn, 250 Ðào Duy Anh, Ð?ng Ða Distrikt, Hà N?i</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/ed/16eddfbf264a84c877e2db9a2c0d9265d185574a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hoa Hong Hotel - Xa Dan is conveniently located in the popular Dong Da District area. Both business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032359083152" Longitude="105.85389406529" StarRating="2" HotelCode="346811|wild_lotus_hotel__hoan_kiem" HotelName="Wild Lotus Hotel Hoan Kiem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Hang Be Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/0b/1a0b993cfc74e24537a6fe14fe110d806e4fa202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033557716706" Longitude="105.76982816896" StarRating="3" HotelCode="434819|bounty_hotel_" HotelName="Bounty Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>11/9 Le Duc Tho, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/19/2c1900071e4a2e5ef50e1af657026c9b9b1b1f9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034641895733" Longitude="105.82847597115" StarRating="3" HotelCode="935734|hanoi_delight_hotel_2" HotelName="Hanoi Delight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93 Doi Can, Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/b2/8eb2fa34f388796b06858cda980b2b7bd04ae1e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.28" OriginalAmount="111.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032734" Longitude="105.791078" StarRating="3" HotelCode="|419838" HotelName="22Land Classic Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 35, Lane 75, Tran Thai Tong, Cau Giay Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/3/8/419838_44e08e31540.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.60" OriginalAmount="111.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0356278" Longitude="105.7952494" StarRating="3" HotelCode="|422121" HotelName="London and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 lane 16 Nguyen Van Huyen Str., Cau Giay Dist., Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/1/2/1/422121_8ee18f71130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.12" OriginalAmount="112" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01724326" Longitude="105.83080282" StarRating="2" HotelCode="584610|239420" HotelName="A83 Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>83/10 Xa Dan Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/06/180663edd6b0eae49689cdfe9028325a49d051b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="113.12" OriginalAmount="112" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.996163" Longitude="-78.506879" StarRating="2" HotelCode="0|243547-25459745/8401377501834249894/11892" HotelName="MY LAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>2138 Business Route 220, Bedford, PA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24900000/24898000/24897910/d3adefcf_b.jpg</HotelPictures>
        <HotelDescription>Located in Bedford, Omni Bedford Springs Resort is in the historical district and on a river. Pets allowed for an extra charge of $150.00 per accommodation, per stay, plus a deposit of $150.00 per stay. 2 per room (up to 25 lbs). (fee subject to change) Rates are inclusive of resort fee.General Policy:  
  Pets allowed for an extra charge of $150.00 per accommodation, per stay, plus a deposit of $150.00 per stay. 2 per room (up to 25 lbs). (fee subject to change) 
  Rates are inclusive of resort fee. 
 ;&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.75" OriginalAmount="112.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0154044" Longitude="105.8004531" StarRating="3" HotelCode="|532757" HotelName="AandD Luxury 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 Luu Quang Vu street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/7/5/7/532757_a29e2ff1010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|573446-27826009/8401377501834249894/11318" HotelName="HANOI STELLA HOTEL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19390000/19385200/19385196/e14c5fa3_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.011939825034" Longitude="105.85181812507" StarRating="2" HotelCode="347016|flamingo_hotel_8" HotelName="Chariot Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>235 Pho Hue, Near Vincom Center, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/1b/5f1b77eb23c9db229fad3a047a4f83da3041e711.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service, a restaurant, a bar, a transfer service and room service...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02887773" Longitude="105.84887185" StarRating="3" HotelCode="773772|galliot_central_hotel" HotelName="Galliot Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>13 Au Trieu, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/da/c7da0c2fdb27c222bd8f207982a8561726bc08c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="975193|nexy_living" HotelName="Nexy Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>28 Luong Van Can, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/ac/c5ac908b85d04a91949589025452904bda2504ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.16" OriginalAmount="113.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032858" Longitude="105.85303" StarRating="0" HotelCode="|552646" HotelName="Dream Boutique Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>no 7 Cau Go Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/6/4/6/552646_49d2dca1049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.61" OriginalAmount="113.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.000892" Longitude="105.803502" StarRating="2" HotelCode="|567280" HotelName="Sen by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ngo 1 P. Le Van Thiem, Thanh Xuan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/2/8/0/567280_3b3a2f61339.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.64" OriginalAmount="113.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037373" Longitude="105.851431" StarRating="2" HotelCode="|84031" HotelName="Prince Ii" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42B HANG GIAY 42B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/3/1/84031_88cb15c1056.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has dining facilities, entertainment areas, a reception, internet (free of charge), tourist information and excursions. The establishment has a bicycle rental desk, a transfer service and a restaurant with breakfast service. SITUATION: The hotel is in Hanoi the historic centre of Hoan Kiem Lake 2 minutes walk away, you can find it is situated 32 kilometres away from Noi Bai Airport el mercado de Dong Xuan 4 minutes walk away, you can find. ROOM: Each room has wooden furniture, a satellite television, a hairdryer, a mini-bar, a fridge and a bathroom with a shower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.88" OriginalAmount="113.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03128" Longitude="105.84771" StarRating="2" HotelCode="|239067" HotelName="Hanoi Nusmile's Home 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Lane Tam Thuong, Hang Bong, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/0/6/7/239067_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574442-18212762/8401377501834249894/7652" HotelName="VISION PREMIER HOTEL AND SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23540000/23535800/23535730/f02232d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|216674-32731273/8401377501834249894/11331" HotelName="HOA HONG 2 XA DAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113020000/113012600/113012507/ad34bead_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.021060101029" Longitude="105.83116919303" StarRating="1" HotelCode="347536|clover_hotel_" HotelName="Clover Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>50 Ton Duc Thang, O Cho Dua Ward, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/8a/c68aa4198db9a21c4e89c908930d869d5fd90bb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01713513" Longitude="105.77755274" StarRating="3" HotelCode="554405|istay_apartment" HotelName="iStay Studio Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>32-34 alley 1 Tran Van Lai street, My Dinh 1, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/03/eb0387547ae0d8f353cd426f7e4144b738b3ee47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.42" OriginalAmount="114.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0171617" Longitude="105.7939786" StarRating="3" HotelCode="|266434" HotelName="Yolowa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120, Trung Kinh Street, Yen Hoa Ward, Cau Giay District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/4/3/4/266434_94e5ed61700.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.56" OriginalAmount="114.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0563106" Longitude="105.8352283" StarRating="4" HotelCode="|418401" HotelName="Thang Loi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200 Yen Phu Street, Tay Ho District, 200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/4/0/1/418401_24bba1b0600.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431831-27591433/8401377501834249894/11565" HotelName="GRANDA LAKE VIEW HOTEL &amp;amp; APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90330000/90324700/90324679/b2fcf7a8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02052523" Longitude="105.80077755" StarRating="3" HotelCode="586737|dai_duong_hotel_1" HotelName="Dai Duong Hotel 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Nguyen Khang, Yen Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/d1/8ad13d0eed29208174003e7e3cf452c399244af4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03580908" Longitude="105.79748752" StarRating="3" HotelCode="859220|london_hotel_apartment" HotelName="London Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Lane 16, Nguyen Van Huyen, Cau Giay, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/cb/32cb5d4296e394359c42eb74a42f4e503921bbf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.35" OriginalAmount="115.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03161" Longitude="105.8512" StarRating="2" HotelCode="|198527" HotelName="Little Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Le Thai To Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/5/2/7/198527_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.46" OriginalAmount="115.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.078792" Longitude="105.81832" StarRating="0" HotelCode="|524688" HotelName="JOY APARTMENT TAY HO" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/8/8/524688_719616f0937.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.71" OriginalAmount="115.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.999235" Longitude="105.841816" StarRating="0" HotelCode="|537512" HotelName="Duc Trong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Pho Vong Hai Ba Trung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/5/1/2/537512_24065510904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.73" OriginalAmount="115.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0289011" Longitude="105.8478454" StarRating="3" HotelCode="|266201" HotelName="Vision Premier and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Phu Doan, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/2/0/1/266201_8020cff1740.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02955253" Longitude="105.84868177" StarRating="3" HotelCode="773993|348408" HotelName="Hanoi Hanvet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Ngo Huyen Street, Hoan Kiem, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/f4/90f4fd0de5dd7c95a752e59578a72b2490257d33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029093992861" Longitude="105.84934523313" StarRating="3" HotelCode="305345|splendid_star_boutique_hotel_2" HotelName="Splendid Star Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 ?u Tri?u, Hoàn Ki?m, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/8d/c98d93d7b5b90fe68dc6d2e62d49dd9519c893e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="687279|yolowa_hotel" HotelName="Yolo Wa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>120 Trung Kinh Street, Yen Hoa Ward, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/14/1c14ca8c6190fc5a479e4a1fff8b13c12d62e417.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="774147|royal_56" HotelName="Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>A8 L38 Le Trong Tan, Gleximco A, An Khanh, Hoai Duc, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/66/4966b68164e90320d3bf6d46f6e6e1bf8ab9c96c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.17" OriginalAmount="116.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.20309" Longitude="105.83254" StarRating="0" HotelCode="|236087" HotelName="Family Soc Son" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/0/8/7/236087_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573503-27596553/8401377501834249894/11357" HotelName="HOA NAM HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99400000/99390700/99390628/9089191c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215800-25419188/8401377501834249894/11489" HotelName="HACINCO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/29000000/28960000/28958200/28958127/b34e5d20_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.829834" Longitude="-103.01101" StarRating="3" HotelCode="0|189787-25374855/8401377501834249894/11757" HotelName="LUXURY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>840 West HWY 20, Chadron, 69337, NE, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5200000/5191500/5191412/ce0cf7d2_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Motel. Total rooms and suites: 42. Floors: 2. Property description- Located on Highway 20, Super 8 Chadron is within minutes of Chadron Municipal Airport and many other popular attractions.
We are one of the very best hotels in the area that is pet friendly and offers convenient amenities for a comfortable stay.
We offer free Wi-Fi internet access and laundry services in the building. Start your day with Super 8s free SuperStart continental breakfast and unwind in our heated indoor pool. Microwave, refrigerator and TV with cable are available in all guest rooms. Free parking is included and handicapped-accessible and non-smoking rooms are available.. Onsite facilities information- ParkingProperty was built in 1995. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034061" Longitude="105.854375" StarRating="3" HotelCode="167035|hanoi_elpis_grand_hotel" HotelName="Hanoi Elpis Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>44A Hang Tre Street, Hoan Kiem Dist, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a3/34a3ccf52cc8cccf7a50ff200aa013cdab1215ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.75" OriginalAmount="117.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0333" Longitude="105.78771" StarRating="3" HotelCode="|419851" HotelName="Granda Suites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 16, Dich Vong Hau Street, Cau Giay district, No 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/5/1/419851_173146a1515.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.94" OriginalAmount="117.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03722585" Longitude="105.85183894" StarRating="3" HotelCode="525730|2064025" HotelName="Splendid Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>13 - 15 Hang Chieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/573821/573821a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02910104" Longitude="105.76883438" StarRating="3" HotelCode="781323|348325" HotelName="Dlmos Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>26 Le Duc Tho, My Dinh, Tu Liem, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/4f/3f4f80fce883ca20532c20240c0bdd53e825e865.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03133115" Longitude="105.84771075" StarRating="2" HotelCode="600359|hanoi_old_town_palace_guest_house" HotelName="Hanoi Old Town Palace Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>30 Tam Thuong Lane, Hang Bong street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/eb/b7eb35e66714cd2b87eb9e723f89b9c35c60a8d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="981972|new_century_hotel_17" HotelName="New Century Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Khuc Thua Du, Ward Cau Giay, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/bc/ecbcee0ba040ff0375b70e12d871596f42c29b74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.19" OriginalAmount="118.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.063834" Longitude="105.896005" StarRating="2" HotelCode="|523121" HotelName="Toan Thang by Bay Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>421 Ngo Gia Tu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/2/1/523121_c6d996f0914.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.26" OriginalAmount="118.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02887" Longitude="105.84774" StarRating="0" HotelCode="|189493" HotelName="Hanoi New " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Phu Doan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/9/3/189493_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.01" OriginalAmount="118.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.010519" Longitude="105.803429" StarRating="3" HotelCode="|421708" HotelName="Dinh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 17A Alley 71 Do Quang Street, Trung Hoa Ward, Cau Giay District, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/7/0/8/421708_dc119521736.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.05623386" Longitude="105.83335512" StarRating="3" HotelCode="69675|thang_loi_hotel" HotelName="Thang Loi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>200 Yen Phu Street, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/61/f5619e38704b6ce7de3346fa6a2753ac5e447ef6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Thang Loi Hotel is a great choice for the ultimate holiday. With a 4 star rating, this hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.009712412775" Longitude="105.81908149718" StarRating="3" HotelCode="346373|hacinco_hotel" HotelName="Hacinco Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>110 Thai Thinh, Trung Liet Ward, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/09/9309521ca471cb30f39db256ffbb8eb22e86b99c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dong Da District - Dong Da Lake, Hacinco Hotel is a perfect starting point from which to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.54" OriginalAmount="119.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02996" Longitude="105.84625" StarRating="3" HotelCode="|169239" HotelName="Hanz Hanoi De Maison Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106 HANG BONG STR HOAN KIEM DIST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/3/9/169239_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a reception and WiFi. SITUATION: This establishment, is in Hanoi the historic centre of Hoan Kiem Lake 10 minutes walk away, you can find. ROOM: All the rooms have tiled floors, an air-conditioning system, a wardrobe, a television, a mini-bar, a sitting room, a bathroom with a hairdryer, bath or shower, slippers, complimentary bathroom items and a balcony.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.09" OriginalAmount="119.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.685954" Longitude="105.742573" StarRating="2" HotelCode="|521676" HotelName="palermohotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TT- Dai Nghia- My Duc- Ha - Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/6/7/6/521676_35288e71157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="121.20" OriginalAmount="120" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215757-25419154/8401377501834249894/11391" HotelName="GOLDEN TIME HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33720000/33712100/33712032/9e95efad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="121.20" OriginalAmount="120" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1443226-28859990/8401377501834249894/12276" HotelName="SUMITOMO 9 APARTMENTS - ALLEY 58 DAO TAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92610000/92601100/92601034/40425b76_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032504036669" Longitude="105.85386963554" StarRating="3" HotelCode="268112|rising_dragon_legend_hotel_2" HotelName="Rising Dragon Legend Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Hang Be Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/26/0626f834761537c22554776af737fb9e1c50dd72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 30 rooms. Services and facilities at the hotel include a baggage ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.38" OriginalAmount="120.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.020098" Longitude="105.7781279" StarRating="0" HotelCode="|265874" HotelName="Istay Hotel Apartment 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 12, Alley 39, Dinh Thon Street, My Dinh 1 Ward, South Tu Liem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/8/7/4/265874_6ecc6ac1722.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.94" OriginalAmount="120.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032625" Longitude="105.791412" StarRating="0" HotelCode="|521696" HotelName="Nature" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 62, Khuc Thua Du</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/6/9/6/521696_3f6acb31107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431842-27593039/8401377501834249894/11354" HotelName="HANVET BOUTIQUE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92490000/92490000/92489975/79d239c2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031283068466" Longitude="105.85460096684" StarRating="2" HotelCode="119072|golden_time_hostel" HotelName="King Ly Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Ly Thai To, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/79/01793dd257a0f4ade199dc062e7e8c65b5ccd789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.96766728" Longitude="105.75679477" StarRating="3" HotelCode="773730|green_hadong_hotel" HotelName="Green Hadong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Le Trong Tan, Lane 36, La Khe, Ha Dong, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/94/459433ae2ae6817181bea07d2e0332dba847edd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03588318" Longitude="105.84995144" StarRating="0" HotelCode="973581|tabalo_hostel_hanoi" HotelName="Tabalo Hostel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Hang Duong Street, Hang Dao Ward, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/3c/8e3cf0608c7de2bf01ef83975235a81ab741195b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.54" OriginalAmount="121.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031368" Longitude="105.852179" StarRating="2" HotelCode="|84074" HotelName="Lucky 2 and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HANG HOM, HOAN KIEM 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/7/4/84074_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2010, has 22 comfortable rooms, 6 single rooms and 8 suites. This air-conditioned establishment has a lobby, with a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, a television room, a cafÃ© and a restaurant. The establishment also offers a laundry service, a car park and bicycle rental. SITUATION: This hotel is close to Hanoi the district of Hoan Kiem Lake San Jose Cathedral places of interest, the commercial area, banks and embassies. 35 minutes away from the establishment clients have Noi Bai Airport. ROOM: Each room has a bathroom with a shower, a double bed, a hairdryer, a direct line telephone, cable television, a writing desk, a safety deposit box, WiFi, a mini-bar, an ironing set, an air-conditioning system, an air-conditioning system, individual heating and a balcony or terrace. FACILITIES: For a fee, you can enjoy a massage service and a jacuzzi. OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="122.91" OriginalAmount="121.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03294023" Longitude="105.78858224" StarRating="3" HotelCode="856402|665569" HotelName="Nature Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Tran Thai Tong, Lane 75, Cau Giay, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/e1/00e1a3e68d6b9b293de9f5d54c4573e80112847c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="123.06" OriginalAmount="121.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034718666667" Longitude="105.84605966667" StarRating="2" HotelCode="916000|236513" HotelName="Hanoi Serenity Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1B Cua Dong Street, Hoan Kiem District, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/236513/236513a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898920-24649601/8401377501834249894/5498" HotelName="LA BATISSE KIM MA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39480000/39475700/39475631/cf5fdab4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1242629-26598347/8401377501834249894/11112" HotelName="20 HOTEL AND APARTMENT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64900000/64897300/64897287/1aa6a5b5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898998-26133418/8401377501834249894/11929" HotelName="MIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57780000/57774300/57774292/f1b536f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.39" OriginalAmount="122.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03433" Longitude="105.81225" StarRating="2" HotelCode="|197357" HotelName="Dom's Residence and Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Phan Ke Binh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/3/5/7/197357_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.65" OriginalAmount="122.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0179329" Longitude="105.8498222" StarRating="3" HotelCode="|338609" HotelName="My 23" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Bui Thi Xuan, Hai Ba Trung District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/6/0/9/338609_3be3d961235.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649464-25826295/8401377501834249894/11516" HotelName="DINH HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32670000/32669100/32669004/74e2c82c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.041984206031" Longitude="105.84666252136" StarRating="3" HotelCode="59861|flower_hotel" HotelName="Flower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Nguyen Truong To Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/d8/24d8358eab3833fe940f45658f882c22ea001983.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02810915" Longitude="105.84291932" StarRating="3" HotelCode="968990|millennium_hanoi_hotel" HotelName="Millennium Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>246B Hang Bong Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/2f/a82f8779e7f8548e30f8634b64267dbc187dbc1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.72" OriginalAmount="123.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029066" Longitude="105.848601" StarRating="2" HotelCode="119071|143959" HotelName="Hanoi Vision Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Tho Xuong lane, Au Trieu street, Hoan Kiem district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/84/96843d26adbeb67f32972698af76bd8a7ca93c15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.05" OriginalAmount="123.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028189" Longitude="105.8430959" StarRating="3" HotelCode="|419736" HotelName="Millennium Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/7/3/6/419736_57c1f8c0527.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431883-27603331/8401377501834249894/11338" HotelName="NINE HOUSING 30 YEN HOA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108570000/108562400/108562331/e78bdab0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029025296563" Longitude="105.84842227575" StarRating="2" HotelCode="227137|especen_hotel" HotelName="Especen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Tho Xuong Street, Hoan Kiem, Hanoi city</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/74/2874c35ba1fd0460683c9c7aee6cffba50cb9047.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.65" OriginalAmount="124.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.219118" Longitude="105.783205" StarRating="0" HotelCode="|554775" HotelName="Grand Dragon Noi Bai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Noi Bai, Vo Van Kiet Street, Dien Xa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/7/7/5/554775_b19887f1421.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.02" OriginalAmount="124.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0375677" Longitude="105.8008134" StarRating="3" HotelCode="|266857" HotelName="Royal St Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Nguyen Khanh Toan, Cau Giay Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/8/5/7/266857_b6c22081734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="126.25" OriginalAmount="125" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572687-25722724/8401377501834249894/10787" HotelName="DLMOS HANOI HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/30000000/29991000/29990946/b443dab1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.25" OriginalAmount="125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02688939" Longitude="105.84164597" StarRating="0" HotelCode="874924|hanoi_aria_central_hotel_spa" HotelName="Hanoi Aria Central Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>45 Le Duan, Hoàn Ki?m, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/6b/8e6bf720dfddbd3b1c343671cd4da6badce5c1ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.38" OriginalAmount="125.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030269" Longitude="105.84847" StarRating="3" HotelCode="|153961" HotelName="Phoenix Legend" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14A Chan Cam Street, Hoan Kiem Dist, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/9/6/1/153961_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a bar, rooms with internet, (free of charge), computers. The hotel has tourist information, a bicycle rental desk, a car hire service and motorbike hire. The establishment offers a transfer service to the airport, a laundry service and a dry cleaner's. SITUATION: This establishment, is in Hanoi the historic centre of Hoan Kiem Lake it is situated 10 minutes walk away from It has excellent transport links to the commercial area and restaurants. near the establishment, you will find points of interest, Such as, and. ROOM: All the rooms have an air-conditioning system, a direct line telephone, a satellite TV and a bathroom with a bath, Some rooms have soundproofing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.53" OriginalAmount="125.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.041923" Longitude="105.846734" StarRating="2" HotelCode="|522064" HotelName="Bay Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Nguyen Truong To</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/6/4/522064_ad087330925.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042575929063" Longitude="105.80512551409" StarRating="4" HotelCode="346953|riverside_hanoi_hotel" HotelName="Riverside Hanoi hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>118 Nguyen Dinh Hoan, Hoang Quoc Viet, Nghia Do, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/0f/f30f56b9da1f7ac901c1e6defc08a9eeb1539847.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.68" OriginalAmount="126.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040361" Longitude="105.848272" StarRating="3" HotelCode="|534299" HotelName="The Sono Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 56 Hang Dau, Dong Xuan, Hoan Kiem,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/9/9/534299_686906c1116.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.79" OriginalAmount="126.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0415264" Longitude="105.7868097" StarRating="3" HotelCode="|525633" HotelName="Newsky Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1B, Lane 69, Tran Quoc Hoan, Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/6/3/3/525633_cbe725c1023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.99" OriginalAmount="126.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0288748" Longitude="105.769107" StarRating="3" HotelCode="|419740" HotelName="Tandm Luxury Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89B Le Duc Tho Street, My Dinh 2 Ward, Nam Tu Liem District, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/7/4/0/419740_45d1bd70541.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="128.27" OriginalAmount="127" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|572933-25722848/8401377501834249894/11510" HotelName="HANOI A83 HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17760000/17752200/17752151/8dfdc7c0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="128.27" OriginalAmount="127" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898955-26133336/8401377501834249894/11879" HotelName="LONDON HOTEL AND APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33270000/33263200/33263152/4d4d39a7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01765689" Longitude="105.77799252" StarRating="3" HotelCode="586806|suji_hotel" HotelName="Suji Hotel My Dinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>40/2 Tran Van Lai Street, My Dinh1, Nam Tu Liem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/06/eb0600cab8d3f592b32499afcb0e27cf18bb7364.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.36" OriginalAmount="127.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03498" Longitude="105.84763" StarRating="3" HotelCode="|189204" HotelName="Golden Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6A Hang But Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/0/4/189204_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.84" OriginalAmount="127.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044023" Longitude="105.843879" StarRating="3" HotelCode="|534289" HotelName="Aimee House - Pham Hong Thai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pham Hong Thai Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/8/9/534289_61574771109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.23" OriginalAmount="127.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02653" Longitude="105.84252" StarRating="3" HotelCode="|234554" HotelName="Tk123 Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Nam Ngu, Cua Nam Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/5/5/4/234554_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215639-25419052/8401377501834249894/10989" HotelName="ESPECEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6250000/6242900/6242888/1db144da_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03766566" Longitude="105.80105636" StarRating="3" HotelCode="619827|royal_st_hanoi_hotel" HotelName="Royal St Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>112 Nguyen Khanh Toan Street, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9d/8a/9d8a62ef3b3e78eb881ea80cbf954fd43b5af880.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a safe, a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02089902" Longitude="105.64035348" StarRating="3" HotelCode="586899|la_paz_hanoi_hotel" HotelName="La Paz Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Baara Land, Da Phuc Village, Sai Son Commune, Quoc Oai District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/a3/84a3bc1aa12482a105d944415750625184b7ea1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.51" OriginalAmount="128.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02135" Longitude="105.84637" StarRating="2" HotelCode="|198033" HotelName="A25 - 12 Lien Tri" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Lien Tri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/0/3/3/198033_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.78" OriginalAmount="128.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00998" Longitude="105.80558" StarRating="3" HotelCode="|196430" HotelName="Hanz Sunny 2 Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21/170 Hoang Ngan Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/4/3/0/196430_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431817-27595190/8401377501834249894/12103" HotelName="CRESCENDO STUDIO &amp;amp; CAFE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96110000/96106400/96106304/8be843f0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02963736" Longitude="105.84398007" StarRating="3" HotelCode="554469|hanoi_lele_frog_hotel" HotelName="Hanoi Lele and Frog Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3D Tong Duy Tan Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/9d/be9d8901a490dd3d1d279767355ce55c958602c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00362895" Longitude="105.80255865" StarRating="3" HotelCode="852733|grand_dragon_hotel_hanoi" HotelName="Grand Dragon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Le Van Luong, Nhan Chinh, Thanh Xuan, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/78/9978ece7e43fee84b9d3c52e1ea4a3b9ca4be47f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.45" OriginalAmount="129.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02967" Longitude="105.84399" StarRating="3" HotelCode="|235450" HotelName="Hanoi Lele and Frog" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3D Tong Duy Tan Street, Hoan Kiem Hanoi 10000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/4/5/0/235450_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.66" OriginalAmount="129.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02659" Longitude="105.84235" StarRating="3" HotelCode="|84057" HotelName="Nam Ngu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 NAM NGU STREET, HOAN KIEM DISTRICT 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/5/7/84057_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2010, has 60 rooms, air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment also offers a cafÃ©, WiFi, room service and a laundry service. SITUATION: This hotel is in the business area, Close to the government building, is 1,5 kilometres away from Hanoi the Railway Station of. ROOM: The rooms have a king-size bed, a bathroom with a bath, complimentary bathroom items, a hairdryer, a shower, a direct line telephone, internet and an LCD TV. They also have a mini-bar, a desk, a sofa, a coffee maker, a kettle, an ironing set, a safe and an air-conditioning system. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast, an Ã  la carte lunch and a set-menu dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.86" OriginalAmount="129.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034246" Longitude="105.85345" StarRating="3" HotelCode="|420686" HotelName="Hanoi Endless" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99 Ma May, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/6/8/6/420686_6df280e1729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.07" OriginalAmount="129.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0299751" Longitude="105.848414" StarRating="3" HotelCode="|269941" HotelName="Serenity Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Ngo Huyen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/9/4/1/269941_29475a21745.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0364416" Longitude="105.85266459" StarRating="3" HotelCode="421819|83930" HotelName="Atrium Hanoi Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,ATM/Cash Machine,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32A Dao Duy Tu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/98/e198f33df31a07173b6df9184d20e39d1977ec63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a unique location on 32 Dao Duy Tu Street, a shopping street in the heart of Hanoi'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431924-27590820/8401377501834249894/9717" HotelName="VNAHOMES APARTHOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89190000/89183400/89183394/102560df_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042733" Longitude="105.84189" StarRating="3" HotelCode="170835|anh_hotel" HotelName="La Sante Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Chau Long Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/96/c896287e0e049bb1f95d045f1167bd6184edd310.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Anh Hotel is a popular choice amongst travelers in Hanoi, whether exploring or just passing through....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035045487656" Longitude="105.84693037589" StarRating="3" HotelCode="171251|lantern_hanoi_hotel" HotelName="Hanoi Starlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Hang Ga, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/6c/706c233da000e3f8870cc9b89f75b871d6c745c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the Old Quarter, the most ancient commercial centre. It is situated ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.011830774026" Longitude="105.84987848997" StarRating="4" HotelCode="904821|eden_hotel_hanoi__doan_tran_nghiep" HotelName="Eden Hotel Hanoi 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Doan Tran Nghiep, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/54/0954968c7da0de3acad232ba5434d2fb3ac39e46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029030985718" Longitude="105.84850380675" StarRating="3" HotelCode="916011|paramount_hotel_2" HotelName="Serenity Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28A Ngo Huyen, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/01/1f01c9f233ec9707a87353dc18a99f28cf52dc9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.32" OriginalAmount="130.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027" Longitude="105.855" StarRating="3" HotelCode="|154681" HotelName="Eclipse Legend" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Voi Street,Hoan Kiem Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/6/8/1/154681_607dad01820.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, it is36 Cuelgue Voi/Old Quarter. It is near el Lago de la Espada Restaurada, Templo de Ngoc Son, Hanoi Opera, el teatro de marionetas sobre agua and the historic centre of Hanoi. ROOM: The establishment has 32 luxurious rooms with city views, large windows, an air-conditioning system, internet (free of charge), WiFi, a direct line telephone, a satellite TV, a mini-bar, a bathroom, a coffee maker and a kettle. Some rooms have a balcony with city views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.53" OriginalAmount="130.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06756" Longitude="105.82147" StarRating="3" HotelCode="|189208" HotelName="Quang Ba Trade Union " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>98 To Ngoc Van Street, Tay Ho District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/0/8/189208_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.54" OriginalAmount="130.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0170219" Longitude="105.7776034" StarRating="2" HotelCode="|266828" HotelName="Suji My Dinh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Alley 2 Tran Van Lai Street, My Dinh Hanoi Ha Noi Municipality</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/8/2/8/266828_b3e28be1731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.84" OriginalAmount="130.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032914" Longitude="105.791885" StarRating="3" HotelCode="|420386" HotelName="Western Hanoi Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/3/8/6/420386_fa3d5121734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.88" OriginalAmount="130.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033994" Longitude="105.853379" StarRating="3" HotelCode="|420641" HotelName="Trang Trang Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>104 Ma May Str, Hoan Kiem District, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/6/4/1/420641_6547d2f1721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.96" OriginalAmount="130.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02913" Longitude="105.84368" StarRating="1" HotelCode="|189526" HotelName="Hanoi Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 1A Cam Chi str , Hang Bong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/2/6/189526_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.99" OriginalAmount="130.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0340048" Longitude="105.8469334" StarRating="3" HotelCode="|189403" HotelName="Hanoi City Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95B Hang Ga Street - Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/0/3/189403_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.11" OriginalAmount="130.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.039522" Longitude="105.849095" StarRating="3" HotelCode="|420019" HotelName="Hanoi La Cascada House and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Gam Cau Street, Dong Xuan Ward, Hoan Kiem District, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/0/1/9/420019_73ee6341719.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034980899545" Longitude="105.84772432892" StarRating="3" HotelCode="309513|77816" HotelName="Golden Art Trendy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6A Hang But Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/c9/1dc9d4f157ab7d4987d01ffd34f0f2c4c8380c9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649461-25826291/8401377501834249894/11957" HotelName="T&amp;amp;M LUXURY HOTEL HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32020000/32012600/32012591/bb04274b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02884762" Longitude="105.76890683" StarRating="3" HotelCode="856132|tm_luxury_hotel_hanoi" HotelName="T&amp;M Luxury Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>89B Le Duc Tho Street, My Dinh 2 Ward, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/8e/e28e8cb74fc3315913326150388d6624f4f56e08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Offering quality accommodations in the sports district of Hanoi, T&amp;M Luxury Hotel Hanoi is a popular...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03304246" Longitude="105.8544251" StarRating="0" HotelCode="957173|marina_hotel_24" HotelName="Marina Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>67 Nguyen Huu Huan, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/3a/8c3acd901d321bc7cbed485bbfb99c63668765cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.42" OriginalAmount="131.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029241" Longitude="105.848821" StarRating="3" HotelCode="|84058" HotelName="Victory Legend &amp; Spa " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-8b Tho Xuong lane, Au Trieu str., Hang Trong Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/5/8/84058_927f5121250.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable complex, is and is ideal for holidays, has 33 rooms, The establishment boasts a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment also offers WiFi, room service, a laundry service and bicycle hire. SITUATION: This hotel is in the city centre, nearby, you will find San Jose Cathedral it is 3 minutes away from Hoan Kiem Lake 5 minutes away from the establishment, guests will find the market, 15 minutes away from the establishment clients have the opera, is 20 minutes away from Thong Nhat park 500 metres away, guests will find Hanoi the Railway Station of it is 2 kilometres away from Luong Yen bus station. ROOM: The rooms have parquet flooring, an individual air-conditioning system, a bathroom with a shower, a hairdryer, a bath, satellite and cable TV and WiFi (free of charge), They also have a double bed, a hairdryer, a direct line telephone, a safe, a mini-bar, an ironing set, a coffee maker and a kettle. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast. PAYMENT METHODS: Customers can pay by credit cards, American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: Check-in is from 13:00 and check-out is at 12:00.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.42" OriginalAmount="131.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04572" Longitude="105.80509" StarRating="4" HotelCode="|418424" HotelName="Brandi Gate Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>02 Nguyen Dinh Hoan, Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/4/2/4/418424_faa8ba20626.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.29" OriginalAmount="131.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.003633" Longitude="105.80256" StarRating="4" HotelCode="|418708" HotelName="Grand Dragon Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Le Van Luong Street, Nhan Chinh Ward, Thanh Xuan District, Hanoi City, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/0/8/418708_a4875ef0816.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|293609-25506004/8401377501834249894/10210" HotelName="ATRIUM HANOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9250000/9240800/9240730/f4c9a258_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413402-25592188/8401377501834249894/11621" HotelName="LELE &amp;amp; FROG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16420000/16413100/16413038/a465f6f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034649767412" Longitude="105.84974499738" StarRating="3" HotelCode="119029|hanoi_queen_plaza" HotelName="Hanoi Queen Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Hang Can Street, Hoan Kiem, Hanoi 00844</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/54/8a545477c07d76a185962bbae296dc64e9bd586e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 4 star hotel is located in the city centre of Hanoi. The Hotel has a coffee shop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040469824387" Longitude="105.86669113855" StarRating="3" HotelCode="346852|new_era_hotel_and_villa" HotelName="New Era Hotel &amp; Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Nguyen Van Cu, Long Bien, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/15/56151396496e5b992688a7bf384af7d12a8b82c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02881033" Longitude="105.84862348" StarRating="3" HotelCode="309534|rising_dragon_cathedral_hotel_2" HotelName="Cinnamon Cathedral Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Au Trieu Street, Hoan Kiem, City Central, Near Hoan Kiem Lake, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/3b/e23b2ca06cc54fb0873950c6fbc00cc2140f0c49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The range of facilities, amenities and services available at the hotel ensures guests a comfortable ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02653021" Longitude="105.84238407" StarRating="3" HotelCode="495103|nam_ngu_hotel" HotelName="Hotel 1-2-3 Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>34 Nam Ngu Street, Cua Nam, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/7b/2b7b10156e44c225a98d688fd6a43cb6333253b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0303424" Longitude="105.8482488" StarRating="3" HotelCode="915993|hanoi_serendipity_hotel" HotelName="Vietface Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Chân C?m, Hàng Gai, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ab/14abe273e1f555803eb69469753c55a77315567c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.41" OriginalAmount="132.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.977664" Longitude="105.758486" StarRating="2" HotelCode="|523112" HotelName="HD Villa hotel Duong Noi - by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>An Khang Villa La Khe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/1/2/523112_c1ef5ad0909.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.93" OriginalAmount="132.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01411" Longitude="105.78099" StarRating="3" HotelCode="|189649" HotelName="Ping Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Pho Me Tri Ha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/6/4/9/189649_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.0965116" Longitude="-34.8848754" StarRating="2" HotelCode="0|215193-25418678/8401377501834249894/10881" HotelName="A25 LIEN TRI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Av. Conselheiro Aguiar, 755, RECIFE, BRAZIL,51011-031</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9625600/9625518/53bfbbca_b.jpg</HotelPictures>
        <HotelDescription>Cult Hotel offers great services and puts the rich culture of Recife on show for guests visiting this wonderful city. The property has been designed to pay homage to the city's culture, featuring six different-themed floors and over 500 works of art. The pieces include work from famous artists, such as Romero de Andrade Lima, Joao Camara, Ana Veloso, Mauricio Arraes, Farfan and Delano. You can admire art throughout Cult Hotel, in the hallways, the reception, the guestrooms, and even in the pool area and dining area. The property is a fantastic place to stay for your next trip to Recife.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431832-27603329/8401377501834249894/11710" HotelName="HA THANH STAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108570000/108561600/108561541/97bc4cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034485" Longitude="105.846312" StarRating="3" HotelCode="305344|dong_thanh_hotel" HotelName="Icon 36 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,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>19 Cua Dong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/01/81019263b97664b9937496d991a2974ddb8ac99f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the Old Quarter, sheltered away from the hustle and bustle. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.35" OriginalAmount="133.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031635" Longitude="105.855839" StarRating="0" HotelCode="|84072" HotelName="Labevie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HANG TRE STREET 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/7/2/84072_f544e3a1137.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Asia Paradise Hotel Hanoi is rated three stars, renovated in 2010, has air-conditioning, a lobby, a reception and express check-out. Our guests can find a safety deposit box service, a currency exchange service, a lift, a hairdresser's, a television room, a cafÃ© and a restaurant. The establishment offers room service, a laundry service, WiFi, a car park, a bicycle rental desk and a transfer service to the airport (for a fee). SITUATION: This hotel is in the historic centre of Hanoi, close to the business area, the government building, temples and shopping areas. 5 minutes away from the establishment guests have places of interest. Such as Lake Hoan Kiem, the Opera of Hanoi, the Temple of la Literatura, the Museum of Fine Arts and the Mausoleum of Ho Chi Minh City. 500 metres away, guests have the railway station. ROOM: The rooms have a double or king-size bed, an air-conditioning system, a direct line telephone, internet, LCD satellite and cable television, a mini-bar, a bathroom with a shower, a bath, a hairdryer, a sofa, chairs, a writing desk, a safe and a balcony or terrace. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.02" OriginalAmount="133.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.205142" Longitude="105.829447" StarRating="3" HotelCode="|521570" HotelName="Chemi Noi Bai Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10A, Vo Nguyen Giap Street, Thai Phu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/5/7/0/521570_fdda5a51101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03400321" Longitude="105.81508854" StarRating="3" HotelCode="866305|704131" HotelName="Fukurai Boutique Apartments Ha Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Lieu Giai Street, 19 Alley, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/10/06104f4ccaaa538396841e7373cd7edb38fe8919.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413165-25592074/8401377501834249894/9889" HotelName="1-2-3 HANOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15950000/15949000/15948962/89e84f2e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899183-26133746/8401377501834249894/10891" HotelName="NEW CENTURY CAU GIAY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39600000/39599800/39599786/d7404601_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573608-25723248/8401377501834249894/11386" HotelName="HANOI CITY HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2690000/2688900/2688875/93f8401c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03475264" Longitude="105.85315061" StarRating="3" HotelCode="743961|hanoi_bella_rosa_trendy_hotel" HotelName="Hanoi Bella Rosa Trendy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Luong Ngoc Quyen Street, Hang Buom, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/d1/8bd1f6fd81a53b012261b066b9f0b608b5e24f85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.15" OriginalAmount="134.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.963811" Longitude="105.831978" StarRating="0" HotelCode="|521786" HotelName="BAO NGOC HOTEL LINH DAM" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lo 48-BT3 Ban dao Linh Dam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/7/8/6/521786_6ed2fb21154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.24" OriginalAmount="134.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.085796" Longitude="105.667089" StarRating="0" HotelCode="|536940" HotelName="3T and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Nguyen Thai Hoc Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/9/4/0/536940_0f7f5320927.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032089830396" Longitude="105.85550173989" StarRating="3" HotelCode="119188|255775" HotelName="Labevie Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Hang Tre Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/c0/b2c03a1234490a9000c2b5cd0aab44a6c16e6899.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Hanoi's Old Quarter. It is surrounded by the central business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04016571" Longitude="105.84821497" StarRating="3" HotelCode="614597|255746" HotelName="Hanoi Genial Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>56 Hang Dau Street, Dong Xuan Ward, Hoan Kiem District, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5d/965d0eb1a3a3bc4803e3d9997ef38595d883cd2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|281981-25501305/8401377501834249894/9172" HotelName="TIME" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6500000/6495500/6495486/37fdd9d4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|268494-25492237/8401377501834249894/10778" HotelName="HANOI ELITE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2535400/2535388/4017932c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649515-25826367/8401377501834249894/10837" HotelName="HANOI LA CASCADA HOUSE &amp;amp; TRAVEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/39000000/38992000/38991998/dc0b3090_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|573062-25722926/8401377501834249894/11475" HotelName="HANOI BUDDY INN AND TRAVEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/19000000/18996000/18995934/dd3daf44_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1085777-26343839/8401377501834249894/11935" HotelName="MIA CASA BY SATORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46570000/46564100/46564098/86ab2d86_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.35" OriginalAmount="135.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03438148" Longitude="105.84689415" StarRating="3" HotelCode="517751|hanoi_serenity_hotel" HotelName="Serenity Diamond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1E Cua Dong Street, Old Quarter, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/b1/e4b11d29e6088527cd7d2bdb5114e6222d674733.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.35" OriginalAmount="135.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02304422" Longitude="105.84763157" StarRating="2" HotelCode="766675|mia_house_hanoi_central" HotelName="Mia House Hanoi Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>House 82H Alley 82, Tho Nhuom, Hoan Kiem District, Hanoi 111007</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/84/5284b1a3f9ab26f6b69a96cfc331a09560bd610b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.35" OriginalAmount="135.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03397795" Longitude="105.85336358" StarRating="0" HotelCode="982135|trang_trang_boutique_hotel" HotelName="Trang Trang Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>104 Ma May Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/87/a287cba78b6bcf5a33a0c8d0be408577ef794713.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03300679" Longitude="105.77240664" StarRating="3" HotelCode="488555|152076" HotelName="Au Viet Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Nguyen Hoang, My Dinh 2, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/bc/a0bc7060b5a6e61c943b6ec011476e5a39c6e82d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|252924-25474460/8401377501834249894/10258" HotelName="RIVERSIDE HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6670000/6666100/6666081/db985cf5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|216946-32731279/8401377501834249894/11946" HotelName="MAI VILLA 4 - DANG VAN NGU" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96530000/96526900/96526876/eeb9cbbc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899425-26134048/8401377501834249894/12164" HotelName="THE GALAXY HOME HOTEL &amp;amp; APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45720000/45716300/45716283/5a89c81c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.021583999771" Longitude="105.84642309905" StarRating="1" HotelCode="346888|a25_hotel__lien_tri" HotelName="A25 Hotel 12 Lien Tri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Lien Tri Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/11/821108e59727e712c3fc27a6234084470f33bb37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03452864" Longitude="105.81513081" StarRating="3" HotelCode="755604|canary_hotel_apartment" HotelName="Canary Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Lane 19 Lieu Giai Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4c/974c65d7a6abe456fa402f2a10c1026f6dac3b5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06553118" Longitude="105.82481918" StarRating="3" HotelCode="694227|oriental_palace_apartment" HotelName="Oriental Palace Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Beauty Salon,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Meeting Room,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Tay Ho Road, Quang An Quarter, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/a7/c4a70b0b42e9296d8045f43961036befdef36396.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Oriental Palace Apartment is a popular choice amongst travelers in Hanoi, whether exploring or just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.68" OriginalAmount="136.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040169" Longitude="105.848246" StarRating="3" HotelCode="|240148" HotelName="Hanoi Genial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Hang Dau Street, Dong Xuan Ward Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/1/4/8/240148_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.32" OriginalAmount="136.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0451284" Longitude="105.8425091" StarRating="4" HotelCode="|270548" HotelName="La Santé and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Chau Long street, Ba Dinh district Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/5/4/8/270548_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029399" Longitude="105.833876" StarRating="3" HotelCode="905923|73743" HotelName="Hanoi Emotion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Hang Bot St., Dong Da Dist, Hanoi City</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/23/76238daff6d97c8c479f2e485ad3f9675c181f5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Hanoi's Ba Dinh neighbourhood, close to the Temple of Literature, Ho Chi Min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030330553234" Longitude="105.85634646991" StarRating="3" HotelCode="305348|eclipse_legend_hotel" HotelName="Eclipse Legend Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Voi, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/40/fb40bc30fb119ef2544acb53694adb1ccf6629e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03227013" Longitude="105.85303004" StarRating="3" HotelCode="346698|violet_hotel_2" HotelName="Violet hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Cau Go Hoan Kiem Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/0b/1a0b993cfc74e24537a6fe14fe110d806e4fa202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030283349594" Longitude="105.84827309008" StarRating="3" HotelCode="383604|blue_hanoi_inn_hotel" HotelName="Blue Hanoi Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>12B Chan Cam, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/a0/13a005f7caae843de641e49bf178a20ba0d87d3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035296736116" Longitude="105.85244698955" StarRating="3" HotelCode="421806|hanoi_elite_hotel" HotelName="Hanoi Elite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Library,Limousine Service,Luggage Storage,Massage Centre,Off-Site Parking,Parking,Pick &amp;amp; Drop,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 10/50 Dao Duy Tu Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/a0/dfa03b40811800278b02b6a73037935f55f1d310.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Hanoi Elite Hotel, you'll be centrally located in Hanoi, steps from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03436344826" Longitude="105.85341889633" StarRating="3" HotelCode="382688|tu_linh_palace_hotel_2" HotelName="Hanoi Diamond King Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>86 Ma May, Old Quarter, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/4b/124bde90636e268c32cc9d656c07532f105cdb76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.56" OriginalAmount="137.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0345319" Longitude="105.8150876" StarRating="0" HotelCode="|265210" HotelName="Canary Hotel and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 15, Alley 19, Lieu Giai, Ba Dinh District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/2/1/0/265210_4f269691751.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.57" OriginalAmount="137.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.015811" Longitude="105.798933" StarRating="3" HotelCode="|421727" HotelName="The Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 10 11 Lot 3B Trung Yen 6 Trung Hoa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/7/2/7/421727_dfb71fa1739.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.62" OriginalAmount="137.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.014123918299" Longitude="105.78097785973" StarRating="3" HotelCode="309533|254953" HotelName="Ping Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26-28 Me Tri Ha Street, Nam Tu Liem, My Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/f3/37f3b06a39aae3336d6804d70062942cb1e2dbe6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant, a bar, a transfer service and room service are available to guests of the hotel. Wirel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.28" OriginalAmount="137.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0325176" Longitude="105.8538803" StarRating="3" HotelCode="|189721" HotelName="Rising Dragon Legend" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Hang Be St.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/2/1/189721_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.28" OriginalAmount="137.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0329508" Longitude="105.8468571" StarRating="3" HotelCode="|419106" HotelName="Hanoi Exclusive" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Hang Dieu Steet, Old Quarter Hoan Kiem District, Hanoi, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/1/0/6/419106_2757c061707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037026761636" Longitude="105.85230615289" StarRating="2" HotelCode="268120|153572" HotelName="Time Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>18 Dao Duy Tu, Hoan Kiem District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/236627/236627a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06781581" Longitude="105.82196146" StarRating="3" HotelCode="374041|382462" HotelName="Quang Ba Trade Union Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>98 To Ngoc Van Street, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/ae/7aaedc1b34f7ff4a66f4b79ec34020ff87316a49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0296269" Longitude="105.84888369" StarRating="3" HotelCode="853636|377180" HotelName="Crystal Pearl Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Ngo Huyen, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/9b/cd9b55a548300f773b9fb022837e0bb9cfc7eb55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649473-25826307/8401377501834249894/10396" HotelName="HANOI ARIA CENTRAL HOTEL &amp;amp; SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35610000/35605200/35605136/56fa3ae5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|592934-25742186/8401377501834249894/10847" HotelName="HANOI CRYSTAL PEARL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32620000/32617400/32617347/c25ef3fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413294-25592140/8401377501834249894/11069" HotelName="GOLDEN MOON SUITE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13480000/13479600/13479517/9307f1ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.025991963787" Longitude="105.83430063558" StarRating="4" HotelCode="268102|windy_hotel" HotelName="Sao Mai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Thong Phong Alley, Ton Duc Thang, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/a5/b8a53ca1ba034d74bb9673365163e037f55ba744.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.80" OriginalAmount="138.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0334" Longitude="105.854" StarRating="3" HotelCode="|420921" HotelName="Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Nguyen Huu Huan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/2/1/420921_1cb10861600.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.05" OriginalAmount="138.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04477" Longitude="105.79266" StarRating="2" HotelCode="|235554" HotelName="A25 - Hoang Quoc Viet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ngo 385 Hoang Quoc Viet Nghia Tan, Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/5/4/235554_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.29" OriginalAmount="138.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.065507" Longitude="105.8249979" StarRating="3" HotelCode="|338646" HotelName="Oriental Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Tay Ho, Tay Ho District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/6/4/6/338646_4090f861240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.32" OriginalAmount="138.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02954" Longitude="105.84875" StarRating="3" HotelCode="|420422" HotelName="Hanoi Hanvet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Ngo Huyen Street, Hoan Kiem Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/4/2/2/420422_10e0bd21756.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01958959" Longitude="105.8024735" StarRating="3" HotelCode="553399|a1_hill_hanoi_hotel" HotelName="A1 Hill Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>852/850 Duong Lang, Lang Thuong, Dong Da, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/73/ff7357421542fe40e1eeb31a8271981c1d9c7c46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a bar, a transfer servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03260464" Longitude="105.85013727" StarRating="2" HotelCode="626578|nexy_hostel" HotelName="Nexy Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>12 To Tich Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/5a/255a29b68f43461e02e8c905895350370decdc6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03162857" Longitude="105.84844369" StarRating="3" HotelCode="773782|hanoi_la_castela_hotel" HotelName="La Castela Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>29 Hang Manh, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8bf50a786ef302bbc279a88550a0c11d249b60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="967259|bao_hung_hotel_and_apartment" HotelName="Bao Hung Hotel And Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>91 Tran Quoc Vuong Street, Cau Giay, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/26/b92613a89fdabcc8d291ea1eb2ee405e84720379.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.41" OriginalAmount="139.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03347" Longitude="105.852507" StarRating="2" HotelCode="915996|369174" HotelName="La Beauté de Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Trung Yen Lane, Dinh Liet Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d6/08d6adb665946843b9f04393a69908b2f55c2f4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.75" OriginalAmount="139.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06164" Longitude="105.82767" StarRating="3" HotelCode="|196809" HotelName="Dragon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48 Xuan Dieu, Tay Ho District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/0/9/196809_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.76" OriginalAmount="139.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01964" Longitude="105.80245" StarRating="3" HotelCode="|234804" HotelName="A1 Hill Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>852 ngo 850 Duong Lang, Lang Thuong Dong Da</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/8/0/4/234804_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.40" OriginalAmount="140.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03708" Longitude="105.85227" StarRating="3" HotelCode="|189779" HotelName="Cristina Center  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Dao Duy Tu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/7/9/189779_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02871419" Longitude="105.84848381" StarRating="3" HotelCode="382857|152133" HotelName="Church Legend Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Au Trieu, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/06/ab06465949deb0ad40f02a976eb1812c1e7466ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03572105" Longitude="105.85148053" StarRating="3" HotelCode="774001|348350" HotelName="Golden Sail Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 Hang Buom, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/ed/86edf2c8dc2417da3a0da2ab7720c018e2355186.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|243572-25459773/8401377501834249894/10424" HotelName="HANOI INNER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6320000/6317100/6317099/4c397e67_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431884-27603547/8401377501834249894/11195" HotelName="NINE HOUSING 535 KIM MA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109020000/109013800/109013788/01d191db_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032071068806" Longitude="105.84811819263" StarRating="3" HotelCode="435909|152198" HotelName="Golden Moon Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12A Hang Manh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/21804/3621804/1.jpg?f=15494688</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.74" OriginalAmount="142.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02878" Longitude="105.81266" StarRating="3" HotelCode="|198533" HotelName="Sunny 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A/31 Nguyen Chi Thanh Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/5/3/3/198533_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899264-26133852/8401377501834249894/10359" HotelName="PARAGON NOI BAI HOTEL AND POOL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45290000/45287200/45287182/53a8d1a5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649470-25826301/8401377501834249894/11240" HotelName="GRAND DRAGON HOTEL HANOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33270000/33263500/33263458/64413ec3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.43" OriginalAmount="143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029192088561" Longitude="105.84833460699" StarRating="2" HotelCode="268104|luxury_backpackers" HotelName="Luxury Backpackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Ngo Huyen Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ed/34ed5dea0d48966fbf65d14427d5ce880d6925f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a restaurant, a bar, a trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.43" OriginalAmount="143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035915955187" Longitude="105.85326075554" StarRating="2" HotelCode="309521|hanoi_endless_hotel" HotelName="Hanoi 3B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Ma May Street, Hoan Kiem Dist., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/0f/000f8da48e97b3d2821fd247159488ba667a04d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel's location, in the very heart of Hanoi, allows guests to experience traditional life in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.43" OriginalAmount="143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03382288" Longitude="105.84860435" StarRating="3" HotelCode="587255|luxury_old_quarter_hotel" HotelName="Luxury Old Quarter Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Hang Bo Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/92/c0927e17f73c4e0295b5128afd246ab185d393cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.43" OriginalAmount="143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01620663" Longitude="105.79927404" StarRating="3" HotelCode="855955|hotel_the_hanoi" HotelName="Hotel The Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>10,11 Trung Yen 6, Lot 3B, Trung Hoa, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/54/465431940dab5de995959d2a011acf40359e2145.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.87" OriginalAmount="143.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032659" Longitude="105.853846" StarRating="0" HotelCode="|521854" HotelName="TUAN CENTRAL HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 HANG BE , HOAN KIEM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/8/5/4/521854_8c687431124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="145.44" OriginalAmount="144" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.594381" Longitude="-121.891682" StarRating="3" HotelCode="0|413171-25592078/8401377501834249894/10640" HotelName="A1 HILL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>755 ABREGO STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16060000/16054500/16054483/e3bcadab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="145.44" OriginalAmount="144" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574148-25723504/8401377501834249894/10816" HotelName="ORIENTAL PALACES AND APARTMENTS HANOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23290000/23282800/23282796/ca6c4f6a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="145.44" OriginalAmount="144" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|436049-25609906/8401377501834249894/10848" HotelName="A25 HOANG QUOC VIET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16440000/16431700/16431634/2bfebd42_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="145.44" OriginalAmount="144" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437944-27930962/8401377501834249894/12070" HotelName="LUNA'S HOUSE - VINHOMES SMART CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113370000/113365500/113365447/023e6594_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.010809575644" Longitude="105.80627729458" StarRating="3" HotelCode="346263|sunny_2_hotel_hanoi" HotelName="Sunny Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21/170 Hoang Ngan Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/a9/3aa9c61d0897552477553414841099b440f4b730.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.47" OriginalAmount="144.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0347" Longitude="105.853" StarRating="3" HotelCode="|419218" HotelName="Hanoi Bella Rosa Trendy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Luong Ngoc Quyen, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/2/1/8/419218_3d57d190837.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.12" OriginalAmount="144.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03394" Longitude="105.84939" StarRating="3" HotelCode="|189744" HotelName="La Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Hang Bo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/4/4/189744_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217143-25420366/8401377501834249894/10672" HotelName="PING" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6520000/6516600/6516555/31f37a96_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.59" OriginalAmount="145.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0324287" Longitude="105.84642909" StarRating="3" HotelCode="382885|3472185" HotelName="Noble &amp; Swan Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.16H Duong Thanh street, Hoan Kiem district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/04220/2204220/1.jpg?f=15616156</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027932304993" Longitude="105.81238699477" StarRating="3" HotelCode="346262|sunny" HotelName="Sunny Hotel 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2A/31 Nguyen Chi Thanh Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/3b/883b6af019f33380596b89f1bf7456841aea58b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03711816" Longitude="105.84848246" StarRating="2" HotelCode="401995|ha_long" HotelName="Hanoi Little Town Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>77 Hang Luoc Street, located in the central of Hanoi Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/ed/72edb43fa262c799edbbc2b79e95bf4c602ff177.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00339773" Longitude="105.86775326" StarRating="2" HotelCode="612067|mercy_hotel_2" HotelName="Mercy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Lane 651, Minh Khai Street, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/f9/30f9a30c130545778829506595a41048a68d1ce3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00906898" Longitude="105.80718492" StarRating="3" HotelCode="626530|unique_serviced_apartment" HotelName="Unique Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4/ 106 Hoang Ngan Street, Trung Hoa Ward, Cau Giay District, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/f9/39f9d6233f1655da7718fd227844f207fe511915.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="856085|korinn_pho_yen_hotel" HotelName="Korinn Pho Yen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>249-251 Ly Nam De</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/4f/c64f0b0055441ea7214afad4392a8731f47736b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.92" OriginalAmount="146.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0312787" Longitude="105.8500721" StarRating="3" HotelCode="|67291" HotelName="Lakeside Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 HANG HANH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/2/9/1/67291_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a bar, room service, WiFi and a medical care service. ROOM: The establishment has 32 rooms with a bathroom with a hairdryer, an air-conditioning system, a mini-bar and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.08" OriginalAmount="146.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03292" Longitude="105.7725" StarRating="3" HotelCode="|234161" HotelName="Au Viet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>126 Nguyen Hoang Street My Dinh 2, Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/1/6/1/234161_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02063349" Longitude="105.84424657" StarRating="3" HotelCode="489334|153584" HotelName="Vietnam Trade Union in Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Tran Binh Trong, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/f9/f6f9890b17cbbe97f36d5d52b4ee3611fdc254d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899267-26133856/8401377501834249894/10484" HotelName="PAROSAND HANOI HOTEL AND APARTMENT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35590000/35583900/35583837/4edf44ce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.47" OriginalAmount="147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044771564566" Longitude="105.79268849847" StarRating="1" HotelCode="510760|a25_hotel__hoang_quoc_viet" HotelName="A25 Hotel 385 Hoang Quoc Viet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>385 Hoang Quoc Viet Street, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/ed/4ded19771e3938b53fecfaa9e760a46cb3de261d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.67" OriginalAmount="147.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03142" Longitude="105.85034" StarRating="3" HotelCode="|198720" HotelName="Centre Point Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Hang Hanh Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/7/2/0/198720_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.76" OriginalAmount="147.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.068858" Longitude="105.82432" StarRating="5" HotelCode="|456087" HotelName="Westlake Pearl Aparthotel And Spa - By Pegasy Group" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Ngo 52 To Ngoc Van</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/0/8/7/456087_49d4eec1405.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.38" OriginalAmount="147.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029943" Longitude="105.848163" StarRating="2" HotelCode="|84018" HotelName="Lucky Central Hotel and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 HANG TRONG STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/1/8/84018_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has tourist information, ticket sales, a car hire service, bicycle hire, a laundry service and a currency exchange service. SITUATION: This hotel is in Hanoi the district of Hoan Kiem Lake it is 5 minutes drive away from 50 minutes away from the establishment you have Noi Bai Airport. ROOM: The rooms have internet (free of charge), a television, a fridge and a safe. Some rooms have a balcony. OTHERS: Regarding the food and beverage offering, clients have a restaurant and a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02182713" Longitude="105.81846229" StarRating="3" HotelCode="320707|83901" HotelName="The Pearl Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6B Lang Ha Street, Ba Dinh District, Lang Ha-Giang Vo Convention Center, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/6a/9e6a8721e44b81e1847aa7d52d270d025ed88836.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="973637|marina_hanoi_hotel" HotelName="Marina Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Mieu Dam, Me Tri, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/81/c381786da960b92b948c106f4158cdbd579531df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.54" OriginalAmount="148.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0139746" Longitude="105.7811227" StarRating="4" HotelCode="|266421" HotelName="Hanoi Ping Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Me Tri Ha, Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/4/2/1/266421_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.66" OriginalAmount="148.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.011326" Longitude="105.803772" StarRating="3" HotelCode="|447079" HotelName="Halo Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.33, Gate 71, Do Quang, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/0/7/9/447079_2e28c8e0954.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.19" OriginalAmount="148.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.967736" Longitude="105.75676" StarRating="4" HotelCode="|418877" HotelName="Green Hadong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 1, Lane 36 Le Trong Tan, La Khe Ward, Ha Dong, Hanoi, Ha Dong, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/8/7/7/418877_15b3b080821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.020643" Longitude="105.845741" StarRating="0" HotelCode="|456184" HotelName="Khach San Tqt2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tran Quoc Toan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/1/8/4/456184_98609201716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="150.49" OriginalAmount="149" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649523-21175904/8401377501834249894/7456" HotelName="HANOI EXCLUSIVE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41510000/41501800/41501773/3f09d979_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="150.49" OriginalAmount="149" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431828-27591916/8401377501834249894/12165" HotelName="FLESTA DOI CAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91210000/91205000/91204984/02bf8831_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033856974838" Longitude="105.8494165888" StarRating="3" HotelCode="347242|spring_flower_hotel" HotelName="Spring Flower Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>45 Hang Bo, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/67/336713bd127610efe521dd9a2d2e378791fe2c53.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0642837" Longitude="105.80946506" StarRating="0" HotelCode="968585|parosand_hanoi_hotel_apartment" HotelName="Parosand Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>537 Lac Long Quân, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/12/28128cc1e6a3ecc608a9a5646ad484bbe71535a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.59" OriginalAmount="149.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035343" Longitude="105.848142" StarRating="0" HotelCode="|447277" HotelName="Hanoi Vacanza Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Hang Vai Street - Old Quarter, Hoan Kiem District, Hanoi, 10000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/2/7/7/447277_c214ce51142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.69" OriginalAmount="149.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.991713" Longitude="105.944063" StarRating="3" HotelCode="|525322" HotelName="Vinhomes Ocean Park Gia Lâm Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Da Ton, Gia Lam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/3/2/2/525322_555dd111025.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.93" OriginalAmount="149.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027" Longitude="105.842" StarRating="3" HotelCode="|418880" HotelName="Hanoi Aria Central and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Le Duan Hoan Kiem, Hanoi, Hanoi, Vietnam, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/8/8/0/418880_dcc23d60828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.06" OriginalAmount="149.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03054" Longitude="105.84884" StarRating="3" HotelCode="|196697" HotelName="Blue Hanoi Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12B Chan Cam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/6/9/7/196697_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.06" OriginalAmount="149.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0072149" Longitude="105.7814983" StarRating="3" HotelCode="|419945" HotelName="Marina Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Mieu Dam, Me Tri, Tu Liem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/4/5/419945_4fa66141743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.22" OriginalAmount="149.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0347926" Longitude="105.8450585" StarRating="3" HotelCode="|338417" HotelName="My Moon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Cua Dong, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/1/7/338417_25d7aab1213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.022472573815" Longitude="105.8433557963" StarRating="3" HotelCode="916014|74555" HotelName="Eternity Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Yet Kieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/4a/7c4aa1940126cc079f08a629e5d2a4526b98a9a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|168030-18226829/8401377501834249894/6832" HotelName="LA BEAUTE DE HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5100000/5092100/5092069/21fdfa97_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|168008-25339799/8401377501834249894/10825" HotelName="GOLDEN LAKESIDE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7260000/7250100/7250065/bdfaa75c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.50" OriginalAmount="150.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03478597075" Longitude="105.85274132788" StarRating="2" HotelCode="309523|hanoi_discovery_hotel" HotelName="Hanoi Discovery Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Lane, 22 Luong Ngoc Quyen Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/03/ed031129e237a5ff51daee971b15932e146e3ff4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.53" OriginalAmount="150.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0357" Longitude="105.84769" StarRating="3" HotelCode="|238532" HotelName="Hanoi La Storia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Hang Dong street, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/5/3/2/238532_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|359468-25545726/8401377501834249894/10373" HotelName="CENTRE POINT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12270000/12264400/12264318/ff2b49d3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03479875" Longitude="105.8454925" StarRating="4" HotelCode="347712|eco_hanoi_hotel" HotelName="Bonne Nuit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>30A Cua Dong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/4b/f54b07b7da551122067e850ee32038fb2ee46aef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031515766667" Longitude="105.84576306667" StarRating="3" HotelCode="915998|rising_dragon_estate_hotel" HotelName="Rising Dragon Estate Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Nguyen Van To Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/4b/f54b07b7da551122067e850ee32038fb2ee46aef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="965840|dahlia_hotel_hanoi" HotelName="Dahlia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Hang Duong Street, Hoan Kiem, Hanoi City</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/65/a565808b728c8c335d666ad4d2ffaf3419ef2d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215328-25418800/8401377501834249894/9919" HotelName="AU COEUR D` HANOI BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8670000/8661300/8661239/eb3d6b8a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649503-25826351/8401377501834249894/11751" HotelName="MARINA HOTEL HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38320000/38310700/38310628/6683126b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031591" Longitude="105.848427" StarRating="3" HotelCode="167039|golden_lake_view_hotel_2" HotelName="Lakeside Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Hang Hanh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/27/94271c52a0b2c46ef3bce52646af8572ad6294e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Staying at this hotel, guests can discover the daily life of local residents of the '36 streets' in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03430223" Longitude="105.84770416" StarRating="3" HotelCode="585823|queen_light_hotel" HotelName="Queen Light Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Hang Phen Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/17/d017562740bc2ae2d0a4cd8049833790e8802c2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03246347" Longitude="105.85309782" StarRating="3" HotelCode="630877|trang_trang_hotel" HotelName="Trang Trang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Cau Go Market Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/8b/f68be531dda342a7b65c97da2fd1fa1f6accca82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.34" OriginalAmount="152.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03637" Longitude="105.84709" StarRating="3" HotelCode="|189785" HotelName="Tu Linh Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2B Hang Ga, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/8/5/189785_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01386456" Longitude="105.8010929" StarRating="3" HotelCode="620441|dinh_elegant_hanoi_hotel" HotelName="Dinh Elegant Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Block 15D, Trung Yen New Urban Area, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/55/4c551a2e2ffeaf3861f90d9f694aeb9dc20fd51b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="155.54" OriginalAmount="154" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573353-25723130/8401377501834249894/10829" HotelName="HANOI LA STORIA HOTEL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17830000/17823400/17823352/c7a0d7ec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="155.54" OriginalAmount="154" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573428-25723168/8401377501834249894/10905" HotelName="HANOI PING LUXURY HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19310000/19308100/19308090/0ef000a4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03477783" Longitude="105.84518305" StarRating="3" HotelCode="585562|my_moon_hotel" HotelName="My Moon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>59 Cua Dong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/f8/8df81b733acd4aaa78780e0f7e14f3bc1c2a6e17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032389877635" Longitude="105.85383873189" StarRating="3" HotelCode="935738|au_coeur_dhanoi_boutique_hotel" HotelName="Au Coeur Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hang Be Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1e/aa1e831f0b8504b8c088cfbbc4a592254047c74e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.70" OriginalAmount="154.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042451" Longitude="105.842635" StarRating="0" HotelCode="|552640" HotelName="Wil\'que" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Cua Bac</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/6/4/0/552640_08084a11044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.18" OriginalAmount="154.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033834" Longitude="105.8486787" StarRating="3" HotelCode="|374889" HotelName="Luxury Old Quarter" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Hang Bo Street, Hoan Kiem District Hanoi 10000 Ha Noi Municipality</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/4/8/8/9/374889_92cd2011346.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.44" OriginalAmount="154.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03216" Longitude="105.85341" StarRating="3" HotelCode="|240630" HotelName="Trang Trang Premium" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Cau Go, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/6/3/0/240630_b076cf31008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|168017-25340191/8401377501834249894/9827" HotelName="AQUARIUS LEGEND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4580000/4574800/4574762/d8f21200_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03611217" Longitude="105.85388033" StarRating="0" HotelCode="964899|hanoi_asia_hotel_3" HotelName="Hanoi Asia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>94 Tran Nhat Duat Street, Hoan Kiem Dis, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/4f/e44f5977c02086783b062fc62cd0a92f54251e72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.87" OriginalAmount="155.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033977" Longitude="105.847049" StarRating="3" HotelCode="|533505" HotelName="Hanoi Sofia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Hang Ga</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/0/5/533505_7ed424b1106.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.22" OriginalAmount="155.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0166685" Longitude="105.850435" StarRating="3" HotelCode="200491|3440635" HotelName="Emerald" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Tri?u Vi?t Vuong, Bùi Th? Xuân, Hai Bà Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/9a/8d9a156c9c1f9335d9ee654f9a7141ff80d34fda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.56" OriginalAmount="156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03571147" Longitude="105.8476452" StarRating="3" HotelCode="585854|hanoi_la_storia_hotel" HotelName="La Storia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>45 Hang Dong Street, Hoan Kiem District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/73/81/7381757953c25e8783eddb6e5efbf298bb5f766c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.56" OriginalAmount="156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03195068" Longitude="105.84792204" StarRating="3" HotelCode="595764|little_hanoi_deluxe_hotel" HotelName="Little Hanoi Deluxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Yen Thai, Hang Manh, HoanKiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/27/bc27d3894f09a2db65ab7dafc7ddf90ae239eca5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.75" OriginalAmount="156.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03388" Longitude="105.85339" StarRating="0" HotelCode="|67294" HotelName="Gia Thinh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HANG BAC STREET, HOAN KIEM 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/2/9/4/67294_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.16" OriginalAmount="156.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0308" Longitude="105.849" StarRating="3" HotelCode="|420677" HotelName="Mercury Central Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Hang Trong, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/6/7/7/420677_83a5e250359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031451" Longitude="105.850372" StarRating="3" HotelCode="404116|152115" HotelName="Centre Point Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Hang Hanh Street, Hang Trong Ward, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/447217/447217a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215236-25418714/8401377501834249894/10850" HotelName="LA SANTE HOTEL &amp;amp; SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17760000/17752200/17752112/347459bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572684-25722722/8401377501834249894/11063" HotelName="DINH ELEGANT HANOI HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20290000/20288300/20288263/7b2cdcbb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|135227-25304920/8401377501834249894/11940" HotelName="THE FLOWER BOUTIQUE HOTEL &amp;amp; TRAVEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1670000/1668500/1668467/d15fef82_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431870-27593438/8401377501834249894/11989" HotelName="MARGAERY BOUTIQUE APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93040000/93031800/93031701/0b080c94_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031615" Longitude="105.850632" StarRating="3" HotelCode="192542|morning_star_hotel" HotelName="Hanoi Morning Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Hang Hanh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/49/de4967206d4c8abfdef78b5210280efd72e6b098.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.38" OriginalAmount="157.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03275" Longitude="105.85012" StarRating="3" HotelCode="|189412" HotelName="Parklane Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4A To Tich Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/1/2/189412_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|885459-26110307/8401377501834249894/11952" HotelName="THE BLOOM HA NOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41840000/41835700/41835646/dc96fee3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.15" OriginalAmount="158.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03596" Longitude="105.84767" StarRating="3" HotelCode="|420333" HotelName="Antique Angel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Hang Dong, Hoan Kiem, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/3/3/3/420333_df2279a1707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.31" OriginalAmount="158.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03642" Longitude="105.85269" StarRating="3" HotelCode="|189206" HotelName="Bonjour D'an Nam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32A Dao Duy Tu Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/0/6/189206_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898709-26132952/8401377501834249894/11123" HotelName="BOM HOMESTAY VINHOMES TIMES CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48900000/48897800/48897738/0e66dc6b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.59" OriginalAmount="159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03229823" Longitude="105.85246642" StarRating="3" HotelCode="590985|maro_hotel" HotelName="Maro Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Cau Go Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/ee/cceef228296f2493070fc6cfa325b8daea852bc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.80" OriginalAmount="159.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027725" Longitude="105.849698" StarRating="3" HotelCode="|84075" HotelName="Lucky 3  and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HANG BONG, HOAN KIEM 81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/7/5/84075_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2010, has 35 comfortable rooms, double rooms and double rooms for individual use, 8 single rooms and 9 suites. The air-conditioned establishment has a lobby, with a reception, express check-out, a safety deposit box service, a currency exchange service, a lift and a cafÃ©. SITUATION: This hotel is close to Hanoi the district of Hoan Kiem Lake San Jose Cathedral places of interest, the commercial area, banks and embassies. Han Long it is situated 180 kilometres away from 35 minutes away, you can find Noi Bai Airport. ROOM: The rooms have wooden floors, a bathroom with a shower or bath, a hairdryer, a double or king-size bed, a direct line telephone, cable television, a writing desk, a safe, a mini-bar and WiFi. They also have a coffee maker, a kettle, a washing machine, an ironing set, an air-conditioning system, individual heating and a balcony or terrace. OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service and a set-menu lunch.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.05" OriginalAmount="159.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028708" Longitude="105.845313" StarRating="2" HotelCode="|84026" HotelName="Urban Alley" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 HOI VU ST, HOAN KIEM DIST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/2/6/84026_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a gift shop, bicycle hire, a currency exchange service, tourist information and excursions. SITUATION: This hotel is in Hanoi the historic centre of Hoan Kiem Lake 5 minutes walk away, you can find it is situated 10 minutes away from the railway station, Hanoi bus station the establishment is 1,5 kilometres away from Ho Chi Minh City the Mausoleum of, is 45 minutes drive away from Noibai Airport. ROOM: All the rooms have WiFi (free of charge), computer, a DVD player, wooden floors, a mini-bar, a fridge, a safety deposit box, a kettle and a coffee maker. OTHERS: Regarding the food and beverage offering, you can enjoy a cafÃ©, a bar and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|268530-27053158/8401377501834249894/8770" HotelName="SPRING FLOWER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8520000/8514500/8514459/w1264h640x16y0-eb401d2b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.60" OriginalAmount="160.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02901807" Longitude="105.84841968" StarRating="3" HotelCode="854133|splendid_pearlight_hotel" HotelName="Splendid Pearlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18b Tho Xuong Lane, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/d8/98d824ac720a0437dbd2bfb6546fdfc14c00ea2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Hanoi. The premises count with 25 welcoming guests rooms. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.02" OriginalAmount="160.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03489" Longitude="105.853031" StarRating="3" HotelCode="|554766" HotelName="THE SILK GRAND PREMIUM HOTEL and SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6A Luong Ngoc Quyen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/7/6/6/554766_4b8de131439.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.24" OriginalAmount="160.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0317351" Longitude="105.8480358" StarRating="3" HotelCode="|270007" HotelName="Little Hanoi Deluxe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Yen Thai Street, Hang Manh, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/0/0/7/270007_30f29211752.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="162.61" OriginalAmount="161" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|358526-25545272/8401377501834249894/10569" HotelName="LA SELVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12480000/12472000/12471934/c4018cf0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="162.61" OriginalAmount="161" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|899460-26134098/8401377501834249894/10736" HotelName="GARCO DRAGON 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33140000/33138800/33138759/6083e95f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="162.61" OriginalAmount="161" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431885-27601499/8401377501834249894/11415" HotelName="NINE HOUSING A10 KIM MA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104890000/104882500/104882500/f979cb13_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.61" OriginalAmount="161.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028575788417" Longitude="105.91933305958" StarRating="3" HotelCode="346760|garco_dragon_hotel_2" HotelName="Garco Dragon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>765A Nguyen Van Linh, Sai Dong Ward, Long Bien District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/7b/807b7309062b907ab79a767d15a2b2a4826d7993.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Garco Dragon Hotel is perfectly located for both business and leisure guests in Hanoi. The hotel has...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.61" OriginalAmount="161.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036494524528" Longitude="105.84703220279" StarRating="3" HotelCode="916013|tu_linh_palace_hotel" HotelName="Tu Linh Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2B Hang Ga, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/e5/dbe5f6b096961068f8d9021c75118ed70299ab64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649507-25826355/8401377501834249894/10841" HotelName="DAHLIA HOTEL HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38650000/38646900/38646850/778ae723_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="9.70499" Longitude="100.005" StarRating="3" HotelCode="0|268512-25492249/8401377501834249894/10884" HotelName="HANOI FOCUS (HOAN KIEM)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>31/10 MOO1 THONG SALA, KO PHANGAN, TH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8730000/8720100/8720097/5f630ad7_b.jpg</HotelPictures>
        <HotelDescription>The resort is situated on the border of Thong Sala, within walking distance of the village. It is also about 2.5 hours away from Surat Thani Province and 45 minutes from Koh Samui Island by ferry boat. Samui Airport is approximately 20 km away.


This is an eco-friendly beachfront resort. The premises were renovated in 2011 and there are 53 guest rooms on offer. It features bungalows and rooms that are surrounded by beautiful gardens and a strip of exotic beach. Guests are welcomed in the lobby and they can leave their valuables in the hotel safe. Internet access, room service, a laundry service (fees apply) and bicycle hire are available. Those arriving by car may leave their vehicles in the hotel's garage or car park.


The resort offers a variety of room types providing garden or beach views.  Rooms are equipped with fans or air conditioning, hot water showers in the en suite bathroom, and wireless Internet access. Moreover, each room has cable TV, a safe and a balcony or terrace.


Guests can spend their time playing beach volleyball, swimming in the outdoor swimming pool, lying on the sandy beach or enjoying the beach bar. For an additional fee guests can pamper themselves with a massage treatment or go jet skiing or biking. Pool snooker is also available.


Guests will be delighted with the possibility of enjoying a sunset cocktail at the resort's beachfront bar, followed by authentic Thai and Western cuisine served at the restaurant.


There are ferries available between Surat Thani, Samui and Phangan. There is also a speedboat from Bophut pier or Mae Naam pier on Samui that only takes 20 minutes. The resort offers a free pick-up service from the pier when guests provide prior notice of their arrival as well.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431876-27593430/8401377501834249894/12080" HotelName="MYRCELLA URBAN STUDIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93020000/93010600/93010522/08e95dd2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.05" OriginalAmount="162.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034047" Longitude="105.790559" StarRating="0" HotelCode="|447389" HotelName="22Land Residence Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 truong cong giai cau giay HN, Hanoi, Ha Noi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/3/8/9/447389_7b6394a1715.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.53" OriginalAmount="162.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0340571" Longitude="105.787883" StarRating="4" HotelCode="|422177" HotelName="Bao Hung and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18/76 Tran Thai Tong, Dich Vong Hau Ward, Cau Giay District,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/1/7/7/422177_6e8ac6a1730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.58" OriginalAmount="162.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03798" Longitude="105.81319" StarRating="2" HotelCode="|198034" HotelName="A25 - Doi Can 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26B, 379-8 Alley, Doi Can Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/0/3/4/198034_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1437956-27931304/8401377501834249894/12280" HotelName="SAO MAI BOUTIQUE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103510000/103507000/103506911/01e8e7e3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03081145" Longitude="105.84942504" StarRating="3" HotelCode="368705|meracus_hotel_2" HotelName="Meracus Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Hang Trong street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/5e/185e003b4bede8e8003173bdf308e6194b518d2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031356570762" Longitude="105.85488988988" StarRating="3" HotelCode="916021|the_jasmine_hotel" HotelName="Hanoi La Selva Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Bicycle Rental,Business Centre,Designated Smoking Area,Internet,Laundry,Massage Centre,Meeting Room,Pets allowed,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Lo Su Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/03/fc03e1c54c7f140cb95209e4a9fecb5e0ca60e3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the center of Hanoi's Old Quarter, the property offers affordable and comfo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.72" OriginalAmount="163.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02148" Longitude="105.81844" StarRating="3" HotelCode="|197029" HotelName="The Pearl" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6B Lang Ha Street, Ba Dinh District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/0/2/9/197029_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.87" OriginalAmount="163.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0316" Longitude="105.85061" StarRating="3" HotelCode="|189496" HotelName="Hanoi Morning" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Hang Hanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/9/6/189496_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.95" OriginalAmount="163.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036208" Longitude="105.848756" StarRating="3" HotelCode="|153850" HotelName="Classy Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.21, Hang Ca Street, Hoan Kiem District, Ha Noi City, Viet Nam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/5/0/153850_hab.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, has attentive service, a car park, a cafÃ© a restaurant and a bar. SITUATION: This establishment is in Hanoi it is close to Dong Xuan Market 7 minutes walk away, you can find Hoan Kiem Lake and el teatro de marionetas Thang Long Water ROOM: All the rooms have internet (free of charge) with wooden floors, an air-conditioning system, a television, international channels, a mini-bar, a bathroom with a shower, a hairdryer and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.64" OriginalAmount="164.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032782794413" Longitude="105.85007149856" StarRating="3" HotelCode="347272|hanoi_focus_hotel" HotelName="Hanoi Focus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>4A To Tich, Old Quater, Hang Gai, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/f5/a2f5eae7e5d1ce2aeae0558871d8e7122462254e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.21" OriginalAmount="164.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028711" Longitude="105.785793" StarRating="4" HotelCode="|418706" HotelName="Spring Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Dich Vong Hau Street, Cau Giay District, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/0/6/418706_18c87a30856.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.31" OriginalAmount="164.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036489" Longitude="105.849614" StarRating="3" HotelCode="|419880" HotelName="Dahlia Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Hang Duong, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/8/0/419880_66672721706.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00425236" Longitude="105.73219574" StarRating="3" HotelCode="635844|260159" HotelName="Oriana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>A10 L34 Gleximco Le Trong Tan, An Khanh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/06/f006845b53c4556e769bc93dcf64e757ebf30843.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1435021-32708737/8401377501834249894/12034" HotelName="M VILLAGE HOTEL HO GUOM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111140000/111134200/111134119/5dd427a9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.008258663899" Longitude="105.83211453298" StarRating="2" HotelCode="347252|mai_villa_4_hotel" HotelName="Mai Villa 4 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Dang Van Ngu, Trung Tu, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/f8/6cf8060772d9a36161eae603f7ceebf848bc4158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Mai Villa Hotel 4 - Dang Van Ngu is a popular choice amongst travelers in Hanoi, whether exploring o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030333146385" Longitude="105.84729015827" StarRating="3" HotelCode="904827|lucky_3_hotel__the_original_lucky_chain" HotelName="Lucky 3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Hang Bong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/05/e105ad4671923e17f178e9e7a97781a0748a1279.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests will find Hanoi's Old Quarter just a few metres away and the hotel is situated very close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="167.17" OriginalAmount="165.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01831176" Longitude="105.84747582" StarRating="3" HotelCode="780940|665570" HotelName="Adonis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 Quang Trung, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/a1/bba1fd5d2a07078502c436eb0be9df63eeb8bb29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.08591" Longitude="34.77594" StarRating="3" HotelCode="0|426152-25601743/8401377501834249894/11117" HotelName="HANOI FOCUS BOUTIQUE HOTEL (OLD QARTER)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Hulda 11 ,Tel Aviv,  64582</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16030000/16026700/16026697/317764b9_b.jpg</HotelPictures>
        <HotelDescription>Stop at Arbel Suites Hotel to discover the wonders of Tel Aviv. Featuring a complete list of amenities, guests will find their stay at the property a comfortable one. All the necessary facilities, including free Wi-Fi in all rooms, daily housekeeping, fax machine, grocery deliveries, postal service, are at hand. Some of the well-appointed guestrooms feature television LCD/plasma screen, internet access – wireless, internet access – wireless (complimentary), air conditioning, wake-up service. The hotel offers various recreational opportunities. Arbel Suites Hotel combines warm hospitality with a lovely ambiance to make your stay in Tel Aviv unforgettable. &lt;br /&gt;Breakfast is available for an additional cost. &lt;br/&gt; Due to the local tax regulation, Israeli citizens are committed to the compulsory VAT, which is payable at the hotel. This tax is not included in the hotel reservation cost and will be collected by the hotel upon check in. &lt;br/&gt; The rate for parking is 40 NIS (11$) per night.&lt;br /&gt;Guests over 2 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431905-27593755/8401377501834249894/11481" HotelName="PEGASY SUITES LAKESIDE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93470000/93465100/93465082/9956083f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413576-25592254/8401377501834249894/11724" HotelName="MIDORI BOUTIQUE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14890000/14884500/14884467/31b629ff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.66" OriginalAmount="166.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033064504093" Longitude="105.85213625187" StarRating="3" HotelCode="402042|le_foyer_hotel" HotelName="Le Foyer Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Gia Ngu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/e4/8ee41330f03a3b89c21da76bb4467dd27137b887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.00" OriginalAmount="166.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034688" Longitude="105.848163" StarRating="3" HotelCode="|534256" HotelName="Hanoi Liliane and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67A Thuoc Bac Str, Hang Bo Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/5/6/534256_4eb3a901150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.64" OriginalAmount="166.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036862" Longitude="105.852502" StarRating="3" HotelCode="|169219" HotelName="Maya Boutique and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Dao Duy Tu Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/1/9/169219_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 5 minutes away from Dong Xuan the Market of Hoan Kiem Lake the commercial areas. ROOM: The rooms have computer, WiFi, wooden floors, an air-conditioning system, a television, a mini-bar and a bathroom with a shower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.67" OriginalAmount="167" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031467" Longitude="105.85485" StarRating="3" HotelCode="900081|165355" HotelName="Hanoi Focus Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40-42 Lo Su, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cd/27/cd274c62cc927da6d5abf788af9349581a8ad16f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Hanoi on 40-42 Lo Su Street, within walking distance of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030644" Longitude="105.845485" StarRating="3" HotelCode="261903|golden_cyclo_hotel" HotelName="Golden Cyclo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Ngo Tram, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/cd/67cd45cab979f1e02a52453f927d3f6ceaea3169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03482484" Longitude="105.85267113" StarRating="2" HotelCode="620043|do_hotel" HotelName="Do Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Luong Ngoc Quyen Street, Alley 22, Hang Buom, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/9b/139b14243200cd96d8e16a901f52238aefec6d6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02613383" Longitude="105.83891632" StarRating="0" HotelCode="964099|hotel_de_la_seine_3" HotelName="Hotel De La Seine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>47 Nguyen Nhu Do, Dong Da, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/1e/df1e96c50f6d817966b59732a907673dca6f9ead.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.76" OriginalAmount="167.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032742" Longitude="105.847767" StarRating="3" HotelCode="|419809" HotelName="Hanoi Gatsby" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Hang Thiec - Hoan Kiem - Hanoi, 67</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/0/9/419809_480f7631436.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.92" OriginalAmount="167.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0144173" Longitude="105.8651003" StarRating="3" HotelCode="|266308" HotelName="Riverside Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Van Don, Bach Dang Ward, Hai Ba Trung District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/3/0/8/266308_891f45e1749.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.94" OriginalAmount="167.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044127" Longitude="105.818304" StarRating="4" HotelCode="|37119" HotelName="West Lake 254d  and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO 254D THUY KHUE ROAD 254D</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/1/1/9/37119_dc5a93f1252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.29" OriginalAmount="167.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02999" Longitude="105.85004" StarRating="3" HotelCode="|196872" HotelName="Golden Sunshine Villa  and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Hang Trong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/7/2/196872_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.31" OriginalAmount="167.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030581" Longitude="105.845485" StarRating="4" HotelCode="|270667" HotelName="San Premium Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Ha Trung Str, Hang Bong Ward, Hanoi, Vietnam, 1000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/6/6/7/270667_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02486697" Longitude="105.8413653" StarRating="2" HotelCode="346683|83917" HotelName="Mango Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>118 Le Duan, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/d3/24d3375c5579530e4cd6e9b8dab43dd86d5f69e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431911-27593433/8401377501834249894/12159" HotelName="SILK CASTLE HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93020000/93017300/93017242/w2999h2000x0y0-a8db1914_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="630642|dinh_ami_hanoi_hotel" HotelName="Dinh Ami Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Lane 248 Hoang Ngan, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8bf50a786ef302bbc279a88550a0c11d249b60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service and a café, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03602466" Longitude="105.84768244" StarRating="3" HotelCode="727906|antique_angel_hotel" HotelName="Antique Angel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>40 Hang Dong, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/8b/ef8b82ffd9fb929dcecee1abfe98d99744f11941.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03786591" Longitude="105.81331675" StarRating="2" HotelCode="825702|new_asean_a25_hotel" HotelName="A25 Hotel 26B Allay 379 Doi Can" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>26B Allay 379 Doi Can Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/1f/a21f6bcfd5b1fb2f765884d2a4e241856fe3f104.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at A25 Hotel New Asean in Hanoi (Ba Dinh), you'll be c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.85" OriginalAmount="168.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035" Longitude="105.849" StarRating="3" HotelCode="|154985" HotelName="Classy Holiday and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 Lan Ong Street Hoan, Kiem Distri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/9/8/5/154985_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a little hall. ROOM: Clients are offered 42 standard rooms and suites with coffee pot, a kettle, cable television, a mini-bar, a direct line telephone, a safe, internet and WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.46" OriginalAmount="168.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03231" Longitude="105.85244" StarRating="3" HotelCode="|236084" HotelName="Maro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64 Cau Go, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/0/8/4/236084_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024956666667" Longitude="105.852217" StarRating="3" HotelCode="931946|76952" HotelName="Ho Guom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Hai Ba Trung Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/d0/45d09ed245283c1dab923c8d11e0f3e814d6bd70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649471-25826303/8401377501834249894/11887" HotelName="SPRING HOTEL HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33270000/33263600/33263532/06db2b90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.15" OriginalAmount="169.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0155117" Longitude="105.8541722" StarRating="3" HotelCode="|265845" HotelName="Binh Anh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Thi Sach Street, Ngo Thi Nham Ward, Hai Ba Trung District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/8/4/5/265845_6d035451721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.25" OriginalAmount="169.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01334" Longitude="105.85103" StarRating="2" HotelCode="|235452" HotelName="Blue Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86 Mai Hac De street Hai Ba Trung dist.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/4/5/2/235452_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.33" OriginalAmount="169.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03307" Longitude="105.85214" StarRating="3" HotelCode="|189599" HotelName="Le Foyer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Gia Ngu Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/9/9/189599_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.33" OriginalAmount="169.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0146" Longitude="105.85099" StarRating="2" HotelCode="|235558" HotelName="A25 - 221 Bach Mai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>221 - 223 Bach Mai Hai Ba Trung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/5/8/235558_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.344675" Longitude="33.243893" StarRating="2" HotelCode="0|436037-25609898/8401377501834249894/10821" HotelName="A25 BACH MAI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> KARAOGLANOGLU CAD. SEHITLIK SK. ALSANCAK, KYRENIA/N, NY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16440000/16431600/16431548/3a910bf4_edited_3cde_b.jpg</HotelPictures>
        <HotelDescription>The hotel enjoys a fantastic location on the seafront and is approximately 6 km from Kyrenia. Links to the public transport network are within a stone's throw and Ercan International Airport is situated approximately 40 km away.

The hotel has wireless Internet access (local charge) and an equipped meeting room for those wishing to conduct business. The air-conditioned establishment comprises 76 guest rooms and welcomes guests in a lobby with 24-hour reception and check-out service. It also features lift access, a children's playground, bar and restaurant. Room service is available for a fee and those arriving by car may leave their vehicle in the car park.

The comfortable rooms come with either a balcony or French balcony and are equipped with air conditioning, a minibar, TV and hairdryer. All rooms are en suite and also offer a direct dial telephone and safe.

Ideal for families, this popular hotel has a large outdoor swimming pool, a small indoor swimming pool, a children's swimming area and sunbathing terraces as well as deck platforms over the sea also suitable for sunbathing. Sun loungers and parasols are laid out for use. Facilities also include a sauna and Turkish bath, and massages are available (extra charge). For additional fees guests may go motor boating, banana boating and canoeing.

The hotel offers breakfast and dinner served in a buffet form.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431837-27591540/8401377501834249894/11749" HotelName="HANOI FLORA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90710000/90707800/90707705/466ae490_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217327-25420566/8401377501834249894/11907" HotelName="SUNSET WESTLAKE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6010000/6004300/6004265/61cfe7f9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.70" OriginalAmount="170.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028460480264" Longitude="105.8483093977" StarRating="3" HotelCode="167041|splendid_jupiter_hotel" HotelName="Splendid Holiday Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 16 Tho Xuong Lane, Au Trieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/a3/e8a3f9369c799243e03e8090778985b31a51e7b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.70" OriginalAmount="170.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06134223" Longitude="105.80901582" StarRating="3" HotelCode="364717|sunset_westlake_hanoi_hotel" HotelName="Sunset Westlake Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>491 - 493 Lac Long Quan Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/86/7986e4c877d893368bb95e43c9ea66f4e13cd47c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.93" OriginalAmount="170.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042222" Longitude="105.845346" StarRating="4" HotelCode="|468862" HotelName="Minasi Premium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nguyen Truong To Street, 57, Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/8/6/2/468862_a87b2dd1812.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.98" OriginalAmount="170.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0043824" Longitude="105.7320437" StarRating="3" HotelCode="|267583" HotelName="Oriana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A10, L34 Geleximco Le Trong Tan, An Khanh, Hoai Duc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/5/8/3/267583_0f5a1a81703.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.10" OriginalAmount="170.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.009647" Longitude="105.86074" StarRating="3" HotelCode="|420683" HotelName="A25 - 185 Lo Duc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>187 Lo Duc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/6/8/3/420683_d955fef0449.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.27" OriginalAmount="170.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03468" Longitude="105.84744" StarRating="3" HotelCode="|197818" HotelName="Romantique De Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35-37 Bat Su Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/8/1/8/197818_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.47" OriginalAmount="170.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0320888" Longitude="105.8481912" StarRating="3" HotelCode="|419852" HotelName="Hanoi La Castela" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Hang Manh, 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/5/2/419852_4c80aae1508.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034719823682" Longitude="105.84742881594" StarRating="3" HotelCode="314295|80055" HotelName="Icon 36 Hotel And Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35-37 Bat Su Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/97/64972741755eed62e4a181bb53e69c6c8b52183e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649487-25826329/8401377501834249894/9928" HotelName="HANOI GATSBY HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36170000/36167300/36167223/834f3c47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037069" Longitude="105.852273" StarRating="3" HotelCode="167036|hanoi_asia_star_hotel" HotelName="Hanoi Old Quarter Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Dao Duy Tu str, Hoan Kiem Dist, 00844 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/95/0195dc6952aae69ce13035840378631ad3388b1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Hanoi. Its setting is especially ideal for gues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.17" OriginalAmount="171.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03232558" Longitude="105.78832995" StarRating="3" HotelCode="365516|557642" HotelName="Luxeden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Currency Exchange,Designated Smoking Area,Housekeeping,Internet,Laundry,Restaurant,Shopping Arcade,Smoking Rooms,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Tran Thai Tong, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/b7/19b7504912da72ee3e6caa4db6f5edad3f217158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in newly developed area of Hanoi city, our boutique Luxeden hotel is a great access to many ...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.84" OriginalAmount="172.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.039867" Longitude="105.845501" StarRating="4" HotelCode="|553086" HotelName="Skylark Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/0/8/6/553086_2b3ce491255.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.22" OriginalAmount="172.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03344" Longitude="105.84724" StarRating="0" HotelCode="|84017" HotelName="Rendez Vous" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 HANG DIEU STR., HOAN KIEM DIST 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/1/7/84017_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms with WiFi, (free of charge), a television, internet (free of charge), a laundry service, tourist information and a cafÃ©. SITUATION: This hotel is in Hanoi the historic centre of Hoan Kiem Lake 5 minutes walk away, you can find 40 minutes away from the establishment guests have Noi Bai Airport. ROOM: The rooms have an air-conditioning system, a DVD player, a mini-bar and a bathroom with a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="174.73" OriginalAmount="173" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.346264" Longitude="-75.966103" StarRating="4" HotelCode="0|189874-25374953/8401377501834249894/11171" HotelName="SOMERSET WEST LAKE SERVICED RESIDENCES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>910 Woodland Road, Reading, 19610, PA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1680000/1671700/1671643/9aec6cc9_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Hotel. Total rooms and suites: 101. Floors: 4. Property description- Hotels Toll Free Number 1-866-502-4945 
 
Centrally located off Route 422 in Reading, PA.  The Days Inn is nearby all major venues Reading has to offer.  You can visit fantastic Vanity Fair Outlet stores, 1 Mile to Vanity Fair Outlet Village, visit nearby Amish country venues, or visit historic sites in our area. Our staff are dedicated to making your stay a comfortable and enjoyable experience. You can enjoy comfortable renovated rooms, with the latest comforts and amenities, that will enhance your experience, while visiting us in Reading.  
We offer -
Free High Speed Internet Access in all rooms
Free DayBreak Continental Breakfast with Hot Waffles
Free USA TODAY newspaper    
Free Business Center
Fitness Center
Smoke Free 

Newly renovated with extended breakfast area, guest laundry area, Fitness Center, Lobby area, Hallways, Building Exterior, Electronic Front Doors

1 Mile to Vanity Fair Outlet Village
Many Restaurants/shopping nearby
Movie Theater nearby  

Come and visit our website for more information about the sensational Days Inn  Reading, PA.  Any Group 4 Rooms or More Booking Must Contact Hotel Directly.. Onsite facilities information- ParkingProperty was built in 1988. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="174.73" OriginalAmount="173" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|579332-25726048/8401377501834249894/11323" HotelName="DINH AMI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22160000/22159200/22159131/b950aa11_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044137" Longitude="105.818322" StarRating="4" HotelCode="89210|somerset_west_lake_hanoi" HotelName="Somerset West Lake Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>254D Thuy Khue Road, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/04/88043ffb39b28aced54ae5fc852b58f3bb334643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute walk from various shops, restaurants, bars and nightlife, and a 20-minute d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.99904211" Longitude="105.85037842" StarRating="2" HotelCode="554557|a25_hotel_bach_mai" HotelName="A25 Hotel 221 Bach Mai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>221-223 Bach Mai Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/5b/f95b0c65229b0cfd94dab55739732d075401f546.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a restaurant, a babysitting service, a childcare servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036109" Longitude="105.848797" StarRating="3" HotelCode="916002|church_boutique_hotel_hang_ca" HotelName="Church Boutique Hang Ca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Hang Ca, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f0/cdf050930aef585ac49b87dcb2d9c8f709b62bd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.79" OriginalAmount="173.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.9688133" Longitude="105.8272541" StarRating="4" HotelCode="|84093" HotelName="Muong Thanh Grand Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BAC LINH DAM, DAI KIM WARD, HOANG MAI DIST CC2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/9/3/84093_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2009, has 168 rooms, with air-conditioning, has a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment offers guests a hairdresser's, the casino, a TV room, a playground, a mini-club, a bar, a restaurant and conference facilities. The establishment also offers room service, a laundry service, WiFi (for a fee), a car park, an indoor car park and bicycle rental (for a fee). SITUATION: This hotel is in Bac Linh Dam the city centre of is situated in Hanoi the city centre of Close to the city centre, 500 metres away, guests can find bars, restaurants, is located 200 metres away from the bus station, is 35 kilometres away from Noi Bai Airport. ROOM: All the rooms have a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, satellite or cable TV, internet, a safe, a mini-bar, a coffee maker and a kettle. They also have a washing machine, an ironing set, an air-conditioning system and a terrace. FACILITIES: Guests are offered a spa, a massage service, a covered swimming pool, a hydromassage bath, a sauna, a children's swimming area, an outdoor bar and parasols. The establishment also offers a gym, aerobics, tennis facilities and ping pong. MEALS: Regarding the food and beverage offering, the establishment offers 3 restaurants. PAYMENT METHODS: Customers can pay using credit cards, American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.17" OriginalAmount="173.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03096" Longitude="105.82921" StarRating="2" HotelCode="|196391" HotelName="A25 - 45b Giang Vo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Giang Vo, Cat Linh, Dong Da</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/3/9/1/196391_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.74" OriginalAmount="174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033835666667" Longitude="105.847931" StarRating="3" HotelCode="916025|indochina_queen_hotel_ii" HotelName="The Queen Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Thuoc Bac Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/d1/b7d1a8c3138b11f51d5607bfc5858204d58619db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.15" OriginalAmount="174.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02791" Longitude="105.83904" StarRating="3" HotelCode="|196389" HotelName="A25 - 12 Ngo Sy Lien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Ngo Si Lien</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/3/8/9/196389_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.53" OriginalAmount="174.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032603058401" Longitude="105.84927215508" StarRating="3" HotelCode="347108|667204" HotelName="Golden Sun Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Hang Quat, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/15574/1915574/1.jpg?f=15473571</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.58" OriginalAmount="174.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0311671" Longitude="105.854909" StarRating="3" HotelCode="|189378" HotelName="Kingly" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Ly Thai To Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/3/7/8/189378_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413636-27870491/8401377501834249894/5539" HotelName="SINGITA CLASSY BOUTIQUE HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12540000/12537700/12537698/fc7d856a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|181650-25366939/8401377501834249894/10273" HotelName="RENDEZVOUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4730000/4725800/4725776/19294498_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029371729664" Longitude="105.84818305637" StarRating="2" HotelCode="268103|hanoi_hibiscus" HotelName="Hanoi Hibiscus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Ngo Huyen Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/5a/485a53d3bf94a4132afd4161fc520bca95d906c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 12 rooms. Services and facilities at the hotel include a restaurant, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.14" OriginalAmount="175.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03024" Longitude="105.84709" StarRating="3" HotelCode="|189514" HotelName="Hanoi Royal Palace  2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Hang Bong Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/1/4/189514_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.14" OriginalAmount="175.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03712" Longitude="105.80165" StarRating="3" HotelCode="|198532" HotelName="Sen Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26/118 Nguyen Khanh Toan, Cau Giay, Hanoi, Vitenam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/5/3/2/198532_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.36" OriginalAmount="175.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029225" Longitude="105.769345" StarRating="3" HotelCode="|421641" HotelName="K Business 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Alley 2 Tran Van Lai My Dinh Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/6/4/1/421641_ba09b571702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.76" OriginalAmount="176" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1367821-26665003/8401377501834249894/9785" HotelName="FLORA CENTRE HOTEL AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24320000/24317200/24317169/e3cb6a6a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.76" OriginalAmount="176" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="22.2852795" Longitude="114.150757" StarRating="3" HotelCode="0|337520-25528904/8401377501834249894/10712" HotelName="A25 ASEAN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>83 JERVOIS STREET, SHEUNG WAN, HONG KONG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3740000/3737200/3737113/0b84c91b_b.jpg</HotelPictures>
        <HotelDescription>restaurant: Moon Thai - Authentic Thai food restaurant located on second floor, managed and operated by third party. exterior: It is a modern hotel building. general: Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.76" OriginalAmount="176" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="25.7625181" Longitude="-80.1937545" StarRating="3" HotelCode="0|268480-25492227/8401377501834249894/10803" HotelName="ICON 36 HOTEL &amp;amp; RESIDENCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>50 SW 12th Street, Miami, FL, 33130, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7220000/7218000/7217902/cff1f598_b.jpg</HotelPictures>
        <HotelDescription>in the center of Miami’s global financial hub... welcome to the Hampton Inn &amp;amp; Suites – Miami/Downtown-Brickell, FL.   With an unmatched location right in the center of the city’s financial district, not to mention 30+ restaurants, cafés and bars just a few blocks from our Miami hotel, the Hampton Inn &amp;amp; Suites puts you in the middle of it all!   Shopping and entertainment is just steps away at the festive Mary Brickell Village. Only half-a-block from our front door is the free Metromover, making it easy to explore all of downtown, including Bayside Marketplace, American Airlines Arena, Adrienne Arsht Center for Performing Arts and more. A short drive takes you to the Port of Miami, Miami Beach, Coconut Grove, Key Biscayne and Miami International Airport. Metrorail is also only a half-block from our front door, giving you easy access to Coral Gables, Coconut Grove, hospitals and more.  When you stay with us, you’re choosing a "green" Miami, FL hotel. We’re registered with the U.S. Green Building Council for LEED certification and boast eco-friendly features like a 36,000-gallon cistern to harvest rainwater, an electric car charging facility and more.  Visit the Hampton Inn &amp;amp; Suites and experience the center of Miami’s global financial hub.&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 12:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.76" OriginalAmount="176" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1437949-27931302/8401377501834249894/12271" HotelName="SOL - VINHOMES D'CAPITAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110370000/110368500/110368499/96d57c85_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03519740641" Longitude="105.84901974107" StarRating="3" HotelCode="305343|church_boutique_hotel_49_lan_ong" HotelName="Church Boutique Hotel 49 Lan Ong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Lãn Ông Street, Hoàn Ki?m, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/9a/c89a155f2c696cf2ee81fbcb69bed83e88967d0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033063" Longitude="105.846927" StarRating="3" HotelCode="314286|hanoi_rendezvous_hotel" HotelName="Hanoi Rendezvous Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Hang Dieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/4c/064c445413e05bf446ac7f6d2836ee252ed6ad28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;We're Hanoi Rendezvous Hotel Owner and Managers, Luke and Sarah.  Australian's excited and happy to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="601431|azumaya_hotel_kim_ma_1" HotelName="Azumaya Hotel Kim Ma 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 Pham Huy Thong Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/2d/ab2d1267941727496ce1d4bed964d69812dc32da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Azumaya Hotel Kim Ma 1 in Hanoi, you'll be convenient to Thu ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00979041" Longitude="105.86076144" StarRating="2" HotelCode="764620|a25_hotel_lo_duc" HotelName="A25 Hotel 187 Lo Duc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>187 Lo Duc Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/09/4f092bcf0aa3963c6fdaa50cf2e1ce0f8b1208e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.88" OriginalAmount="176.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.061577" Longitude="105.808937" StarRating="3" HotelCode="|178756" HotelName="Sunset Westlake Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>491-493 Lac Long Quan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/7/5/6/178756_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.90" OriginalAmount="176.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0346091" Longitude="105.8467322" StarRating="3" HotelCode="|264997" HotelName="Eco Luxury Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Cua Dong, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/9/9/7/264997_387a2741728.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.70" OriginalAmount="176.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032876" Longitude="105.849755" StarRating="3" HotelCode="|421018" HotelName="Hanoi Lake View and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Lo Su Street, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/0/1/8/421018_c1844f81753.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030037056159" Longitude="105.8500009796" StarRating="3" HotelCode="383578|83858" HotelName="Golden Sun Villa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Hang Trong, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/57/96573d1c9ef5eb202e6ea6cd0d966fe2aaf8477a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573329-25723112/8401377501834249894/10774" HotelName="HANOI LA CASTELA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27490000/27486400/27486379/0e6ecfd8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431836-27590707/8401377501834249894/11866" HotelName="HANOI FIESTA GRAND HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88910000/88905300/88905290/65590ef7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.969469480086" Longitude="105.82692146301" StarRating="4" HotelCode="161944|muong_thanh_hanoi_hotel" HotelName="Muong Thanh Grand Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Unit CC2 Bac Linh Dam, Dai Kim Ward, Hoang Mai District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/56/5956cde10583977921ca4c1cd2a576f9ef7fdc1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the developing Bac Linh Dam region, south of Hanoi's centre, n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01325823" Longitude="105.85103451" StarRating="2" HotelCode="550057|blue_hotel_13" HotelName="Blue Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>86 Mai Hac De Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/65/0965a15ebb1f0565b1500a6261bb4e8211419550.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.994990051556" Longitude="105.86737237349" StarRating="3" HotelCode="496873|vinhomes_times_city_" HotelName="Vinhomes Times City Park Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>458 Minh Khai Hai Ba, Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/45/c145c86a4be4bacf5d2f6480fa1a6ca876261915.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="178.80" OriginalAmount="177.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034849233124" Longitude="105.84745062141" StarRating="4" HotelCode="347838|684084" HotelName="Milton Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Bat Su, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/01/0601b88ceee579406cfc47d913de85e05cc219e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.51" OriginalAmount="177.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0325382" Longitude="105.7870544" StarRating="3" HotelCode="|266420" HotelName="Inearth Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36D, Dich Vong Hau Street, Cau Giay District, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/4/2/0/266420_c10a4061457.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.62" OriginalAmount="177.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03030615" Longitude="105.84734293" StarRating="3" HotelCode="774090|3473105" HotelName="Shining Boutique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>71 Hang Bong Street, Hoankiem District, Hanoi city</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|216932-18194240/8401377501834249894/6194" HotelName="LUXEDEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8680000/8672300/8672279/b4fa6e80_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|116297-25286156/8401377501834249894/11100" HotelName="GOLDEN TIME 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4970000/4961000/4960983/0eacb545_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.78" OriginalAmount="178.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032385168412" Longitude="105.85523668452" StarRating="3" HotelCode="119018|hanoi_crystal_hotel" HotelName="Crystal Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Guesthouse,Country House,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9A Hang Thung Street, Hoan Kiem, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/6b/e96bd21320dc438a1365b95cac93bd970a27fd4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated on Hang Thung, one of the busiest streets in the very heart of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.81" OriginalAmount="178.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0313099" Longitude="105.8550067" StarRating="3" HotelCode="|83975" HotelName="Hanoi La Selva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LO SU, HOAN KIEM 57</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/7/5/83975_38de10c1036.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge), breakfast service (free of charge), tourist information, excursions and a baggage room. SITUATION: This hotel is 1 minute away from Hoan Kiem Lake Close to bars, shops and restaurants. ROOM: Each room has flatscreen cable television, a courtesy tea and coffee service, a mini-bar, a bathroom with toiletries and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.69" OriginalAmount="178.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034473" Longitude="105.783713" StarRating="0" HotelCode="|533782" HotelName="Bao Hung Apartment - Tran Quoc Vuong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 P. Tran Quoc Vuong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/7/8/2/533782_21085e11149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="180.79" OriginalAmount="179" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="60.2484535" Longitude="25.0073741" StarRating="4" HotelCode="0|572900-25722828/8401377501834249894/9722" HotelName="HAI BAY HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>MALMIN ASEMANTIE 6, 00700 HELSINKI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21960000/21957000/21956953/4c2b97a5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="180.79" OriginalAmount="179" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|189477-27825938/8401377501834249894/11147" HotelName="HANOI VICTOR GALLERY HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4760000/4759100/4759039/b3fd363e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="180.79" OriginalAmount="179" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|216011-25419356/8401377501834249894/11885" HotelName="SEN 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8110000/8109600/8109589/7a2c60ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031596" Longitude="105.848298" StarRating="3" HotelCode="119041|hong_ngoc_dynastie" HotelName="Hong Ngoc Dynastie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Diet Meals,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-34 Hành Manh Str., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/79/d979111106a6841d2e9b23da7355497db77c942d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi's Old Quarter, allowing guests to experience the essence...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03351262" Longitude="105.85244212" StarRating="3" HotelCode="374533|skyline_hotel_5" HotelName="Skyline Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Number 16 Trung Yen Lane, Dinh Liet Street, Hang Bac, Hoan Kiem district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/0e/880ec446631cfe0e380e3c6548a9d94c80c114e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03347714" Longitude="105.85006579" StarRating="4" HotelCode="757564|hanoi_lheritage_centre" HotelName="Hanoi L'heritage Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Internet,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14A Luong Van Can, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/ae/81aea1ba7c888a665e5aff5508ac6f2f2709d74e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the cultural and political centre, an ideal location for business, shopping...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.53" OriginalAmount="179.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0317555" Longitude="105.8506746" StarRating="3" HotelCode="|332254" HotelName="Splendid and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>?06 Hang Hanh street Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/2/5/4/332254_a3e33181831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.80" OriginalAmount="180" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042103670601" Longitude="105.84541804327" StarRating="3" HotelCode="97516|83909" HotelName="Adamas Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Nguyen Truong To Street, Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/19/8f199639b847b22df448c800a128dcf018efe4d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="181.80" OriginalAmount="180" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-16.691247" Longitude="-49.265496" StarRating="3" HotelCode="0|215672-25419080/8401377501834249894/11369" HotelName="GARCO DRAGON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Av. D nº 302 – Setor Oeste, GOIANIA, BRAZIL,74140-160</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/26000000/25170000/25168900/25168900/c0889516_b.jpg</HotelPictures>
        <HotelDescription>The wonderful Plaza Inn Executive has been spread over two attractive and modern buildings, located in an exclusive barrio in the lovely western part of Goiania. This hotel combines high quality business and recreational facilities with perfection, offering guests a productive stay in the city. On the premises you'll find excellent guestrooms decorated in a warm style, with practical amenities. You'll also come across a lovely pool area complete with a gym and a sauna. The property provides complimentary wireless Internet access and a business center, along with function rooms for private events and parking. Come and experience comfort and practicality during your time in the city of Goiania at the wonderful Plaza Inn Executive hotel.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.80" OriginalAmount="180.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02949393" Longitude="105.84860815" StarRating="1" HotelCode="688660|golden_snake_hostel" HotelName="Golden Snake Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>45 Ngo Huyen, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/02/a2020ca8bb8541f25f66d72a0644e21453f08977.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.80" OriginalAmount="180.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027713598982" Longitude="105.8389475658" StarRating="3" HotelCode="930842|asean_hotel" HotelName="A25 Hotel 12 Ngo Sy Lien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Ngo Sy Lien, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/cd/94cd9b4ae2867c4787a6331468f3a06082a128d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.14" OriginalAmount="180.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0413686" Longitude="105.8770196" StarRating="3" HotelCode="|420916" HotelName="DU MONDE ART" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoang Nhu Tiep, 69</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/1/6/420916_5860fbd1512.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.40" OriginalAmount="180.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02444" Longitude="105.85215" StarRating="3" HotelCode="|189584" HotelName="Lenid De Ho Guom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Hai Ba Trung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/8/4/189584_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.50" OriginalAmount="180.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031983" Longitude="105.847618" StarRating="3" HotelCode="|446955" HotelName="Silk Flower and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Yen Thai Str, Hoan Kiem District, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/5/5/446955_52982fa0646.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.60" OriginalAmount="180.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0213498" Longitude="105.8433178" StarRating="4" HotelCode="|265873" HotelName="Tqt" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Yet kieu street, Tran Hung Dao Ward, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/8/7/3/265873_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.69" OriginalAmount="180.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040328" Longitude="105.874966" StarRating="3" HotelCode="|469452" HotelName="Branda Apartment And" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>141 Hong Tien str</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/4/5/2/469452_0c887f21204.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215174-25418658/8401377501834249894/10759" HotelName="A25 CHAU LONG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2240000/2232900/2232884/1f7b0727_edited_b1cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573662-25723274/8401377501834249894/10997" HotelName="INEARTH HOTEL HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18720000/18713000/18712942/w3600h3376x0y0-560e4c2e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431862-27595252/8401377501834249894/12041" HotelName="LE PARFUM APARTMENT AND HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96170000/96162700/96162691/a846a4b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.015244611493" Longitude="105.81330647402" StarRating="3" HotelCode="227154|capital_garden_hotel" HotelName="Capital Garden Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Hoang Ngoc Phach Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/2d/f32db56b45a03c8b310ed0f5ce39cf34e8a31e34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02893733216" Longitude="105.85012844048" StarRating="3" HotelCode="305342|church_boutique_hotel_nha_tho" HotelName="Church Boutique Hotel Nha Tho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.9 Nhà Th?, Hoàn Ki?m, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/9b/889b32baf44cad83bf6a6480e5d39bdfab7a9ef3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.051266318793" Longitude="105.84112212908" StarRating="3" HotelCode="346902|a25_hotel_an_duong" HotelName="A25 Hotel 30 An Duong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Elevator,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 An Duong, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/f7/ebf7eab6dd48cf351476a500cd7cd466f735ead6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at A25 Sun Hotel - An Duong to discover the wonders of Hanoi. Both business travelers and touri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037122211941" Longitude="105.80179123738" StarRating="3" HotelCode="314287|hanoi_sen_2_hotel" HotelName="Sen Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>118/26 Nguyen Khanh Toan Street, Cau Giay District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/13/ee13aed40ae95e61f9e7182fb4f1228c653ac1fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02036989" Longitude="105.82579389" StarRating="2" HotelCode="702071|saigon_sun_hotel_1" HotelName="Saigon Sun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Coffee Shop,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ngo 9 Hoang Cau, Dong Da, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/8e/0c8e2f5bbcf7f7fc30030b3add5855f2f61942d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Saigon Sun Hotel - Hoang Cau is perfectly located for both business and leisure guests in Hanoi. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="983598|luckful_hotel" HotelName="Luckful Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Tu Mo Street, Hanoi 844</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/12/20125b9b93420fd4614c773bfbf5c0906e33f55b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.24" OriginalAmount="181.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042843" Longitude="105.841903" StarRating="2" HotelCode="|556125" HotelName="A25 - 46 Chau Long" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Chau Long Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/1/2/5/556125_2e627e51538.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.30" OriginalAmount="181.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035432" Longitude="105.850164" StarRating="4" HotelCode="|471269" HotelName="Madelise Palace Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>116 Hang Buom Str., Hoan Kiem Dist.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/2/6/9/471269_f453a391136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.49" OriginalAmount="181.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02687" Longitude="105.83999" StarRating="0" HotelCode="|189626" HotelName="A25  - 28 Tran Quy Cap" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Tran Quy Cap Str.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/6/2/6/189626_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034478053221" Longitude="105.84662031298" StarRating="3" HotelCode="309525|152152" HotelName="Eco Luxury Hotel Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Cua Dong, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/dd/77dd121543d22b02e68c75fa84b63711ee3cd5af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a unique location in the heart of Hanoi'S Old Quarter and is within walking distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215984-25419336/8401377501834249894/10310" HotelName="OLD TOWN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5960000/5955500/5955442/5626e1d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03119128" Longitude="105.85656712" StarRating="3" HotelCode="585778|hanoi_pomihoa_hotel" HotelName="Hanoi Pomihoa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Tran Quang Khai Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/04/88043ffb39b28aced54ae5fc852b58f3bb334643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03094311" Longitude="105.84844947" StarRating="3" HotelCode="727151|haibay_hotel" HotelName="Haibay Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 Hang Bong, Hang Gai, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/9b/c89b3013a3df8d2986dd1d43c249dbd5433e81e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.83" OriginalAmount="183" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03209716" Longitude="105.82645121" StarRating="3" HotelCode="554396|165381" HotelName="Kuretake Inn Kim Ma 132" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>132 - 138 Kim Ma street, Ba Dinh district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/87/5b87fa08312443056e799880da0a61f4a0442786.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.83" OriginalAmount="183" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0094489" Longitude="105.79455044" StarRating="3" HotelCode="856529|362534" HotelName="Mai Villa Hotel 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>A15 Nguyen Chanh, Trung Hoa, Cau Giay, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/fd/f8fd12a3a6f2c87cefbe59e3e3c9c16f69d5b68e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.83" OriginalAmount="183.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03110007" Longitude="105.82947417" StarRating="2" HotelCode="346887|a25_hotel__giang_vo" HotelName="A25 Hotel 45B Giang Vo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45B Giang Vo Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/02/0902bd9bb9f4279ba5a58f34030260ef042db353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.93" OriginalAmount="183.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032631189337" Longitude="105.84922451468" StarRating="3" HotelCode="320697|569125" HotelName="Hang My Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Hang Quat Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/d9/fad964fab245763693e8cf6c6c9aef79fd7b7dd7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.03" OriginalAmount="183.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0349549" Longitude="105.8482385" StarRating="3" HotelCode="|266004" HotelName="Dream Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Thuoc Bac</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/0/0/4/266004_776e62c1731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.03" OriginalAmount="183.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04223" Longitude="105.8457" StarRating="3" HotelCode="|196806" HotelName="Adamas Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Nguyen Truong To</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/0/6/196806_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.13" OriginalAmount="183.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.05151" Longitude="105.83853" StarRating="0" HotelCode="|235550" HotelName="A25 - 30 An Duong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Yen Phu Tay Ho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/5/0/235550_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030193" Longitude="105.847111" StarRating="3" HotelCode="931939|152380" HotelName="Royal Palace Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Hang Bong Street, Old Quarter, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/16/b8162e4ec65a118d73644526c41831fd51af9292.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.9253976" Longitude="9.5040716" StarRating="3" HotelCode="0|252906-25474446/8401377501834249894/9897" HotelName="ROYAL PALACE 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>9 VIA ACQUEDOTTO ROMANO, 9, OLBIA, IT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6750000/6747600/6747597/678b1e65_b.jpg</HotelPictures>
        <HotelDescription>This hotel boasts a unique location in Olbia. It is situated just a short distance away from Corso Umberto, where a wealth of shopping, dining and entertainment opportunities can be found. The attractive seafront promenade is just a few steps away. The historical port can be found just 1 km from the hotel. Guests will find themselves just 3.7 km away from Olbia Costa Smeralda International Airport. This city hotel is the perfect base whether travellers are visiting the city for work or pleasure. The guest rooms are designed in a modern style, featuring soundproofed windows for added peace and serenity. The hotel's extensive facilities and services ensure that the needs of every type of traveller are fully catered for.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.170354" Longitude="-94.1841759" StarRating="2" HotelCode="0|516410-25675780/8401377501834249894/10839" HotelName="A25 HOTEL - TRAN QUY CAP" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1740 South 48th Street, Springdale, 72762, Washington, AR, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18730000/18725800/18725735/57599d5c_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Upscale. Property Type: All suite. Suites: 72. Total rooms and suites: 72. Nonsmoking rooms: 72. Floors: 3. Late arrival information- Guarantee required for late arrival. Offsite facilities information- Face coverings are required. Due to COVID-19, some hotel facilities or services may not be available during your stay.. Property description- If youre looking for suite style hotel in Springdale, AR, look no further than the Residence Inn Springdale. Our all-suite, extended stay hotel offers the comforts of home and superb service. Were near Tyson Foods headquarters, Georges Inc., and Cox, as well as attractions like Crystal Bridges Museum of American Art, Arvest Ball Park, and Arkansas-Missouri Railroad. Our Springdale, AR hotel features spacious suites with separate living and sleeping areas equipped with a kitchen with a stove, dishwasher, fridge, microwave, and utensils. Start your day off on the right side of the bed with a free breakfast. Socialize in the evenings at The Mix™. Unwind on our Sport Court® outside at the putting green, basketball court, fitness room, indoor pool. We're pet-friendly. Our hotel in Springdale, AR will make you feel at home. Book today!. Onsite facilities information- ParkingProperty was built in 2001. Property was renovated in 2019. Hotel Currency: USD. Additional Addresses: Mailing: 1740 South 48th Street, Springdale, 72762, Washington, AR, USOther: 1740 SOUTH 48TH ST, Springdale, 72762, Washington, AR, US. Additional Phone Numbers: Fax - Other: 1479872-9101. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="600909|hotel_mai" HotelName="Hotel Mai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Alley 2, Tran Van Lai, My Dinh, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/bc/9ebc23e357b6b86a988bc7f013e8c205decacc48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.57" OriginalAmount="184.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032856" Longitude="105.849599" StarRating="3" HotelCode="|553573" HotelName="Amara Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hang quat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/5/7/3/553573_668fda81314.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044983951996" Longitude="105.84217771558" StarRating="3" HotelCode="119048|83876" HotelName="Hanoi Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/94/f1946aa3181f0c9fda5803235b78f503ac5e394d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|216956-18155502/8401377501834249894/7461" HotelName="CLASSY HOLIDAY HOTEL AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6010000/6004400/6004309/04ee43be_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|898989-24279579/8401377501834249894/8443" HotelName="MATILDA BOUTIQUE AND SPA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37050000/37045400/37045397/5a01ba9b_edited_4e4c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03372935489" Longitude="105.84740091861" StarRating="1" HotelCode="397049|hanoi_funny_hostel" HotelName="La Vision Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Bat Dan Street, Hang Bo, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ac/92/ac92a165504cfcf3e98bb0d65dab13ba33a7d557.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02131979" Longitude="105.84326916" StarRating="3" HotelCode="700652|tqt_hotel" HotelName="TQT Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Yet Kieu, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/b7/8db792b9e96b4f20d9165701f11198444402a25b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036962" Longitude="105.849901" StarRating="3" HotelCode="931944|hanoi_old_town_hotel_2" HotelName="Hanoi Old Town Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Hang Chieu Street, Hoan Kiem Distict, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/37/013741d4109989517e2d9b2199b329cec8766829.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.98" OriginalAmount="185.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.023825" Longitude="105.850968" StarRating="3" HotelCode="|421637" HotelName="Minasi HanoiOi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Ba Trieu Street Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/6/3/7/421637_b76abaa1759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03156" Longitude="105.84843" StarRating="3" HotelCode="|66227" HotelName="Hong Ngoc Dynastie Boutique  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29-30-34 HANG MANH STR., HOAN KIEM 29-30-34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/2/2/7/66227_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is luxury, perfect for business and holiday stays, has a lobby, with express check-out, a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, a restaurant, internet, room service, a laundry service and a bicycle rental desk. SITUATION: This hotel is in Hanoi the heart of near the establishment, you will find Hoan Kiem Lake. ROOM: The stylish rooms, a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, satellite or cable TV, a radio, internet, a safety deposit box, a mini-bar, a fridge, a coffee maker, a kettle, individual air-conditioning and a balcony or terrace. FACILITIES: The establishment has a sauna, You can also enjoy windsurfing. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, Guests are offered a continental buffet breakfast and an Ã  la carte lunch. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649519-25826373/8401377501834249894/10596" HotelName="HANOI PARADISE CENTER HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40140000/40136400/40136370/bd2f0505_edited_a727_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574286-25723574/8401377501834249894/11324" HotelName="SPLENDID HOTEL AND SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17500000/17497000/17496930/dd73e89c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898786-26133046/8401377501834249894/11495" HotelName="HANA STAY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48650000/48645500/48645427/w3600h1968x0y0-f3dc891a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.041120644196" Longitude="105.8285704787" StarRating="3" HotelCode="346840|cwd_hotel" HotelName="CWD Hotel - Trung Tam Phu Nu Va Phat Trien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>20 Thuy Khue, Tay Ho, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/71/9b71612b7b1e5b97a780b4caefa08491cdfe73f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|885458-27410382/8401377501834249894/8675" HotelName="HILLARY HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/59000000/58130000/58122300/58122270/5fcc5ed7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898994-26133410/8401377501834249894/10177" HotelName="MERCURY CENTRAL HOTEL HANOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38230000/38227700/38227691/ff1b996a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899263-26133850/8401377501834249894/10980" HotelName="PARAGON HOUSE AND RESIDENCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45640000/45636500/45636480/2edf2e48_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031448" Longitude="105.854929" StarRating="3" HotelCode="167047|hanoi_elegance_emerald_hotel" HotelName="Hanoi E Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Lo Su, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/fb/7bfb6c79787f4ba390454fd73384f04acb412b8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located in the Old Quarter, offering easy access to many famous places, such ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029066345407" Longitude="105.84849715233" StarRating="3" HotelCode="167792|splendid_star_grand_hotel" HotelName="Splendid Star Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Tho Xuong Lane, Au Trieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/0f/f70fe64b4e912d449162b0a5678d844d229e7992.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0268971" Longitude="105.8399964" StarRating="1" HotelCode="346250|a25_hotel_tran_quy_cap" HotelName="A25 Hotel 28 Tran Quy Cap" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Tran Quy Cap Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/f7/b3f7624f8cdeb53067f39af5feb39276f2f7ec0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21941958" Longitude="105.78292502" StarRating="0" HotelCode="702218|friendly_airport_hotel" HotelName="Friendly Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dien Xa</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/70/b370e07628cb55bb82d95486062beb49c44c3c71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="808495|hanoian_lakeside_hotel" HotelName="Paper Map" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Cau Go, Phuong Hang B?c, Quan Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/38/8e38fe00741fadbb482e277b7a0801e2582736ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028449449784" Longitude="105.84511186593" StarRating="3" HotelCode="916009|hanoi_grand_hotel" HotelName="Urban Alley Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Hoi Vu street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/61/e56130120029f69137b99f9d1508ebf82b9741d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.43" OriginalAmount="187.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0349" Longitude="105.848097" StarRating="3" HotelCode="|65355" HotelName="Hanoi Capital" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 HANG BUT STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/3/5/5/65355_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has a secretary service, internet, a car hire desk, excursions and a restaurant. SITUATION: It is located close to the tourist attractions. ROOM: The establishment has 27 rooms, They have wooden floors and large windows.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.43" OriginalAmount="187.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03707" Longitude="105.8499" StarRating="3" HotelCode="|169244" HotelName="Hanoi Ancient Paradise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 HANG CHIEU STREET HOAN KIEM DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/4/4/169244_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is close to Hoan Kiem Hanoi Lake. HOTEL: It has 28 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1329727-24647953/8401377501834249894/5686" HotelName="GOLDEN LEGEND PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/78000000/77110000/77108800/77108773/9d471540_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431921-27596951/8401377501834249894/9793" HotelName="VINHOMES DCAPITALE RESIDENCE - CITIHOME" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99890000/99888800/99888734/b516e5ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|572027-25722488/8401377501834249894/10432" HotelName="A25 HANG DUONG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/31000000/30530000/30526400/30526376/a95be560_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|426188-25601757/8401377501834249894/12139" HotelName="SAKURA HOTEL 3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15930000/15923500/15923429/40791664_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.88" OriginalAmount="188.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03165228" Longitude="105.85063384" StarRating="3" HotelCode="595824|splendid_hotel_spa" HotelName="Splendid Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Hàng Hành, Hoan Kiem district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/88/37884a543f592c9d2e1d09e4b6a239532d29e1a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.89" OriginalAmount="189" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031512313112" Longitude="105.8493950218" StarRating="4" HotelCode="186797|76175" HotelName="Golden Silk Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109-111 Hang Gai Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/1e/131e7ffe58549aeb68fc552d750d5ac239aa0676.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="190.89" OriginalAmount="189" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1242674-26598377/8401377501834249894/11065" HotelName="PARK HILL TIMES CITY APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/56000000/55510000/55502500/55502414/02096a32_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.89" OriginalAmount="189.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04563894" Longitude="105.8419765" StarRating="3" HotelCode="771355|a25_truc_bach" HotelName="A25 Truc Bach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>109 Truc Bach, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/1b/a41b370bc6b9793a225fa7752365ce49f8b7cb4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.57" OriginalAmount="189.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.010816" Longitude="105.795151" StarRating="3" HotelCode="|421021" HotelName="Luckful" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 7 Tu Mo, Trung Hoa, Hanoi, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/0/2/1/421021_c34a8ce1755.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="192.04" OriginalAmount="190.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03348301" Longitude="105.85236675" StarRating="3" HotelCode="309515|180174" HotelName="Calypso Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>11E Trung Yen Lane, Dinh Liet Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/7b/177b73c5af75ee12d17da348b95c5935327f60aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a newspaper stand, a babysitting service, a childcare service, a business centre an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.062106405874" Longitude="105.83033491828" StarRating="3" HotelCode="268117|153533" HotelName="Paloma Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Xuan Dieu Street, Tay Ho, Ha Noi City</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/3a/583aae7a77ef6a4fd9610c5bca6165bd0b92f699.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 23 rooms. Services and facilities at the hotel includ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.93" OriginalAmount="191.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032316" Longitude="105.845668" StarRating="0" HotelCode="|83996" HotelName="Hanoi Posh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 HANG HOM STREET 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/9/6/83996_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, has internet, a transfer service and 31 rooms. SITUATION: This hotel is in Hanoi the heart of 2 minutes away, you can find Hoan Kiem Lake it is in Hanoi the historic centre of el teatro de marionetas acuÃ¡ticas 3 minutes away from the establishment guests have Close to. ROOM: All the rooms have an air-conditioning system, a mini-bar, a safe, views of the city, a bathroom with a shower, slippers, a mirror and bathroom items. They also have cable television, films (free of charge), a fridge, a kettle and a coffee maker.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.25" OriginalAmount="191.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03098" Longitude="105.848438" StarRating="4" HotelCode="|267642" HotelName="Hai Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Hang Bong Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/6/4/2/267642_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.37" OriginalAmount="191.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034378" Longitude="105.854658" StarRating="3" HotelCode="|420316" HotelName="Hanoi Fiesta and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Hang Muoi, Ly Thai To, Hoan Kiem, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/3/1/6/420316_d21fc121754.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.39" OriginalAmount="191.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01793" Longitude="105.8474" StarRating="2" HotelCode="|235562" HotelName="A25 - 57 Quang Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57A, Quang Trung Nguyen Du, Hai Ba Trung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/6/2/235562_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="193.92" OriginalAmount="192" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899308-26133910/8401377501834249894/10777" HotelName="ROSY HOME" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39880000/39876600/39876546/b1fb11b3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="193.92" OriginalAmount="192" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898841-26133142/8401377501834249894/11126" HotelName="HANOIOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42280000/42275600/42275584/50438941_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="193.92" OriginalAmount="192" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|181506-25366805/8401377501834249894/11262" HotelName="CAPITAL GARDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6210000/6207900/6207895/f41e92aa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.92" OriginalAmount="192.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.99378748" Longitude="105.86905141" StarRating="0" HotelCode="984724|park_hill_times_city_apartment" HotelName="Vinhomes Times City - Park Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>458 Minh Khai, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/db/a5db090afe8a9bb22b30818af3e5d36ce4c78881.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="194.93" OriginalAmount="193" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.7265703" Longitude="-92.3992888" StarRating="4" HotelCode="0|189538-18148531/8401377501834249894/6230" HotelName="GOLDEN SILK BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>11 Crossings Court, Little Rock, 72205, AR, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4970000/4961400/4961337/80288ec4_b.jpg</HotelPictures>
        <HotelDescription>Property Category: All suite. Property Type: All suite. Total rooms: 90. Floors: 4. Property description- When business sends you to Little Rock, AR, get more of the space you need to spread out, relax or work at the Comfort Suites Little Rock West hotel. We are conveniently located off of Interstate 430, on the western edge of town. Our business travelers appreciate complimentary amenities like free WiFi, daily hot breakfast, an exercise room and indoor heated pool. For your convenience, we also offer business services and guest laundry facilities. Our smoke-free guestrooms feature flat-screen TVs, microwaves, refrigerators, coffee makers, hair dryers, desks, convenient AC and USB outlets, irons and ironing boards. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program.Hotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800228-5150. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="194.93" OriginalAmount="193" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431926-27598179/8401377501834249894/9509" HotelName="WESTLAKE PEARL APARTHOTEL &amp;amp; SPA - BY PEGASY GROUP" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100990000/100986800/100986742/3694533a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="194.93" OriginalAmount="193" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|572129-25722536/8401377501834249894/10907" HotelName="A25 HOTEL 80 MAI HAC DE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20220000/20216800/20216793/w533h800x333y0-e5651e37_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.93" OriginalAmount="193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030828259122" Longitude="105.8472423933" StarRating="3" HotelCode="268133|hanoi_rose_hotel" HotelName="Hanoi Rose Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59B Duong Thanh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/6b/aa6b8ce32fec512931fbb862548f04670909231e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.16" OriginalAmount="193.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0335436" Longitude="105.8526071" StarRating="3" HotelCode="|83980" HotelName="La Beaute Boutique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TRUNG YEN LANE, DINH LIET, HOAN KIEM DIS 09A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/8/0/83980_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a reception, a currency exchange service, tourist information, ticket sales, a car hire service and bicycle hire. SITUATION: This hotel is in Hanoi the historic centre of 3 minutes away from the establishment, you can find Hoan Kiem Lake la pagoda de Ngoc son the Tower of. 10 minutes away from the establishment you have the opera, is 10 minutes away from Noi Bai Airport. ROOM: The rooms have WiFi (free of charge), cable television, a safety deposit box, a writing desk, a kettle, a coffee maker and mineral water. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.51" OriginalAmount="193.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0342119" Longitude="105.847399" StarRating="3" HotelCode="|265062" HotelName="Hanoi Chic Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Bat Su Street Hanoi 10000 Ha Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/0/6/2/265062_3e86d751734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.58" OriginalAmount="193.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03344" Longitude="105.85265" StarRating="3" HotelCode="|189732" HotelName="Skyline Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Trung Yen Lane, Cau Go Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/3/2/189732_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.73" OriginalAmount="193.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03052" Longitude="105.847419" StarRating="0" HotelCode="|554119" HotelName="Aquarius Premium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 Duong Thanh Street, Old Quarter</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/1/1/9/554119_c3967701315.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|216121-25419470/8401377501834249894/11898" HotelName="STREET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2535400/2535333/3e7bde08_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217289-25420516/8401377501834249894/12203" HotelName="SKYLARK (HOTEL)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102530000/102529700/102529624/w2199h1467x0y0-b0845d90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.039968484681" Longitude="105.84563418651" StarRating="4" HotelCode="930851|skylark_hotel_4" HotelName="Skylark Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>15 Phan Dinh Phung Street, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/72/fa728c0bb18ab6baaf921d154c710829ce0fcf29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.95" OriginalAmount="195.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031242809262" Longitude="105.84893527976" StarRating="3" HotelCode="119030|posh_hotel_2" HotelName="Hanoi Posh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4A Hang Giay Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/cf/cfcf0cf5fccb2ce628249ea3c1aba5c7a87322b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Hanoi, only a 2-minute walk from Hoan Kiem Lake in Hanoi Old Qu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.98" OriginalAmount="195.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0295" Longitude="105.84775" StarRating="3" HotelCode="|235499" HotelName="Phoenix Palace Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27A Phu Doan Str Old Quarter- Hoan Kiem Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/4/9/9/235499_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.25" OriginalAmount="195.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035402" Longitude="105.847073" StarRating="3" HotelCode="|419835" HotelName="Lotusama Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Hang Ga, Hoan Kiem Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/3/5/419835_9722bae1547.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.31" OriginalAmount="195.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0265396" Longitude="105.8423784" StarRating="3" HotelCode="|419728" HotelName="HOTEL 1-2-3 HANOI Hoan Kiem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Nam Ngu Street, 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/7/2/8/419728_fa13ec10422.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.40" OriginalAmount="195.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031939" Longitude="105.841499" StarRating="3" HotelCode="|423641" HotelName="Bi Ecosuites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.2, Alley 34, 28B Dien Bien Phu Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/6/4/1/423641_a42075c1712.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.54" OriginalAmount="195.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02527" Longitude="105.851601" StarRating="3" HotelCode="|84060" HotelName="Splendid Holiday" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Tho Xuong Lane, Hoan Kiem Dist. Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/6/0/84060_832a9251831.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Hanoi the city centre of Close to San Jose Cathedral a 5-minute walk away from Hoan Kiem Lake 35 kilometres away from the establishment, guests will find Noi Bai Airport it is 5 minutes away from Hanoi the Railway Station of. ROOM: Each room has WiFi (free of charge), a satellite TV, a DVD player, a mini-bar with sodas, a bathroom, a shower and fruits. FACILITIES: Guests are offered a sauna, a massage service, tourist information, excursions, car rental, a bicycle rental service, fax service and a launderette. OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service free of charge, a restaurant and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.07" OriginalAmount="196.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03371" Longitude="105.8466" StarRating="1" HotelCode="|231954" HotelName="Hanoi La Vision" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Bat Dan Str., Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/9/5/4/231954_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.28" OriginalAmount="196.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0347" Longitude="105.84564" StarRating="4" HotelCode="|189350" HotelName="Bonne Nuit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30A Cua Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/3/5/0/189350_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.34" OriginalAmount="196.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0339" Longitude="105.853426" StarRating="4" HotelCode="|534658" HotelName="Madelise Adora" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>111 P. Ma May, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/5/8/534658_0b9f6651159.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.64" OriginalAmount="196.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04282" Longitude="105.84416" StarRating="3" HotelCode="|197316" HotelName="Hong Ngoc Cochinchine Boutique  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95-97 Nguyen Truong To Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/3/1/6/197316_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="198.97" OriginalAmount="197" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|436052-25609908/8401377501834249894/10858" HotelName="A25 QUANG TRUNG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16440000/16431700/16431609/838e84d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="198.97" OriginalAmount="197" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|572096-25722518/8401377501834249894/10879" HotelName="A25 HOTEL - DICH VONG HAU" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/26000000/25260000/25255200/25255139/094ab31a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.97" OriginalAmount="197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029026091413" Longitude="105.84324105862" StarRating="3" HotelCode="268108|hanoi_sky_hotel_2" HotelName="Hanoi Sky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 Tong Duy Tan, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/92/c192d6655e92dcd50119db4239bd9f1969c42b4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.97" OriginalAmount="197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02909806" Longitude="105.84857181" StarRating="3" HotelCode="877979|s_central_hotel" HotelName="S Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Tho Xuong Lane, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/d2/b6d25a854b0f26c1fb195696386b55ddf218c9c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located less than 1 km from St. Joseph Cathedral, S Central Hotel in Hanoi offers rooms with air con...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.37" OriginalAmount="197.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03137" Longitude="105.84517" StarRating="3" HotelCode="|240480" HotelName="Spoon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Nguyen Van To, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/4/8/0/240480_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.94" OriginalAmount="197.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04062" Longitude="105.8475" StarRating="3" HotelCode="|45843" HotelName="Hanoi Anise  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 QUAN THANH, BA DINH 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/8/4/3/45843_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, elegant hotel rooms and has 42 standard rooms and suites. SITUATION: The hotel is in Hang Dau park it is close to the historic area, has good links to the commercial area. ROOM: The rooms without windows, They have sheets and duvets. FACILITIES: The establishment boasts a wellness centre and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02970446" Longitude="105.83838032" StarRating="2" HotelCode="550060|153588" HotelName="VMQ Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>87 Nguyen Thai Hoc, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/18/dc18e988a8990aae19561f039efdac835876e494.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.98" OriginalAmount="198.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031289722468" Longitude="105.84710729852" StarRating="2" HotelCode="210746|nam_hai_hotel" HotelName="Hanoi Marvellous Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Duong Thanh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/75/f17545f8b0f06f624395cfc82510c43c14d48834.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.58" OriginalAmount="198.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.019733" Longitude="105.825565" StarRating="0" HotelCode="|537156" HotelName="Le Grand Hanoi - The Sun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>134 Nguyen Hy Quang, O Cho Dua, Dong Da</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/1/5/6/537156_94a12d52140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="200.99" OriginalAmount="199" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|181674-25366975/8401377501834249894/11925" HotelName="SPOON HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22180000/22177700/22177687/6cf07a2c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.043645" Longitude="105.841783" StarRating="3" HotelCode="141681|hong_ngoc_cochinchine" HotelName="Hong Ngoc Cochinchine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Diet Meals,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95-97 Nguyen Truong To Str., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/bc/64bc6f25e24724d580cdef021f0bf97ebb69d3cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the cultural and political centre, an ideal location for business, shopping...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032379" Longitude="105.85131" StarRating="3" HotelCode="101674|serenade_hotel" HotelName="Oriental Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Dao Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f0/6df0f0c83c2d2bb977452a871fff3291444cb8b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the tourist and trade centre of Hanoi, the hotel is about 50 metres away from the Hoan Ki...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.29" OriginalAmount="199.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02771" Longitude="105.85828" StarRating="3" HotelCode="|189587" HotelName="Hong Ha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>204 Tran Quang Khai Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/8/7/189587_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.55" OriginalAmount="199.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.019411" Longitude="105.780972" StarRating="3" HotelCode="|423143" HotelName="Luxury Condotel Vinhomes Skylake Keangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Pham Hung, Hanoi,Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/1/4/3/423143_1f4a2371759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.83" OriginalAmount="199.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03216" Longitude="105.84684" StarRating="3" HotelCode="|189200" HotelName="Ambassador Hanoi  and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Hang Dieu, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/0/0/189200_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="202.00" OriginalAmount="200" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181648-27047508/8401377501834249894/8771" HotelName="MUONG THANH" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7240000/7233100/7233014/5ab6ade4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.00" OriginalAmount="200.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032227818673" Longitude="105.84694448183" StarRating="3" HotelCode="916024|art_hotel_hanoi" HotelName="Hanoi Trendy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Hang Dieu street, Old Quarter, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/zz/edadfeda5939e2a9fa2e3d6a25849330f8675292.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.58" OriginalAmount="200.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03208" Longitude="105.84816" StarRating="3" HotelCode="|189521" HotelName="Serene Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10c Yen Thai Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/2/1/189521_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.77" OriginalAmount="200.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032059" Longitude="105.853687" StarRating="3" HotelCode="|153913" HotelName="La Selva Premium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Cau Go Str., Hoan Kiem Dist,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/9/1/3/153913_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a restaurant and room service. The hotel offers tourist information, a car hire desk, a transfer service to the airport, a laundry service and a currency exchange service. SITUATION: This hotel is in Hanoi the historic area of Hoan Kiem Lake it is situated 2 minutes walk away from. ROOM: Each room has an air-conditioning system, a safety deposit box, cable television, a fridge, a kettle and a coffee maker.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.01" OriginalAmount="201" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04253856" Longitude="105.84721064" StarRating="3" HotelCode="957198|377166" HotelName="Domov Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>15A Hang Than, Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/1b/a41b370bc6b9793a225fa7752365ce49f8b7cb4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01802521" Longitude="105.84738543" StarRating="2" HotelCode="554558|a25_hotel_quang_trung" HotelName="A25 Hotel 57 Quang Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>57 Quang Trung Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/81/0f81ce6108655ff04607b92d6cb9cc28839b3c57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a safe, a transfer service and a theatre hall. Wireless...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="1" HotelCode="766043|a25_hotel_dich_vong_hau" HotelName="A25 Tran Thai Tong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Dich Vong Hau Street, Alley 25, Dich Vong Hau Ward, Cau Giay District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/1b/a41b370bc6b9793a225fa7752365ce49f8b7cb4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029461632555" Longitude="105.8478292004" StarRating="2" HotelCode="916010|trung_nam_hai_hotel" HotelName="Hanoi Phoenix Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>27 Ph? Doãn, Hàng Tr?ng, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/97/3c/973c328eb42bce5285744d965f50b9436bdd23c0.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;We want you to smile, so here's the "Phoenix Palace Hotel”, an unsurpassed central location PLUS a g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.44" OriginalAmount="201.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03436" Longitude="105.85341" StarRating="0" HotelCode="|197749" HotelName="Hanoi House and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85 Ma May Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/7/4/9/197749_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.43" OriginalAmount="202.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0334673" Longitude="105.8525641" StarRating="3" HotelCode="|189244" HotelName="La Beaute Boutique  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11A Trung Yen Lane, Dinh Liet Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/4/4/189244_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.03" OriginalAmount="203" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="984733|348341" HotelName="Full House Times City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>458 Minh Khai, Times City, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/b8/16b87dc3e3c7b53b2e0637ce41e885f3751732af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="205.03" OriginalAmount="203" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573467-25723184/8401377501834249894/10461" HotelName="HANOIAN ELITE HOME HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27210000/27200600/27200531/ed9e1754_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="205.03" OriginalAmount="203" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431906-27590591/8401377501834249894/11523" HotelName="REYNA LUXURY HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88490000/88481700/88481660/272fa59f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.03" OriginalAmount="203.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031911669372" Longitude="105.84827887579" StarRating="2" HotelCode="268109|holiday_gold_hotel" HotelName="Holiday Emerald Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Currency Exchange,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Hang Manh Street, Hoan Kiem, Hanoi City</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/18/551823cb81efc70ef4149a7c1da5402a7d026acd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in the heart of Hanoi old quarter the Hotel is a short walk from shopping towns an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.03" OriginalAmount="203.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03597456" Longitude="105.84771792" StarRating="3" HotelCode="599608|hanoi_golden_holiday_hotel" HotelName="Hanoi Golden Holiday Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Hang Dong, Old Quarter, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/98/3098fa4af08302cef6947ee713eb873b11e7a26d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, room service and a haird...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.24" OriginalAmount="203.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027419" Longitude="105.857533" StarRating="4" HotelCode="|267794" HotelName="Grand Cititel Hanoi and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13B Tong Dan, Trang Tien Ward, Hoan Kiem District Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/7/9/4/267794_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.51" OriginalAmount="203.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032639" Longitude="105.849323" StarRating="4" HotelCode="|466211" HotelName="Hanoi La Palm Premierandspa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Hang Quat Street, Hang Gai Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/2/1/1/466211_79a72d41849.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.69" OriginalAmount="203.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037364" Longitude="105.84833" StarRating="2" HotelCode="|169222" HotelName="Ha Long Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Hang Luoc StreetHanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/2/2/169222_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant and WiFi. SITUATION: This establishment, is 50 metres away from Dong Xuan the Market of. ROOM: Each room has an air-conditioning system, wooden furniture, a mini-bar, a coffee maker, a kettle, a bathroom with a bath and a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042059" Longitude="105.846887" StarRating="3" HotelCode="928655|33205" HotelName="Chalcedony Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Nguyen Truong To, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/29/6c29429f0eed5ba24a119ddb14ddaf5d0550819c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215410-25418868/8401377501834249894/9577" HotelName="CALYPSO SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6130000/6128300/6128251/dda2989b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437968-27930976/8401377501834249894/11383" HotelName="HANOI RIVERVIEW BOUTIQUE HOTEL &amp;amp; APARTMENT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110620000/110617100/110617088/6e46f523_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|268470-27830054/8401377501834249894/11720" HotelName="HANOI LA PALM PREMIER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/9000000/8330000/8330000/8329994/af0d24dd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="204.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01602361" Longitude="105.77817459" StarRating="3" HotelCode="764464|blubiz_hotel_my_dinh_song_da" HotelName="Blubiz Hotel My Dinh Song Da" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Elevator,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 TT4, My Dinh Song Da urban area, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/eb/a9eb52980e1b565b1ec76fafaa66ce06712f1788.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at Blubiz Hotel My Dinh Song Da in Hanoi, you'll be within a 10-minute drive of My Dinh ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.06" OriginalAmount="206" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="834414|348243" HotelName="Khách San A25 Hàng Duong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>54-56 Hàng Ðuong, Hoàn Kiem, Hà Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/8a/6e8a50c64acbb569fe5e7b23c2b63ef83472bd03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="206.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030111919784" Longitude="105.85049276383" StarRating="3" HotelCode="347845|sunline_hotel" HotelName="Sunline Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Ngo Bao Khanh, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/b6/d2b6dc0c0707a8b94cde4647bc6b61849fe2ba10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="206.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="980581|a25_hotel_nguyen_khuyen_2" HotelName="A25 Hotel Nguyen Khuyen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 Nguyen Khuyen, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/45/45450d89eb477625b2482dd0f4b8508602312c2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.23" OriginalAmount="206.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033888" Longitude="105.846915" StarRating="3" HotelCode="|419876" HotelName="Hanoi Esplendor and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Hang Ga, Old Quarter, Hoan Kiem Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/7/6/419876_8a95c8c1610.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.27" OriginalAmount="206.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028092" Longitude="105.83728" StarRating="0" HotelCode="|533950" HotelName="Paradise Suites Nguyen Khuyen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115 Nguyen Khuyen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/9/5/0/533950_8fb8f391139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.31" OriginalAmount="206.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04141" Longitude="105.84459" StarRating="2" HotelCode="|235555" HotelName="A25 - 44 Hang Bun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 Hang Bun, Nguyen Trung Truc Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/5/5/235555_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574391-25723628/8401377501834249894/9141" HotelName="TOP HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120430000/120421900/120421804/1c6d58f0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|593223-25742532/8401377501834249894/10688" HotelName="LA PAIX" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33280000/33277900/33277868/a3cbcfe2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217086-25420320/8401377501834249894/11013" HotelName="NHAT TIEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16440000/16431600/16431570/w532h800x334y0-dadd9250_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1443395-28862564/8401377501834249894/11152" HotelName="AVANI CENTRAL HANOI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107300000/107297700/107297644/010a78d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="44.5972991" Longitude="-75.7064593" StarRating="3" HotelCode="0|181530-25366837/8401377501834249894/11349" HotelName="HANOI A1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>7815 Kent Blvd, Brockville, K6V 6N7, ON, CA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4730000/4724500/4724496/w1335h1999x0y0-32da3e70_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 80. Suites: 31. Single-bedded accommodations: 29. Double bedrooms: 51. Smoking rooms: 0. Nonsmoking rooms: 80. Physically challenged rooms: 7. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.. Property description- Welcome to the Holiday Inn Express &amp;amp; Suites Brockville!Brockvilles newest and most modern hotel is located at exit 696 Stewart Blvd, conveniently situated within four hours of major cities like Syracuse, Ottawa, Toronto or Montreal via I-81 or the Macdonald Cartier Freeway (Hwy 401), and 30 minutes from the US-Canada border. Our corporate travelers can appreciate the close proximity to where major businesses including Brockville General Hospital , P&amp;amp;G, 3M, Shell and Trillium have area offices, along with St. Lawrence College. Our nonsmoking Holiday Inn Express &amp;amp; Suites Brockville offers easy access to the beautiful waterfront of the St. Lawrence River, known for its scuba diving and numerous shipwrecks to explore. Guests can enjoy a plethora of amenities including our indoor pool free wireless Internet, flexible meeting space, family friendly accommodations, and 24-hour Fitness Centre. Staying for several nights? No problem, we have guest laundry facilities on site for your convenience! In the mornings don't forget to enjoy our Hot Express Start breakfast, which features our signature Cinnamon Buns. Guests can also enjoy delicious dining at the many restaurants within walking distance.. Onsite facilities information- ParkingProperty was built in 2009. Hotel Currency: CAD. Additional Addresses: Other: 7815 Kent Blvd, Brockville, K6V 6N7, ON, CA. Additional Phone Numbers: Fax - Other: 16133420673. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034555985622" Longitude="105.85352011266" StarRating="2" HotelCode="309526|hanoi_guesthouse" HotelName="Hanoi Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Ma May Street, Hoan Kiem Dist, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/7a/6d7acb5beadc724b7a2616b92908557cb8ce616c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 20 rooms. A restaurant, a dining area and room service are available ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02933772" Longitude="105.7691049" StarRating="3" HotelCode="529847|new_amely_hotel_and_resident" HotelName="New Amely Hotel &amp; Resident" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10C, 63 Le Duc Tho, My Dinh 2, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/95/ac95ded433883669601d6bfa85c798147e8f078e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03496704" Longitude="105.84820548" StarRating="3" HotelCode="587333|new_vision_palace_hotel" HotelName="New Vision Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>53 Thuoc Bac Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/c0/bac0175c4909856d41fd8b54df26f2411644d562.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="209.51" OriginalAmount="207.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042876" Longitude="105.838074" StarRating="3" HotelCode="401580|106408" HotelName="Anise Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Quan Thanh Street, Hoan Kiem Dist, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/2d/4c2d41b9701834a501aaccec140bb4235e14cf4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hang Dau Park, the hotel is just few minutes' walk away from the old quarter, convenient ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.59" OriginalAmount="207.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03682" Longitude="105.8486" StarRating="3" HotelCode="|189482" HotelName="Hanoi Little Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Hang Luoc Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/8/2/189482_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="210.08" OriginalAmount="208" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649480-25826317/8401377501834249894/10106" HotelName="HANOI LA SELVA CENTRAL HOTEL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34950000/34945900/34945895/0d695912_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.08" OriginalAmount="208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040061449294" Longitude="105.84519848829" StarRating="3" HotelCode="384311|dragon_pearl_hotel_2" HotelName="Dragon Pearl Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>17E Phan Dinh Phung Street, Dong Xuan Market Area, Quan Thanh Ward, Hoan Kiem, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/cc/63ccf97a26a1a735f1b6d2d604ab5947f133e0f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.27" OriginalAmount="208.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.003701" Longitude="105.804835" StarRating="3" HotelCode="|419601" HotelName="A25 - Hoang Dao Thuy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 17, Lot 5, Alley 9, Hoang Dao Thuy Street, Nhan Chinh Ward, Thanh Xuan, Hanoi, Thanh Xuan, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/6/0/1/419601_e137d221753.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.76" OriginalAmount="208.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.015624" Longitude="105.777218" StarRating="3" HotelCode="|521856" HotelName="Blubiz 8" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>N1B TT3 My Dinh area, Do Dinh Thien st.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/8/5/6/521856_8d1cc671125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.06" OriginalAmount="208.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.043262" Longitude="105.843894" StarRating="4" HotelCode="|66166" HotelName="Flower Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NGUYEN TRUONG TO STREET, BA DINH DISTRICT 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/1/6/6/66166_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a restaurant, a lounge bar, WiFi in communal areas, a lift, a gym, a sauna, meeting rooms, a business centre and a car park. SITUATION: Thang Long It is located 700 metres away from 2 kilometres away, you can find St Joseph Cathedral. ROOM: Each room has an air-conditioning system, a television, a direct line telephone, WiFi, a safety deposit box, a mini-bar, a hairdryer and a tea service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="211.09" OriginalAmount="209" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|243562-25459759/8401377501834249894/11053" HotelName="PRINCE - 96A HAI BA TRUNG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/26000000/25250000/25248000/25247946/w635h948x94y0-838558fa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="211.09" OriginalAmount="209" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|344480-25535287/8401377501834249894/11790" HotelName="SUNLINE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10030000/10026100/10026078/868d6724_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02925704" Longitude="105.84634929" StarRating="3" HotelCode="376062|hanoi_lotus_boutique_hotel_2" HotelName="Hanoi Lotus Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Hoi Vu Street, Old Quarter, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/86/f386160190f8f995fda3b232f548378f1ec65eb2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Hanoi, this boutique hotel is ideal for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0314559" Longitude="105.85028899" StarRating="3" HotelCode="857474|la_paix_hotel" HotelName="La Paix Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Hang Hanh, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/34/42343a128fb7629f0c0582e822df368c6be10018.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.60" OriginalAmount="209.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.026963" Longitude="105.810086" StarRating="3" HotelCode="|533842" HotelName="Azumaya Kim Mã 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Pham Huy Thong, Ngoc Khanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/8/4/2/533842_47377eb1127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04366" Longitude="105.841775" StarRating="4" HotelCode="900190|27887" HotelName="Flower Garden Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Nguyen Truong To Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/d5/35d5f798090f860ca90fda1d650a9527aec12453.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location offers easy access for tourist buses. From the hotel it is only 5 minutes to the Old Qu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899274-27583778/8401377501834249894/10242" HotelName="A25 HOTEL - HOANG DAO THUY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34880000/34879400/34879357/11696fb5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|205576-25403541/8401377501834249894/10264" HotelName="MINERVA CHURCH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5620000/5613500/5613418/8768263a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.10" OriginalAmount="210.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.021870911884" Longitude="105.85947275162" StarRating="2" HotelCode="65448|ats_hotel_hanoi" HotelName="ATS Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>33B Pham Ngu Lao street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/29/02293369aaa5347135574e059ee3acde4bf59340.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on a quiet street in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649482-25826321/8401377501834249894/9998" HotelName="HANOI ESPLENDOR HOTEL AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35710000/35702500/35702482/112e6ecf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431833-27600243/8401377501834249894/11701" HotelName="HAGI APT VINHOMES SKYLAKE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103090000/103080600/103080578/66f7d481_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0414923" Longitude="105.8448172" StarRating="2" HotelCode="227155|a25_hotel_44_hang_bun" HotelName="A25 Hotel 44 Hang Bun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>44 Hang Bun Street, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/bd/f2bda410b1cb082c6b5b163ed4027b07eeac310c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032169" Longitude="105.853696" StarRating="3" HotelCode="916028|hanoi_a1_hotel" HotelName="Hanoi A1 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 1 C?u G? Street, Hoàn Ki?m District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/06/8b06c536b9362c7829addacf780a7e75d7b44892.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.14" OriginalAmount="211.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042079" Longitude="105.846918" StarRating="4" HotelCode="|83976" HotelName="Chalcedony" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NGUYEN TRUONG TO STREET BA DINH DISTRICT 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/7/6/83976_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.94" OriginalAmount="211.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06176" Longitude="105.83083" StarRating="3" HotelCode="|189212" HotelName="Wild Lotus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106 Xuan Dieu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/1/2/189212_18dcf1c1108.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="214.12" OriginalAmount="212" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181676-25366977/8401377501834249894/10319" HotelName="NESTA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6070000/6060300/6060274/b511763b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.12" OriginalAmount="212.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031358" Longitude="105.850244" StarRating="3" HotelCode="167048|hanoi_imperial_hotel" HotelName="Hanoi Imperial Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Hang Hanh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/d7/d4d7a0ea1c00ca84d4dcd854631cd46f8944a294.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.51" OriginalAmount="212.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.018377" Longitude="105.849945" StarRating="3" HotelCode="|419954" HotelName="Azumaya Hai Ba Trung 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 16 Bui Thi Xuan, Hai Ba Trung district, Hai Ba Trung, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/5/4/419954_563c3781750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.09" OriginalAmount="212.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03275" Longitude="105.84944" StarRating="4" HotelCode="|196871" HotelName="Hanoi La Palm Premier &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Hang Quat, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/7/1/196871_19c54411149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|345593-25535761/8401377501834249894/10578" HotelName="HANOI HM BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11850000/11848900/11848891/426a245c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431822-27594974/8401377501834249894/12216" HotelName="ELI RINA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95870000/95862400/95862315/036ec121_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.019006662168" Longitude="105.85417807102" StarRating="4" HotelCode="18080|sunway_hotel_hanoi" HotelName="Sunway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Pham Dinh Ho Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/fe/e3fe42be16fc838b16d97a5527b5ceb04c6b9751.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel, located in the heart of the city, is just 45 minutes away from Noi Bai International Airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027308436111" Longitude="105.84294746176" StarRating="2" HotelCode="346731|prince_hotel__hai_ba_trung" HotelName="Prince Hotel Hai Ba Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96A Hai Ba Trung, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/b8/c6b8560e8dc0c35fa504e4c0769109324601a173.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Prince Hotel - 96A Hai Ba Trung is conveniently located in the popular Hoan Kiem District - Opera Ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03207319" Longitude="105.85391603" StarRating="3" HotelCode="382864|hanoi_hm_boutique_hotel" HotelName="Hanoi HM Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 03 Hang Dau, Hang B?c, Hoan Kiem, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/66/4f66723cedeab8b2f87f632743a0344f562fba05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01758132" Longitude="105.77815132" StarRating="3" HotelCode="754747|blubiz_hotel_my_dinh" HotelName="Blubiz Hotel My Dinh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Elevator,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Tran Van Lai Street, Lane 2, My Dinh, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/03/dd030988019be2d1f11860a35456679052e3d2d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at Blubiz Hotel My Dinh in Hanoi, you'll be within a 10-minute drive of My Dinh National...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034333763351" Longitude="105.84755569696" StarRating="3" HotelCode="904819|hanoi_amazing_hotel" HotelName="Graceful" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Hang Phen Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/e2/55e2e77e949ac73fcfb722715666de92053a0c37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Hanoi's Old Quarter, just 3 minutes walk from the famous Hoan Kiem L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|104911-25281367/8401377501834249894/9689" HotelName="ORIENTAL SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2180000/2174400/2174373/50a3739c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572783-25722772/8401377501834249894/10188" HotelName="GRAND CITITEL HANOI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24050000/24043300/24043259/d90298a0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.14" OriginalAmount="214.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.018886" Longitude="105.842065" StarRating="4" HotelCode="185379|vista_hotel_hanoi" HotelName="Hotel Nesta Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Nguyen Thuong Hien, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/1d/0e1d6879abda7294f38ede2c91ff276f31ee111c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.14" OriginalAmount="214.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03895012" Longitude="105.80185028" StarRating="4" HotelCode="882757|sen_grand_hotel_spa_managed_by_sen_group" HotelName="Sen Grand Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>20/118 Nguyen Khanh Toan Street, Cau Giay District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/54/405470ed2b41bebeaf61f2c790fd0c06bb4a5b8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.15" OriginalAmount="214.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034525" Longitude="105.852054" StarRating="0" HotelCode="|447270" HotelName="Hanoi La Mejor and Sky Bar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Ta Hien, Hang Buom, Hoan Kiem, Hanoi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/2/7/0/447270_66445d11022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.15" OriginalAmount="215" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="764412|348246" HotelName="A25 Hotel 96 Hai Ba Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96 Hai Ba Trung, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/c3/e5c353785b6de8028cab91560e3b0e5359a41627.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="217.15" OriginalAmount="215" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|108909-18128620/8401377501834249894/7246" HotelName="ANISE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3060000/3054900/3054860/1ae5ace6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="217.15" OriginalAmount="215" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899301-26133902/8401377501834249894/10677" HotelName="REYNA HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44190000/44185700/44185615/eaf13bdb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.15" OriginalAmount="215.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03386365" Longitude="105.84692941" StarRating="0" HotelCode="969355|hanoi_esplendor_hotel_spa" HotelName="Hanoi Esplendor Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>78-80 Hang Ga Street, Old Quarter, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/39/2f39a7bdc5198a5b56aedacddcae2b86079f5fe4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.86" OriginalAmount="215.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028363" Longitude="105.849806" StarRating="4" HotelCode="|208279" HotelName="The Chi Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Nha Chung, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/8/2/7/9/208279_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="218.16" OriginalAmount="216" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|135245-25304938/8401377501834249894/11218" HotelName="SPLENDID STAR GRAND" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4320000/4317100/4317026/4b97c5d0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.16" OriginalAmount="216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033813468729" Longitude="105.85333806638" StarRating="2" HotelCode="119031|gia_thinh_hotel" HotelName="Gia Thinh Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Hang Bac, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/4b/fc4b5d778ccf5893bcfada7d226f5f1e145f4ab8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Hang Bac Street, one of the oldest streets in Vietnam, the hotel is within a short stroll...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.58" OriginalAmount="216.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0419842" Longitude="105.8466625" StarRating="3" HotelCode="|66168" HotelName="The Flower Boutique  and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 NGUYEN TRUONG TO STR., BA DINH 55</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/1/6/8/66168_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.81" OriginalAmount="216.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0294444" Longitude="105.8486634" StarRating="2" HotelCode="|270078" HotelName="Astoria Hanoi and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Ngo Huyen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/0/7/8/270078_3a202b81702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.98" OriginalAmount="216.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0255" Longitude="105.851601" StarRating="3" HotelCode="|84059" HotelName="Splendid Star Grand and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 THO XUONG, AN TRIEU, HOAN KIEM 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/5/9/84059_1c7368a1048.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Splendid Star Grand Hotel is rated two stars, is an ideal place for relaxing, has 30 rooms, a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service and a lift. Guests can find a bar, a breakfast room, WiFi, room service, a laundry service and bicycle rental. The establishment also offers excursions and a car hire service. SITUATION: This hotel is in the city centre. 3 minutes walk away, you can find el lago Hoan Kiem 5 minutes away from the establishment you have the market. It is located 100 metres away from the Temple of Ngoc Son. 500 metres away, guests will find park Thong Nhat. It is located 250 metres away from the opera, close to restaurants and cafÃ©s. 50 metres away, clients have the railway station. 2 kilometres away from the establishment, guests will find bus station Luong Yen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.17" OriginalAmount="217.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032076" Longitude="105.848167" StarRating="2" HotelCode="931936|hanoi_corner_hotel" HotelName="Hanoi Old Quarter House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12B Hang Manh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/62/5d623315c28bb1ee948e5784151fe939e89fd309.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.70" OriginalAmount="217.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.011535" Longitude="105.785939" StarRating="0" HotelCode="|524948" HotelName="Aspaces Serviced Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nam Tu Liem 0505</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/9/4/8/524948_dd60a740925.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="220.18" OriginalAmount="218" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431892-27597604/8401377501834249894/11071" HotelName="PALAGO BOUTIQUE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100460000/100453200/100453106/8a29b1cb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.013279068384" Longitude="105.84764097358" StarRating="3" HotelCode="346898|cherry_1_hotel" HotelName="Nesta Hanoi Hotel - To Hien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>73 To Hien Thanh Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/32/93323522735cc28ad5c4f7360eab0ad27065ba1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|281978-25501303/8401377501834249894/10794" HotelName="SILK QUEEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8830000/8828800/8828788/b6193a87_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437957-27930969/8401377501834249894/11007" HotelName="22LAND HERITAGE HOTEL &amp;amp; RETREAT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106800000/106799400/106799306/ec4816fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|426197-25601761/8401377501834249894/11031" HotelName="THE CHI BOUTIQUE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16190000/16187800/16187790/6bc7ec1c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.19" OriginalAmount="219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0293584" Longitude="105.84819326" StarRating="3" HotelCode="347185|hanoi_sweet_home_hotel" HotelName="Gem Premier Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,ATM/Cash Machine,Babysitting,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Limousine Service,Lounge,Luggage Storage,Massage Centre,Meeting Room,Off-Site Parking,Parking,Pets allowed,Pick &amp;amp; Drop,Porter,Restaurant,Room Service,Shopping Arcade,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>54A Ngo Huyen Street, Old Quarter, Hoan Kiem District, Ha Noi City</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/a2/7aa25bca087aa167e4756db580358044f5a14447.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hanoi Gem Hotel, you'll be centrally located in Han...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.20" OriginalAmount="219.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0313878" Longitude="105.855597" StarRating="4" HotelCode="|267002" HotelName="Bendecir and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Lo Su, Hoan Kiem, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/0/0/2/267002_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.20" OriginalAmount="220" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|243492-25459705/8401377501834249894/11088" HotelName="GOLDEN RIVER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36790000/36781600/36781550/ce0e0dc5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.20" OriginalAmount="220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03786" Longitude="105.801" StarRating="3" HotelCode="517825|sen_hotel" HotelName="Sen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>26b Nguyen Khanh Toan, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/d1/f6d166347814f0c488f96ddf3484ac1d4bf6784b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.20" OriginalAmount="220.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034738" Longitude="105.85309" StarRating="3" HotelCode="|266894" HotelName="Hanoi Nostalgia and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15, Luong Ngoc Quyen, Hoan Kiem , Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/8/9/4/266894_bd068bf1741.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="223.21" OriginalAmount="221" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|283259-19234704/8401377501834249894/7361" HotelName="PHOENIX PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16400000/16399600/16399579/0f1c9db8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.21" OriginalAmount="221.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01980918" Longitude="105.85601028" StarRating="4" HotelCode="563518|the_lapis_hotel" HotelName="The Lapis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Tran Hung Dao Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/13/89138559d68e49dfd365d06ac0c7bd9ff01cfcc4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.62" OriginalAmount="221.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03393" Longitude="105.84782" StarRating="0" HotelCode="|63629" HotelName="Quoc Hoa Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Bat Dan Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/6/2/9/63629_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a concierge, a restaurant, a bar, room service, a business centre and meeting rooms. The establishment also offers a fitness centre, a jacuzzi, a sauna, a car hire service, a transfer service to the airport and internet. SITUATION: It is in the historic area, the establishment, is in Hanoi the city centre of close to the establishment, clients can find a lake, the opera. ROOM: The rooms have an air-conditioning system, a bathroom with a shower, a hairdryer, a satellite television and a direct line telephone. They also have internet (free of charge), a mini-bar, a coffee maker, a kettle, a safety deposit box and soundproofed windows.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="224.22" OriginalAmount="222" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431923-27599880/8401377501834249894/9999" HotelName="VINHOMES SKYLAKE KANE APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102660000/102653200/102653133/718509d3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.22" OriginalAmount="222.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044387683251" Longitude="105.84351180357" StarRating="3" HotelCode="931940|may_de_ville_city_centre_ii_hotel" HotelName="May De Ville City Center II" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Pham Hong Thai Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/1d/3b1df75e9b95cb8e8a96977ae505c47551a23e3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 58 rooms. Wireless internet access in public areas allows guests to s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034579104325" Longitude="105.84741353989" StarRating="3" HotelCode="904830|348425" HotelName="Hanoi Golden Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>46 Bat Su, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/d6/fad61f8d5fbabcd18366570fa5c8e75c3783636b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Hanoi's bustling Old Quarter. All the well-known sights of this...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.23" OriginalAmount="223.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031628163866" Longitude="105.84963032832" StarRating="3" HotelCode="303735|silk_queen_hotel" HotelName="Silk Queen Hotel" 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>100 Hang Gai Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/d0/fad0b5842dfa778c006357239a75e9d6bd88c7d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.23" OriginalAmount="223.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01727376" Longitude="105.82902247" StarRating="3" HotelCode="554552|dream_hotels_residences" HotelName="Dream Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Nguyen Luong Bang, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/6a/4d6a39e18eb74152d14e2d9083f8cfe638b40367.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a safe, a restaurant, a tran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.56" OriginalAmount="223.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.014827" Longitude="105.852722" StarRating="2" HotelCode="|470685" HotelName="Minasi Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 Hue Alley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/8/5/470685_4ae50c01902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.84" OriginalAmount="223.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03254" Longitude="105.84731" StarRating="2" HotelCode="|196396" HotelName="A25 - 26 Hang Non" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Hang Non Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/3/9/6/196396_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.24" OriginalAmount="224" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02877005" Longitude="105.84816969" StarRating="3" HotelCode="630776|255718" HotelName="Conifer Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Tho Xuong, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/54/61548b0098fd33e54a76f1bd7206d7bc48aef5b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="226.24" OriginalAmount="224" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572699-25722728/8401377501834249894/10602" HotelName="DU MONDE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18660000/18651700/18651654/f75ecdec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.24" OriginalAmount="224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.061893742693" Longitude="105.83064521725" StarRating="3" HotelCode="200499|wild_lotus_hotel" HotelName="Wild Lotus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>106 Xuan Dieu, Tay Ho, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/06/7e06a240814bf1a9d94b43b18a8b7884167117af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.24" OriginalAmount="224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032397154924" Longitude="105.85393055756" StarRating="2" HotelCode="119056|rising_dragon_i" HotelName="Old Quarter Centre Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>61A Hang Be, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/5c/715c1ddd8f559e1deb2037aaa80b8366d420cf35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.25" OriginalAmount="225" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25166-25213163/8401377501834249894/10169" HotelName="DIAMOND WESTLAKE SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/906200/906150/0826f3ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.25" OriginalAmount="225.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="980223|a25_hotel_66_tran_thai_tong" HotelName="A25 Hotel 66 Tran Thai Tong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>66 Tran Thai Tong, Dich Vong Hau, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/36/42368f3b015b5ea5eb46ff0c5b5416f590902a36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.25" OriginalAmount="225.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.018417669464" Longitude="105.84974383496" StarRating="3" HotelCode="915997|azumaya_hai_ba_trung_1_hotel" HotelName="Ocean Hotel II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Bui Thi Xuan Street, Hai Ba Trung District, Hanoi City Centre, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/45/194529e7a64326b55886e2e17c320d9286be63d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.35" OriginalAmount="225.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0247626" Longitude="105.8187139" StarRating="3" HotelCode="|270701" HotelName="Rose Garden Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>170 pho Ngoc Khanh, phuong Giang Vo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/7/0/1/270701_6f1ef751755.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.22" OriginalAmount="225.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03557247" Longitude="105.81846668" StarRating="4" HotelCode="346889|640577" HotelName="SUPER HOTEL Candle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>287-300 Doi Can Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/6e/176e947e275274de375234d5aae7becdb421be1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|189446-27049138/8401377501834249894/8655" HotelName="HANOI TRENDY HOTEL &amp;amp; SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6880000/6879400/6879396/2fa471b9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.26" OriginalAmount="226.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03477057" Longitude="105.85306443" StarRating="3" HotelCode="619807|hanoi_nostalgia_hotel_spa" HotelName="Hanoi Nostalgia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Luong Ngoc Quyen Street, Hoan Kie, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/4f/024f9a940db960fbeb1bb06f2bcc88039dbece98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.26" OriginalAmount="226.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031262603532" Longitude="105.85559706091" StarRating="3" HotelCode="619368|hanoi_babylon_garden_hotel_spa" HotelName="Hanoi Babylon Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Lo Su Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/88/6c88615e473c3495cc0c0b3b344280146d730656.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="229.27" OriginalAmount="227" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431841-27603747/8401377501834249894/11309" HotelName="HANOI PLAZA SUITE HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/110000000/109990300/109990218/2e254b3f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.27" OriginalAmount="227.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04089903" Longitude="105.87742425" StarRating="3" HotelCode="585982|hotel_du_monde" HotelName="Hotel Du Monde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 Hoang Nhu Tiep, Long Bien, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/47/f5479b06f12c97dc04a454d94132a3cab8e07a2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="230.28" OriginalAmount="228" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215177-25418664/8401377501834249894/10431" HotelName="A25 HANG NON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9625200/9625179/47ddec6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.28" OriginalAmount="228.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034023" Longitude="105.851281" StarRating="3" HotelCode="931933|hanoi_legacy_hotel_hang_bac_street" HotelName="Hanoi Legacy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Hang Bac, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/d9/96d9c1981a95752d204efd9cc86cba5ec8f924d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.63" OriginalAmount="228.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03281" Longitude="105.85042" StarRating="3" HotelCode="|189472" HotelName="Hanoi Golden River " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Luong Van Can Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/7/2/189472_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.69" OriginalAmount="228.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0351" Longitude="105.84819" StarRating="0" HotelCode="|189390" HotelName="Hanoi Asia Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83 Thuoc Bac Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/3/9/0/189390_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|574265-25723562/8401377501834249894/12012" HotelName="SEE YOU AT LILY'S HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/26000000/25010000/25009600/25009536/944e0556_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.88" OriginalAmount="229.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033503" Longitude="105.851" StarRating="4" HotelCode="|46318" HotelName="Oriental Suite and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Dao Str, Hoan Kiem District, Hanoi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/1/8/46318_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Hanoi the tourist centre of it is 50 metres away from Hoan Kiem Lake 200 metres away, guests will find the theatre. ROOM: The luxurious, comfortable rooms, have modern furniture. FACILITIES: The establishment has a sauna and a massage service. MEALS: Regarding the food and beverage offering, the establishment offersPanorama Bar CafÃ© the restaurant. PAYMENT METHODS: The establishment accepts credit cards.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.30" OriginalAmount="230" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03420976" Longitude="105.84736321" StarRating="3" HotelCode="382882|152277" HotelName="Hanoi Chic Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Bat Su Street, Hoan Kiem, Old Quarter, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0023/07660/2307660/38.jpg?f=15535698</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="232.30" OriginalAmount="230" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|217571-25420762/8401377501834249894/11638" HotelName="MAISON D`ORIENT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8810000/8803100/8803027/bfa031b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="232.42" OriginalAmount="230.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034556151954" Longitude="105.85205153899" StarRating="3" HotelCode="933780|231316" HotelName="Essence Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Ta Hien Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/231316/231316a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.56" OriginalAmount="230.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034435" Longitude="105.85201" StarRating="0" HotelCode="|419879" HotelName="Hanoi Backpackers and Rooftop Bar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Hai Tuong Lane, Ta Hien Street, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/7/9/419879_917be351401.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.56" OriginalAmount="230.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035" Longitude="105.84748" StarRating="3" HotelCode="|197677" HotelName="Grande Collection and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Bat Su Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/6/7/7/197677_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="233.31" OriginalAmount="231" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1437960-27931305/8401377501834249894/9981" HotelName="VICTOR METROPOLIS HOTEL &amp;amp; ROOFTOP BAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95170000/95167300/95167270/463e8157_edited_8d03_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.31" OriginalAmount="231.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029256812423" Longitude="105.84811746627" StarRating="3" HotelCode="305359|veris_hotel_2" HotelName="Splendora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Ngõ Huy?n, Hoàn Ki?m, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/87/a58718fd37f0b3e7e6ac98160b6e759e4f8344b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.76" OriginalAmount="231.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03477" Longitude="105.84739" StarRating="3" HotelCode="|189619" HotelName="Milton Boutique " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Bat Su, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/6/1/9/189619_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.84" OriginalAmount="231.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03518" Longitude="105.84704" StarRating="3" HotelCode="|189395" HotelName="Hanoi Starlight Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Hang Ga Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/3/9/5/189395_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.95" OriginalAmount="231.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028755" Longitude="105.848183" StarRating="4" HotelCode="|267442" HotelName="Conifer Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Tho Xuong, Hoan Kiem,, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/4/4/2/267442_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="234.32" OriginalAmount="232" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437948-27930963/8401377501834249894/12143" HotelName="MIRA VINHOMES D'CAPITALE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110700000/110699700/110699663/13ff0aad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.32" OriginalAmount="232.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032504993524" Longitude="105.84811245658" StarRating="2" HotelCode="119194|a25_hotel__hang_non" HotelName="A25 Hotel 26 Hang Non" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>26 Hang Non Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/48/d7486550b819d63f15b6da4d228179524e631368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.32" OriginalAmount="232.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03723036382" Longitude="105.85211946642" StarRating="2" HotelCode="200489|camel_city_hotel" HotelName="Camel City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8/50 Dao Duy Tu Lane, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/dd/2edd6d61f270e4e59783cd75c93f304a2752ffdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="234.69" OriginalAmount="232.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033701467317" Longitude="105.84756785323" StarRating="3" HotelCode="346581|685118" HotelName="Little Hanoi Diamond Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Bat Dan, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/4b/f54b07b7da551122067e850ee32038fb2ee46aef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a restaurant, a transfer service and room service. Wireless internet access is avai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.81" OriginalAmount="232.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01636" Longitude="105.85708" StarRating="4" HotelCode="|30342" HotelName="Sunway  Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 PHAM DINH HO, HAI BA TRUNG DISTR., HANOI 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/3/4/2/30342_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 145 rooms. SITUATION: This hotel is in the city centre, 45 minutes away, guests can find Noi Bai Airport. ROOM: The establishment has suites, Junior Suites and executive rooms. FACILITIES: The establishment has a sauna, a wellness area and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.33" OriginalAmount="233.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031502298997" Longitude="105.85490494967" StarRating="3" HotelCode="167043|hanoi_elegance_diamond_hotel_2" HotelName="Hanoi La Siesta Diamond Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Lo Su Street, Hoan Kiem District, Hanoi, Old Quarter</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/82/a8826b162a49199db0aa56733276ec54cbe9bc6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.34" OriginalAmount="234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031493" Longitude="105.849207" StarRating="4" HotelCode="|171167" HotelName="SQ Hang Gai hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Hang Gai str Hoan Kiem Dist Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/1/6/7/171167_5deb91a1025.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.34" OriginalAmount="234" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030192148978" Longitude="105.84698886243" StarRating="3" HotelCode="119021|73389" HotelName="Hanoi Gratitude Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>106 Hang Bong Street, Old Quarter, Hoan Kiem District, Hanoi, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/b8/c0b8d3fddf71e1ebc6ee6cab7c8e26107b2ed964.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the main shopping area of Hang Bong Street, in the centre of the historic Ol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="236.34" OriginalAmount="234" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|281939-25501281/8401377501834249894/11108" HotelName="HANOI BLUE SKY 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4980000/4974700/4974650/a4cb3f88_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.34" OriginalAmount="234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.020953311418" Longitude="105.85592054591" StarRating="2" HotelCode="166809|silver_hotel" HotelName="A25 Hotel 45 Phan Chu Trinh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Phan Chu Trinh, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/37/a5371858dee525f371ddb5a1fcd67b6e898db8a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Hanoi central business district, the city hotel is a stylish business hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.34" OriginalAmount="234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024908105225" Longitude="105.81899803386" StarRating="4" HotelCode="309535|rose_garden_residences" HotelName="Rose Garden Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>170 Ngoc Khánh, Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/32/b732689f007079848102dcf4f8c8375389a4874d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.34" OriginalAmount="234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="479553|maison_dorient_hotel" HotelName="Maison d'Orient Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>26 Ngo Huyen, Hang Trong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/73/907328870a8923c2fa7539fdf3916d7661e8db21.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.60" OriginalAmount="234.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03401" Longitude="105.85247" StarRating="3" HotelCode="|169262" HotelName="Viet Premium Hotel by Lake View Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 HANG BAC STREET HOAN KIEM DIST HANOI VIETNAM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/6/2/169262_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2010 and renovated in 2013. SITUATION: This establishment, Hanoi it is in is situated in an excellent location. ROOM: The rooms have an air-conditioning system, a kettle, a coffee maker and fully-equipped.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.77" OriginalAmount="234.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0172141" Longitude="105.8290189" StarRating="4" HotelCode="|265853" HotelName="Dream and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64 Nguyen Luong Bang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/8/5/3/265853_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.54" OriginalAmount="235.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0198" Longitude="105.85551" StarRating="3" HotelCode="|198035" HotelName="A25 - 45 Phan Chu Trinh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Phan Chu Trinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/0/3/5/198035_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.65" OriginalAmount="235.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0224" Longitude="105.85645" StarRating="3" HotelCode="|84082" HotelName="Silver Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PHAN CHU TRINH, HOAN KIEM 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/8/2/84082_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 2010, has 30 rooms, a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment also has a cafÃ©, a bar, a restaurant, WiFi, room service, a laundry service, a dry cleaner's, a car park and bicycle hire. SITUATION: This hotel is in Hanoi the business area of Close to the government building, banks, embassies and the tourist area. 7 minutes away from the establishment clients have Hoan Kiem Lake it is 5 minutes away from the opera, 9 minutes away from the establishment, clients can find Hanoi the historic centre of Close to restaurants, bars, the nightlife and public transport services. it is 10 minutes away from Trang Tien Plaza the shopping centre 15 minutes away from the establishment guests have la Literatura the Temple of 20 minutes away from the establishment, you can find Ho Chi Minh City the Mausoleum of it is situated 30 kilometres away from Noibai Airport. ROOM: Each room has a bathroom with a bath, a shower, a hairdryer, a bathrobe, a double bed, WiFi, individual air-conditioning and a balcony or terrace. They also have a direct line telephone, a satellite television, a radio, a Hi-Fi, a safe, a mini-bar, a mini-bar, a coffee maker and a kettle. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant with buffet breakfast and set-menu or Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.10" OriginalAmount="235.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03112" Longitude="105.84997" StarRating="4" HotelCode="|84040" HotelName="Imperial  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 HANG HANH STREET, NEXT TO HOAN KIEM LAKE 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/4/0/84040_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, is rated 5 stars. It has a restaurant, a souvenir shop, room service, a spa centre, a massage service, a medical care service, an executive floor, a lift, a business centre, a cafÃ© and a bar. SITUATION: The hotel is in Hanoi the heart of it is located near the tourist attractions. ROOM: The establishment has 40 rooms, fully-equipped, large windows with views of the city, a bathroom, a jacuzzi, an air-conditioning system, a bathrobe, buffet breakfast and fruit.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.10" OriginalAmount="235.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.017916" Longitude="105.792491" StarRating="2" HotelCode="|522260" HotelName="A25 - 187 Trung Kính" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>193 Trung Kinh Yen Hoa Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/6/0/522260_214db300925.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="238.36" OriginalAmount="236" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437952-27930966/8401377501834249894/12265" HotelName="SOL- VINHOMES SKYLAKE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111830000/111825800/111825724/5e9726f9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.53" OriginalAmount="236.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.039524" Longitude="105.802337" StarRating="4" HotelCode="|418403" HotelName="Sen Grand and Spa Managed By Sen Group" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118/20 Nguyen Khanh Toan, Cau Giay, Hanoi, 118/20 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/4/0/3/418403_b8a52ff0628.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="239.37" OriginalAmount="237" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1447877-30815264/8401377501834249894/8144" HotelName="LA MEJOR HOTEL &amp;amp; SKY BAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="239.37" OriginalAmount="237" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|150401-25324672/8401377501834249894/11949" HotelName="SILVER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4190000/4180900/4180877/a2adaf26_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="239.37" OriginalAmount="237.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03302032" Longitude="105.85236311" StarRating="3" HotelCode="773688|rex_hanoi_hotel" HotelName="Rex Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42-44 Gia Ngu Street, Hang Bac Ward, Hoan Kiem Ward, Quan Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/56/5156b17aadcf0c241d27ee838f8df0cca890ebf6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.51" OriginalAmount="237.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032271" Longitude="105.852141" StarRating="3" HotelCode="|419216" HotelName="Hanoi La Selva Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Cau Go, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/2/1/6/419216_9690d130818.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.80" OriginalAmount="237.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01454" Longitude="105.850623" StarRating="3" HotelCode="|535765" HotelName="Camellia Residence Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 P. Trieu Viet Vuong , Hai Ba Trung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/7/6/5/535765_0b4d8122019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="240.38" OriginalAmount="238.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037882747965" Longitude="105.85231637552" StarRating="2" HotelCode="192544|hanoi_passion_suite_hotel" HotelName="Hanoi Passion Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>72 Tran Nhat Duat, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/9c/019c9182b79b9a800df6c0b9e983d67fd7aa6129.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.34" OriginalAmount="238.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.019499" Longitude="105.781806" StarRating="5" HotelCode="|566885" HotelName="Feria Home - Vinhomes Sky Lake Pham Hung" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pham Hung, Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/8/8/5/566885_5d379871149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="241.39" OriginalAmount="239" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|216843-18248968/8401377501834249894/7943" HotelName="LITTLE HANOI DIAMOND" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2150000/2149700/2149643/151927d1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.39" OriginalAmount="239.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.98383482" Longitude="105.77178113" StarRating="3" HotelCode="946946|wyndham_garden_hanoi" HotelName="Wyndham Garden Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HH01 To Huu Street, Van Phuc Ward, Ha Noi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/25/0725758858f0781104e02e5e7c8bf8b6603a6ade.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.85" OriginalAmount="239.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033677" Longitude="105.850936" StarRating="3" HotelCode="|446963" HotelName="The West and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Hang Dao, Hoan Kiem, Hanoi, Hanoi, Hanoi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/6/3/446963_efd3bcc0807.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.40" OriginalAmount="240" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|436199-25609984/8401377501834249894/11641" HotelName="LUXOR BOUTIQUE HOTEL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8660000/8657600/8657560/afdc68d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.47" OriginalAmount="240.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03041" Longitude="105.84975" StarRating="3" HotelCode="|189490" HotelName="Hanoi Brilliant  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 Hang Trong, Old Quarter</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/9/0/189490_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.39" OriginalAmount="240.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0181667" Longitude="105.8474202" StarRating="3" HotelCode="|419839" HotelName="Adonis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Quang Trung, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/3/9/419839_d087fe61500.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="243.41" OriginalAmount="241" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|189637-25374705/8401377501834249894/10222" HotelName="OLD CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4730000/4724500/4724492/4d234c3e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="243.41" OriginalAmount="241" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|345512-25535719/8401377501834249894/10543" HotelName="THE ANN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11030000/11030000/11029955/c09a0633_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.41" OriginalAmount="241.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033771" Longitude="105.847966" StarRating="3" HotelCode="68342|quoc_hoa_hotel" HotelName="Quoc Hoa Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Bat Dan Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/44/6f44adbeafd1bb679edcd69bc67b96a9b201a2bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Hanoi. Its setting is especially ideal for gues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.57" OriginalAmount="241.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21275" Longitude="105.80339" StarRating="1" HotelCode="|230050" HotelName="Vatc Sleeppod Terminal 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2nd and 3rd Floor, Terminal 1 Noi Bai International Airport</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/0/5/0/230050_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.79" OriginalAmount="241.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02514" Longitude="105.8568" StarRating="4" HotelCode="|84024" HotelName="Conifer Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LY DAO THANH STR., TRANG TIEN, HOAN KIEM 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/2/4/84024_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi (free of charge), rooms with flatscreen TV, tourist information, a laundry service, a dry cleaner's and an ironing service. SITUATION: This hotel is in Hanoi the city centre of 2 minutes away, guests can find the opera, is situated 5 minutes away from Hoan Kiem Lake. ROOM: All the rooms have wooden furniture, a bathroom with a shower, a hairdryer and a balcony with city views. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant and a cocktail bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.09" OriginalAmount="241.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0293992" Longitude="105.8488579" StarRating="3" HotelCode="|264772" HotelName="Hanoi Veris Boutique and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 Ngo Huyen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/7/7/2/264772_288947a1712.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.39" OriginalAmount="241.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.008067" Longitude="105.845888" StarRating="4" HotelCode="|171197" HotelName="Parkside Sunline" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72-74 Dai Co Viet Street, Hai Ba Tr Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/1/9/7/171197_f2d47fc1310.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.42" OriginalAmount="242" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|573011-25722890/8401377501834249894/9199" HotelName="BENDECIR HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21420000/21418800/21418760/5629eb3c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.42" OriginalAmount="242" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573194-25723018/8401377501834249894/10349" HotelName="HANOI NOSTALGIA HOTEL AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20310000/20306400/20306334/a185f98c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.42" OriginalAmount="242.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="967799|bonsella_cozy_hotel" HotelName="Bonsella Cozy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Hai Tuong Lane, Ta Hien Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/95/619509c98f15a1bda13406f66b08c6134115c9ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="245.29" OriginalAmount="242.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04003" Longitude="105.84541" StarRating="3" HotelCode="|198303" HotelName="A25 - 19 Phan Dinh Phung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Phan Dinh Phung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/3/0/3/198303_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="246.44" OriginalAmount="244" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573497-25723198/8401377501834249894/10859" HotelName="HOA DAO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23110000/23107000/23106975/81ed3b74_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="246.44" OriginalAmount="244" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|593169-25742450/8401377501834249894/11816" HotelName="SEN GRAND HOTEL AND SPA MANAGED BY SEN GROUP" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32490000/32481500/32481432/59f59be2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="246.44" OriginalAmount="244" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431917-27589750/8401377501834249894/12274" HotelName="THE WEST HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83510000/83508300/83508255/baa0125f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.45" OriginalAmount="245" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03398002896" Longitude="105.85237936054" StarRating="3" HotelCode="916023|73029" HotelName="Paradise Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62A Hang Bac Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/16/8116330dc37c05211c602970fa6bba426609e464.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Hanoi. Its setting is especially ideal for guests who...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="247.45" OriginalAmount="245" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|181569-25366877/8401377501834249894/10095" HotelName="ELEGANCE HAPPY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5130000/5128700/5128657/86346262_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="247.45" OriginalAmount="245" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215532-25418970/8401377501834249894/10660" HotelName="A25 PHAN DINH PHUNG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8690000/8680100/8680069/f88e59fd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03118475" Longitude="105.85039975" StarRating="2" HotelCode="915999|hanoi_old_centre_hotel" HotelName="Hanoi Old Centre Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Hang Hanh Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/f4/b5f4cde7943c9ff8235a84985ef17b2a863374f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.46" OriginalAmount="246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02438" Longitude="105.810514" StarRating="4" HotelCode="68041|baoson_international_hotel" HotelName="Bao Son" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Nguyen Chi Thanh Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/df/2cdf76516e2ad2549ec1471fce5e8c4e73e89ae1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the diplomatic area, near to government offices, and cultural and tourist at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.46" OriginalAmount="246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030477959338" Longitude="105.8496825186" StarRating="3" HotelCode="306556|hanoi_morgans_hotel_2" HotelName="Hanoi Brilliant Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Hang Trong, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d7/31d73ebdeb3bd9bb42a27789fc6bedc6084e3b68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.46" OriginalAmount="246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.008052574717" Longitude="105.8459214752" StarRating="3" HotelCode="316790|parkside_sunline_hotel" HotelName="Parkside Sunline Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>72-74 Dai Co Viet Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/47/ec4739c3dd3243f80e4c8826ddf62ced515af92b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.46" OriginalAmount="246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.08083826" Longitude="105.817462" StarRating="3" HotelCode="697362|hoa_dao_hotel_4" HotelName="Hoa Dao Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>713 Lac Long Quan, Phu Thuong, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/82/4f829e73224ad6bb13435bba0ea21e4aba0aeac4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="249.47" OriginalAmount="247" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|587894-25733237/8401377501834249894/9438" HotelName="REX HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29380000/29374300/29374293/37bda784_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|181602-25366901/8401377501834249894/10112" HotelName="PARADISE HANG BAC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3810000/3804000/3803952/48630cd8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.817564" Longitude="13.245315" StarRating="4" HotelCode="0|436250-25610010/8401377501834249894/12046" HotelName="CHAMPTON HANOI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>117 COMANDANTE VALODIA,, LUANDA, AO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16660000/16652200/16652182/54611203_b.jpg</HotelPictures>
        <HotelDescription>Located in the city center of Luanda, offers spacious and fully equipped studios. It features a rooftop bar with panoramic views over the city and the bay of Luanda, a modern unit that combines perfectly with comfort and quality, is the Commander Valódia Avenue, a major artery of the city of Luanda, a few meters of new shopping complex Kinaxixe and major embassies and official bodies. It offers elegantly decorated with modern furnishings and tiled floors studios include a private bathroom. The restaurant serves local and international dishes. The Cathedral of Luanda is 2.5 km, while the Quatro de Fevereiro International Airport is 7 km away.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.49" OriginalAmount="249.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02962377" Longitude="105.8457699" StarRating="4" HotelCode="525728|the_light_hotel" HotelName="The Light Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>128-130 Hang Bong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/55/ac5553fdfe4a50d90067b1ea0d20670077e85f01.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="252.50" OriginalAmount="250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04001937" Longitude="105.84546102" StarRating="2" HotelCode="408716|demantoid_hotel" HotelName="A25 Hotel 19 Phan Dinh Phung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Fitness Centre,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Pets allowed,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>19 Phan Dinh Phung Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/7f/5f7f49799494c1bc1ccbf947c4fa0ba0dbc6548a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Demantoid Hotel to discover the wonders of Hanoi. The hotel offers a wide range of amenities...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="253.51" OriginalAmount="251" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|519341-25677234/8401377501834249894/10146" HotelName="LAPIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17480000/17471600/17471570/31edab72_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="253.51" OriginalAmount="251" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649475-25826311/8401377501834249894/10226" HotelName="HANOI LE JARDIN HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35080000/35079000/35078910/220eec66_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="253.51" OriginalAmount="251" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431809-27591303/8401377501834249894/11233" HotelName="BERYL SIGNATURE HANOI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90130000/90120800/90120712/f5abcc41_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.51" OriginalAmount="251.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04314575" Longitude="105.84384281" StarRating="0" HotelCode="956584|hanoi_le_jardin_hotel_spa" HotelName="Hanoi Le Jardin Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46A Nguyen Truong To, Ba Dinh, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/a7/7aa786d8a07cefe6cdf8cfc291502f90fffa3e99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.31" OriginalAmount="251.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03214" Longitude="105.85042" StarRating="3" HotelCode="|196735" HotelName="Church Boutique Hang Gai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Hang Gai Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/7/3/5/196735_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="254.52" OriginalAmount="252" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|345722-18163229/8401377501834249894/7283" HotelName="SILK PATH BOUTIQUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12020000/12013900/12013844/c54c55b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.66" OriginalAmount="252.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036654" Longitude="105.814621" StarRating="3" HotelCode="|189727" HotelName="Sakura" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Lieu Giai Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/2/7/189727_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.00" OriginalAmount="252.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033818" Longitude="105.847718" StarRating="0" HotelCode="|455651" HotelName="Palago Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/6/5/1/455651_8774ca41743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.56" OriginalAmount="253.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0361" Longitude="105.849" StarRating="3" HotelCode="|189416" HotelName="Hanoi Garden and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3B Cha Ca</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/1/6/189416_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.96" OriginalAmount="253.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03547" Longitude="105.81854" StarRating="4" HotelCode="|189250" HotelName="Super Candle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>287 - 301 Doi Can Road, Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/5/0/189250_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="256.54" OriginalAmount="254" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574049-25723452/8401377501834249894/10071" HotelName="NEW VISION PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17480000/17470600/17470507/6bbe65d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="256.54" OriginalAmount="254" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431840-27590909/8401377501834249894/11820" HotelName="HANOI LION BOUTIQUE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89390000/89385500/89385410/b18b01e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.54" OriginalAmount="254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0334566" Longitude="105.8524068" StarRating="3" HotelCode="268115|ancient_town_hotel" HotelName="Hanoi Romance Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Dinh Liet Street, Trung Yen lane Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/1e/f21ebe2d9d36c17f07ccac02bfe4ec5a56175748.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 36 rooms. Wireless internet access is available to travellers in the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.70" OriginalAmount="254.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.016244" Longitude="105.778082" StarRating="3" HotelCode="|521702" HotelName="Blubiz 5" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 TT4, Do Dinh Thien st., My Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/7/0/2/521702_435a4921111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.55" OriginalAmount="255.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03435854" Longitude="105.85471445" StarRating="0" HotelCode="967514|aha_commencer_hotel_hanoi" HotelName="Commencer Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Hang Muoi, Ly Thai To, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/cb/2ccbbcdab5d40435e15037f8f8a67fe2a66c2886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="258.56" OriginalAmount="256" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215646-24648397/8401377501834249894/5698" HotelName="AIRA BOUTIQUE HANOI HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2700000/2691000/2690931/2c65ac33_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.70" OriginalAmount="256.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02928" Longitude="105.84806" StarRating="3" HotelCode="|189419" HotelName="Gem Premier  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Ngo Huyen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/1/9/189419_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.46" OriginalAmount="256.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035495" Longitude="105.852948" StarRating="4" HotelCode="|372962" HotelName="Hanoi Allure" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Dao Duy Tu, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/9/6/2/372962_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.57" OriginalAmount="257.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030278590629" Longitude="105.85079418289" StarRating="3" HotelCode="309517|diamond_hotel_3" HotelName="Bonsella Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>03 Bao Khanh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/bb/dfbb665f672315eefc93b1e5c7179a48ed78dc5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 26 rooms. Services and facilities at the hotel include a restaurant, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.57" OriginalAmount="257.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02532871" Longitude="105.84576649" StarRating="3" HotelCode="459149|lenid_hotel_tho_nhuom" HotelName="Lenid Hotel Tho Nhuom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Tho Nhuom, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/d1/2fd1e24dc7cefef4fdaa792c137234494611dc7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="260.58" OriginalAmount="258" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|268490-25492235/8401377501834249894/10619" HotelName="LA NUEVA BOUTIQUE HOTEL HANOI &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3800000/3798100/3798073/6fdbd799_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="260.58" OriginalAmount="258" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215431-25418886/8401377501834249894/11267" HotelName="CAMELLIA PHO HUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9625000/9624974/2ab63127_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.64" OriginalAmount="258.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0245" Longitude="105.81073" StarRating="4" HotelCode="|84094" HotelName="Bao Son International" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NGUYEN CHI THANH STREET, BA DINH DISTRICT 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/9/4/84094_aa662b61050.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, has 95 rooms and suites with features that offer you the maximum level of comfort, The establishment has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a lift, the casino, a cafÃ©, a bar, a restaurant, conference facilities, a laundry service and a car park. SITUATION: The hotel is near the business area, the cultural area and the tourist areas, is 10 minutes away from the Congress Centre, this establishment, is 45 minutes away from Noi Bai Airport. ROOM: Each room has a bathroom, a shower, a bath, a hairdryer, a double bed, a direct line telephone, satellite or cable TV and internet. They also have a safe, a mini-bar, a coffee maker, a kettle, an air-conditioning system and individual heating. FACILITIES: The hotel has a covered pool with a section for children, a gym, a sauna, a steam bath and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers buffet breakfast and lunch and an Ã  la carte dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="261.33" OriginalAmount="258.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044593" Longitude="105.814779" StarRating="3" HotelCode="|178302" HotelName="Cwd" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Thuy Khue, Ha Noi, Viet Nam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/0/2/178302_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="261.59" OriginalAmount="259" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.6157" Longitude="24.9481" StarRating="4" HotelCode="0|592796-25741988/8401377501834249894/10325" HotelName="SOLARE DE MONTE HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>KARAVOSTASI, FOLEGANDROS, GR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32440000/32439500/32439460/824be867_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Vardia Bay Studios in Folegandros (Karavostasis), you'll be convenient to Panagia Church and The Cliffs at Chora. This aparthotel is within the vicinity of Agkali Beach.   Rooms   Make yourself at home in one of the 21 air-conditioned rooms featuring kitchenettes. Rooms have private balconies or patios where you can take in sea views. Satellite television is provided for your entertainment. Conveniences include direct-dial phones, as well as safes and minibars.   Rec, Spa, Premium Amenities   Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance.   Dining   Take advantage of the aparthotel's 24-hour room service.   Business, Other Amenities   The front desk is staffed during limited hours.   Room Info:    Know Before You Go       This property's policy is to refuse certain bookings for the purpose of group events or parties, including pre-wedding stag/bachelor and hen/bachelorette parties.    One child 4 years old or younger stays free when occupying the parent or guardian's room, using existing bedding.       Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Checkin Time:  2:00 PM  Checkout Time:  12:00 PM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.18" OriginalAmount="259.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00307" Longitude="105.78388" StarRating="0" HotelCode="|239197" HotelName="Ncc Garden Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Thang Long Highway Tu Liem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/1/9/7/239197_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="262.60" OriginalAmount="260" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|217236-25420460/8401377501834249894/12263" HotelName="SAIGON SUN HOANG CAU" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31950000/31947200/31947197/a41099ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.60" OriginalAmount="260.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01943228" Longitude="105.85167732" StarRating="3" HotelCode="401578|camellia_1_hotel_2" HotelName="Hanoi Camellia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Pho Hue, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b2/87b21dcfaa3b2b1ac00468e444a96b46424cd228.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.60" OriginalAmount="260.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="829086|hong_gia_tue_apartment" HotelName="Hong Gia Tue Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>69 Nguyen Truong To</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/6b/776b8c91e03402f502f9d9399ce6b84584933881.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.08" OriginalAmount="260.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032815" Longitude="105.852981" StarRating="4" HotelCode="|446699" HotelName="San Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.02 Cau Go Alley, Hang Bac Ward., Hoan Kiem Dist., Hanoi Old Quarter</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/6/9/9/446699_ca1c5fd1050.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.41" OriginalAmount="260.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03157" Longitude="105.85057" StarRating="3" HotelCode="|189502" HotelName="Royal Holiday Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Hang Hanh Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/0/2/189502_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="773833|azumaya_kim_ma_2" HotelName="Azumaya Kim Ma 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18A Pham Huy Thong Street, Ba Dinh District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/56/dd569a9e2d8e6a0d2420812532193dc8fb9d451d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02838779" Longitude="105.84977681" StarRating="3" HotelCode="783266|hanoi_lheritage_diamond_hotel_spa" HotelName="Hanoi L'Heritage Diamond Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Nha Chung, Hang Trong, Hoan Kiem, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/23/4223e87aad1951d2a086a762a441b1925d5c84a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="264.62" OriginalAmount="262" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.7908152" Longitude="15.9136792" StarRating="3" HotelCode="0|181635-25366919/8401377501834249894/10678" HotelName="LA BELLE VIE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Wiener Neustädterstrasse 24, Puchberg am Schneeberg, 2734, Austria</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3990000/3981800/3981731/w5936h3970x7y0-ddf5b6c9_b.jpg</HotelPictures>
        <HotelDescription>&lt;div id='segment-lage' class='lage'&gt;&lt;h3&gt;Location&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Altitude:&lt;/strong&gt; 585m&lt;br&gt; &lt;strong&gt;GPS coordinates:&lt;/strong&gt; latitude: 47.790983/longitude: 15.913338&lt;br&gt; &lt;strong&gt;Highway:&lt;/strong&gt; A2/Wiener Neustadt/26km&lt;br&gt; &lt;strong&gt;Train station:&lt;/strong&gt; Puchberg/300m&amp;amp;nbsp;&lt;br&gt;&lt;br&gt;The Schneeberghof is located at the foot of the ruggedly romantic 2.075m high Schneeberg mountain, the highest peak in Lower Austria, about 80km from Vienna.&lt;br&gt; Puchberg am Schneeberg has been considered as a health resort since ancient times. The excellent air quality, the special, altitude-based stimulating climate and the bioclimate contribute to recovery and promote good health.&lt;br&gt; The region offers an extensive excursion and sports program. We recommend a trip on the Schneeberg railway or the traditional nostalgic steam train (on Sundays and public holidays in July and August) to the sunny plateau of the Schneeberg mountain. Already during the drive you will be impressed by the beautiful surroundings.&lt;br&gt; The health trail in Puchberg with 15 stations for stress reduction and fitness improvement is suitable for peace seekers. Puchberg offers for sports enthusiasts running, hiking and Nordic walking trails as well as mountain bike trails, a mountaineering school and a climbing garden by the waterfall.&lt;/p&gt;&lt;/div&gt;&lt;div id='segment-ausstattung' class='ausstattung'&gt;&lt;h3&gt;Facilities&lt;/h3&gt;&lt;p&gt;Enjoy modern comfort with the special touch of personal care and service. The popular hotel awaits you with a cozy hotel hall with bar and tennis cafe by the fireplace, 5 modern seminar rooms, lift and free parking/garage. In the à la carte restaurant with three cozy parlors and a garden terrace, you can enjoy culinary creations prepared with love. The matching noble wine comes from the well-stocked wine cellar. Free Wi-Fi int the lobby and in the rooms.&amp;amp;nbsp;&lt;br&gt;Payable on spot: dog EUR 10,- per night. Local tax: EUR 2,40 per person/night from 15 years.&lt;/p&gt;&lt;/div&gt;&lt;div id='segment-zimmer' class='zimmer'&gt;&lt;h3&gt;Rooms&lt;/h3&gt;&lt;p&gt;The 71 rooms welcome you in friendly and modern design and exude a pleasant cuddly atmosphere. All rooms are equipped with bath or shower/WC, hairdryer, bathrobe during your stay and slippers, telephone, satellite TV, minibar, safe, Wi-Fi and balcony.&lt;br&gt;DC (2-2): Double room Classic, ca. 20m².&lt;br&gt;DU (2-3): Double room Superior, ca. 28m².&lt;br&gt;ES (1-1): Single room, ca. 18m².&lt;/p&gt;&lt;/div&gt;&lt;div id='segment-verpflegung' class='verpflegung'&gt;&lt;h3&gt;Meals&lt;/h3&gt;&lt;p&gt;Half board: breakfast buffet with cereal corner and tea bar, afternoon snack with savory dishes and homemade cakes or strudels at the hotel bar, in the evening 4-course menu or buffet with themed appetizer and dessert buffet. Weekly theme nights.&lt;br&gt;On request and by appointment gluten- and lactose-free dishes.&lt;/p&gt;&lt;/div&gt;&lt;div id='segment-aktivitaten' class='aktivitaten'&gt;&lt;h3&gt;Activities&lt;/h3&gt;&lt;p&gt;Included: 3 outdoor tennis courts, table tennis.&lt;br&gt;Against payment: 2 indoor tennis courts, billiard, rental of bikes and mountain bikes.&lt;/p&gt;&lt;/div&gt;&lt;div id='segment-nebenkosten' class='nebenkosten'&gt;&lt;h3&gt;Additional Costs&lt;/h3&gt;&lt;p&gt;Obligatory supplement payable on spot: local tax (from 15 years) EUR 2,40 per person/night.&lt;/p&gt;&lt;/div&gt;&lt;div id='segment-wellness' class='wellness'&gt;&lt;h3&gt;Wellness&lt;/h3&gt;&lt;p&gt;Included: generous beauty &amp;amp;amp; wellness area with indoor pool, Finnish sauna and herbal sauna, steam bath, tepidarium, panoramic relaxation room with tea, fruit juices and fruit from 4pm, relaxation lounge and fitness room.&lt;br&gt;Against payment: massages and beauty treatments.&lt;/p&gt;&lt;/div&gt;&lt;div id='segment-plus' class='plus'&gt;&lt;h3&gt;Extras&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;stay 7, pay 5 nights&lt;/strong&gt; when you arrive 1.7.-25.7.&lt;/li&gt;&lt;li&gt;discounted ascents &amp;amp;amp; descents with the cog railway&lt;/li&gt;&lt;li&gt;free transfer from/to the train station Puchberg&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;br&gt;&amp;amp;nbsp;&lt;br&gt;&amp;amp;nbsp;The displayed hotel information is valid from 1.4. - 1.11.2020&lt;br&gt;&amp;amp;nbsp;&lt;br&gt;&amp;amp;nbsp;&lt;br&gt;&amp;amp;nbsp;&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;/div&gt;&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.62" OriginalAmount="262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03540986" Longitude="105.85293116" StarRating="3" HotelCode="615397|hanoi_allure_hotel" HotelName="Hanoi Allure Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>52 Dao Duy Tu street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/52/4452d6f44596f0ec2160d26cce0a04dfd8137a18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.63" OriginalAmount="263.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03652032" Longitude="105.81473331" StarRating="3" HotelCode="374456|sakura_hotel_3" HotelName="Sakura Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>16 Lieu Giai Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/a1/7aa15d0bd372458cbfad00c2440be98b621965ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="266.64" OriginalAmount="264" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|168014-18137963/8401377501834249894/6200" HotelName="IMPERIAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3950000/3949400/3949358/cf86e93d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="266.64" OriginalAmount="264" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.765900000000000" Longitude="-104.994600000000000" StarRating="3" HotelCode="0|281930-25501275/8401377501834249894/10626" HotelName="CWD HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3500 PARK AVE. WEST, DENVER, CO  80216-5126</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8810000/8802800/8802779/78238c6b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035955661091" Longitude="105.84917755822" StarRating="3" HotelCode="347011|viet_linh_hotel" HotelName="Hanoi Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3B Cha Ca, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/d3/1fd36bd1a657be3b9a3cd4b452433dda93029769.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="266.70" OriginalAmount="264.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034986" Longitude="105.853426" StarRating="1" HotelCode="|471317" HotelName="Mad Monkey Hanoi - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P. Ma May Hang Buom Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/3/1/7/471317_f89ea331944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.27" OriginalAmount="264.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.007239" Longitude="105.781562" StarRating="0" HotelCode="|469146" HotelName="Gloud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26-28 Mieu Dam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/1/4/6/469146_9ae91ec1210.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.52" OriginalAmount="265.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032321" Longitude="105.853869" StarRating="4" HotelCode="|446740" HotelName="Hanoi Fiesta Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Hang Be, Hoan Kiem, Hanoi, 000084</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/4/0/446740_a41b5431224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.61" OriginalAmount="265.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.023103" Longitude="105.854123" StarRating="4" HotelCode="|67292" HotelName="Hoa Binh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 LY THUONG KIET Str. 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/2/9/2/67292_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1926, has 103 rooms, air-conditioning, a hall, a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, a kiosk, a cafÃ©, a bar, a restaurant and drinks. The establishment has conference facilities and internet. At an additional cost, you can enjoy room service and a laundry service. You are also offered a car park. SITUATION: The hotel is in Hanoi the centre of it is located near Hoan Kiem Lake Clients can also find the government building, banks, the business area and the tourist attractions. ROOM: The rooms a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, a satellite or cable television, a safety deposit box, a mini-bar, a coffee maker, a kettle, an air-conditioning system and a balcony or terrace. FACILITIES: For a fee, you can enjoy a sauna, a spa and a massage service. MEALS: The establishment offers a continental buffet breakfast, Clients can book all inclusive. PAYMENT METHODS: The establishment accepts American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.66" OriginalAmount="266" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03276763" Longitude="105.85294627" StarRating="3" HotelCode="857142|377209" HotelName="O'Gallery Classy Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Cho Cau Go, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f7/0cf7d0b04299e75273b0d1ea49c6456568c63286.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="268.66" OriginalAmount="266" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|116308-25286162/8401377501834249894/9114" HotelName="THIEN THAI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1860000/1858600/1858566/ea3caa56_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.66" OriginalAmount="266.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02767898" Longitude="105.84448006" StarRating="3" HotelCode="955228|acoustic_hotel_spa" HotelName="Acoustic Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>39 Tho Nhuom Hoan Kiem, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/9c/b59c49edf242dec721309154e899d27f2654ad57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.67" OriginalAmount="267.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03650917" Longitude="105.81045363" StarRating="3" HotelCode="757203|azumaya_hotel_linh_lang" HotelName="Azumaya Hotel Linh Lang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>26 Linh Lang Street, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/ba/9bba39dd4cd065769e7f37a133ae1f334ebca089.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="270.59" OriginalAmount="267.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028389617299" Longitude="105.85737579884" StarRating="3" HotelCode="72563|81130" HotelName="Thang Long Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1c Tong Dan Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/1f/751fd6db37dc5c2fada9d673865be7c28fea49c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="270.68" OriginalAmount="268" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|189461-25374499/8401377501834249894/9522" HotelName="BAOSON INTERNATIONAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5130000/5121800/5121751/14c73fba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="270.68" OriginalAmount="268" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|217059-25420298/8401377501834249894/9702" HotelName="NAM HAI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/13000000/12996300/12996300/106a371f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.68" OriginalAmount="268.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03649475" Longitude="105.85173233" StarRating="3" HotelCode="853671|bonsella_prestige_hotel_and_spa" HotelName="Bonsella Prestige Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Nguyen Sieu, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/86/3786c2e438dcfe96c53cf150f7df6c1313a4f673.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Whether you're a tourist or traveling on business, Bonsella Prestige Hotel &amp; Spa is a great choice f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.00" OriginalAmount="268.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035924" Longitude="105.8492" StarRating="3" HotelCode="|418774" HotelName="Hanoi Garden Boutique Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3B-5 Cha Ca, Old Quarter, Hoan Kiem District, 3B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/7/4/418774_c8d320d0316.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.05" OriginalAmount="268.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030821" Longitude="105.84814" StarRating="3" HotelCode="|267697" HotelName="Du Palace and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/6/9/7/267697_19b9e951713.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.22" OriginalAmount="268.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029089" Longitude="105.848562" StarRating="3" HotelCode="|419742" HotelName="S Central and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 18 Tho Xuong lane, Hoan Kiem dist., 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/7/4/2/419742_083bc190556.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.35" OriginalAmount="268.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.038819" Longitude="105.807234" StarRating="4" HotelCode="|552533" HotelName="FTE Ba Dinh " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>268 Duong Buoi, Ba Dinh,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/3/3/552533_49629c41433.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.71" OriginalAmount="271.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042062" Longitude="105.845758" StarRating="3" HotelCode="33039|thien_thai_hotel" HotelName="Babylon Grand Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45-47 Nguyen Truong To Street, Ba Ðinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/69/276978073f5ae4a1a0785ac97abfc48fdc5fec30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="274.72" OriginalAmount="272" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|592784-25741968/8401377501834249894/9405" HotelName="ACOUSTIC HOTEL AND SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33180000/33171300/33171257/9302b2d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.73" OriginalAmount="273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.212919771464" Longitude="105.8026518907" StarRating="1" HotelCode="393191|vatc_sleep_pod_terminal_2" HotelName="VATC SleepPod Terminal 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Elevator,Internet,Luggage Storage,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd floor, Terminal 2, Noi Bai Internatinal Airport, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f8/f3f859d6d9a1355fce668ed9b142710674faa3d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at VATC SleepPod Terminal 2 in Hanoi (Phu Cuong), you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.73" OriginalAmount="273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03083093" Longitude="105.84817936" StarRating="3" HotelCode="727912|king_palace_hotel_spa" HotelName="King Palace Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>45 Hang Bong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/c1/8cc1554859921c7bab8f242f762e32e1370cb763.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="276.16" OriginalAmount="273.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.007384" Longitude="105.781354" StarRating="2" HotelCode="|471692" HotelName="A25 - 16 Mieu Dam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Mieu Dam, Me Tri, Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/6/9/2/471692_5c535e61212.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="277.75" OriginalAmount="275" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|601367-25756233/8401377501834249894/12193" HotelName="SAN GRAND HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32690000/32682100/32682023/46974bea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.75" OriginalAmount="275.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.021524" Longitude="105.843441" StarRating="3" HotelCode="101679|a25_hotel_15_tran_quoc_toan" HotelName="Rosaliza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Tran Quoc Toan Str., Hoan Kiem District, 10000 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c4/f8/c4f8346cd99080e7bcaa9666a450eed3ff23241e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only ten minutes’ walk from the city centre, the hotel offers a great time with the best of services...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="278.19" OriginalAmount="275.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03214" Longitude="105.84579" StarRating="4" HotelCode="|232857" HotelName=" Bespoke Trendy Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Nguyen Quang Bich, Hoan Kiem Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/8/5/7/232857_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.76" OriginalAmount="276.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04035338" Longitude="105.84202423" StarRating="4" HotelCode="385484|army_hotel" HotelName="Army Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1A Nguyen Tri Phuong Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/86/4b863b888ce949b45bc925f248a31c36eae06959.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.76" OriginalAmount="276.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00297463" Longitude="105.78374546" StarRating="3" HotelCode="595812|ncc_garden_villas" HotelName="National Convention Center Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Thang long, Me Trì, Hanoi, Tu Liêm</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/55/6b5578c3cb882cc2364a285739c41bd035e65693.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="279.77" OriginalAmount="277" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|150388-25324668/8401377501834249894/10664" HotelName="HANOI BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4140000/4134000/4133988/bff2e7eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="280.50" OriginalAmount="277.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03538" Longitude="105.847131" StarRating="4" HotelCode="|84028" HotelName="L'heritage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39-41 HANG GA ST, HOAN KIEM DIST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/2/8/84028_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a sauna and a gym. The establishment offers tourist information, excursions, a car hire service and bicycle hire. The establishment also has a business centre and a concierge. The establishment has a transfer service to, the airport, (for a fee), With regards to the food and beverage offering, the establishment has a restaurant. SITUATION: This hotel is in Hanoi the historic centre of a 5-minute walk away from Hoan Kiem Lake, Walking Street it is 10 minutes drive away from Hanoi the Opera of, 45 minutes away from the establishment guests have Noi Bai Airport. ROOM: Each room has an air-conditioning system, WiFi (free of charge), parquet flooring, a mini-bar and a flat-screen television. Some rooms have a balcony, All the rooms have a bathroom with a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="281.79" OriginalAmount="279" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215539-18312694/8401377501834249894/7734" HotelName="DIAMOND" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9098700/9098601/39e605d2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.80" OriginalAmount="280.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03234881" Longitude="105.85383461" StarRating="0" HotelCode="965461|delicacy_central_hotel_spa" HotelName="Delicacy Central Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 Hang Be, Hoan Kiem, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/41/15413bbe98aa4fc94004afcdf2e3beb8d7f1a933.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.32" OriginalAmount="280.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031405" Longitude="105.8549576" StarRating="4" HotelCode="|266576" HotelName="Silk Queen Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Lo Su Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/5/7/6/266576_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.81" OriginalAmount="281.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04886709" Longitude="105.78405077" StarRating="2" HotelCode="640255|grace_hotel_ha_noi" HotelName="Grace Hotel Ha Noi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Ngo 39 Dinh Thon, My Dinh, Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/0b/410b4d9ced83512864469f5ab84c573dc82c4c83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.83" OriginalAmount="283.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036296479832" Longitude="105.85043370724" StarRating="4" HotelCode="166800|hanoi_boutique_hotel_1" HotelName="Hanoi Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 19/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>07 Ngo Gach Street, Hang Buom Ward, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/c6/f1c65d970b61b6666c96beb6d2cfe48a67b6c6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a unique location on 07 Ngo Gach Street, a shopping street in the heart of Hanoi’s ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.84" OriginalAmount="284.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032074354266" Longitude="105.84580555558" StarRating="3" HotelCode="185706|rising_dragon_palace_hotel" HotelName="Hanoi La Siesta Trendy Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Nguyen Quang Bich Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/83/0083b7f2b697422d6402668e793609515cd1d58d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a historic and charming street of Old Quarter Hanoi, the hotel is a convenient place wher...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="287.85" OriginalAmount="285" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649497-25826347/8401377501834249894/9266" HotelName="AURORA PREMIUM - A LIFESTYLE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37630000/37623500/37623423/ec66722f_edited_c047_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="287.85" OriginalAmount="285" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="30.647853" Longitude="104.088848" StarRating="3" HotelCode="0|426146-25601741/8401377501834249894/10368" HotelName="DREAM HOTELS &amp;amp; RESIDENCES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>231 ZHIQUANDUAN, EAST AVENUE,,JINJIANG DISTRICT, CHENGDU, 610061, CN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16090000/16089400/16089317/cdc1dc93_b.jpg</HotelPictures>
        <HotelDescription>Floors: 29, Rooms: 336 Perched on Chengdu Financial Centre, Holiday Inn Chengdu Oriental Plaza conveniently located at Zhiquanduan, East Avenue. The hotel is 5 minutes’ drive to Yan Shi Kou Commercial Centre and Chun Xi Lu Shopping Street, 30 minutes’ drive to Shuangliu International Airport, 15 minutes’ drive to Northern and Eastern Chengdu Train Station. Commute easily to city’s famous scenic spots, such as temple of Marquis Wu, Wide and Narrow Alley and Du Fu Thatched Cottage with the nearby Metro No.2, which takes only 30 seconds from hotel’s Porte Cohere or readily available taxis in the district. The main bar street of Lai Kwai Fong and Jiu Yan Qiao Street are 5 minutes walk from the hotel. All guestrooms feature 42‘’ flat-screen TV, Wireless and Wired Broadband Access, voice mail system, TV with satellite channels, Mini-bar, IPOD Alarm Clock, and equipped with double-glazing windows and various selections of pillows that assure you a sound sleep even in the dynamic city centre. Business Centre support all your secretarial needs with print, fax, copy, email and IT services. With one Ginkgo Ballroom and three meeting rooms, banquets team can customize our facilities to suit your event’s needs. Revive yourself at our fresh and dynamic fitness center, where offers STAR TRAC gym equipments, an indoor swimming pool, sauna and four chess and Mahjong rooms. Indulge your appetite in creative culinary team’s finest creations at Tianfu Chinese Restaurant or in our all-day dining Restaurant Café C. Chengdu Shuangliu International Airport, (CTU), 19.50, SW, Km Contact Phones: : 86 28 61306688, FAX: 86 28 61303366&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="287.85" OriginalAmount="285" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431859-27593169/8401377501834249894/11507" HotelName="LA RENTA CENTER HOTEL &amp;amp; SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92710000/92707700/92707616/14f7a3ca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.85" OriginalAmount="285.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.041233198292" Longitude="105.84442287683" StarRating="3" HotelCode="185777|santa_babara_hotel" HotelName="Santa Barbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Quan Thanh, Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/4d/7d4dc613a26169b90d8130b00265372540123460.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within Hanoi’s trade, tourism and entertainment centres. It is located close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="288.86" OriginalAmount="286" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|626577-20855000/8401377501834249894/7946" HotelName="GRAND VISTA HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39550000/39549500/39549423/903aeb3b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="288.86" OriginalAmount="286" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|168013-25339801/8401377501834249894/10698" HotelName="EMOTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4170000/4167700/4167651/e945d6d4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.50" OriginalAmount="288.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0319134" Longitude="105.7822636" StarRating="4" HotelCode="|197823" HotelName="My Way and Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 2, Lane 86, Duy Tan Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/8/2/3/197823_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.83" OriginalAmount="288.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0336846" Longitude="105.8110323" StarRating="3" HotelCode="|266328" HotelName="Momizi Business" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 1, alley 24, Nguyen Van Ngoc Street, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/3/2/8/266328_8a7ae351750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="291.89" OriginalAmount="289" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573737-25723302/8401377501834249894/10693" HotelName="KING PALACE HOTEL AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23400000/23400000/23399912/a8bbe072_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="291.89" OriginalAmount="289" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431866-27600479/8401377501834249894/11996" HotelName="LUXE PARADISE PREMIUM HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103440000/103431200/103431140/de09bc5f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="291.89" OriginalAmount="289" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431879-27595641/8401377501834249894/12152" HotelName="NESTA HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96710000/96706000/96705995/b1b42e65_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.89" OriginalAmount="289.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031742141695" Longitude="105.78191740053" StarRating="4" HotelCode="346810|my_way_hotel__residence" HotelName="My Way Hotel &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>So 2 Pho Duy Tan, Ngo 86, Quan Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/5e/f95e6b80ce86d0b9bdca450934a6699fe04bd298.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.81" OriginalAmount="291.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024099" Longitude="105.826443" StarRating="4" HotelCode="|470240" HotelName="Nesta - The Grand Hao Nam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/2/4/0/470240_8b0e69b1119.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.93" OriginalAmount="293.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03503278" Longitude="105.81459015" StarRating="4" HotelCode="613313|grandiose_hotel_spa" HotelName="Grandiose Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>11 Lieu Giai, Ba Dinh, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/da/19daa0abecbfde369a2e3308fd0ccd667fb5cba1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="296.77" OriginalAmount="293.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031469503323" Longitude="105.8539480748" StarRating="3" HotelCode="268110|233734" HotelName="Hanoi Meracus Hotel 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Hang Dzau street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/03/dd03809212fef0e1931e85004d3c4a7d4e7ecfbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="296.94" OriginalAmount="294" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|898824-32736135/8401377501834249894/11783" HotelName="HANOI FAMILY HOMESTAY 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106820000/106811000/106810964/6d18a5c6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.08" OriginalAmount="294.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03025" Longitude="105.84825" StarRating="3" HotelCode="|196870" HotelName="Golden Legend Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Chan Cam Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/7/0/196870_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.11" OriginalAmount="294.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.019801" Longitude="105.85617" StarRating="4" HotelCode="|266229" HotelName="The Lapis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Tran Hung Dao St, Hoan Kiem Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/2/2/9/266229_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.12" OriginalAmount="294.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03334" Longitude="105.84973" StarRating="3" HotelCode="|66228" HotelName="Hong Ngoc Tonkin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Luong Van Can Street, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/2/2/8/66228_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, is ideal for holidays or business trips, was renovated in 2008 and has 40 rooms. SITUATION: The hotel is in the cultural area, is situated 40 kilometres away from Noi Bai Airport. ROOM: The stylish rooms and have luxurious bathrooms. MEALS: Regarding the food and beverage offering, the establishment offers restaurants. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.95" OriginalAmount="295.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0375833" Longitude="105.8473811" StarRating="3" HotelCode="916016|hanoi_moment_hotel_ii" HotelName="Hanoi Moment Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Hang Cot Street, Old Quarter, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/07/0107fd6cb1b6aba63357f9dc6385e08028d03c15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.98" OriginalAmount="295.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032198" Longitude="105.85374" StarRating="4" HotelCode="|418425" HotelName="Aurora Premium - A Lifestyle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 Hang Be, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/4/2/5/418425_3ee59e70634.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="298.47" OriginalAmount="295.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03486" Longitude="105.81449" StarRating="4" HotelCode="|240142" HotelName="Grandiose and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Lieu Giai, Ba Dinh, Ba Dinh, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/1/4/2/240142_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="298.53" OriginalAmount="295.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031992" Longitude="105.850081" StarRating="4" HotelCode="|418334" HotelName="Silk Collection Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Gai Street, Hoan Kiem District, 58</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/3/3/4/418334_754c1bf0345.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="298.66" OriginalAmount="295.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.025660789413" Longitude="105.85248568834" StarRating="3" HotelCode="422403|470841" HotelName="Silk Path Boutique Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Bicycle Rental,Business Centre,Currency Exchange,Designated Smoking Area,Dining,Fax,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>21 Hang Khay Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/470841/470841a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Excellent travel links make the Silk Path Boutique Hanoi ideal whatever your Hanoi plans. Located by...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="298.87" OriginalAmount="295.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.023731" Longitude="105.826121" StarRating="4" HotelCode="|468993" HotelName="Nesta Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 83, Hao Nam Street, Dong Da District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/9/9/3/468993_ebbd8571819.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="299.06" OriginalAmount="296.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0196782" Longitude="105.778426" StarRating="2" HotelCode="|235709" HotelName="Grace Ha Noi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32-34, Ngo 39 Dinh Thon My Dinh, Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/7/0/9/235709_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="299.91" OriginalAmount="296.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03165" Longitude="105.84963" StarRating="3" HotelCode="|196733" HotelName="Church Boutique Hotel 58 Hang Gai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Gai Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/7/3/3/196733_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299.97" OriginalAmount="297.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01954" Longitude="105.85633" StarRating="3" HotelCode="401997|de_syloia_hanoi_hotel" HotelName="De Syloia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>17 Tr?n Hung Ð?o, Phan Chu Trinh, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/44/1c44aed15fa313c49f28fcebfcfba820557543ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.81" OriginalAmount="297.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0231209" Longitude="105.8482536" StarRating="4" HotelCode="|266223" HotelName="Hanoi Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Tho Nhuom, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/2/2/3/266223_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="300.98" OriginalAmount="298" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.0620579" Longitude="-16.7287378" StarRating="4" HotelCode="0|54555-25232001/8401377501834249894/9288" HotelName="HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3 SANTIAGO PUIG, PLAYA DE LAS AMERICAS, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/55000/54930/b06fd9a2_b.jpg</HotelPictures>
        <HotelDescription>This complex is located just 300 metres away from the beach, on the charming island of Tenerife. The complex is located within easy access of a host of attractions, entertainment venues, shopping opportunities and dining options. Links to the public transport network are to be found just 100 metres away. This wonderful complex welcomes guests with warm hospitality and excellent service. The guest apartments are elegantly appointed, featuring classical beauty and charm. The apartments offer a relaxing home away from home, and are well equipped with modern amenities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.99" OriginalAmount="299" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030732035421" Longitude="105.85390530919" StarRating="3" HotelCode="167049|31642" HotelName="Amorita Boutique Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Hang Dau Street, Hang Bac Ward, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/a9/d4a9e961929b0c43959ab4f949208e5749f47531.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new and modern hotel is located right in the central Hanoi Old Quarter. It only takes guests 2 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.99" OriginalAmount="299.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03220436" Longitude="105.8546803" StarRating="3" HotelCode="620235|sunline_paon_hotel" HotelName="Sunline Paon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Hang Thung, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/88/3988b90e6a726d48eb7f7e3458a54f6c150638c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="302.20" OriginalAmount="299.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029227" Longitude="105.845333" StarRating="0" HotelCode="|447426" HotelName="Hanoi Calista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161 Hang Bong, Hoan Kiem, Hanoi, Hanoi, Hanoi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/4/2/6/447426_ce3ba581042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="303.00" OriginalAmount="300" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|572861-25722810/8401377501834249894/9639" HotelName="GRANDIOSE HOTEL AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21150000/21140300/21140290/b8e3a2e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="303.00" OriginalAmount="300" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573983-25723422/8401377501834249894/11614" HotelName="MOMIZI BUSINESS HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19780000/19778500/19778442/3638fd44_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="303.41" OriginalAmount="300.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03021" Longitude="105.81217" StarRating="0" HotelCode="|189263" HotelName="Daeha Hanoi Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>360 Kim Ma, Ba Dinh District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/6/3/189263_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="304.92" OriginalAmount="301.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03608" Longitude="105.85055" StarRating="3" HotelCode="|84084" HotelName="Hanoi Boutique and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>07 NGO GACH STREET, HOAN KIEM DISTRICT 01</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/8/4/84084_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has 56 rooms, 10 floors, a lobby, express check-out, air-conditioning, a safety deposit box service, a currency exchange service, a cloakroom and a lift. Guests can also find a hairdresser's, conference facilities, internet, room service and a laundry service. The establishment offers guests a cafÃ©, a bar, a restaurant, a car park and bicycle rental. SITUATION: This hotel Ngo Gach Street it is in is situated in Hanoi the historic centre of 5 minutes away, you can find Hoan Kiem Lake Dong Xuan the market the cathedral. It has excellent transport links to the bus station, Close to restaurants and the shopping streets. it is 30 kilometres away from Noibai Airport. ROOM: The rooms have a coffee maker, a kettle, a mini-bar, a satellite TV, a DVD player, a direct line telephone, individual air-conditioning, a safe, WiFi, room service and press (available on request), They also have a bathroom with a shower, a bath, a hairdryer, a king size or double bed, a fridge, an ironing set and a balcony or terrace. FACILITIES: Guests are offered a sauna, a massage service and spa treatments. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and Ã  la carte, menu and buffet lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard, Visa and cash.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="305.02" OriginalAmount="302" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|135244-18124769/8401377501834249894/6302" HotelName="SOMERSET HOA BINH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1930000/1922700/1922681/ce46e447_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="305.02" OriginalAmount="302" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.07344" Longitude="18.1993" StarRating="3" HotelCode="0|574232-25723542/8401377501834249894/10427" HotelName="QUEEN LIGHT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Kozepmakar dulo 4. ,Pecs,  7635</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17430000/17425400/17425394/63b73ab1_b.jpg</HotelPictures>
        <HotelDescription>Located in Makar, Hotel Makar Sport &amp;amp; Wellness is a perfect starting point from which to explore Pecs. Featuring a complete list of amenities, guests will find their stay at the property a comfortable one. Take advantage of the hotel`s 24-hour room service, free Wi-Fi in all rooms, daily housekeeping, 24-hour front desk, facilities for disabled guests. Guestrooms are designed to provide an optimal level of comfort with welcoming decor and some offering convenient amenities like television LCD/plasma screen, internet access – wireless, internet access – wireless (complimentary), non smoking rooms, air conditioning. Enjoy the hotel`s recreational facilities, including hot tub, fitness center, sauna, indoor pool, massage, before retiring to your room for a well-deserved rest. A welcoming atmosphere and excellent service are what you can expect during your stay at Hotel Makar Sport &amp;amp; Wellness. &lt;br /&gt;American Express, Visa, Euro/Mastercard, Diners Club, JCB, Maestro &lt;br/&gt; Due to the tax regulation, all guests are committed to the city tax surcharge which is not included in the property reservation cost and will be collected by the property upon check-in. &lt;br/&gt; The property`s NTAK registration number is SZ19000888 – Hotel&lt;br /&gt;Guests over 6 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="305.02" OriginalAmount="302" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|579368-25726068/8401377501834249894/10471" HotelName="GOLDEN LEGEND DIAMOND HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/10000000/9999500/9999472/a09f9489_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.48" OriginalAmount="302.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031552" Longitude="105.850539" StarRating="3" HotelCode="|419877" HotelName="Royal Holiday Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Hang Hanh, Old Quarter, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/7/7/419877_b77c55b1655.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="306.03" OriginalAmount="303" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431807-27578028/8401377501834249894/11292" HotelName="AURORA CENTRAL HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2570000/2564600/2564522/101aeeb1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.05" OriginalAmount="303.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.023969" Longitude="105.841637" StarRating="4" HotelCode="|447357" HotelName="Tru by Hilton Hanoi Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115 Tran Hung Dao Street, Hoan Kiem Dist, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/3/5/7/447357_dae6a701006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.07" OriginalAmount="303.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0462298" Longitude="105.8054262" StarRating="4" HotelCode="|40512" HotelName="Somerset Hoa Binh Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOANG QUOC VIET STREET, CAU GIAY DISTRICT 106</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/1/2/40512_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="307.04" OriginalAmount="304.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03724438" Longitude="105.85139518" StarRating="3" HotelCode="148619|hanoi_paradise_hotel_2" HotelName="Hanoi Paradise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/01/e401ea1aabeacc62fee7e194bfd51bd0e35667c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="308.05" OriginalAmount="305" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437951-27930965/8401377501834249894/12115" HotelName="MAY DE VILLE CORNER HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109580000/109575700/109575664/63732ddf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.91" OriginalAmount="305.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0321851" Longitude="105.8547879" StarRating="4" HotelCode="|266939" HotelName="Hanoi Paon and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Hang Thung Str, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/3/9/266939_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="309.06" OriginalAmount="306" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.174000000000000" Longitude="-106.589000000000000" StarRating="5" HotelCode="0|270221-25496538/8401377501834249894/10962" HotelName="HANOI DAEHA SERVICED APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>5151 Journal Center Boulevard, Albuquerque, NM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8330000/8321900/8321804/2039fc9d_b.jpg</HotelPictures>
        <HotelDescription>The Courtyard Albuquerque delivers a comfortable, relaxing hotel experience in the heart of the city's Journal Center Business Park. Our design and décor reflects fresh and clean contemporary furnishes in color tones that reflect the Albuquerque landscape.
 Our comfortable rooms offer everything busy travelers need during their New Mexico stay. Spacious accommodations offer private open-air balconies, free Wi-Fi access, flat-screen TVs, and pillow top mattresses. Relax and unwind at our beautifully landscaped
 courtyard or at our indoor pool. Enjoy a bite at the Bistro restaurant. If you're planning an event in North Albuquerque, you can take advantage of our 4,000 square feet of venue space; we also host outdoor events in our courtyard, or in the covered patio.
 If you're looking to explore, the area surrounding our hotel offers numerous golf courses, various wildlife parks, and museums like the New Mexico Museum of Natural History, Albuquerque Aquarium, and Rio Grande Zoo.
&lt;br /&gt;Check In: 16:00 PM&lt;br /&gt;Check Out: 11:00&lt;br /&gt;Maximum child age: 13&lt;br /&gt;Pets Allowed USD 50 non-refundable cleaning fee Per Stay; maximum of 2 pets allowed; maximum weight per pet is 20 pounds
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.93" OriginalAmount="306.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01586" Longitude="105.85787" StarRating="4" HotelCode="|189764" HotelName="The Ann Hanoi and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38A Hang Chuoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/6/4/189764_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.07" OriginalAmount="307.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02316524" Longitude="105.84820587" StarRating="3" HotelCode="554106|hotel_kuretakeso_tho_nhuom_84" HotelName="Kuretakeso Tho Nhuom 84" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>84 Tho Nhuom, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/b1/8eb16a0ad87448368a56afa6dc2b0c9de0dc3ea3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service, a safe, a restaurant, a café, a bar and room service. Wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.07" OriginalAmount="307.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03050341" Longitude="105.81206832" StarRating="3" HotelCode="452172|daeha_hanoi_serviced_apartments" HotelName="Daeha Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>360 Kim Ma Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/2b/842b8af0257a062cd8be06bdd0fa43ebdddc98e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="311.08" OriginalAmount="308" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1264950-26611383/8401377501834249894/11255" HotelName="LA SINFONIA MAJESTY HOTEL AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/55000000/54520000/54520000/54519972/22311b4f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.82" OriginalAmount="308.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030576" Longitude="105.849655" StarRating="4" HotelCode="|446723" HotelName="L’hÔtel Du Lac Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/2/3/446723_86d6b930934.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="314.11" OriginalAmount="311" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|281945-25501285/8401377501834249894/10876" HotelName="HANOI GOLDEN MOON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2700000/2692600/2692582/5cb957c5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.60" OriginalAmount="311.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04102" Longitude="105.84477" StarRating="3" HotelCode="|84004" HotelName="A25 - 23 Quan Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 QUAN THANH STR., BA DINH DIST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/0/4/84004_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms with WiFi, (free of charge), a spa, a restaurant and a welcome service. SITUATION: This hotel is in Hanoi the historic centre of 10 minutes away from the establishment, guests will find Dong Xuan the Market of Ho Chi Ming the Mausoleum of it is 1 kilometre away from Ba Dinh the Square of it is 15 minutes away from Tay Lake 40 minutes away, guests can find Noi Bai Airport. ROOM: Each room has fitted carpets, cable television, a mini-bar, a safe, a coffee maker, a kettle and mineral water (free of charge). FACILITIES: Guests are offered a spa, a massage service, a sauna, a steam bath, a restaurant, tourist information, a currency exchange, a launderette and car hire. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="315.12" OriginalAmount="312" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|309341-32732136/8401377501834249894/10940" HotelName="ASEAN RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103710000/103704600/103704538/46d69298_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.12" OriginalAmount="312.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03013" Longitude="105.84994" StarRating="3" HotelCode="931934|golden_lotus_luxury_hotel" HotelName="Golden Lotus Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53-55 Hang Trong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/68/1d6892fea611906ebb89f686a61f1c03059e80a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="316.13" OriginalAmount="313" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|413666-25592280/8401377501834249894/9479" HotelName="O'GALLERY PREMIER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15870000/15868400/15868395/4107fe4d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.13" OriginalAmount="313.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03704281" Longitude="105.85086957" StarRating="2" HotelCode="628843|babylon_garden_hostel" HotelName="Babylon Garden Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>53 Hang Chieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/47/60472ddeae1ec116bfd195f6b92237f83fe0e31d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.39" OriginalAmount="314.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024357" Longitude="105.78959" StarRating="5" HotelCode="|446868" HotelName="Grand K Suites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 2 Pham Van Bach Street, Yen Hoa Ward, Cau Giay District, Ha Noi, Viet Nam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/8/6/8/446868_37b22850747.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="318.15" OriginalAmount="315" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|216994-18174988/8401377501834249894/8165" HotelName="HANOI MEDIA HOTEL AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7840000/7831400/7831347/5199686a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="318.15" OriginalAmount="315" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|293627-18163186/8401377501834249894/8359" HotelName="CHURCH BOUTIQUE 58 HANG GAI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/10000000/9150000/9145100/9145013/009a8689_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="318.34" OriginalAmount="315.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031315" Longitude="105.814594" StarRating="0" HotelCode="|566980" HotelName="Lynn Housing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Lieu Giai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/9/8/0/566980_308f0401256.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.16" OriginalAmount="316.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02958901" Longitude="105.84569006" StarRating="3" HotelCode="549770|ogallery_premier_hotel_spa" HotelName="O'Gallery Premier Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Hang Bong Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/f8/4cf86baff885da222348fe52ff156ec2126223ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="321.18" OriginalAmount="318" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431846-27602495/8401377501834249894/11320" HotelName="HMH - VINHOMES SKYLAKE - DREAM APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106750000/106742100/106742036/5813f260_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.18" OriginalAmount="318.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033471625874" Longitude="105.85442424785" StarRating="3" HotelCode="167053|hanoi_golden_moon_hotel" HotelName="Golden Moon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Nguyen Huu Huan, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/dd/14dda8a7855109a36eb70d975ba7ad71d4de8166.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.18" OriginalAmount="318.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.052201485223" Longitude="105.83703300563" StarRating="4" HotelCode="916027|the_hanoi_club_hotel__lake_palais_residences" HotelName="The Hanoi Club Hotel &amp; Lake Palais Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Yen Phu Strreet, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/75/c0758f9071d15ff52dfdc44eee5927a60224ad40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.18" OriginalAmount="318.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03422696517" Longitude="105.85340662698" StarRating="4" HotelCode="935740|hanoi_la_siesta_hotel__spa" HotelName="Hanoi La Siesta Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>94 Ma May Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/45/b5452255e13f839e3acfa8e911ca3b65d131f16d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="322.19" OriginalAmount="319" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042035" Longitude="105.847102" StarRating="3" HotelCode="119057|437844" HotelName="Moon View 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Hang Than str, Hoan Kiem district, 0084 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/1d/9d1dcad28820692a76976a243a06934b74af6096.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is situated in the heart of Downtown Hanoi and close to one of the biggest shopping m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="322.19" OriginalAmount="319" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.375443" Longitude="-81.508964" StarRating="4" HotelCode="0|189925-25375023/8401377501834249894/10411" HotelName="THE HANOI CLUB HOTEL &amp;amp; LAKE PALAIS RESIDENCES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1805 Hotel Plaza Boulevard, Lake Buena Vista, 32830, FL, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4630000/4626900/4626837/5a68354f_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 323. Suites: 1. Single-bedded accommodations: 83. Double bedrooms: 227. Smoking rooms: 0. Nonsmoking rooms: 323. Physically challenged rooms: 12. Floors: 14. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- TRANSPORATION UPDATE! Scheduled shuttles to all four Disney parks has returned! (reservations required) Pick-up time vary please inquire at front desk for current schedule.

COMING SOON! Each guest staying at Holiday Inn Orlando – Disney Springs® Area will have access to the Walt Disney World theme park Early Theme Park Entry benefit. Enjoy more fun with 30-minute early entry to ANY theme park, EVERY day! Itll be a great way to get a jump start on your Disney day, no matter the day! Please note that guests need valid admission and a park reservation made via the Disney Park Pass system to enter a theme park.. Onsite facilities information- Parking. Security information- No weapons allowed on propertyProperty was built in 1973. Hotel Currency: USD. Additional Addresses: Other: 1805 Hotel Plaza Boulevard, Lake Buena Vista, 32830, FL, US. Additional Phone Numbers: Fax - Other: 14078274623. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="322.19" OriginalAmount="319" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1433996-27826216/8401377501834249894/12323" HotelName="EPIC TOWER SWISS-BELRESIDENCES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104330000/104326200/104326128/fe501deb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="323.20" OriginalAmount="320" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1272177-26618101/8401377501834249894/11402" HotelName="SOJO GA HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/72000000/71992000/71991902/w3837h2635x3y4-6fba80fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.59" OriginalAmount="320.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03213" Longitude="105.84683" StarRating="3" HotelCode="|196694" HotelName="Art Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Hang Dieu Street, Old Quarter</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/6/9/4/196694_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="324.21" OriginalAmount="321" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431863-27589498/8401377501834249894/12145" HotelName="LHOTEL DU LAC HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/83000000/82990000/82988600/82988573/01e6fe6b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="324.75" OriginalAmount="321.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030981" Longitude="105.846654" StarRating="4" HotelCode="|267567" HotelName="Jm Marvel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Hang Da Street Hoan Kiem District, Hanoi 100000 Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/5/6/7/267567_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="329.26" OriginalAmount="326" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031688" Longitude="105.849677" StarRating="3" HotelCode="186954|74986" HotelName="Church Boutique Hotel - Hang Gai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Hang Gai, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/309213/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="329.26" OriginalAmount="326" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="26.015851" Longitude="-80.117130" StarRating="3" HotelCode="0|579290-25726028/8401377501834249894/10123" HotelName="THE HANOIAN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> 609 North Ocean Drive Suite #31, HOLLYWOOD, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19120000/19119700/19119671/w1999h1308x0y0-7fd5bb2e_b.jpg</HotelPictures>
        <HotelDescription>This hotel enjoys a prime setting in Hollywood. The hotel is located just a short distance away from a boundless range of attractions in the area. This wonderful hotel affords guests a great setting from which to explore the excitement and glamour of this sublime area. Set overlooking the beach, the hotel revels in an air of peace and serenity, offering a relaxing area in which to unwind. The hotel is the ideal option for discerning business and leisure travellers alike. This hotel features a striking design, tempting visitors into a world of comfort and refreshing style. The guest rooms are beautifully designed in soothing tones. The hotel offers guests a number of facilities and services, ensuring a comfortable, enjoyable stay. Parking fee $9.00 a per night payable locally&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="330.53" OriginalAmount="327.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.05261" Longitude="105.83649" StarRating="4" HotelCode="|189768" HotelName="The Hanoi Club and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>76 Yen Phu Street,Tay Ho District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/6/8/189768_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="331.28" OriginalAmount="328" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574322-18212249/8401377501834249894/6280" HotelName="SUNLINE PAON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22140000/22132000/22131979/cde16523_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="331.28" OriginalAmount="328" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|573698-25723284/8401377501834249894/10377" HotelName="JM MARVEL HOTEL AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22560000/22550800/22550757/b1cfb317_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="331.50" OriginalAmount="328.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0376483" Longitude="105.8470863" StarRating="3" HotelCode="|270459" HotelName="Hanoian Central and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42A Hang Cot Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/4/5/9/270459_595e0d11733.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="332.29" OriginalAmount="329" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3112-25189729/8401377501834249894/9327" HotelName="PULLMAN HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/523600/523534/53caf2c5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.42" OriginalAmount="330.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03078" Longitude="105.81204" StarRating="5" HotelCode="|59690" HotelName="Hanoi Daewoo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>360 KIM MA STREET, BA DINH DISTRICT 360</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/6/9/0/59690_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 411 rooms, 34 suites and 77 Club rooms. The establishment has a garden. SITUATION: Ba Dinh District It is in it is 30 kilometres away from Noi Bai Airport. FACILITIES: The establishment has a gym, aerobics, a driving range, a swimming pool, a spa and a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="334.09" OriginalAmount="330.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037762" Longitude="105.847117" StarRating="4" HotelCode="|418702" HotelName="Hanoian Central Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42B Hang Cot, Hang Ma, Hoan Kiem Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/0/2/418702_6e59ed20750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="334.63" OriginalAmount="331.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034724" Longitude="105.811124" StarRating="3" HotelCode="|521556" HotelName="MOMIZI HANOI 2 - PHAN KE BINH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 38-40, Phan Ke Binh Str.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/5/5/6/521556_f7c12001155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="335.18" OriginalAmount="331.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.021298" Longitude="105.817938" StarRating="4" HotelCode="65455|2280170" HotelName="Fortuna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6B Lang Ha Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/a5/17a5a0ccb6f0312421c1bd03658bb8b8a4c75399.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located right in the heart of Hanoi's business, governmental and diplomatic district, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="335.32" OriginalAmount="332" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|268516-27713682/8401377501834249894/11095" HotelName="SAMOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9490000/9483500/9483462/d637c60d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="335.66" OriginalAmount="332.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03232" Longitude="105.84652" StarRating="0" HotelCode="|234396" HotelName="Singita Classy Boutique " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16H Duong Thanh Street Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/3/9/6/234396_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="336.33" OriginalAmount="333.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01581305" Longitude="105.85797849" StarRating="3" HotelCode="386044|atlanta_residences" HotelName="Atlanta Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Hang Chuoi, Hai BaTrung District, Hanoi City</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/63/4d631f85ae637985318736d659b8622f2554caec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.34" OriginalAmount="334.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.000706768788" Longitude="105.87107199755" StarRating="4" HotelCode="347534|sahul_hotel" HotelName="Hanoi Sahul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>684 Minh Khai, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/65/676520a2234cbeb11822c3179f1c40eef17f8ac9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="338.33" OriginalAmount="334.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03425" Longitude="105.85342" StarRating="4" HotelCode="|189477" HotelName="La Siesta Classic Ma May" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Ma May Street, Old Quarter, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/7/7/189477_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="338.35" OriginalAmount="335.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03097845" Longitude="105.84666771" StarRating="4" HotelCode="738574|jm_marvel_hotel_spa" HotelName="Jm Marvel Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 Hang Da, Hanoi 100000, Hoan Kiem</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/65/9e65d3b0247e7d7ee36d6357413ae0f8d846ac78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="339.36" OriginalAmount="336" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|573323-25723106/8401377501834249894/9519" HotelName="HANOI L`HERITAGE DIAMOND HOTEL AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29970000/29966500/29966484/17a66e26_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="339.36" OriginalAmount="336" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431855-27603529/8401377501834249894/11400" HotelName="KECHO LEGACY HOTEL HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108990000/108984800/108984797/979680ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339.36" OriginalAmount="336.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028874539307" Longitude="105.84468323314" StarRating="4" HotelCode="162437|silk_path_hotel" HotelName="Silk Path Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>195-199 Hang Bong street, Hoan Kiem district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/83/1883355b1b5186d074d9d0908670d6987b6839a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated adjacent to the Hanoi Old Quarter in the city centre, on a quiet street just within view of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="341.38" OriginalAmount="338" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431874-27600373/8401377501834249894/12093" HotelName="MINERVA PREMIUM HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103210000/103208900/103208883/8750bace_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="342.39" OriginalAmount="339" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217038-25420282/8401377501834249894/10099" HotelName="MY WAY HOTEL &amp;amp; RESIDENCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6030000/6023900/6023854/w3191h2126x5y4-39d1394e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.48" OriginalAmount="339.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.019426" Longitude="105.855359" StarRating="4" HotelCode="255657|474601" HotelName="Hilton Garden Inn Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Phan Chu Trinh, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/f1/eff1d2e34165bb91e61d0d9a063020f764120c33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="343.40" OriginalAmount="340.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03066" Longitude="105.812056" StarRating="5" HotelCode="401999|hanoi_daewoo_hotel_hanoi" HotelName="Hanoi Daewoo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>360 Kim Ma Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/84/c7847a3ed95ffeda6a8509e1d67130bf0f4b8050.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the rapidly developing commercial and diplomatic Ba Dinh district of Hanoi, and part of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.41" OriginalAmount="341.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03228568" Longitude="105.8533447" StarRating="3" HotelCode="590736|hanoi_bella_rosa_suite_hotel" HotelName="Hanoi Bella Rosa Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Cau Go Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/3a/5f3a8d8a0f01ec0721d6ce9e9685d784a14cbf2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="345.42" OriginalAmount="342" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|12478-18133540/8401377501834249894/6757" HotelName="DAEWOO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/69200/69101/8c73e3f0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="346.43" OriginalAmount="343" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088436" Longitude="14.4095224" StarRating="3" HotelCode="0|181655-25366951/8401377501834249894/9174" HotelName="BESPOKE TRENDY HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>U Luzického Semináre 32, Prag / Prague, 110 00, Czech Republic</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14930000/14922600/14922560/e891aa32_b.jpg</HotelPictures>
        <HotelDescription>&lt;div id='segment-lage' class='lage'&gt;&lt;h3&gt;Location&lt;/h3&gt;&lt;p&gt;The family-run 4*-hotel is located in the center of Prague, just a stone's throw away from Charles Bridge and Kampa Island. The world-famous Prague Castle and the Old Town Square are within walking distance. The tram and underground station Malostranska is about 100m away.&lt;/p&gt;&lt;/div&gt;&lt;div id='segment-ausstattung' class='ausstattung'&gt;&lt;h3&gt;Facilities&lt;/h3&gt;&lt;p&gt;A cozy, quiet and at the same time luxurious ambience will satisfy even the most demanding guests. The hotel, with its unusual design, a combination of precious paintings and wall frescoes, offers an unforgettable atmosphere and a pleasant ambience.&lt;br&gt;The charming, fully air-conditioned hotel offers a 24-hour reception with a hire safe, a cozy breakfast restaurant and a stylish club bar in the vaulted cellar with an open fireplace and a large selection of Czech wines. Lift is available. Dog free of charge. You can use Wi-Fi in the whole hotel for free.&lt;br&gt;Payable locally: public parking on reservation: EUR 16,- per day.&lt;/p&gt;&lt;/div&gt;&lt;div id='segment-zimmer' class='zimmer'&gt;&lt;h3&gt;Rooms&lt;/h3&gt;&lt;p&gt;26 rooms with period furniture and uniquely styled suites with stunning views invite you to a well deserved vacation, but also for romantic honeymoon days. Each unit has a bath tub or shower/toilet, hairdryer, air conditioning, radio, satellite TV, minibar and Wi-Fi.&lt;/p&gt;&lt;/div&gt;&lt;div id='segment-verpflegung' class='verpflegung'&gt;&lt;h3&gt;Meals&lt;/h3&gt;&lt;p&gt;Breakfast buffet.&lt;/p&gt;&lt;/div&gt;&lt;div id='segment-sonstiges' class='sonstiges'&gt;&lt;h3&gt;Other&lt;/h3&gt;&lt;p&gt;Child discount/rates in case of 2 full-paying guests: 0-2 years 100%, 3-12 years EUR 12,- and 29.12.-3.1. &amp;amp;amp; 30.3.-31.10. EUR 25,- per night.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;strong&gt;Booking Code: CZPRUP1 DS B/ES B/SS B/SX B&lt;/strong&gt;&lt;br&gt;&amp;amp;nbsp;&lt;br&gt;&amp;amp;nbsp;&lt;br&gt; The displayed information is valid from 1.11.2019 - 31.10.2020&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;/div&gt;&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="346.43" OriginalAmount="343" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649512-25826363/8401377501834249894/10936" HotelName="KEGON HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38650000/38643400/38643339/1dd93d5c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="347.44" OriginalAmount="344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034697" Longitude="105.85418" StarRating="3" HotelCode="119033|golden_spring_hotel_2" HotelName="Hanoi Era Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Nguyen Huu Huan Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/69/2a6909fbc742af954ba5bcf83552d56d92216759.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the centre of the Old Quarter in the heart of Hanoi, and is within wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="347.61" OriginalAmount="344.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03179" Longitude="105.85392" StarRating="3" HotelCode="|189483" HotelName="Hanoi Media  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Hang Dzau st.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/8/3/189483_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.45" OriginalAmount="345.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.062309541229" Longitude="105.82424141914" StarRating="5" HotelCode="383579|elegant_suites_westlake" HotelName="Elegant Suites Westlake" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10B Dang Thai Mai Street, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/8c/668ca671d20562e0558ba65e3294950d7ea20456.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="349.46" OriginalAmount="346" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431839-27601879/8401377501834249894/11702" HotelName="HANOI LE CHATEAU HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105600000/105599600/105599551/b4c0eb70_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="350.47" OriginalAmount="347.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030595653929" Longitude="105.78542627109" StarRating="4" HotelCode="435940|novotel_suites_hanoi" HotelName="Novotel Suites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Duy Tan Street, Cau Giay, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/7c/ee7cdab4949bf3928142b5c544c45c91f586feb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="351.48" OriginalAmount="348" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|899448-26134084/8401377501834249894/9370" HotelName="WYNDHAM SKY LAKE RESORT AND VILLAS" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45280000/45272600/45272528/c0c50029_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="351.48" OriginalAmount="348" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431861-27595547/8401377501834249894/11430" HotelName="LE CHANVRE HANOI HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96530000/96528900/96528893/67fbca8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="352.49" OriginalAmount="349" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|270245-25496548/8401377501834249894/9868" HotelName="ORIENTAL CENTRAL HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6770000/6768800/6768784/d57e2111_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="353.50" OriginalAmount="350" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030856" Longitude="105.849419" StarRating="3" HotelCode="178447|152214" HotelName="Golden Rice Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Trong Street, Hoan Klem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/6a/da6a5110a7df8f846e938549e4053a74a075fdc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="354.51" OriginalAmount="351" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649525-25826383/8401377501834249894/10224" HotelName="SOLARIA HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44360000/44359300/44359300/6737e5fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="355.52" OriginalAmount="352" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431867-27596080/8401377501834249894/11993" HotelName="MADELISE ADORA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/98000000/97190000/97184200/97184155/62d9b5be_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="357.07" OriginalAmount="353.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02845" Longitude="105.84226" StarRating="4" HotelCode="|447508" HotelName="La Sinfonia Citadel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Dinh Ngang, Hoan Kiem, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/5/0/8/447508_f8638501036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="358.53" OriginalAmount="354.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03076" Longitude="105.8549" StarRating="3" HotelCode="|84068" HotelName="Thaison Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 HANG VOI STR., HOAN KIEM 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/6/8/84068_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 2010, is rated 3 stars. It has 35 rooms, air-conditioning, a lobby, a reception, express check-out, a safety deposit box service and a currency exchange service. The establishment also offers a hairdresser's, a lift, a TV room, a cafÃ©, internet, a laundry service, a car park and a bicycle rental desk. SITUATION: This hotel is in Hanoi the district of it is situated 5 minutes away from places of interest, Such as Hoan Kiem Lake the Opera of el teatro de marionetas acuÃ¡ticas the Temple of, the Museum of Fine Arts, Hanoi the Mausoleum of. 1 kilometre away, you can find the bus station, is situated 30 kilometres away from Noi Bar Airport. ROOM: The rooms have a double or king-size bed, an individual air-conditioning system, a direct line telephone, a safety deposit box, satellite and cable TV, internet, a mini-bar, a coffee maker, a kettle, a bathroom with a shower, a bath, a hairdryer, a sofa, chairs, a writing desk and an ironing set. FACILITIES: Guests are offered a steam bath. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="358.55" OriginalAmount="355" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1454620-32416607/8401377501834249894/12179" HotelName="SIGNATURE BY M VILLAGE THO NHUOM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111140000/111134200/111134115/2ad0d152_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="359.37" OriginalAmount="355.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031795" Longitude="105.849699" StarRating="0" HotelCode="|468527" HotelName="Le Chanvre Hanoi Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84-86 Hang Gai Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/5/2/7/468527_9392a661835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="360.18" OriginalAmount="356.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02891" Longitude="105.8446" StarRating="4" HotelCode="|84085" HotelName="Silk Path Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>195 - 199 Hang Bong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/8/5/84085_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 106 rooms, has air-conditioning, a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, a playground, a cafÃ©, a bar and a restaurant. Our guests can find conference facilities, internet, room service, a laundry service, a car park and indoor parking. SITUATION: This hotel is in Hanoi the district of Close to Rojo the river 5 minutes away, guests can find the business area, Hanoi the historic centre of Hoan Kiem Lake shopping areas, museums and places of interest. it is situated 40 kilometres away from Hanoi Airport. ROOM: All the rooms have a double or king-size bed, a bathroom with a shower, a bath, a hairdryer, an air-conditioning system, a direct line telephone, a safe, cable television, internet, a mini-bar, a coffee maker, a kettle, an ironing set and a balcony or terrace. FACILITIES: Guests are offered a gym and a steam bath. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and lunch and dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.59" OriginalAmount="359.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03500910347" Longitude="105.8534144" StarRating="2" HotelCode="400836|hanoi_gravita_hotel" HotelName="Hanoi Gravita Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Ma May Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/8f/6d8f56dff215a9ae80c645bd768ae8a7c84a2406.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="363.88" OriginalAmount="360.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02966" Longitude="105.84592" StarRating="4" HotelCode="|234348" HotelName="O'gallery Premier and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122 Hang Bong Street Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/3/4/8/234348_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="366.63" OriginalAmount="363" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1242713-20799937/8401377501834249894/7499" HotelName="EASTIN HOTEL AND RESIDENCES HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/56000000/55030000/55026700/55026645/c7475088_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="367.64" OriginalAmount="364" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|252897-18154515/8401377501834249894/7651" HotelName="HANOI PEARL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6620000/6614100/6614063/18c25104_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.64" OriginalAmount="364.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030231" Longitude="105.85068" StarRating="3" HotelCode="170737|bao_khanh_hotel" HotelName="Hanoi Bao Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Bao Khanh Street, Hoan Kiem District., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/6d/316d4ebdc7dce1e281e5cae7cf5dcb849d1b7152.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel’s exclusive location, right in the heart of Hanoi, brings Hoan Kiem Lake seemingly to its ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="368.65" OriginalAmount="365" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437953-27930967/8401377501834249894/12192" HotelName="SATURN- VINHOMES SKYLAKE APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112200000/112194600/112194561/a79ef988_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="369.66" OriginalAmount="366" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|270212-25496534/8401377501834249894/9634" HotelName="ELEGANT SUITES WESTLAKE SERVICED APARTMENT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9050000/9045500/9045496/eced9b34_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="369.72" OriginalAmount="366.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02621" Longitude="105.84181" StarRating="4" HotelCode="|67288" HotelName="Mercure Hanoi La Gare" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Ly Thuong Kiet Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/2/8/8/67288_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, central hotel, was opened in 2009, urban, is ideal for family holidays, has 102 modern rooms, air-conditioning, a lobby, express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment also has a cafÃ©, a bar, a restaurant, drinks, WiFi (for a fee), room service and a laundry service (for a fee). SITUATION: The hotel is near the historic centre, the business area, close to the establishment, clients can find the tourist area, is situated 2 minutes away from the railway station, this hotel is 40 minutes away from Noi Bai Airport. ROOM: The rooms have an LCD television, a satellite or cable television, internet, individual air-conditioning, a safe, a mini-bar, double-glazed windows, tea, coffee, a bathroom with a shower and a hairdryer. deluxe rooms and have a sofa-bed. FACILITIES: The establishment has a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="370.35" OriginalAmount="366.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.026045" Longitude="105.841609" StarRating="4" HotelCode="899853|VN000007" HotelName="Mercure La Gare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>94 Ly Thuong Kiet Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/5f/cf5ff5d2b8e57b59690f65c5429cf041286e87e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within easy walking distance of both the ancient Old Quarter and the city's bus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="372.69" OriginalAmount="369.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03074" Longitude="105.85007" StarRating="4" HotelCode="119054|hanoi_pearl_hotel" HotelName="Hanoi Pearl Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Bao Khanh Lane, Hoan Kiem Dist, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/86/e2862c85c84ed3a8946679677b3b614a98ad248c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="373.52" OriginalAmount="369.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.026421" Longitude="105.82309" StarRating="5" HotelCode="|419207" HotelName="Dolce By Wyndham Hanoi Golden Lake" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B7 Giang Vo, Ba Dinh, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/2/0/7/419207_55255c71233.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="373.70" OriginalAmount="370" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431854-27595230/8401377501834249894/11384" HotelName="IREST ORANGE TAY HO LAKESIDE APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96150000/96141100/96141100/07096d18_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="376.73" OriginalAmount="373" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649491-25826337/8401377501834249894/10196" HotelName="LA SINFONÍA DEL REY HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38280000/38274200/38274199/178eaf74_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="376.73" OriginalAmount="373" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|270239-25496544/8401377501834249894/11054" HotelName="LANCASTER HANOI SERVICED APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37810000/37806600/37806565/2927cc0e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="376.73" OriginalAmount="373" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1453216-32416608/8401377501834249894/12229" HotelName="DUSIT LE PALAIS TU HOA HANOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112530000/112529500/112529481/a1003242_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.73" OriginalAmount="373.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.018691190741" Longitude="105.85644721985" StarRating="3" HotelCode="166803|may_de_ville_hotel" HotelName="May de Ville City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Han Thuyen Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/fe/d7fe4a5dd488c2673a4057b1a55549b2d891d4e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated adjacent to the Hanoi Opera House in the city centre. It is set on a quiet str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="377.74" OriginalAmount="374" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|295988-25506838/8401377501834249894/10047" HotelName="LA SIESTA HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8970000/8964200/8964136/3a919862_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="377.74" OriginalAmount="374.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031988950713" Longitude="105.84849056316" StarRating="3" HotelCode="305347|hanoi_chic_hotel" HotelName="Hanoi Chic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Hang Hom Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/79/7a79d8ef289ea8524a33021723f394bbb0716398.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.47" OriginalAmount="374.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032266" Longitude="105.848598" StarRating="0" HotelCode="|419959" HotelName="Babylon Premium and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>05-07 Hang Hom, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/5/9/419959_5a4f61b1754.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.05" OriginalAmount="376.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0084" Longitude="105.79697" StarRating="5" HotelCode="|84054" HotelName="Grand Plaza Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tran Duy Hung Street 117</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/5/4/84054_9c80e151036.jpg</HotelPictures>
        <HotelDescription>HOTEL: This golf hotel, was built in 2010, was renovated in 2011, has 618 rooms and suites. The establishment has a lobby with air-conditioning, a reception, express check-out, a currency exchange service, a safety deposit box service and a lift. It also has a television room, a mini-club, a cafÃ©, a bar and conference facilities. The establishment offers guests internet, a hairdresser's, room service, a laundry service and a car park. SITUATION: The hotel is in Tran Duy Hung the street it is situated next to the Congress Centre, Hoan Kiem Lake 30 minutes away from the establishment you have. ROOM: The rooms have city views, a bathroom with a shower, a bath, a bathrobe and a hairdryer. They also have a desk, a direct line telephone, internet, computer connection, an answering machine, an alarm clock, a satellite TV, a kitchen, a mini-bar, a coffee maker and a kettle. Guests can find a safe, slippers, an electronic key and an air-conditioning system. FACILITIES: The establishment boasts a well-equipped gym and a covered pool. Guests are offered a spa with a massage service and a sauna. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, buffet and Ã  la carte lunch and dinner and a set-menu dinner. PAYMENT METHODS: The establishment accepts credit card, American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.32" OriginalAmount="376.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0670322" Longitude="105.7885312" StarRating="0" HotelCode="|444979" HotelName="Fraser Residence Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5C Do Nhuan Street, Xuan Dinh Ward,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/7/9/444979_645d8600936.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="381.78" OriginalAmount="378" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|649494-25826343/8401377501834249894/9988" HotelName="OAKWOOD RESIDENCE HANOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37800000/37795200/37795128/5d275068_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="382.79" OriginalAmount="379" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1310792-19205267/8401377501834249894/7688" HotelName="HANOIAN CENTRAL HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1310792/20211213125814241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="382.79" OriginalAmount="379.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03211997" Longitude="105.85322973" StarRating="3" HotelCode="547848|hanoi_bella_rosa_hotel" HotelName="Bella Rosa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Cau Go Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/6b/ad6bf5d43ff5c4505fd54f32892a039a488d84c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="382.79" OriginalAmount="379.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02833775" Longitude="105.84231428" StarRating="3" HotelCode="773541|delicacy_hotel_spa" HotelName="Delicacy Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12&amp;14 Dinh Ngang, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/8b/618bc3a2eb247569e746999fc4705d72a9cef27e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="384.19" OriginalAmount="380.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0290837" Longitude="105.8238341" StarRating="0" HotelCode="|265066" HotelName="Lancaster Hanoi Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Nui Truc, Giang Vo Ward, Ba Dinh District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/0/6/6/265066_3f746431735.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="384.81" OriginalAmount="381.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="983620|la_sinfonia_del_rey_hotel_spa" HotelName="La Sinfonía Del Rey Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33-35 Hang Dau Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/5b/c25bf49ef1c8bd245d58f2dbe2eb639c6af93ce0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.82" OriginalAmount="382.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03062004" Longitude="105.84162015" StarRating="4" HotelCode="773681|asian_ruby_hotel" HotelName="O’Gallery Majestic Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38A Tran Phu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/29/0c2998db9ac07c22eb5b8a93359d0bc4b3c797e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="386.92" OriginalAmount="383.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03446" Longitude="105.84737" StarRating="0" HotelCode="|233884" HotelName="Peridot Gallery Classic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Bat Su Street Hanoi 10000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/8/8/4/233884_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="387.84" OriginalAmount="384" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746775" Longitude="-73.991688" StarRating="5" HotelCode="0|181522-25366829/8401377501834249894/9348" HotelName="GRAND PLAZA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>127 West 28th Street, New York, 10001, NY, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4050000/4042600/4042540/7d35a330_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 122. Suites: 2. Single-bedded accommodations: 100. Double bedrooms: 20. Smoking rooms: 0. Nonsmoking rooms: 122. Physically challenged rooms: 7. Floors: 20. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-866-246-3446 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Follow the perfume of flowers and the unforgettable vision of high fashion to our unique boutique hotel on the cusp of two creative neighborhoods: the Hotel Indigo®  New York City Chelsea hotel. Artwork throughout our space represents the diversity of our neighborhood, and youll find the fashion-forward everywhere in our décor — even the headboards have their own style. Our hotel is designed to provide a refreshing environment, with spa-inspired bathrooms and comfortable beds. Explore fantastic shopping and art galleries just steps away, or hang out in style at our rooftop bar (appropriately named The Roofbar) or grab a bite at STIX, where our dishes crafted from local ingredients attract an eclectic mix of guests and locals.. Onsite facilities information- ParkingHotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="388.85" OriginalAmount="385" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|217581-25420774/8401377501834249894/9149" HotelName="WIN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/25000000/24998700/24998634/f3827d6e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="388.85" OriginalAmount="385" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649496-25826345/8401377501834249894/9970" HotelName="BABYLON PREMIUM HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39540000/39533000/39532959/b50e7f84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389.86" OriginalAmount="386" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034575265731" Longitude="105.85206287462" StarRating="3" HotelCode="99902|72907" HotelName="Essence d'Orient Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22A Ta Hien Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/f2/ccf24cb02488ff87084db818d4785da364fd32ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy visiting attractions such as the mausoleum, museums, the lakes, parks, pagodas and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="389.86" OriginalAmount="386" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431871-27589560/8401377501834249894/11973" HotelName="MERITEL HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83130000/83122200/83122145/70af9178_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="390.87" OriginalAmount="387" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035305110963" Longitude="105.8470594883" StarRating="3" HotelCode="175709|167106" HotelName="L'Heritage Hanoi Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39-41 Hang Ga Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/71/15717094109fd2800244a7b99cb4c298cbd89450.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi Old Quarter, in the immediate vicinity of temples, bars...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="391.11" OriginalAmount="387.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.009454" Longitude="105.824302" StarRating="5" HotelCode="|417700" HotelName="Novotel Hanoi Thai Ha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Thai Ha Str., Trung Liet Wd. Dong Da Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/0/0/417700_b2eb1400910.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="391.88" OriginalAmount="388.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0025129" Longitude="105.79400529" StarRating="3" HotelCode="781409|roygent_parks_hanoi" HotelName="Roygent Parks Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>289 Khuat Duy Tien, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/aa/ecaa7d9c3a870f81374d6286757e7b8ba01a8742.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="392.52" OriginalAmount="388.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032057" Longitude="105.848487" StarRating="3" HotelCode="|189401" HotelName="Hanoi Sunshine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Hang Hom Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/0/1/189401_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.89" OriginalAmount="389.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="985522|babylon_premium_hotel_spa" HotelName="Babylon Premium Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>05-07 Hang Hom, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/53/0a53ecdf72da05ba34e48dbe3138fa34df20da66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.90" OriginalAmount="390.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03137921514" Longitude="105.85026275884" StarRating="2" HotelCode="347248|family_holiday_hotel" HotelName="Family Holiday Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Hang Hanh Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/a1/fba1d31b61ed5abec0eefc11046ff73f5d450b44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="396.89" OriginalAmount="392.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03165" Longitude="105.85091" StarRating="2" HotelCode="|189582" HotelName="Heart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11b Hang Hanh Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/8/2/189582_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="400.25" OriginalAmount="396.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0344856" Longitude="105.8473304" StarRating="4" HotelCode="|265014" HotelName="Hanoi Peridot (formerly Hanoi Delano)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Bat Su, Hang Bo Ward, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/0/1/4/265014_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="400.97" OriginalAmount="397" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|345653-25535789/8401377501834249894/10436" HotelName="DELANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11770000/11767600/11767551/330633dd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="400.97" OriginalAmount="397" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431803-27593530/8401377501834249894/11015" HotelName="ANSTAY DELUXE IN THE MATRIX ONE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93120000/93117300/93117218/79f313e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="401.98" OriginalAmount="398" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.9430167335459" Longitude="-112.131256585234" StarRating="4" HotelCode="0|3116-25191547/8401377501834249894/9253" HotelName="PAN PACIFIC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 406 Canyon Plaza Lane Highway 64, GRAND CANYON, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/114500/114496/0c209c23_b.jpg</HotelPictures>
        <HotelDescription>The Grand Canyon Plaza Hotel offers a resort-style refuge just one mile from the south entrance to Grand Canyon National Park. Our spacious one-bedroom suites are perfect for families or groups seeking extra space, while our deluxe guestrooms comfortably accommodate up to four guests. Each of our accommodations features free Wi-Fi (up to 5 devices), in-room coffee, mini-refrigerator, premium cable channels, and climate-control systems to ensure comfort year-round. Accommodations are stylishly appointed in an elegant palette of desert beiges that highlight the Southwestern décor and artwork.

We offers a family-friendly atmosphere with amenities that elevate your escape. Cool off by our seasonal outdoor pool or relax in the hot tub. Unwind a day of sightseeing in the indoor 18-foot spa (open year-round) surrounded by lush greenery.
 
Savor delicious Southwest-inspired cuisine at our restaurant, JJK's, Stop by the Wagon Wheel Saloon, just off our lobby, to watch your favorite sports while enjoying great food and drinks. Browse the gift shop for Native American art, and souvenirs. Getting around is easy with our free shuttle to the Grand Canyon airport and the Grand Canyon Park (Seasonal-Subject to Park Service terms and conditions).&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="404.00" OriginalAmount="400" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1443499-28864597/8401377501834249894/12208" HotelName="SKYLARK (BOUTIQUE)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102530000/102529700/102529624/w2199h1467x0y0-b0845d90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="410.06" OriginalAmount="406" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|150400-18229822/8401377501834249894/7860" HotelName="SILK PATH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3350000/3347800/3347727/033d56d5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="411.07" OriginalAmount="407.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.049749404013" Longitude="105.83997040987" StarRating="5" HotelCode="23837|sofitel_plaza_hanoi" HotelName="Pan Pacific Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business 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,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Thanh Nien Road, Ba Dinh District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/97/c9976f9b5890bf6053dfdb921b89db688eed1b06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly, business hotel is situated in a well-known area next to West Lake and near to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="415.22" OriginalAmount="411.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0311568" Longitude="105.8471802" StarRating="4" HotelCode="|270080" HotelName="Hanoi Marvellous and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Duong Thanh Street, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/0/8/0/270080_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="418.14" OriginalAmount="414" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|189519-25374563/8401377501834249894/9817" HotelName="FRASER SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1920000/1916300/1916228/d948d74a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.14" OriginalAmount="414.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.064297305092" Longitude="105.82818364418" StarRating="4" HotelCode="119051|fraser_suites_hanoi" HotelName="Fraser Suites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Xuan Dieu Street, Quang An, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/7b/777b997de57ee8995bdb35e2aab241e1bacd1243.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="423.19" OriginalAmount="419" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649524-25826381/8401377501834249894/9562" HotelName="ANATOLE HOTEL HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41930000/41920900/41920822/8fbc9b99_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="428.24" OriginalAmount="424" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431868-27602602/8401377501834249894/12018" HotelName="MADELISE CENTRAL GRAND HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106940000/106934700/106934697/bfd4ef48_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="429.89" OriginalAmount="425.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0304683" Longitude="105.8485481" StarRating="3" HotelCode="|269957" HotelName="Golden Legend Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Chan Cam Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/9/5/7/269957_53d460f1431.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="431.27" OriginalAmount="427.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="786859|alisa_hotel_spa" HotelName="Alisa Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Hang Voi, Hoan Kiem District, Hanoi 71000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/c3/63c3cb85d8d140694bc6df7726e2bd459fc5cf9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="433.29" OriginalAmount="429" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215694-32731261/8401377501834249894/11712" HotelName="GOLDEN LEGEND" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6120000/6119000/6118949/70edb0d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="433.73" OriginalAmount="429.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0176346" Longitude="105.8156133" StarRating="4" HotelCode="|33847" HotelName="Fortuna Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6B LANG HA, BA DINH DISTRICT, HANOI 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/7/33847_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated establishment in 2008 and has 350 rooms, The establishment has a spa, a swimming pool, karaoke, a games room, air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a lift. Guests can find a hairdresser's, a cafÃ©, a bar, a restaurant, a pub and a nightclub. The establishment also offers conference rooms, room service, a laundry service and a car park. SITUATION: It is in the business area, Where you can find the government building. ROOM: They have a writing desk, a television, internet, a sofa and a bathroom with a shower, They also have a hairdryer, a king size or double bed, a mini-bar, a coffee maker, a kettle, an ironing set and a safety deposit box. FACILITIES: The establishment has a swimming pool, a gym, aerobics, a sauna, a steam bath, a massage service and a spa. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast, buffet and Ã  la carte lunch and an Ã  la carte or set-menu dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="437.37" OriginalAmount="433.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033142" Longitude="105.852054" StarRating="4" HotelCode="|171195" HotelName="May De Ville Luxury and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Gia Ngu Str, Hoan Kiem Dist Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/1/9/5/171195_e803b131300.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="446.42" OriginalAmount="442" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649509-18283988/8401377501834249894/6243" HotelName="SOLEIL BOUTIQUE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38900000/38892500/38892447/7ea21d23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="447.43" OriginalAmount="443" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034536685241" Longitude="105.84736308128" StarRating="4" HotelCode="375408|152305" HotelName="Hanoi Peridot Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Bat Su Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/576247/576247a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="449.67" OriginalAmount="445.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03056" Longitude="105.85634" StarRating="0" HotelCode="|420015" HotelName="Alisa and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Hang Voi, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/0/1/5/420015_71bf1f01717.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="450.46" OriginalAmount="446" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215438-18227982/8401377501834249894/8013" HotelName="L`HERITAGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6710000/6703500/6703436/92bd014e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="453.22" OriginalAmount="448.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03733" Longitude="105.85211" StarRating="2" HotelCode="|83990" HotelName="Hanoi Amber" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DAO DUY TU 8/50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/9/0/83990_b72ac7e1323.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a sauna, a restaurant, air-conditioning, WiFi (free of charge), a car hire service and bicycle hire. The establishment offers tourist information, a concierge and a massage service. SITUATION: This hotel is in Hanoi the historic centre of a 5-minute walk away from Hoan Kiem Lake the Water Puppet Theatre 300 metres away, guests will find la Pagoda del Pilar Ãšnico it is situated 1 kilometre away from el templo de la literatura 5 minutes away, you can find. ROOM: Each room has a television, a fridge, a bathroom, a balcony and a mini-bar. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="455.73" OriginalAmount="451.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.081201" Longitude="105.362699" StarRating="0" HotelCode="|469992" HotelName="Amour Resort Bavi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/9/9/2/469992_b740e171831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="456.32" OriginalAmount="451.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028259" Longitude="105.849754" StarRating="5" HotelCode="|469624" HotelName="Grand Hotel Du Lac Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18-20-22-24 Nha Chung, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/6/2/4/469624_ad0d9401849.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="457.24" OriginalAmount="452.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.283049" Longitude="105.798161" StarRating="0" HotelCode="|522190" HotelName="Amaya Retreat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/9/0/522190_7e65beb0926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="457.53" OriginalAmount="453" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351741-27585550/8401377501834249894/12290" HotelName="THE FIVE RESIDENCES HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/60000000/59300000/59294100/59294082/51718b98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="460.56" OriginalAmount="456" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030909953654" Longitude="105.84970286976" StarRating="3" HotelCode="916015|74566" HotelName="Golden Lotus Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Hang Trong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/98/d098089c15e456ab629523facc83be0193db950d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="460.56" OriginalAmount="456" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|168040-25733533/8401377501834249894/9777" HotelName="ALISA HOTEL AND SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/31000000/30070000/30066200/30066130/f8e38fcc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="460.56" OriginalAmount="456" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|189800-25374867/8401377501834249894/9910" HotelName="MAY DE VILLE OLD QUARTER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4100000/4093100/4093050/258505ad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="465.61" OriginalAmount="461" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431864-27600958/8401377501834249894/12090" HotelName="LSIGNATURE HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103970000/103962000/103961954/5e89900e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="468.63" OriginalAmount="463.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031418" Longitude="105.814697" StarRating="5" HotelCode="|566977" HotelName="Feria Home - Vinhomes Metropolis Lieu Giai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Lieu Giai, Ngoc Khanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/9/7/7/566977_dee999d1234.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="471.21" OriginalAmount="466.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01697593" Longitude="105.7831085" StarRating="4" HotelCode="510090|576781" HotelName="Landmark72" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Plot E6, Cau Giay New Urban Area, Me Tri, Tu Liem, Dich Vong Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/81/d78152c523555671b0d4ffcd526405e87830ead1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the heart of Hanoi.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="473.32" OriginalAmount="468.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033101" Longitude="105.854097" StarRating="4" HotelCode="|418402" HotelName="Hanoi La Siesta Premium Hang Be" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Hang Be, 27 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/4/0/2/418402_6c060590612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="474.70" OriginalAmount="470" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431869-27592294/8401377501834249894/12001" HotelName="MADELISE PALACE HOTEL &amp;amp; SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91640000/91636800/91636759/926663ca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="476.62" OriginalAmount="471.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0170662" Longitude="105.7843403" StarRating="0" HotelCode="|232906" HotelName="Calidas Landmark72 Royal Residence Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plot E6, Pham Hung, 48-60th Floor, Keangnam Landmark72 Tower, Cau Giay District Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/9/0/6/232906_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="477.73" OriginalAmount="473" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030654" Longitude="105.850192" StarRating="4" HotelCode="305362|83886" HotelName="The Palmy Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>4A-4B Bao Khanh Street, Hàng Tr?ng, Hoan Kiem District, Ha Noi Old Quarter, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/9a/e19a9b014896af3d1ed3384f2bf6903ba31b5e0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="477.73" OriginalAmount="473" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1406016-27589907/8401377501834249894/11372" HotelName="HOTEL DE SOURIANT PREMIUM HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83790000/83785600/83785540/aea7186c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="479.75" OriginalAmount="475.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024508" Longitude="105.856047" StarRating="5" HotelCode="166802|hotel_de_lopera_hanoi" HotelName="Hotel de l'Opera Hanoi - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29 Trang Tien Street, Hoan Kiem District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/bc/d0bce1ba957401d2d1626ced20eaefa19bbc131f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the city centre, this charming historical hotel is just 5 minutes' walk from Hanoi Opera ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="481.77" OriginalAmount="477" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|215391-18212760/8401377501834249894/7926" HotelName="CALIDAS LANDMARK72 ROYAL RESIDENCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14990000/14988500/14988451/bdfe1a74_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="481.77" OriginalAmount="477" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437964-27930973/8401377501834249894/11457" HotelName="HOTEL DE LAGOM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110860000/110853300/110853272/d44fdc79_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="482.14" OriginalAmount="477.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034749" Longitude="105.853031" StarRating="0" HotelCode="|446736" HotelName="MAY DE VILLE Crown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Luong Ngoc Quyen Str., Old Quarter, Hoan Kiem Dist., Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/3/6/446736_259b06b1257.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="483.19" OriginalAmount="478.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03025" Longitude="105.85076" StarRating="4" HotelCode="|189771" HotelName="The Palmy Hotel y Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4A-4B Bao Khanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/7/1/189771_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="483.79" OriginalAmount="479" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|149842-25322615/8401377501834249894/9268" HotelName="DE L'OPERA - MGALLERY COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4020000/4011600/4011565/fa0d7aae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="495.91" OriginalAmount="491" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649481-18327167/8401377501834249894/7632" HotelName="LA SIESTA PREMIUM HANG BE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35200000/35198800/35198708/58151809_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="495.91" OriginalAmount="491.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0330210902" Longitude="105.85388293799" StarRating="3" HotelCode="119039|la_siesta_premium_hang_be" HotelName="Annam Legend Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Hang Be, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/ee/cfee93c70b26c19fc6bb0f17c31f803472966b18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the centre of Hanoi's Old Quarter, the hotel is surrounded by the most famous sight...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="501.55" OriginalAmount="496.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027828" Longitude="105.833532" StarRating="5" HotelCode="|417706" HotelName="Grand Mercure Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Cat Linh Quoc Tu Giam Dong Da</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/0/6/417706_e8a99cc1340.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="504.21" OriginalAmount="499.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0246224" Longitude="105.8557874" StarRating="5" HotelCode="|270021" HotelName="Hotel de l'Opera Hanoi - MGallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Trang Tien Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/0/2/1/270021_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="511.06" OriginalAmount="506" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|76249-18124768/8401377501834249894/8878" HotelName="SOMERSET GRAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1560000/1559100/1559027/3cc2edaf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="511.06" OriginalAmount="506" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215940-25419300/8401377501834249894/9888" HotelName="SERENE BOUTIQUE HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5830000/5823100/5823100/4d3c1442_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="516.11" OriginalAmount="511.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06636657" Longitude="105.82621873" StarRating="4" HotelCode="571547|somerset_west_point_hanoi" HotelName="Somerset West Point Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2 Tay Ho Road, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/8c/308c84227a839d03fb6cebd3b1a851f434c5c62d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a bar and a transfer service...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="517.12" OriginalAmount="512" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431860-27593155/8401377501834249894/11651" HotelName="LA SIESTA CLASSIC HANG THUNG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92690000/92689200/92689131/c0e8cd40_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="518.13" OriginalAmount="513" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034968928738" Longitude="105.84746827261" StarRating="3" HotelCode="306414|77776" HotelName="Serene Boutique Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16-18 Bat Su Street, Hoankiem District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/f3/baf3ec557f232fede7b2169dcb3f93e281e1a6d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="521.16" OriginalAmount="516" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02590551" Longitude="105.84622576" StarRating="4" HotelCode="89209|73633" HotelName="Somerset Grand Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Hai Ba Trung Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/8d/188de03338b878390b50b57f56e39137dd4a8b70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="521.79" OriginalAmount="516.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03312" Longitude="105.85404" StarRating="0" HotelCode="|84021" HotelName="Hoabinh Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HANG BE STR., HOAN KIEM DIST. 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/2/1/84021_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Hanpi the district of Close to Hoan Kiem Lake close to the establishment, clients can find restaurants and shops. ROOM: All the rooms have internet (free of charge), fully-equipped, wooden furniture, city views, an air-conditioning system, a bathroom and internet (free of charge). FACILITIES: Guests are offered tourist information, excursions, business centre, internet (available for a fee) and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="525.04" OriginalAmount="519.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02842" Longitude="105.85089" StarRating="5" HotelCode="|189197" HotelName="Apricot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136 Hang Trong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/9/7/189197_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="532.39" OriginalAmount="527.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02531" Longitude="105.84409" StarRating="5" HotelCode="|34047" HotelName="Mövenpick Hotel Hanoi Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83A Ly Thuong Kiet Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/0/4/7/34047_43e11140727.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 154 rooms, suites with features that offer you the maximum level of comfort, 93Â non-smoking rooms and 20 interconnecting rooms. The establishment has a lobby, a bar, a restaurant, conference rooms and internet. SITUATION: Is situated inHanoi the business area of 40 minutes away from the establishment guests have Noi Bai Airport 5 minutes away from the establishment, you can find the city centre. ROOM: The rooms have individual air-conditioning, LCD cable television, a bathroom with a shower or bath and a mini-bar. They also have a direct line telephone, a safe, a coffee maker, a kettle and WiFi. FACILITIES: The establishment has sports facilities, leisure activities, a gym, a health centre, a massage service and a sauna. MEALS: Regarding the food and beverage offering, the establishment offers an Ã  la carte restaurant with buffet. PAYMENT METHODS: The establishment accepts Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="533.30" OriginalAmount="528.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024995" Longitude="105.844092" StarRating="4" HotelCode="23836|VN001558" HotelName="Mövenpick Hotel Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD,HALF BORD" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>83A Ly Thuong Kiet Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/66/19664406d4bcf9d3ab71e762e9123c9260b150a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the heart of Hanoi's central business district, the hotel is approximately a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="542.37" OriginalAmount="537.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0334423" Longitude="105.85496547" StarRating="1" HotelCode="629105|backy_posh_hostel_by_poshtel_vietnam" HotelName="Backy Posh Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 Hang Tre, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/cf/37cfa1e4674e9ac69fdffc9e28cf2f9e8a1cc317.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="545.40" OriginalAmount="540.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02791526" Longitude="105.85102389" StarRating="5" HotelCode="374068|apricot_hotel" HotelName="Apricot Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Hang Trong, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/8d/ca8db6d39195b6f7c365f9908a4b5ed778e3949b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="549.44" OriginalAmount="544" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431816-27601060/8401377501834249894/12076" HotelName="CLASSYC HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104090000/104081500/104081414/9aaa2cb1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="552.85" OriginalAmount="547.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030808" Longitude="105.848263" StarRating="4" HotelCode="|444980" HotelName="GM Premium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/8/0/444980_ee2677e1158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="553.48" OriginalAmount="548" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03126" Longitude="105.85515" StarRating="4" HotelCode="518376|152307" HotelName="Hanoi Emerald Waters Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Lo Su Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/9b/419ba178a587216753b601b400c45882ad8d9d51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="558.53" OriginalAmount="553" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|112775-18129034/8401377501834249894/7792" HotelName="MOVENPICK HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/490000/481600/481549/6545e4de_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="571.66" OriginalAmount="566" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1324792-26636543/8401377501834249894/11686" HotelName="LEAH SILK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76330000/76325400/76325388/w3962h4678x5y0-f36f848d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="574.85" OriginalAmount="569.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024505" Longitude="105.856056" StarRating="5" HotelCode="|84081" HotelName="De L'opera Hanoi - Mgallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 TRANG TIEN, HOAN KIEM DISTRICT 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/8/1/84081_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 107 standard rooms, suites, a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment offers a cafÃ©, a restaurant, a bar, WiFi, meeting rooms, room service, a laundry service and an oudooor car park. SITUATION: This hotel is in the city centre. 5 minutes away, you can find the opera. It is 10 minutes away from Lake Hoan Kiem, the historic centre of Hanoi where you can find shops, restaurants, bars and the nightlife, close to taxis and bus stops. 20 minutes away from the establishment you have Ha Dong it is 15 minutes away from the Rojo River. 3 hours away, you can find Ha Long Beach. It is situated 2 hours away from Haiphong It is 33 kilometres from the Noibai Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="580.75" OriginalAmount="575" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899165-26133724/8401377501834249894/9143" HotelName="VERIS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40910000/40906000/40905990/b218dd9f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="585.80" OriginalAmount="580.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0313185" Longitude="105.8551214" StarRating="4" HotelCode="|265673" HotelName="Hanoi Emerald Waters and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 47 Lo Su Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/6/7/3/265673_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="589.84" OriginalAmount="584" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431857-27601500/8401377501834249894/11505" HotelName="L7 WEST LAKE HANOI BY LOTTE - L7 RESIDENCES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104890000/104884300/104884261/97123273_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="599.94" OriginalAmount="594.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024169" Longitude="105.84851" StarRating="5" HotelCode="17753|melia_hanoi_2" HotelName="Meliá Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44B Ly Thuong Kiet Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/67/916779cb2ba1dad0b18a07bb208092b4ef98c0c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the centre of Hanoi's business and diplomatic district, the hotel is very near the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="609.03" OriginalAmount="603" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649520-32734013/8401377501834249894/10766" HotelName="SHINING CENTRAL HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29330000/29326500/29326412/95c1360b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="610.04" OriginalAmount="604" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|632171-25806912/8401377501834249894/9805" HotelName="THE ORIENTAL JADE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36120000/36117400/36117374/a846e404_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="623.17" OriginalAmount="617.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="5" HotelCode="964667|the_oriental_jade_hotel" HotelName="The Oriental Jade Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Hang Trong Street, Hanoi 10000, Hoan Kiem District</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/39/db39f755cd5aa16d53a96c49b9171dacdecc5816.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="627.21" OriginalAmount="621" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|79093-18986824/8401377501834249894/3433" HotelName="INTERCONTINENTAL HANOI WESTLAKE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1850000/1848900/1848828/0e8694ba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="628.22" OriginalAmount="622" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|898795-26133064/8401377501834249894/11444" HotelName="HANOI ASIA GUEST HOUSE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9780000/9777300/9777283/c6a2bbd5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="633.27" OriginalAmount="627.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032043124059" Longitude="105.81238894907" StarRating="4" HotelCode="978665|lotte_the_residence" HotelName="Lotte The Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>54 Lieu Giai, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/1e/951e54348feabf7b1cbab8fd4cd970130c59f213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="634.28" OriginalAmount="628" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3114-18127867/8401377501834249894/7339" HotelName="MELIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/201300/201227/4aeb36c2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="636.30" OriginalAmount="630" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|573182-18224034/8401377501834249894/8080" HotelName="MELIA BAVI MOUNTAIN RETREAT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23170000/23160500/23160483/fb324b00_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="643.37" OriginalAmount="637.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027452" Longitude="105.767596" StarRating="5" HotelCode="169664|crowne_plaza_west_hanoi_5" HotelName="Crowne Plaza West Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Le Duc Tho Street, My Dinh 2 Ward, Nam Tu Liem District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d9/31d921c77ec1174b23f0b8db8e9b3a4c1f7bcd46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in business district and is the lynchpin of the commercial and residential com...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="647.41" OriginalAmount="641" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.016653129091" Longitude="105.78394174576" StarRating="4" HotelCode="175725|239446" HotelName="Intercontinental Hanoi Landmark 72" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Keangnam Hanoi Landmark Tower, Plot E6, Cau Giay Urban Area, Me Tri Ward, Tu Liem District, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/9c/959c361d4e3cae34cb95d57384a1605b970ca35b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="648.42" OriginalAmount="642" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898921-26133286/8401377501834249894/11210" HotelName="LA SUITE AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42240000/42237900/42237887/5fa39734_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="648.42" OriginalAmount="642" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431820-27603455/8401377501834249894/12035" HotelName="DLEROI SOLEIL- NEAR WEST LAKE IN HA NOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108820000/108813900/108813804/5fc9e065_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="657.77" OriginalAmount="651.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02534" Longitude="105.8482" StarRating="5" HotelCode="|29406" HotelName="Melia Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44B Ly Thuong Kiet Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/4/0/6/29406_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a business centre. ROOM: The rooms have laundry service and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="664.53" OriginalAmount="657.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033227" Longitude="105.852261" StarRating="4" HotelCode="|84078" HotelName="Tirant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 GIA NGU STREET, HOAN KIEM DISTRICT 63</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/7/8/84078_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="672.66" OriginalAmount="666" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|899270-26133862/8401377501834249894/9841" HotelName="PERIDOT GRAND HOTEL &amp;amp; SPA BY AIRA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45990000/45982300/45982222/74a6e64d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="679.73" OriginalAmount="673" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|579407-27420591/8401377501834249894/5126" HotelName="INTERCONTINENTAL HANOI LANDMARK72" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4780000/4772300/4772269/0a206c06_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="690.84" OriginalAmount="684" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431856-27592816/8401377501834249894/11530" HotelName="L7 WEST LAKE HANOI BY LOTTE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92190000/92187100/92187008/c968477a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="730.31" OriginalAmount="723.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01645" Longitude="105.7834" StarRating="5" HotelCode="|224386" HotelName="Intercontinental Hanoi Landmark72, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Keangnam Hanoi Landmark Tower, Plot E6, Cau Giay Urban Area , Me Tri Ward, Tu Liem District, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/3/8/6/224386_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="739.27" OriginalAmount="731.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.056458" Longitude="105.836234" StarRating="5" HotelCode="|59691" HotelName="Intercontinental Hanoi Westlake, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 T. Hoa, Tay H. (ex 1A Nghi Tam, Tay H)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/6/9/1/59691_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has an indoor car park, a laundry service, a dry cleaner's, a currency exchange service, shops, a jacuzzi and a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="757.50" OriginalAmount="750" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032332070309" Longitude="105.85500055456" StarRating="4" HotelCode="305351|83963" HotelName="Boss Legend" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Hàng Thùng, Hoàn Ki?m, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/96/e096eb9d7c87237988f71e6481497ade8b47e8a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="758.73" OriginalAmount="751.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032767" Longitude="105.851907" StarRating="4" HotelCode="|67289" HotelName="Hanoi Center Silk Hotel &amp; Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22A Ta Hien Street, Hang Buom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/2/8/9/67289_2f5f3e80919.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="759.52" OriginalAmount="752" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|281963-25501295/8401377501834249894/9301" HotelName="LOTTE HANOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8830000/8829300/8829295/5a6e5238_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="762.07" OriginalAmount="754.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032346" Longitude="105.854972" StarRating="4" HotelCode="|171051" HotelName="Boss Legend Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Hang Thung street, Hoan Kiem dis Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/0/5/1/171051_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="762.55" OriginalAmount="755.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032610112353" Longitude="105.81290755952" StarRating="5" HotelCode="304285|lotte_hotel_hanoi" HotelName="Lotte Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Lieu Giai Street, Cong Vi Ward, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/25/bc254816dc795182335dcad055c2e994e4b69363.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="772.65" OriginalAmount="765.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.059564214964" Longitude="105.83153218031" StarRating="5" HotelCode="41081|sheraton_hanoi_hotel" HotelName="Sheraton Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>K5 Nghi Tam, 11 Xuan Dieu Road, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/7a/997af966cb83ae3e4a92652ffbac96f426a1edd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location of this hotel is just a few minutes from the centre of the city. There are many places ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="801.67" OriginalAmount="793.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029392" Longitude="105.767384" StarRating="5" HotelCode="|84065" HotelName=" Sheraton Hanoi West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 LE DUC THO SREET 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/6/5/84065_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, was built in 2011, has 393 rooms, 40 suites, a lobby with a reception, express check-out, a currency exchange service, a safety deposit box service, a cloakroom and a lift. Our guests can find a cafÃ©, a bar, a pub, a restaurant and conference facilities. The establishment also offers internet, room service, a laundry service and an indoor car park. SITUATION: This hotel is in the business area, Close to the Congress Centre and the stadium. 30 minutes away from the establishment guests have Noi Bai Airport. ROOM: Each room has internet, an iPod docking station, a radio, a bathroom with a hairdryer, a shower, a bath and a king size or double bed. Guests are offered a direct line telephone, a flat-screen television, an iron, a safe, a mini-bar, a kettle, a coffee maker, an air-conditioning system and heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="805.00" OriginalAmount="797.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033675" Longitude="105.847305" StarRating="3" HotelCode="|446953" HotelName="Sonata Central and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Bat Dan - Hoan Kiem, Quan Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/5/3/446953_e7b63560611.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="858.71" OriginalAmount="850.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032306" Longitude="105.812531" StarRating="5" HotelCode="|169189" HotelName="Lotte  Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Lieu Giai Street, Ba Dinh, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/8/9/169189_eb737fb1111.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Hanoi it is in. ROOM: All the rooms have WiFi, an air-conditioning system, a wardrobe, a safe, a television, a sofa, a sitting room, a mini-bar, a courtesy tea and coffee service, a bathroom with a bath, a shower, a bathrobe and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="967.58" OriginalAmount="958" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.007742" Longitude="105.782571" StarRating="5" HotelCode="930848|92942" HotelName="JW Marriott Hotel Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Do Duc Duc Road, Me Tri Ward, South Tu Liem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/26/9c2618614f4fab225b73c542ecd7156da24d156f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="973.66" OriginalAmount="964.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032307" Longitude="105.848529" StarRating="0" HotelCode="|470854" HotelName="Hanoi Sena And Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3A Pho Hang Hom,Hoan Kiem,Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/8/5/4/470854_4829f7a1916.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1014.04" OriginalAmount="1004.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03371031" Longitude="105.8472911" StarRating="2" HotelCode="517893|hanoi_brother_inn__travel" HotelName="Hanoi Brother Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Dry Cleaning,Housekeeping,Internet,Laundry,Lounge,Luggage Storage,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>21 Bán Ðàn, Hoàn Ki?m, Hàng B?, Hà N?i 700000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/0b/2a0bb46b9035736395ca3c8be357d5c0c5ecf268.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1105.77" OriginalAmount="1094.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.025588846269" Longitude="105.85556477308" StarRating="5" HotelCode="17731|VN000001" HotelName="Sofitel Legend Metropole Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD,HALF BORD" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Ngo Quyen Street, Hoan Kiem, 10000 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d4/34/d4345ff0372957c316e37cdd9704f6234976aef4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This legendary hotel is located in the centre of Hanoi, close to the Old Quarter, and has been a cel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1111.00" OriginalAmount="1100" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437955-27930968/8401377501834249894/12329" HotelName="THE LEGEND HANOI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110880000/110877300/110877211/bcb74d1b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1228.16" OriginalAmount="1216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032227" Longitude="105.848598" StarRating="3" HotelCode="167051|symphony_hotel_hanoi" HotelName="Hanoi Symphony Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Hang Hom Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/ff/1eff0db2a754663a88c4c07139a20d12e766221c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1257.45" OriginalAmount="1245" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|254230-18154517/8401377501834249894/8022" HotelName="JW MARRIOTT HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5710000/5702900/5702839/536adb3e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1263.51" OriginalAmount="1251" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649484-25826325/8401377501834249894/10755" HotelName="HANOIAN LAKESIDE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35600000/35596500/35596491/037a6e5d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1370.57" OriginalAmount="1357" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1464514-32919701/8401377501834249894/9102" HotelName="FAIRMONT HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121850000/121840500/121840483/6cc1c352_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1763.83" OriginalAmount="1746.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03967847" Longitude="105.84684992" StarRating="3" HotelCode="523459|559842" HotelName="Mon Regency Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>No 1 Phan Dinh Phung Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/88/e988c4012a30d4679ab2a05f72a48c62650a4e3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1774.26" OriginalAmount="1756.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.039611" Longitude="105.846891" StarRating="4" HotelCode="|265885" HotelName="Mon Regency" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 1 Phan Dinh Phung street, Hoan Kiem district Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/8/8/5/265885_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1860.86" OriginalAmount="1842.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0333975" Longitude="105.8374786" StarRating="3" HotelCode="|38255" HotelName="Galaxy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PHAN DINH PHUNG ST., HOAN KIAM LAKE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/5/5/38255_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1995, renovated in 2008 and has 60 rooms, The establishment has a reception, a lobby, a safety deposit box service, a currency exchange service, a lift, a cafÃ© and a restaurant. The establishment also offers internet, room service, a laundry service and a car park. SITUATION: Is situated in the historic centre ,Hanoi the city centre of 30 minutes away, guests can find Noi Bai Airport. ROOM: The establishment has 12 suites and deluxe rooms. The rooms have a bathroom with a shower, a bath, a hairdryer, a double bed, a direct line telephone and a satellite TV. They also have internet, a safe, a mini-bar, a coffee maker, a kettle, a washing machine and individual air-conditioning. FACILITIES: The establishment has a massage service, a sauna and sports facilities. MEALS: Regarding the food and beverage offering, the establishment offers restaurants and bars. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1874.56" OriginalAmount="1856" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1242641-26598355/8401377501834249894/10949" HotelName="CAPELLA HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64650000/64640700/64640648/45a0c064_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1883.65" OriginalAmount="1865" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|436190-18195396/8401377501834249894/6675" HotelName="LA PASSION CLASSIC HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16320000/16318500/16318445/f74699be_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2258.36" OriginalAmount="2236" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1242664-26598371/8401377501834249894/10426" HotelName="STELLAR OF THE SEAS" Meals="FULL BOARD" BedType="FULL BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/31000000/30430000/30421200/30421154/477b47a4_edited_cf99_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.08" OriginalAmount="62.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0118815" Longitude="105.7768232" StarRating="3" HotelCode="|265233" HotelName="V-studio Apartment 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 16, Lane 1, Dong Me, Me Tri, Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.82" OriginalAmount="74.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0019885" Longitude="105.8076376" StarRating="1" HotelCode="|264848" HotelName="Nhan Hoa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66/116 Nhan Hoa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.56" OriginalAmount="80.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01879" Longitude="105.80012" StarRating="3" HotelCode="|420590" HotelName="Dai Duong Hotel 2 - The Art" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 Trung Yen 9, Yen Hoa, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.62" OriginalAmount="80.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035319" Longitude="105.845505" StarRating="3" HotelCode="|267484" HotelName="Hanoi Prime Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Huong, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.975975" Longitude="105.758985" StarRating="2" HotelCode="|567311" HotelName="Huong Duong - by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>L08-10, Khu Do thi moi, Ha Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.18" OriginalAmount="91.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0027677" Longitude="105.8023095" StarRating="1" HotelCode="|266769" HotelName="Quang Chung - Le Van Thiem" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Le Van Thiem, Nhan Chinh, Thanh xuan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.72" OriginalAmount="94.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027822" Longitude="105.893217" StarRating="2" HotelCode="|567308" HotelName="Ha An - by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>166 Co Linh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.44" OriginalAmount="97.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030459" Longitude="105.856162" StarRating="0" HotelCode="|421185" HotelName="Old Quarter 1961" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Hang Voi, No. 6, lane 22 Hang Voi, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.23" OriginalAmount="109.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01992" Longitude="105.778388" StarRating="0" HotelCode="|266878" HotelName="V House 5 Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.5, alley 97 Dinh Thon,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.22" OriginalAmount="111.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029428" Longitude="105.84839" StarRating="2" HotelCode="|267777" HotelName="The Queen Hotel &amp; Spa 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.25" OriginalAmount="112.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0319985" Longitude="105.8555305" StarRating="2" HotelCode="|338648" HotelName="Hanoi Stella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Tre, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.64" OriginalAmount="123.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029416" Longitude="105.848337" StarRating="3" HotelCode="|267917" HotelName="Impressive Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Au Trieu Street, Old Quarter - Hoan Kiem District Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.42" OriginalAmount="131.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0331249" Longitude="105.834513" StarRating="4" HotelCode="|266767" HotelName="Hung Vuong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Hung Vuong, Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.80" OriginalAmount="138.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0343989" Longitude="105.8468127" StarRating="3" HotelCode="|269964" HotelName="Serenity Diamond" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Cua Dong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.69" OriginalAmount="143.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032095" Longitude="105.788559" StarRating="3" HotelCode="|566996" HotelName="Ping Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>76 Tran Thai Tong street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.69" OriginalAmount="143.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0114826" Longitude="105.8039263" StarRating="3" HotelCode="|266445" HotelName="Dai Duong Hanoi Iii" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33, Alley 34, Nguyen Thi Dinh, Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.87" OriginalAmount="155.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04079" Longitude="105.86711" StarRating="3" HotelCode="|84063" HotelName="Vesna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NGUYEN VAN CU - LONG BIEN 137B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>HOTEL: This inviting, urban hotel, is ideal for family holidays, renovated in 2010, has 86 rooms, 28 single rooms, 10 suites and 4 apartments. This establishment is ideal for holidays or business trips, has a conference room, air-conditioning, a lobby, a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, a kiosk, a TV room, a cafÃ©, a bar and a restaurant. The establishment offers guests internet, room service, a laundry service, a car park, an indoor car park and a bicycle rental desk. SITUATION: This hotel is 200 metres away from a bus stop, el RÃ­o Rojo 500 metres away from it is 1 kilometre away from the historic centre excellent transport links to the shopping centre, is located near the industrial area, the establishment is 1 kilometre away from Hoan Kiem Lake it is situated 1,5 kilometres away from restaurants, is 2 kilometres away from Thong Nhat park it is situated 2,5 kilometres away from Ho Chi Minh City the museum it is 3 kilometres away from Vincom the Tower of the shops, La Pagoda Perfumada the establishment is 70 kilometres away from 35 minutes away from the establishment guests have Noi Bai the International Airport of. ROOM: Clients are offered standard rooms and suites with a bathroom with a shower or bath, a hairdryer, a king size or double bed, a direct line telephone, a satellite television, WiFi, a safety deposit box and a mini-bar. All the accommodation options have electronic safe, a coffee maker, a kettle, an ironing set and individual air-conditioning. You can book non-smoking rooms. FACILITIES: Guests are offered a massage service and a sauna. MEALS: Customers have at their disposal a restaurant and a bar. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.05" OriginalAmount="157.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0353026" Longitude="105.8469576" StarRating="3" HotelCode="|266199" HotelName="Hanoi Starlight" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Hang Ga</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.66" OriginalAmount="210.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02849" Longitude="105.84819" StarRating="2" HotelCode="|84034" HotelName="Trung Nam Hai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 PHU DOAN, HOAN KIEM DIST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>SITUATION: This hotel is in Hanoi the district of 400 metres away, guests will find San Jose Cathedral, is situated 50 minutes away from Noi Bai Airport. ROOM: All the rooms have WiFi (free of charge), a flat-screen television, a courtesy tea and coffee service, a fridge, city views and a bathroom. Some rooms offer a balcony. FACILITIES: Guests are offered excursions, a flight reservations service, a currency exchange, car rental and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.95" OriginalAmount="214.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0322924" Longitude="105.8469214" StarRating="3" HotelCode="|269944" HotelName="Hanoi Trendy Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Hang Dieu Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.99" OriginalAmount="226.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034592" Longitude="105.847426" StarRating="4" HotelCode="|419121" HotelName="Grande Collection Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 - 48 Bat Su Street, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.94" OriginalAmount="232.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036509" Longitude="105.847126" StarRating="3" HotelCode="|84047" HotelName="Hanoi Triumphal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HANG GA STREET, HOAN KIEM DISTRICT 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>SITUATION: This hotel is near restaurants, shops and the nightlife. is situated in the historic centre, 10 minutes away from the establishment, you can find Hoan Kiem Lake it is situated 10 minutes away from places of interest, is 30 kilometres away from Noibai Airport the business area. ROOM: The establishment has 9 rooms with a bathroom with a bath or shower, a double or king-size bed, a direct line telephone, satellite and cable television, a safe, a mini-bar, a fridge, a kettle, a coffee maker, a balcony or terrace, an individual air-conditioning system and individual heating. FACILITIES: Guests are offered a hall with reception, express check-out, a safe, a currency exchange, a lift, an air-conditioning system, WiFi and cable TV. The establishment also offers room service, a launderette, a car park and a bicycle hire service. OTHERS: Regarding the food and beverage offering, clients can enjoy a cafÃ©, a bar and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.66" OriginalAmount="242.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035579" Longitude="105.850509" StarRating="3" HotelCode="|84077" HotelName="Hanoi Topaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BAT SU STR., HOAN KIEM DISTRICT 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>HOTEL: This hotel was built in 2011, has 26 rooms, 8 floors, is boutique and ideal for holidays or business trips. Our guests can find a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar and a restaurant. The establishment also offers WiFi, room service, a laundry service, a car park and bicycle rental. SITUATION: This establishment, is in Hanoi the heart of Close to places of interest, shops, restaurants, banks and Hoan Kiem Lake 500 metres away from the establishment, you can find Rojo the river it is situated 1,8 kilometres away from Lenin park 7 minutes away from the establishment you have Ngoc Son the temple Dong Xuan the Market of Ho Chi Minh City 15 minutes away, you can find. ROOM: The establishment has rooms suites, have wooden floors, a double bed, a direct line telephone, a satellite or cable television, a DVD player, an individual air-conditioning system, a mini-bar and a safe. They also have computer with internet, (free of charge), a bathroom with hydromassage bath, a shower, a hairdryer, a coffee maker, a kettle and a microwave. Some rooms offer city views and large balconies. FACILITIES: Guests are offered a hydromassage bath, a steam bath and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.01" OriginalAmount="265.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0296822" Longitude="105.8505088" StarRating="3" HotelCode="|270674" HotelName="Bonsella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Bao Khanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="394.35" OriginalAmount="390.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03159" Longitude="105.85497" StarRating="0" HotelCode="|447397" HotelName="La Nueva Boutique Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 32 Lo Su St., Hoan Kiem Dist., Hanoi, Vietnam.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="428.55" OriginalAmount="424.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031256" Longitude="105.853985" StarRating="4" HotelCode="|419118" HotelName="La Sinfona A Del Rey Hotel Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33-35 Petroleum, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access,Kitchen,Massage Centre,Swimming Pool,Spa,Nightclub,Golf,Shopping Arcade,Bicycle Rental,Diet Meals,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Business Centre,Housekeeping,Smoking Rooms,Dining,Parking,Printer,Valet Parking,Beauty Salon,Concierge,Elevator,Meeting Room,24 Hour Front Desk,24 Hour Room Service,Dry Cleaning,Babysitting,Coffee Shop,Fitness Centre,LCD/Projector,Luggage Storage,Pets allowed,ATM/Cash Machine,Pick &amp;amp; Drop,Library,Limousine Service,Off-Site Parking,Gift Shop,Porter</BasicAmenities>
    <HotelRating>5,3,4,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST,FULL BOARD</Meals>
    <PropertyType>CLUB RESORT,CONFERENCE HOTEL,BUSINESS HOTEL,CITY HOTEL,SPA HOTEL,ECO HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,HOTEL,GOLF HOTEL,APARTMENT HOTEL,VILLAGE,AIRPORT HOTELS,APARTHOTEL,APARTMENT,HOSTELS,GUESTHOUSE,COUNTRY HOUSE</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
686380d1-658b-4ec1-9bfd-028e7822fb97|PriceRequest|PriceRequest|<?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="Price" TimeStamp="0001-01-01T00:00:00" TraceId="686380d1-658b-4ec1-9bfd-028e7822fb97">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84793" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-07T00:00:00" End="2026-09-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="0|1437960-27931305/8401377501834249894/9981" SourceId="83" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shrirajholidays.dom@gmail.com" Password="Alliswell@9" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" 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
686380d1-658b-4ec1-9bfd-028e7822fb97|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="686380d1-658b-4ec1-9bfd-028e7822fb97" TimeStamp="0001-01-01T00:00:00" HotelName="VICTOR METROPOLIS HOTEL &amp;amp; ROOFTOP BAR" HotelCode="|1437960" StarRating="5" GTCityId="0" CityName="Hanoi" CountryName="Viet Nam" Address="58 Hang Gai street, Hang Gai ward, Hanoi, VN" PhoneNo="84-2437335858" FaxNo="" Latitude="21.025899887085" Longitude="105.856002807617" SourceId="83" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast" RoomType="Room 1: Classic Double Room (Internal window)|Room 2:  Classic Double Room (Internal window)" RoomTypeCode="27931305/8401377501834249894/9981|83|MjMxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="231" TotalPrice="233.31" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>15% off food and beverage (once per stay)&amp;lt;BR /&amp;gt;Bed types are not guaranteed:Classic Double Room (Internal window) - 1 Queen Bed(room for 0 adults ).Classic Double Room (Internal window) - 1 Queen Bed(room for 0 adults )CXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T18:13:04.1054492+01:00" End="2026-09-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast" RoomType="Room 1: Premium Double or Twin Room (Internal window)|Room 2:  Premium Double or Twin Room (Internal window)" RoomTypeCode="27931305/8401377501834249894/9972|83|MzI1fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="325" TotalPrice="328.25" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>15% off food and beverage (once per stay)&amp;lt;BR /&amp;gt;Bed types are not guaranteed:Premium Double or Twin Room (Internal window) - 2 Twin Beds(room for 0 adults ).Premium Double or Twin Room (Internal window) - 2 Twin Beds(room for 0 adults )CXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T18:13:04.1054492+01:00" End="2026-09-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast" RoomType="Room 1: Classic Double Room City View|Room 2:  Classic Double Room City View" RoomTypeCode="27931305/8401377501834249894/9980|83|MzgzfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="383" TotalPrice="386.83" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>15% off food and beverage (once per stay)&amp;lt;BR /&amp;gt;Bed types are not guaranteed:Classic Double Room, City View - 1 Queen Bed(room for 0 adults ).Classic Double Room, City View - 1 Queen Bed(room for 0 adults )CXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T18:13:04.1054492+01:00" End="2026-09-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqM7boB0wXwdczJRPoB452ZTEO3YrvWzfgI56dGO_Vg3vg" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqNnfy69PtpRkH0v4l04QxTJ4c06kqmgwAFtQNWDysYlWQ" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqON-0J0GF10aClx-SYzRb85vdpotK3EFT8oINQEmk1EFA" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqNk3V-qU2CX-iRoeV7MUUs6ZYO9V35frgn73NL0WNuQ1w" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqPE2Yox37cKAMZV3jzj4D9XCoP9X8kR4DtiuEzJur6M5Q" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqNia-lUY1lGAsvMs7EFm1p3-Sn0yK1W9ha9OhKiEUCPdw" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqPAQ7tNrHwdvUY9yvCzHpckZ7SaxTyCmWtfhvCxCv3IDw" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqNT4RrQSlOBtwtwi3mNS5SbRgsK2G52MKb6_tte71DrMg" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqP8FE-bDBPIlFcN1jxKqyYFlyQhepUbAwjwkDS9drQHzQ" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqMXYc6Vvx2dUKIxI_DBNQ6qHibz8wRlNwEsa-4P_RCZkQ" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqOv8cCF6YbYsJ32VLMCdR0kbWnQ-14lg7xWkHQ5r9_beQ" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqOXNZPTD2MfQ-i8QCmcyN78I4FnJzwCO0i2w4H3F8xayg" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqNDQ2vBCu5FH_oFEIs3kZ2wI50UDrKF8JucpKxldiX8cg" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqM1x_MfYBJYZrW6F8tlHaXuBCSmUZzoSJEJl_XN0RQPBA" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqN52vB-jLZ15NnMz-p2KbjpLTQIjnlszXdSd0PxBr_rGw" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqMKkRa0iqI_jiO0n1cFHA5KOsQ5mDh6IKbAhKwamTuyTg" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqO4yx1YLzUi-5Szoq-U2iaL3_m78CD15vfOzyUCltUqnw" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqMg2wJnCZVnhr2fdOk6aHco825nm4kZhXPGmzHsLHIlhQ" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqOm_o_CkMujl7vg0yE-rjduQdeoCi__k3YcmBpysjOWjw" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqOW9t5ImmDL-kuXUdbxQCyYYbttVcY8x-9XiHn_a_zqSg" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqPrmi1PaVo_pu6aZfO0-sR9PU4bAzxxNqQpTBkBSApeaA" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqNcfrWsZ6djFkfV9rpBH3bm0L6emKIeOn7ixS0nUwjLjA" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqP7X_nW-vJm4cQEDmHVdzrjRZxQH-7Ly7OcW_mWSA38Tw" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqMdinrH-eFopOQN9NhXb5a6vFwda-qfGIy5Q0vdGb3w4g" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqMa83MYdfeNIq11ut_9Q523lozGoghlYg1Q7PrC0rbUuQ" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqP7zwbfg9jHTDbN7kocF39wyHiY1_pc6jW0RYE_7cRz1iMvjM5vGXUJQhEj3OtPUSQ" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqN3IH2oc94vRsJptyp6mZ-nBIA1HflGRIpmyFA1ReZ4sA" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqMD1m1SzNRL0hZ0tZoHgQ1idqs8vYISn-FH4ihelAdlzg" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqMzXCoUAchGUzR7z_3zMB0r2EXBsKoAE1T-fL7ooRI-tw" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqPnWgfgOkbutnO0eQqsTcUXhvf0nOSw0JZjKe9972U9Zg" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqP6DePfK0mDRYJEMGy67WSkuM8gyUEez_BELGQEf9i3uQ" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqPTURCIuW-7tSWLYBl9Ngt_AOGsYmlBY-MZVxpPWdcyjA" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqPTowe66p2VG-nAF9-ThDIj7E7WsOsD5SkjcUrJVHz05A" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqO2-vxTOZTiHM7ycdinZg98Rohnis6wjrgEqmeh3ODmHw" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqM3VFm0_w-lutZb851saV3pBXXdkZnABZ2FS7zPFCt5PA" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqMtiYIuKkZxKi7GbgHCr5R83CirgB7Dw5rSnNPgwh9Vw6jqn5uEOhaiLp8fW0dBaGw" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqMDMfhpErQdhsS9VBB-pAxEw1ld29BYt6jYBL8uzEobxA" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqOwmiNxByLVgQg8me-XBXKp3Mux0ZL9521cDlGm3giJyw" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqOEJtOj2G2yHoERUNg41cXTVP05IFeDTXWhnKiNG9PtEA" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqMZJmvYqRnuKyWVI30WRkBN3L1JbrZ7909rRfFL0B852Q" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqNHNLZ7PCMUbkEzVwnQlUMC2UHrQ2AUPNeUglPi5-d31w" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqMQmqx81J8nAYrIDJ8qeBMEl9rOlKyhInxR0s10_reahQ" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqNI3DTJyLZk7A3EQK0aPCdAsfVUmswideErtJCaXt5tTQ" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqO_iCUa7ZUTM3ZK6xLZfoxcCTUbQEAFEizF8jLng0_Bpg" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqOZxvdIFcCiI_vS5_eBKbj4MOzXIjeCAL7mP20Bb6DZkg" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqMAqJLrRYofRhwqaYjqukxNj8TlzAq_sdG0YqtaQFz55g" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqN00zifhODI-Mo9yHCFhLK7f1ZVlf2SGGqcnYqLZBhzJw" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqNzRdio0oZU644_SE5WuP6E5mp02MaA_UnFhjhLrB7v1g" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqMXToyuwg2K3uK2lJK3tMQkueujJi0prWMfiEFJEkUeSw" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqNw27doG9tTQkzc2Gt3ZB9-S2k63X9-4rCiCGBcvwEKdA" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqP-WeIfHaHjLVxnoE2UxpXgUiHSt7R-Jrw7Ezc84fUtWg" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqNQlY9GmN-7rBnPDiOnn9TWbceesOtqVGFt9uLQnV6hOQ" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqO4cVsonWGV1OyzzQ7E2fFZWW2BiF-iyJqBpF1BccYDmw" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqO4X6tPj0tBntVOZaE_qpynbF67OBCEH3fvZhAfNMKWuA" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqODo8eUPHbZ5MzvePYSoS6t94GxmDcTqCP6hFdhPSyY5Q" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqPvFpzSbntGsc1CdE3p8y2Q_AwyBCRLLypON7tDhYhsfg" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqNqJlZg32ZA6MKyD7viTp6JXPVMDlx2frgcWLL-9X8PNw" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqNvIYEecBclMwwLChIdO8wDvRXNTDLGdE9oZxCcm9rFJQ" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqOKTkCPh_dAhUVNJqsyYHocti29qujQdgoU7sqmq6takA" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqMfBE_Nt0UPr910Bt7nF9y5vWGKFfMGsd6dPwcwIHieiQ" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqNpdFgjYqhx8_WhwidS2TZAgZY5Sl9EJ4gQMFuUDpqCTw" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqOfizSUPxe9WNMv3EouAx5N8MRO2hsDjINtXtjNi4KFbg" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqPCZnmUf5RlLln09rRfYd1BzZ6NzkHoBCVFuMB1Qcv3EA" /><Image Url="https://content.tourismcloudservice.com/image/v1/IWgmNmZkczcmX0RoeWVkJPVVd6y2A8qmmA6saWZcTru-5aBZ7O9RcOrQumsoc3PvdTXsRCJMqjrpGikF3OJ1MfRnY2CjV8Hk4kRJi_R5WqPyZ_qPKggycxdQVm8uKTIQ2YQw4-856zgP6BdrDNwsjQ" /></Images><HotelAmenities>Dry cleaning/laundry service&lt;BR /&gt;Gift shops or newsstand&lt;BR /&gt;Train station pickup (surcharge)&lt;BR /&gt;Hardwood flooring in public areas&lt;BR /&gt;Proposal/romance packages available&lt;BR /&gt;Vegetarian breakfast available&lt;BR /&gt;Babysitting or childcare (free)&lt;BR /&gt;Eco-friendly cleaning products used&lt;BR /&gt;Area rugs in public areas&lt;BR /&gt;Lockers available&lt;BR /&gt;Free reception&lt;BR /&gt;Free wired internet&lt;BR /&gt;Limo or town car service available&lt;BR /&gt;Free WiFi&lt;BR /&gt;Number of bars/lounges - 1&lt;BR /&gt;Bicycle tour information&lt;BR /&gt;Tours/ticket assistance&lt;BR /&gt;Fireplace in lobby&lt;BR /&gt;Shopping center shuttle (surcharge)&lt;BR /&gt;Free buffet breakfast&lt;BR /&gt;Ferry terminal shuttle (surcharge)&lt;BR /&gt;Cruise terminal shuttle (surcharge)&lt;BR /&gt;Airport transportation (surcharge)&lt;BR /&gt;Eco-friendly toiletries&lt;BR /&gt;At least 80% of all lighting comes from LEDs&lt;BR /&gt;Eco-friendly cleaning products provided&lt;BR /&gt;Accessible airport shuttle&lt;BR /&gt;Recycling&lt;BR /&gt;LED light bulbs&lt;BR /&gt;Vegan menu options available&lt;BR /&gt;Vegetarian menu options available&lt;BR /&gt;Reusable coffee/tea filters&lt;BR /&gt;Free breakfast&lt;BR /&gt;No accessible train station shuttle&lt;BR /&gt;No accessible bus station shuttle&lt;BR /&gt;Concerts/live shows&lt;BR /&gt;Daily&lt;BR /&gt;Theme park shuttle (surcharge)&lt;BR /&gt;Number of coffee shops/cafes - 1&lt;BR /&gt;Coffee/tea in common areas&lt;BR /&gt;Laundry facilities&lt;BR /&gt;Elevator&lt;BR /&gt;Fitness facilities&lt;BR /&gt;Double-glazing on all windows&lt;BR /&gt;Locally-sourced food on site (80% or more)&lt;BR /&gt;Books&lt;BR /&gt;Music library&lt;BR /&gt;Locally-owned &amp;amp; organized tours &amp;amp; activities&lt;BR /&gt;Wheelchair-accessible path to elevator&lt;BR /&gt;Change of bed sheets (on request)&lt;BR /&gt;Television in common areas&lt;BR /&gt;Train station drop-off (surcharge)&lt;BR /&gt;Change of towels (on request)&lt;BR /&gt;Free newspapers in lobby&lt;BR /&gt;Full-service spa&lt;BR /&gt;Walkway to water&lt;BR /&gt;Water-efficient toilets only&lt;BR /&gt;Couples/private dining&lt;BR /&gt;Wheelchair accessible – no&lt;BR /&gt;Water-efficient showers only&lt;BR /&gt;Luggage storage&lt;BR /&gt;Bus station shuttle (surcharge)&lt;BR /&gt;Coin laundry on site&lt;BR /&gt;Porter/bellhop&lt;BR /&gt;Tea service&lt;BR /&gt;24-hour front desk&lt;BR /&gt;Number of restaurants - 1&lt;BR /&gt;Spa services on site&lt;BR /&gt;Smoke-free property&lt;BR /&gt;Safe-deposit box at front desk&lt;BR /&gt;Snack bar/deli&lt;BR /&gt;Concierge services&lt;BR /&gt;</HotelAmenities><HotelDescription>&lt;b&gt;Property Desc:&lt;/b&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; With a stay at Victor Metropolis Lakeside Hotel &amp;amp; Rooftop Bar, you'll be centrally located in Hanoi, steps from Hoan Kiem Lake Weekend Walking Street and Hanoi Old Town Night Market.  This family-friendly hotel is 0.4 mi (0.6 km) from St. Joseph's Cathedral of Hanoi and 0.5 mi (0.9 km) from Hoan Kiem Lake.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; Make yourself at home in one of the 99 air-conditioned rooms featuring fireplaces and plasma televisions. Complimentary wired and wireless internet access keeps you connected, and satellite programming provides entertainment. Conveniences include phones, as well as desks and complimentary newspapers.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;/b&gt;&lt;/p&gt;&lt;p&gt; Relax at the full-service spa, where you can enjoy massages and facials. This Beaux Arts hotel also features complimentary wireless internet access, concierge services, and free babysitting. If you're planning a day at a nearby theme park, you can hop on the shuttle (surcharge).&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; For lunch or dinner, stop by Victor Rooftop Bar, a bar/lounge that specializes in Vietnamese cuisine. Dining is also available at the coffee shop/cafe, and 24-hour room service is provided. Mingle with other guests at the complimentary reception, held daily. A complimentary buffet breakfast is served daily from 6:00 AM to 9:30 AM.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt;&lt;/p&gt;&lt;p&gt; Featured amenities include complimentary wired internet access, limo/town car service, and complimentary newspapers in the lobby. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a cruise ship terminal shuttle.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Attractions&lt;/b&gt; &lt;/p&gt;&lt;p&gt;Distances are displayed to the nearest 0.1 mile and kilometer. &lt;br /&gt; &lt;p&gt;Hang Gai Street - 0.1 km / 0.1 mi &lt;br /&gt; Dong Kinh Nghia Thuc Square - 0.2 km / 0.1 mi &lt;br /&gt; Hoan Kiem Lake Weekend Walking Street - 0.2 km / 0.1 mi &lt;br /&gt; Hoan Kiem Lake - 0.3 km / 0.2 mi &lt;br /&gt; Hanoi Old Town Night Market - 0.3 km / 0.2 mi &lt;br /&gt; Ha Noi Gallery - 0.3 km / 0.2 mi &lt;br /&gt; The Old Quarter Gallery - 0.3 km / 0.2 mi &lt;br /&gt; Thang Long Water Puppet Theatre - 0.4 km / 0.2 mi &lt;br /&gt; Ta Hien Street - 0.4 km / 0.2 mi &lt;br /&gt; Ngoc Son Temple - 0.4 km / 0.3 mi &lt;br /&gt; Hang Da Market - 0.5 km / 0.3 mi &lt;br /&gt; St. Joseph's Cathedral of Hanoi - 0.5 km / 0.3 mi &lt;br /&gt; Vietnam National Tuong Theatre - 0.6 km / 0.4 mi &lt;br /&gt; Ancient House - 0.6 km / 0.4 mi &lt;br /&gt; Bach Ma Temple - 0.6 km / 0.4 mi &lt;br /&gt; &lt;/p&gt;&lt;p&gt;The nearest major airport is Noi Bai Intl. Airport (HAN) - 29.4 km / 18.3 mi&lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Renovation&lt;/b&gt;&lt;/p&gt;&lt;p&gt; The following facilities or services will be unavailable from March 25 2026 to May 31 2027 (dates subject to change): &lt;ul&gt;&lt;li&gt;Fitness facilities&lt;/li&gt;&lt;/ul&gt; The following facilities are closed seasonally each year. They will be closed from September 1 to December 31:&lt;ul&gt;&lt;li&gt;Fitness facilities&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Spoken Languages&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Vietnamese&lt;/b&gt;&lt;p&gt;English&lt;/b&gt;&lt;p&gt;&lt;b&gt;Know Before You Go:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt;  &lt;li&gt;Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &lt;/li&gt; &lt;li&gt;One child 3 years old or younger stays free when occupying the parent or guardian's room, using existing bedding. &lt;/li&gt;&lt;li&gt;Only registered guests are allowed in the guestrooms. &lt;/li&gt; &lt;li&gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &lt;/li&gt;&lt;li&gt;No pets and no service animals are allowed at this property. &lt;/li&gt;&lt;li&gt;A car is required for transportation to and from this property. &lt;/li&gt;&lt;li&gt;Contactless check-in and contactless check-out are available.&lt;/li&gt; &lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Fees:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt; &lt;li&gt;Airport shuttle fee: VND 4500000 per vehicle (one-way, maximum occupancy 4)&lt;/li&gt;&lt;li&gt;Airport shuttle fee per child: VND 4500000 (one-way), (up to 18 years old)&lt;/li&gt; &lt;li&gt;Crib (infant bed) fee: VND 999000.0 per day&lt;/li&gt;&lt;li&gt;Rollaway bed fee: VND 999000.0 per day&lt;/li&gt;&lt;li&gt;Credit card charges are subject to a surcharge of 5 percent &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Mandatory Fees and Taxes:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;p&gt;You'll be asked to pay the following charges at the property. Fees may include applicable taxes:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;Christmas Eve (December 24) Gala Dinner per adult: VND 1777777&lt;/li&gt;&lt;li&gt;New Year's Eve (December 31) Gala Dinner per adult: VND 1799000&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;We have included all charges provided to us by the property. &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Instructions:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt;  &lt;li&gt;Extra-person charges may apply and vary depending on property policy&lt;/li&gt;&lt;li&gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&lt;/li&gt;&lt;li&gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&lt;/li&gt;&lt;li&gt;This property accepts credit cards, debit cards, and cash&lt;/li&gt;&lt;li&gt;This property reserves the right to pre-authorize the guest's credit card prior to arrival.&lt;/li&gt;&lt;li&gt;Safety features at this property include a fire extinguisher, a smoke detector, window guards, and outdoor lighting&lt;/li&gt;&lt;li&gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&lt;/li&gt;  &lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Special Checkin Instructions:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; This property offers transfers from the cruise terminal, ferry terminal, airport, train station, and bus station (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation.This property doesn't offer after-hours check-in. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 2:00 PM&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Minimum Age:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 18&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkout Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 12:00 PM&lt;/p&gt;&lt;br /&gt;</HotelDescription><Facilities><HotelFacilities><Type>Facilities</Type><Description>Dry cleaning/laundry service&lt;BR /&gt;Gift shops or newsstand&lt;BR /&gt;Train station pickup (surcharge)&lt;BR /&gt;Hardwood flooring in public areas&lt;BR /&gt;Proposal/romance packages available&lt;BR /&gt;Vegetarian breakfast available&lt;BR /&gt;Babysitting or childcare (free)&lt;BR /&gt;Eco-friendly cleaning products used&lt;BR /&gt;Area rugs in public areas&lt;BR /&gt;Lockers available&lt;BR /&gt;Free reception&lt;BR /&gt;Free wired internet&lt;BR /&gt;Limo or town car service available&lt;BR /&gt;Free WiFi&lt;BR /&gt;Number of bars/lounges - 1&lt;BR /&gt;Bicycle tour information&lt;BR /&gt;Tours/ticket assistance&lt;BR /&gt;Fireplace in lobby&lt;BR /&gt;Shopping center shuttle (surcharge)&lt;BR /&gt;Free buffet breakfast&lt;BR /&gt;Ferry terminal shuttle (surcharge)&lt;BR /&gt;Cruise terminal shuttle (surcharge)&lt;BR /&gt;Airport transportation (surcharge)&lt;BR /&gt;Eco-friendly toiletries&lt;BR /&gt;At least 80% of all lighting comes from LEDs&lt;BR /&gt;Eco-friendly cleaning products provided&lt;BR /&gt;Accessible airport shuttle&lt;BR /&gt;Recycling&lt;BR /&gt;LED light bulbs&lt;BR /&gt;Vegan menu options available&lt;BR /&gt;Vegetarian menu options available&lt;BR /&gt;Reusable coffee/tea filters&lt;BR /&gt;Free breakfast&lt;BR /&gt;No accessible train station shuttle&lt;BR /&gt;No accessible bus station shuttle&lt;BR /&gt;Concerts/live shows&lt;BR /&gt;Daily&lt;BR /&gt;Theme park shuttle (surcharge)&lt;BR /&gt;Number of coffee shops/cafes - 1&lt;BR /&gt;Coffee/tea in common areas&lt;BR /&gt;Laundry facilities&lt;BR /&gt;Elevator&lt;BR /&gt;Fitness facilities&lt;BR /&gt;Double-glazing on all windows&lt;BR /&gt;Locally-sourced food on site (80% or more)&lt;BR /&gt;Books&lt;BR /&gt;Music library&lt;BR /&gt;Locally-owned &amp;amp; organized tours &amp;amp; activities&lt;BR /&gt;Wheelchair-accessible path to elevator&lt;BR /&gt;Change of bed sheets (on request)&lt;BR /&gt;Television in common areas&lt;BR /&gt;Train station drop-off (surcharge)&lt;BR /&gt;Change of towels (on request)&lt;BR /&gt;Free newspapers in lobby&lt;BR /&gt;Full-service spa&lt;BR /&gt;Walkway to water&lt;BR /&gt;Water-efficient toilets only&lt;BR /&gt;Couples/private dining&lt;BR /&gt;Wheelchair accessible – no&lt;BR /&gt;Water-efficient showers only&lt;BR /&gt;Luggage storage&lt;BR /&gt;Bus station shuttle (surcharge)&lt;BR /&gt;Coin laundry on site&lt;BR /&gt;Porter/bellhop&lt;BR /&gt;Tea service&lt;BR /&gt;24-hour front desk&lt;BR /&gt;Number of restaurants - 1&lt;BR /&gt;Spa services on site&lt;BR /&gt;Smoke-free property&lt;BR /&gt;Safe-deposit box at front desk&lt;BR /&gt;Snack bar/deli&lt;BR /&gt;Concierge services&lt;BR /&gt;</Description></HotelFacilities></Facilities></HotelRoomRS>||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
686380d1-658b-4ec1-9bfd-028e7822fb97|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="686380d1-658b-4ec1-9bfd-028e7822fb97">
  <Rooms>
    <Room RoomType="Room 1: Premium Double or Twin Room (Internal window)" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2:  Premium Double or Twin Room (Internal window)" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shrirajholidays.dom@gmail.com" Password="Alliswell@9" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|1437960" SourceId="83" RoomTypeCode="27931305/8401377501834249894/9972|83|MzI1fEdCUHxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-09-07T00:00:00" End="2026-09-10T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||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
686380d1-658b-4ec1-9bfd-028e7822fb97|GoGlobalTravelBlock|successfully done supplier prebooking||GoGlobleTravel|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
686380d1-658b-4ec1-9bfd-028e7822fb97|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-08-06T18:14:42.6978994+01:00" End="2026-09-06T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>Bed types are not guaranteed:Premium Double or Twin Room (Internal window) - 2 Twin Beds(room for 0 adults ).Premium Double or Twin Room (Internal window) - 2 Twin Beds(room for 0 adults ) &lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Know Before You Go:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt;  &lt;li&gt;Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &lt;/li&gt; &lt;li&gt;One child 3 years old or younger stays free when occupying the parent or guardian's room, using existing bedding. &lt;/li&gt;&lt;li&gt;Only registered guests are allowed in the guestrooms. &lt;/li&gt; &lt;li&gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &lt;/li&gt;&lt;li&gt;No pets and no service animals are allowed at this property. &lt;/li&gt;&lt;li&gt;A car is required for transportation to and from this property. &lt;/li&gt;&lt;li&gt;Contactless check-in and contactless check-out are available.&lt;/li&gt; &lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Fees:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt; &lt;li&gt;Airport shuttle fee: VND 4500000 per vehicle (one-way, maximum occupancy 4)&lt;/li&gt;&lt;li&gt;Airport shuttle fee per child: VND 4500000 (one-way), (up to 18 years old)&lt;/li&gt; &lt;li&gt;Crib (infant bed) fee: VND 999000.0 per day&lt;/li&gt;&lt;li&gt;Rollaway bed fee: VND 999000.0 per day&lt;/li&gt;&lt;li&gt;Credit card charges are subject to a surcharge of 5 percent &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Mandatory Fees and Taxes:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;p&gt;You'll be asked to pay the following charges at the property. Fees may include applicable taxes:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;Christmas Eve (December 24) Gala Dinner per adult: VND 1777777&lt;/li&gt;&lt;li&gt;New Year's Eve (December 31) Gala Dinner per adult: VND 1799000&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;We have included all charges provided to us by the property. &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Instructions:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt;  &lt;li&gt;Extra-person charges may apply and vary depending on property policy&lt;/li&gt;&lt;li&gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&lt;/li&gt;&lt;li&gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&lt;/li&gt;&lt;li&gt;This property accepts credit cards, debit cards, and cash&lt;/li&gt;&lt;li&gt;This property reserves the right to pre-authorize the guest's credit card prior to arrival.&lt;/li&gt;&lt;li&gt;Safety features at this property include a fire extinguisher, a smoke detector, window guards, and outdoor lighting&lt;/li&gt;&lt;li&gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&lt;/li&gt;  &lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Special Checkin Instructions:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; This property offers transfers from the cruise terminal, ferry terminal, airport, train station, and bus station (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation.This property doesn't offer after-hours check-in. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 2:00 PM&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Minimum Age:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 18&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkout Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 12:00 PM&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Room Name:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; Premium Double or Twin Room (Internal window)&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Room Description:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;p&gt;&lt;strong&gt;2 Twin Beds OR 1 King Bed&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;248 sq feet &lt;/p&gt;&lt;br/&gt;&lt;p&gt;&lt;b&gt;Layout&lt;/b&gt; - Bedroom &lt;/p&gt;&lt;p&gt;&lt;b&gt;Relax&lt;/b&gt; - Fireplace; in-room massage available&lt;/p&gt;&lt;p&gt;&lt;b&gt;Internet&lt;/b&gt; - Free WiFi 500+ Mbps (good for 6+ people or 10+ devices) and wired internet access&lt;/p&gt;&lt;p&gt;&lt;b&gt;Entertainment&lt;/b&gt; - 32-inch plasma TV with premium channels&lt;/p&gt;&lt;p&gt;&lt;b&gt;Food &amp;amp; Drink&lt;/b&gt; - Electric kettle, minibar (fees may apply), 24-hour room service, and free bottled water&lt;/p&gt;&lt;p&gt;&lt;b&gt;Sleep&lt;/b&gt; - Premium bedding, a pillow menu, blackout drapes/curtains, turndown service, and bed sheets &lt;/p&gt;&lt;p&gt;&lt;b&gt;Bathroom&lt;/b&gt; - Private bathroom, bathtub, bathrobes, and slippers&lt;/p&gt;&lt;p&gt;&lt;b&gt;Practical&lt;/b&gt; - Free newspaper, iron/ironing board, and desk; rollaway beds (surcharge) available on request&lt;/p&gt;&lt;p&gt;&lt;b&gt;Comfort&lt;/b&gt; - Fresh bed sheets (on request), fresh towels (on request), and air conditioning&lt;/p&gt;&lt;p&gt;&lt;b&gt;Accessibility&lt;/b&gt; - Accessible bathtub&lt;/p&gt;&lt;p&gt;&lt;b&gt;Eco-friendly&lt;/b&gt; - Eco-friendly toiletries, reusable coffee/tea filters, eco-friendly cleaning supplies, and recycling bin&lt;/p&gt;&lt;p&gt;&lt;b&gt;Need to Know&lt;/b&gt; - No cribs (infant beds) available&lt;/p&gt;&lt;p&gt;Non-Smoking&lt;/p&gt;&lt;p&gt;Connecting/adjoining rooms can be requested, subject to availability &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;CXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.&lt;/br&gt;&lt;/br&gt;&lt;HTML&gt;&lt;BODY&gt;&lt;H1&gt;VICTOR METROPOLIS HOTEL &amp;amp; ROOFTOP BAR&lt;/H1&gt;&lt;/br&gt;&lt;/br&gt;&lt;Table style='width:100%'; border='1px solid black'; &gt;&lt;tr&gt;&lt;td&gt;RoomType&lt;/td&gt;&lt;td&gt;Date From&lt;/td&gt;&lt;td&gt;Date To&lt;/td&gt;&lt;td&gt;Total Price&lt;d&gt;&lt;td&gt;Currency&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Premium Double or Twin Room (Internal window)&lt;/td&gt;&lt;td&gt;2026-09-07&lt;/td&gt;&lt;td&gt;2026-09-08&lt;/td&gt;&lt;td&gt;54.17&lt;d&gt;&lt;td&gt;GBP&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Premium Double or Twin Room (Internal window)&lt;/td&gt;&lt;td&gt;2026-09-08&lt;/td&gt;&lt;td&gt;2026-09-09&lt;/td&gt;&lt;td&gt;54.17&lt;d&gt;&lt;td&gt;GBP&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Premium Double or Twin Room (Internal window)&lt;/td&gt;&lt;td&gt;2026-09-09&lt;/td&gt;&lt;td&gt;2026-09-10&lt;/td&gt;&lt;td&gt;54.17&lt;d&gt;&lt;td&gt;GBP&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Premium Double or Twin Room (Internal window)&lt;/td&gt;&lt;td&gt;2026-09-07&lt;/td&gt;&lt;td&gt;2026-09-08&lt;/td&gt;&lt;td&gt;54.17&lt;d&gt;&lt;td&gt;GBP&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Premium Double or Twin Room (Internal window)&lt;/td&gt;&lt;td&gt;2026-09-08&lt;/td&gt;&lt;td&gt;2026-09-09&lt;/td&gt;&lt;td&gt;54.17&lt;d&gt;&lt;td&gt;GBP&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Premium Double or Twin Room (Internal window)&lt;/td&gt;&lt;td&gt;2026-09-09&lt;/td&gt;&lt;td&gt;2026-09-10&lt;/td&gt;&lt;td&gt;54.17&lt;d&gt;&lt;td&gt;GBP&lt;/td&gt;&lt;/tr&gt;&lt;/Table&gt;&lt;/BODY&gt;&lt;/HTML&gt;</ImportantInfo>
  <TotalAmount>0.00</TotalAmount>
  <TraceId>686380d1-658b-4ec1-9bfd-028e7822fb97</TraceId>
</CheckRatesRS>||True