<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
6a8d8097-f919-4506-bd68-436a4ab4649c|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="6a8d8097-f919-4506-bd68-436a4ab4649c">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="93347" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-11T00:00:00" End="2026-06-12T00: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
6a8d8097-f919-4506-bd68-436a4ab4649c|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:217f992f-3775-467d-ac74-547cae66ebce
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
6a8d8097-f919-4506-bd68-436a4ab4649c|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<ErrorRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Error>
    <RecordID>6a8d8097-f919-4506-bd68-436a4ab4649c</RecordID>
    <ShortText>No Record Found!</ShortText>
  </Error>
  <TimeStamp>0001-01-01T00:00:00</TimeStamp>
  <Version>0</Version>
</ErrorRS>||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
b22441ef-42bf-4dfa-aeab-970a1bd19d52|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="b22441ef-42bf-4dfa-aeab-970a1bd19d52">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="93347" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-22T00:00:00" End="2026-06-23T00: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
b22441ef-42bf-4dfa-aeab-970a1bd19d52|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:217f992f-3775-467d-ac74-547cae66ebce
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
4e2e3840-872a-4e6d-8ace-bf1abd483085|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="4e2e3840-872a-4e6d-8ace-bf1abd483085">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84793" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-04T00:00:00" End="2026-06-05T00: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
4e2e3840-872a-4e6d-8ace-bf1abd483085|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
4e2e3840-872a-4e6d-8ace-bf1abd483085|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
4e2e3840-872a-4e6d-8ace-bf1abd483085|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
4e2e3840-872a-4e6d-8ace-bf1abd483085|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
4e2e3840-872a-4e6d-8ace-bf1abd483085|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
4e2e3840-872a-4e6d-8ace-bf1abd483085|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
4e2e3840-872a-4e6d-8ace-bf1abd483085|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:217f992f-3775-467d-ac74-547cae66ebce
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
4e2e3840-872a-4e6d-8ace-bf1abd483085|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
4e2e3840-872a-4e6d-8ace-bf1abd483085|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-05-20T09:21:40.1036855+01:00" Version="0" EchoToken="Search" TransactionIdentifier="4e2e3840-872a-4e6d-8ace-bf1abd483085" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="83" TotalAmount="7.21" OriginalAmount="7" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573950-32721848/1511579557795845938/3662" HotelName="MELY HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15240000/15232400/15232391/c05f1390_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.21" OriginalAmount="7.00" MarkupRule="3.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 27/05/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="7.21" OriginalAmount="7.00" MarkupRule="3.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 29/05/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="7.21" OriginalAmount="7.00" MarkupRule="3.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="7.52" OriginalAmount="7.30" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="16" TotalAmount="7.69" OriginalAmount="7.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034235860578" Longitude="105.84725155338" StarRating="2" HotelCode="119195|1743608" HotelName="Hanoi City Backpackers Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/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="8.08" OriginalAmount="7.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0457535" Longitude="105.7916112" StarRating="3" HotelCode="|265639" HotelName="Blue Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="8.20" OriginalAmount="7.96" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="83" TotalAmount="8.24" OriginalAmount="8" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431919-27575100/1511579557795845938/676" 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="8.24" OriginalAmount="8.00" MarkupRule="3.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 28/05/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="8.24" OriginalAmount="8.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03469447" Longitude="105.84568072" StarRating="2" HotelCode="777720|hanoi_backpacker_suite_hostel" HotelName="Hanoi Backpacker Suite Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Cua Dong, Hang Ma, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/05/040576cbf79dc12493314322d6c304b068adc1e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8.48" OriginalAmount="8.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.19819921" Longitude="105.83263495" StarRating="3" HotelCode="781320|2513215" HotelName="Luxury Airport Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>93 Road 2, Mai Dinh, Soc Son, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/d6/64d6c58344907a3577ff3b9730d454ca239fc8cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8.77" OriginalAmount="8.51" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="9.04" OriginalAmount="8.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.1982" Longitude="105.833" StarRating="3" HotelCode="|420931" HotelName="Luxury Airport Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No 93 , Road 2 , Mai Dinh , Soc Son , Ha Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/3/1/420931_18f17ae1616.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9.05" OriginalAmount="8.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.124692" Longitude="105.770588" StarRating="2" HotelCode="|521807" HotelName="New An Phú" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <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="16" TotalAmount="9.06" OriginalAmount="8.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03230498" Longitude="105.78954715" StarRating="3" HotelCode="600509|3442375" HotelName="Bach Duong Hotel Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/05/2026" 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="9.24" OriginalAmount="8.97" MarkupRule="3.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="94" TotalAmount="9.24" OriginalAmount="8.97" MarkupRule="3.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="83" TotalAmount="9.27" OriginalAmount="9" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|268510-25492246/1511579557795845938/2490" 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="9.27" OriginalAmount="9.00" MarkupRule="3.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 28/05/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="9.27" OriginalAmount="9.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032583" Longitude="105.853805" StarRating="3" HotelCode="916022|hanoi_cozy_hotel_2" HotelName="Hanoi Central Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Be Street, Hoan Kiem District, Hanoi 0084</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/0e/6d0ed8cbb58a6bf0523c7e67a5b0da0dd2260a7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.27" OriginalAmount="9.00" MarkupRule="3.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 27/05/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="94" TotalAmount="9.64" OriginalAmount="9.36" MarkupRule="3.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="16" TotalAmount="9.76" OriginalAmount="9.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03450968" Longitude="105.84744374" StarRating="2" HotelCode="550104|2513145" HotelName="Hanoi Lotus Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="9.89" OriginalAmount="9.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.103574" Longitude="105.413608" StarRating="2" HotelCode="|537262" HotelName="Hai Au" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Tinh Lo 87A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/2/6/2/537262_cde1ae52137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9.89" OriginalAmount="9.60" MarkupRule="3.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="94" TotalAmount="10.01" OriginalAmount="9.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.002564" Longitude="105.841711" StarRating="3" HotelCode="|421251" HotelName="Linh Anh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No 24 Lane 266 Le Thanh Nghi Hai Ba Trung District Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/2/5/1/421251_18568df1720.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.17" OriginalAmount="9.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034669" Longitude="105.852161" StarRating="2" HotelCode="53752|3473045" HotelName="Ibiz City Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="10.27" OriginalAmount="9.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.21697255" Longitude="105.78126917" StarRating="2" HotelCode="762464|3451065" HotelName="Sao Mai Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="63" TotalAmount="10.30" OriginalAmount="10.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034762536046" Longitude="105.85182612407" StarRating="2" HotelCode="346279|hanoi_marriotte_hotel" HotelName="Hanoi Marriotte Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 26/05/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="10.30" OriginalAmount="10.00" MarkupRule="3.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="63" TotalAmount="10.30" OriginalAmount="10.00" MarkupRule="3.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 28/05/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="10.30" OriginalAmount="10.00" MarkupRule="3.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="Free CXL until 25/05/2026" 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="10.30" OriginalAmount="10.00" MarkupRule="3.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 27/05/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="10.33" OriginalAmount="10.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00939" Longitude="105.81167" StarRating="0" HotelCode="|521712" HotelName="Sao Nguyen Ngoc Vu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="10.39" OriginalAmount="10.09" MarkupRule="3.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="10.64" OriginalAmount="10.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.954725" Longitude="105.766819" StarRating="0" HotelCode="|521433" HotelName="Queen Hotel 2 - Ha Dong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>26 BT4 KDT Van Phu, Phu La</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/4/3/3/521433_aa7990b1138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.73" OriginalAmount="10.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01397" Longitude="105.86399" StarRating="3" HotelCode="|234481" HotelName="Gallant" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="10.75" OriginalAmount="10.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00945" Longitude="105.79795" StarRating="3" HotelCode="|235414" HotelName="V-studio Apartment 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="10.79" OriginalAmount="10.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0346817" Longitude="105.8518982" StarRating="0" HotelCode="|270097" HotelName="Ibiz City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="94" TotalAmount="10.85" OriginalAmount="10.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03471" Longitude="105.85214" StarRating="3" HotelCode="|189617" HotelName="Marriotte Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="10.97" OriginalAmount="10.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.014004462844" Longitude="105.86403714744" StarRating="3" HotelCode="347771|1252268" HotelName="Gallant Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" 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="11.02" OriginalAmount="10.70" MarkupRule="3.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="94" TotalAmount="11.03" OriginalAmount="10.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0102987" Longitude="105.8651049" StarRating="3" HotelCode="|374877" HotelName="Le Grand Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="11.07" OriginalAmount="10.75" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="16" TotalAmount="11.31" OriginalAmount="10.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.21676551" Longitude="105.78116459" StarRating="2" HotelCode="375171|1788568" 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="27" TotalAmount="11.33" OriginalAmount="11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031974709172" Longitude="105.84778899944" StarRating="2" HotelCode="915995|76324" HotelName="Hanoi Charming Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03402921" Longitude="105.85149406" StarRating="0" HotelCode="268118|oyo_604_queen_hotel" HotelName="Hanoi Queen Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>116 Hang Bac Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/1c/a61cbf497ebb82de6d76d34c59b02ce7ad0b4a43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.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="11.33" OriginalAmount="11.00" MarkupRule="3.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 27/05/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="11.33" OriginalAmount="11.00" MarkupRule="3.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 28/05/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="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.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 23/05/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="11.33" OriginalAmount="11.00" MarkupRule="3.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 29/05/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="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.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 26/05/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="11.33" OriginalAmount="11.00" MarkupRule="3.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 29/05/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="11.33" OriginalAmount="11.00" MarkupRule="3.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="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.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 29/05/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="11.66" OriginalAmount="11.32" MarkupRule="3.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="94" TotalAmount="11.70" OriginalAmount="11.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035556" Longitude="105.772611" StarRating="0" HotelCode="|533499" HotelName="Hoang Anh 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Number 05, Lane 28, Duong Khue Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/4/9/9/533499_d0ede4f1440.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.72" OriginalAmount="11.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0351278" Longitude="105.8000437" StarRating="1" HotelCode="|421429" HotelName="Khach San Phuong Dong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="11.74" OriginalAmount="11.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.982403" Longitude="105.785533" StarRating="2" HotelCode="|567099" HotelName="Queen - Mo Lao" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>16B3 Mo Lao, Ha Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/0/9/9/567099_3a2a5571214.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.87" OriginalAmount="11.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0057938" Longitude="105.7826336" StarRating="3" HotelCode="|266624" HotelName="Nam Long Ha Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="12.04" OriginalAmount="11.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.204998" Longitude="105.829909" StarRating="3" HotelCode="|420665" HotelName="Anova 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="12.09" OriginalAmount="11.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="636655|3433005" HotelName="NYT Home Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="16" TotalAmount="12.10" OriginalAmount="11.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="766793|3458495" HotelName="Hoang Anh 1 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Duong Khue Street, Lane 28, Mai Dich Ward, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/23/a5/23a540e9f5ed8f076ddbb4bbc7ce8c7f9f7bdd6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.10" OriginalAmount="11.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.218997" Longitude="105.783156" StarRating="0" HotelCode="|525809" HotelName="Golden Lotus Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="12.12" OriginalAmount="11.77" MarkupRule="3.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="94" TotalAmount="12.16" OriginalAmount="11.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02112" Longitude="105.846747" StarRating="0" HotelCode="|535421" HotelName="Hanowood Homestay and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="12.17" OriginalAmount="11.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0349633" Longitude="105.80073349" StarRating="3" HotelCode="835898|3447085" HotelName="Hotel Phunng Dông" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="94" TotalAmount="12.24" OriginalAmount="11.88" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="94" TotalAmount="12.24" OriginalAmount="11.88" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="16" TotalAmount="12.26" OriginalAmount="11.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00628103" Longitude="105.78232938" StarRating="2" HotelCode="600898|3445005" HotelName="Nam Long Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/05/2026" 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="12.29" OriginalAmount="11.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03304" Longitude="105.7898" StarRating="3" HotelCode="|189585" HotelName="Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="83" TotalAmount="12.36" OriginalAmount="12" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|899186-26133749/1511579557795845938/2796" 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="83" TotalAmount="12.36" OriginalAmount="12" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572297-25722599/1511579557795845938/2831" 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="12.36" OriginalAmount="12" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431804-27576688/1511579557795845938/3025" 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="12.36" OriginalAmount="12" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431891-27575664/1511579557795845938/3091" 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="83" TotalAmount="12.36" OriginalAmount="12" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431825-27576820/1511579557795845938/3599" 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="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.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 29/05/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="12.36" OriginalAmount="12.00" MarkupRule="3.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 29/05/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="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03743061" Longitude="105.85171074" StarRating="2" HotelCode="877793|hanoi_boutique_house" HotelName="Hanoi Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Thanh Ha Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a9/33a94fabc5352a3e9ccaf9fb25c88883e7a0d77e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.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 28/05/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="12.36" OriginalAmount="12.00" MarkupRule="3.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 24/05/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="12.49" OriginalAmount="12.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.1987057" Longitude="105.8271708" StarRating="3" HotelCode="|446958" HotelName="Noi Bai Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="12.61" OriginalAmount="12.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.010809575644" Longitude="105.80627729458" StarRating="3" HotelCode="346263|1464088" HotelName="Sunny Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="12.64" OriginalAmount="12.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01922143" Longitude="105.80041242" StarRating="3" HotelCode="600513|3430565" HotelName="Dai Duong Ha Noi Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" 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="16" TotalAmount="12.79" OriginalAmount="12.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032530368132" Longitude="105.78981365188" StarRating="3" HotelCode="347507|1718378" HotelName="Home Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="16" TotalAmount="12.82" OriginalAmount="12.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.21871641" Longitude="105.80416895" StarRating="2" HotelCode="774011|3446475" HotelName="Coffe House Homestay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="12.90" OriginalAmount="12.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028537" Longitude="105.768595" StarRating="3" HotelCode="|421240" HotelName="Duc Long" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <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="94" TotalAmount="12.99" OriginalAmount="12.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0117732" Longitude="105.8518016" StarRating="2" HotelCode="|270662" HotelName="Oyo 518 Chariot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>235 Pho Hue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/6/6/2/270662_6bf3d531751.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.00" OriginalAmount="12.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01195614" Longitude="105.80709484" StarRating="2" HotelCode="615137|3430975" HotelName="ISTAY Hotel Apartment 6" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 26/05/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="16" TotalAmount="13.11" OriginalAmount="12.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02808352" Longitude="105.84297532" StarRating="3" HotelCode="586763|3435285" HotelName="Hanoi Bel Ami Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="94" TotalAmount="13.13" OriginalAmount="12.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0323804" Longitude="105.7980086" StarRating="3" HotelCode="|420318" HotelName="Victor Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="13.25" OriginalAmount="12.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03234232" Longitude="105.78990417" StarRating="3" HotelCode="471332|1937355" HotelName="One Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/05/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="13.26" OriginalAmount="12.87" MarkupRule="3.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="16" TotalAmount="13.37" OriginalAmount="12.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.218806306426" Longitude="105.78326697533" StarRating="2" HotelCode="227157|1801188" HotelName="Noi Bai Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/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="27" TotalAmount="13.39" OriginalAmount="13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02776677" Longitude="105.82361786" StarRating="3" HotelCode="958298|348522" HotelName="NYT Home Giang Vo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026">
        <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="27" TotalAmount="13.39" OriginalAmount="13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01202156" Longitude="105.776916" StarRating="3" HotelCode="554410|165398" HotelName="V-Studio Hotel Apartment 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="94" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03012" Longitude="105.83418" StarRating="3" HotelCode="|420625" HotelName="Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 Hang Chao Street, Cat Linh Ward, Dong Da District, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/6/2/5/420625_60cf15e1716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="13.39" OriginalAmount="13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|574211-25723533/1511579557795845938/1773" HotelName="PHUONG TRANG HOTEL HANOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21310000/21303400/21303347/eaad3290_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="13.39" OriginalAmount="13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|181516-25366820/1511579557795845938/2611" 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="83" TotalAmount="13.39" OriginalAmount="13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431824-27575912/1511579557795845938/3685" 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="13.39" OriginalAmount="13.00" MarkupRule="3.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 26/05/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="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029205879909" Longitude="105.84832904616" StarRating="2" HotelCode="306558|bluebell_hotel_2" HotelName="Bluebell Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/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="13.39" OriginalAmount="13.00" MarkupRule="3.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 23/05/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="13.39" OriginalAmount="13.00" MarkupRule="3.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="Non Refundable">
        <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="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01967218" Longitude="105.77794451" StarRating="2" HotelCode="621848|v_house_5_serviced_apartment" HotelName="Vinn Hotel Apartment 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/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="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03001883" Longitude="105.83450874" StarRating="2" HotelCode="609884|royal_hotel_99" HotelName="Royal Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/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="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.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 27/05/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="13.39" OriginalAmount="13.00" MarkupRule="3.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="Non Refundable">
        <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="94" TotalAmount="13.42" OriginalAmount="13.03" MarkupRule="3.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="94" TotalAmount="13.53" OriginalAmount="13.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035374" Longitude="105.810834" StarRating="0" HotelCode="|534153" HotelName="NB Apartment - Linh Lang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="13.53" OriginalAmount="13.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.002554" Longitude="105.802482" StarRating="0" HotelCode="|521710" HotelName="Quang Chung" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="13.54" OriginalAmount="13.15" MarkupRule="3.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="16" TotalAmount="13.55" OriginalAmount="13.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.21889398" Longitude="105.78331658" StarRating="3" HotelCode="374682|3473305" HotelName="Dragon Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/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="16" TotalAmount="13.57" OriginalAmount="13.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03262556" Longitude="105.79856656" StarRating="3" HotelCode="771333|3450585" HotelName="Victor Hotel Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="13.57" OriginalAmount="13.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00998" Longitude="105.80558" StarRating="3" HotelCode="|196430" HotelName="Hanz Sunny 2 Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="13.81" OriginalAmount="13.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03496704" Longitude="105.84820548" StarRating="3" HotelCode="587333|2302485" HotelName="New Vision Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="13.81" OriginalAmount="13.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.022298" Longitude="105.841623" StarRating="2" HotelCode="|523101" HotelName="Phuc Quy by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>149 D. Le Duan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/0/1/523101_bc54b240904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.83" OriginalAmount="13.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.21874" Longitude="105.78326" StarRating="2" HotelCode="|197836" HotelName="Noi Bai Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <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="94" TotalAmount="13.93" OriginalAmount="13.52" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="13.95" OriginalAmount="13.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03729" Longitude="105.85184" StarRating="3" HotelCode="|235636" HotelName="Winter Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="13.97" OriginalAmount="13.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.20473914" Longitude="105.83011748" StarRating="3" HotelCode="586954|3473425" HotelName="Anova Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="14.04" OriginalAmount="13.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0144173" Longitude="105.8651003" StarRating="3" HotelCode="|266308" HotelName="Riverside Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="14.16" OriginalAmount="13.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00353" Longitude="105.77971" StarRating="2" HotelCode="|537202" HotelName="Hoang Gia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="14.21" OriginalAmount="13.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0291" Longitude="105.84843" StarRating="0" HotelCode="|196813" HotelName="Especen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>28 Tho Xuong street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/1/3/196813_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.27" OriginalAmount="13.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00902384" Longitude="105.81241069" StarRating="3" HotelCode="772415|3475425" HotelName="Louisland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/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="94" TotalAmount="14.30" OriginalAmount="13.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0105817" Longitude="105.7768865" StarRating="3" HotelCode="|266428" HotelName="Istay Apartment 5" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="83" TotalAmount="14.42" OriginalAmount="14" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572651-25722701/1511579557795845938/2706" 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="83" TotalAmount="14.42" OriginalAmount="14" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431910-27576338/1511579557795845938/4202" 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="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034694539757" Longitude="105.85205830118" StarRating="1" HotelCode="119049|silver_legend_hanoi_hotel_2" HotelName="Hanoi Legend Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>47 Luong Ngoc Quyen Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/6b/ab6b8c998a818b479eb893041b48481c8f822cdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.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="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03621459" Longitude="105.85470274" StarRating="0" HotelCode="978772|cactus_homestay" HotelName="Cactus Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hong Ha So 4 Ngo 463, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa1da1afe01cdd43f5d1a25513a204d80121b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="975433|harmony_homestay_vintage_of_old_quarter" HotelName="Harmony Homestay Vintage Of Old Quarter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 Phat Loc Street, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/b6/19b6c00d0990502b86f75560d662b2ef913fc2bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.44" OriginalAmount="14.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01109794" Longitude="105.7763195" StarRating="3" HotelCode="600095|3428765" HotelName="ISTAY Hotel Apartment 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 30/05/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="14.47" OriginalAmount="14.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0349549" Longitude="105.8482385" StarRating="3" HotelCode="|266004" HotelName="Dream Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <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="16" TotalAmount="14.53" OriginalAmount="14.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01438059" Longitude="105.865176" StarRating="3" HotelCode="619378|3465695" HotelName="Riverside Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="14.54" OriginalAmount="14.12" MarkupRule="3.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="94" TotalAmount="14.54" OriginalAmount="14.12" MarkupRule="3.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="16" TotalAmount="14.57" OriginalAmount="14.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01713513" Longitude="105.77755274" StarRating="3" HotelCode="554405|3429085" HotelName="iStay Studio Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="14.65" OriginalAmount="14.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02316921" Longitude="105.82117445" StarRating="3" HotelCode="586864|3432305" HotelName="Blue Hanoi Inn Luxury Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/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="16" TotalAmount="14.69" OriginalAmount="14.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00353742" Longitude="105.77973739" StarRating="2" HotelCode="834180|3457805" HotelName="Hotel Hoang Gia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="14.71" OriginalAmount="14.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.219984" Longitude="105.783168" StarRating="3" HotelCode="|446952" HotelName="Hanz Duc Hieu 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="14.78" OriginalAmount="14.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.012412" Longitude="105.850427" StarRating="3" HotelCode="|421432" HotelName="Ohana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="14.84" OriginalAmount="14.41" MarkupRule="3.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="14.89" OriginalAmount="14.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.990857" Longitude="105.736768" StarRating="0" HotelCode="|521670" HotelName="Royal Duong Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="14.94" OriginalAmount="14.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02396" Longitude="105.82048" StarRating="0" HotelCode="|189219" HotelName="Blue 29" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="94" TotalAmount="15.07" OriginalAmount="14.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03477" Longitude="105.84739" StarRating="3" HotelCode="|189619" HotelName="Milton Boutique " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="15.09" OriginalAmount="14.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0290486" Longitude="105.7843614" StarRating="3" HotelCode="|460786" HotelName="Granda Central Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="15.10" OriginalAmount="14.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.065905" Longitude="105.825686" StarRating="0" HotelCode="|533892" HotelName="Westlake Emerald Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="15.17" OriginalAmount="14.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.036657" Longitude="105.8523193" StarRating="3" HotelCode="|270588" HotelName="Holiday Suites &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="15.21" OriginalAmount="14.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02212884" Longitude="105.77591518" StarRating="3" HotelCode="854580|3468795" HotelName="Khach San Viet My" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="15.30" OriginalAmount="14.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.026736" Longitude="105.836831" StarRating="0" HotelCode="|534892" HotelName="Van Mieu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="16" TotalAmount="15.31" OriginalAmount="14.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03623607" Longitude="105.85112177" StarRating="2" HotelCode="601108|3462445" HotelName="Hanoi Golden Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="16" TotalAmount="15.31" OriginalAmount="14.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="856254|3432655" HotelName="Anna Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="15.34" OriginalAmount="14.89" MarkupRule="3.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="15.36" OriginalAmount="14.91" MarkupRule="3.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="15.40" OriginalAmount="14.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.037373" Longitude="105.851431" StarRating="2" HotelCode="|84031" HotelName="Prince Ii" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="83" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572369-25722625/1511579557795845938/2055" 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="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573536-25723213/1511579557795845938/2639" 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="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899202-26133773/1511579557795845938/2839" 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="83" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|217236-25420459/1511579557795845938/4188" 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="15.45" OriginalAmount="15.00" MarkupRule="3.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 27/05/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="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.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 27/05/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="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.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="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.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 29/05/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="15.45" OriginalAmount="15.00" MarkupRule="3.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 25/05/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="15.45" OriginalAmount="15.00" MarkupRule="3.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 29/05/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="16" TotalAmount="15.55" OriginalAmount="15.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.023971881626" Longitude="105.82047271467" StarRating="2" HotelCode="347106|1759978" HotelName="Blue 29 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 27/05/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="16" TotalAmount="15.56" OriginalAmount="15.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01122291" Longitude="105.80396928" StarRating="3" HotelCode="600908|3476025" HotelName="Dai Duong Hotel 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment,Apartment,Apartment,Hotel,Hotel,Hotel,Hotel" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="15.58" OriginalAmount="15.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033994" Longitude="105.853379" StarRating="3" HotelCode="|420641" HotelName="Trang Trang Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="15.60" OriginalAmount="15.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.020098" Longitude="105.7781279" StarRating="0" HotelCode="|265874" HotelName="Istay Hotel Apartment 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="15.64" OriginalAmount="15.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03429" Longitude="105.85342" StarRating="0" HotelCode="|198311" HotelName="Golden Time 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="15.64" OriginalAmount="15.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031368" Longitude="105.852179" StarRating="2" HotelCode="|84074" HotelName="Lucky 2 and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="15.81" OriginalAmount="15.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0108831" Longitude="105.7951702" StarRating="3" HotelCode="|266608" HotelName="Blue Hanoi Inn City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <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="16" TotalAmount="15.85" OriginalAmount="15.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01909023914" Longitude="105.83548927242" StarRating="3" HotelCode="346708|1189548" HotelName="Van Mieu 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="94" TotalAmount="15.86" OriginalAmount="15.40" MarkupRule="3.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="94" TotalAmount="16.04" OriginalAmount="15.57" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="16.11" OriginalAmount="15.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031551" Longitude="105.8455557" StarRating="2" HotelCode="|265836" HotelName="Maison D' Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="94" TotalAmount="16.12" OriginalAmount="15.65" MarkupRule="3.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="16" TotalAmount="16.15" OriginalAmount="15.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03702721" Longitude="105.84802441" StarRating="3" HotelCode="753387|3462055" HotelName="Mayflower Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="16.20" OriginalAmount="15.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01959429" Longitude="105.77897856" StarRating="3" HotelCode="554400|3465435" HotelName="iStay Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="16" TotalAmount="16.21" OriginalAmount="15.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04334228" Longitude="105.86522568" StarRating="3" HotelCode="587337|3958825" HotelName="Sao Bang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/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="94" TotalAmount="16.26" OriginalAmount="15.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.014398" Longitude="105.863154" StarRating="3" HotelCode="|447064" HotelName="Golden 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="16.36" OriginalAmount="15.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0315609" Longitude="105.84553509" StarRating="3" HotelCode="594738|3449265" HotelName="Hanoi Pho Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="16" TotalAmount="16.36" OriginalAmount="15.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03633922" Longitude="105.85040421" StarRating="2" HotelCode="773586|3473115" HotelName="Hanoi Golden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="16" TotalAmount="16.40" OriginalAmount="15.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029093992861" Longitude="105.84934523313" StarRating="3" HotelCode="305345|1075498" HotelName="Splendid Star Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="16.42" OriginalAmount="15.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0299751" Longitude="105.848414" StarRating="3" HotelCode="|269941" HotelName="Serenity Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="16.48" OriginalAmount="16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03531903" Longitude="105.84549296" StarRating="3" HotelCode="631409|255755" HotelName="Hanoi Prime Center Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="83" TotalAmount="16.48" OriginalAmount="16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|345584-25535756/1511579557795845938/2573" HotelName="FAMILY TRANSIT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11550000/11541400/11541359/6137a25a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="16.48" OriginalAmount="16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|574019-25723439/1511579557795845938/3314" 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="16.48" OriginalAmount="16.00" MarkupRule="3.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 27/05/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="16.48" OriginalAmount="16.00" MarkupRule="3.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="16.48" OriginalAmount="16.00" MarkupRule="3.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 28/05/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="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.008689772061" Longitude="105.79691317407" StarRating="2" HotelCode="347799|bali_hotel_5" HotelName="Busan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>210 Tran Duy Hung, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/d0/60d02fd98e7b03722e96f4eabe2745ba2a8f0816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.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="16.48" OriginalAmount="16.00" MarkupRule="3.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 20/05/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="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.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 23/05/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="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031715098806" Longitude="105.84884047508" StarRating="2" HotelCode="904826|lucky_hotel_hang_hom_street_2" HotelName="Lucky 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Hang Hom Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3e/c43edff72e32cb5f902bda43eff0a965cae8dd53.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="94" TotalAmount="16.49" OriginalAmount="16.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.051381" Longitude="105.810988" StarRating="5" HotelCode="|446677" HotelName="Vnahomes Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="16.51" OriginalAmount="16.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.20459" Longitude="105.83108" StarRating="3" HotelCode="|232875" HotelName="New Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="16.56" OriginalAmount="16.08" MarkupRule="3.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="16.57" OriginalAmount="16.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028189" Longitude="105.8430959" StarRating="3" HotelCode="|419736" HotelName="Millennium Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="16.64" OriginalAmount="16.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.010824719787" Longitude="105.79513633812" StarRating="3" HotelCode="614489|3448145" HotelName="Blue Hanoi Inn City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="16.69" OriginalAmount="16.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035296736116" Longitude="105.85244698955" StarRating="3" HotelCode="421806|1111228" HotelName="Hanoi Elite Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="16.70" OriginalAmount="16.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032256" Longitude="105.850071" StarRating="2" HotelCode="|84043" HotelName="Il Divo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>08 TO TICH STREET, HOAN KIEM DISTRICT 08</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/4/3/84043_aeb94771342.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge), rooms with air-conditioning, a bath and computer. SITUATION: This hotel Hanoi it is in Close to Hoan Kiem Lake San Jose Cathedral la Seda the street shops, restaurants and leisure areas. ROOM: Each room has a balcony with views of the city, soundproofed windows, cable television and a mini-bar. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.71" OriginalAmount="16.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032599" Longitude="105.82755" StarRating="3" HotelCode="|534157" HotelName="NB APARTMENT - KIM MA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="16.77" OriginalAmount="16.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0289011" Longitude="105.8478454" StarRating="3" HotelCode="|266201" HotelName="Vision Premier and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="16.86" OriginalAmount="16.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0419842" Longitude="105.8466625" StarRating="3" HotelCode="|66168" HotelName="The Flower Boutique  and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="17.10" OriginalAmount="16.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028708" Longitude="105.845313" StarRating="2" HotelCode="|84026" HotelName="Urban Alley" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="17.14" OriginalAmount="16.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031635" Longitude="105.855839" StarRating="0" HotelCode="|84072" HotelName="Labevie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/05/2026">
        <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="16" TotalAmount="17.18" OriginalAmount="16.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.041984206031" Longitude="105.84666252136" StarRating="3" HotelCode="59861|825195" HotelName="Flower" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" 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="94" TotalAmount="17.27" OriginalAmount="16.77" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="17.31" OriginalAmount="16.81" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="94" TotalAmount="17.31" OriginalAmount="16.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03489" Longitude="105.853031" StarRating="3" HotelCode="|554766" HotelName="THE SILK GRAND PREMIUM HOTEL and SPA" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="17.36" OriginalAmount="16.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.185593" Longitude="105.783055" StarRating="0" HotelCode="|472279" HotelName="Me Linh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="17.45" OriginalAmount="16.94" MarkupRule="3.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="16" TotalAmount="17.46" OriginalAmount="16.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03390974" Longitude="105.79095495" StarRating="0" HotelCode="691043|3474785" 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="17.50" OriginalAmount="16.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.050791" Longitude="105.838521" StarRating="0" HotelCode="|536427" HotelName="MoonLight Tay Ho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="27" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.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 24/05/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="27" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033723" Longitude="105.855127" StarRating="3" HotelCode="905921|76394" HotelName="Hanoi Prince Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/05/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="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02810915" Longitude="105.84291932" StarRating="3" HotelCode="968990|348498" HotelName="Millennium Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="83" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|436220-25609991/1511579557795845938/1945" 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="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572456-25722645/1511579557795845938/2142" 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="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431838-27565814/1511579557795845938/3062" HotelName="HANOI HIDDEN GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91990000/91981100/91981003/00d17cc7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|436247-32721224/1511579557795845938/3093" 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="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032089830396" Longitude="105.85550173989" StarRating="3" HotelCode="119188|golden_orchid_hotel_2" HotelName="Labevie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/05/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="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.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 24/05/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="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029012362776" Longitude="105.84785414749" StarRating="2" HotelCode="347068|hanoi_new_hotel" HotelName="Vision Premier Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/05/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="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.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 20/05/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="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.20482059" Longitude="105.83108949" StarRating="3" HotelCode="518272|new_airport_hotel_2" HotelName="New Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotels,Hotel" CnxPolicy="Free CXL until 27/05/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="17.51" OriginalAmount="17.00" MarkupRule="3.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="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03294023" Longitude="105.78858224" StarRating="3" HotelCode="856402|nature_hotel_3" HotelName="Nature Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/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="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.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 27/05/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="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.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 27/05/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="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.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 25/05/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="17.51" OriginalAmount="17.00" MarkupRule="3.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 27/05/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="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.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 24/05/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="17.51" OriginalAmount="17.00" MarkupRule="3.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 26/05/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="16" TotalAmount="17.54" OriginalAmount="17.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01625145" Longitude="105.82189999" StarRating="3" HotelCode="853428|3441965" HotelName="Soleil Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>28 Hoang Cau Street, Lane 95, O Cho Dua Ward, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ef/5def6cb169989427d88e5cc9282689bc3ba086d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.54" OriginalAmount="17.03" MarkupRule="3.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="Free CXL until 27/05/2026">
        <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="17.55" OriginalAmount="17.04" MarkupRule="3.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="16" TotalAmount="17.66" OriginalAmount="17.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00504405" Longitude="105.80095409" StarRating="3" HotelCode="754818|3959075" HotelName="Vy House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="17.69" OriginalAmount="17.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01472" Longitude="105.80072" StarRating="3" HotelCode="|240309" HotelName="Granda Trung Hoa Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 35, Lane 2, Trung Kinh street, Trung Hoa ward, Cau Giay district,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/3/0/9/240309_20.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.74" OriginalAmount="17.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.078792" Longitude="105.81832" StarRating="0" HotelCode="|524688" HotelName="JOY APARTMENT TAY HO" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="17.79" OriginalAmount="17.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03525" Longitude="105.82155" StarRating="2" HotelCode="|196390" HotelName="A25 - Doi Can 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>379/25/8 Doi Can, Lieu Giai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/3/9/0/196390_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.92" OriginalAmount="17.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033701467317" Longitude="105.84756785323" StarRating="3" HotelCode="346581|1111248" HotelName="Little Hanoi Diamond Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="17.97" OriginalAmount="17.45" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="94" TotalAmount="17.97" OriginalAmount="17.45" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="18.00" OriginalAmount="17.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03596" Longitude="105.84767" StarRating="3" HotelCode="|420333" HotelName="Antique Angel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <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="18.05" OriginalAmount="17.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.052267" Longitude="105.83857" StarRating="3" HotelCode="|420918" HotelName="The Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="16" TotalAmount="18.12" OriginalAmount="17.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032504036669" Longitude="105.85386963554" StarRating="3" HotelCode="268112|3466255" HotelName="Rising Dragon Legend Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="18.18" OriginalAmount="17.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.2028" Longitude="105.8321" StarRating="3" HotelCode="435850|2512995" 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="94" TotalAmount="18.21" OriginalAmount="17.68" MarkupRule="3.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="Free CXL until 31/05/2026">
        <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="18.22" OriginalAmount="17.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0356306" Longitude="105.7719254" StarRating="3" HotelCode="|264602" HotelName="Bounty" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/05/2026">
        <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="18.26" OriginalAmount="17.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.040202" Longitude="105.867097" StarRating="0" HotelCode="|266988" HotelName="Phuong Trang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="18.26" OriginalAmount="17.73" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="18.31" OriginalAmount="17.78" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="16" TotalAmount="18.36" OriginalAmount="17.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.05227335" Longitude="105.83862903" StarRating="2" HotelCode="572152|3445475" HotelName="The Royal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="27" TotalAmount="18.54" OriginalAmount="18" MarkupRule="3.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 28/05/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="83" TotalAmount="18.54" OriginalAmount="18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|579272-25726021/1511579557795845938/345" 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="83" TotalAmount="18.54" OriginalAmount="18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217548-25420735/1511579557795845938/346" 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="83" TotalAmount="18.54" OriginalAmount="18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|243572-25459772/1511579557795845938/1161" 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="18.54" OriginalAmount="18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215757-25419153/1511579557795845938/2033" 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="18.54" OriginalAmount="18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573425-25723165/1511579557795845938/2418" 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="18.54" OriginalAmount="18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1264906-26611366/1511579557795845938/3358" 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="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035045487656" Longitude="105.84693037589" StarRating="3" HotelCode="171251|hanoi_triumphal_hotel" HotelName="Hanoi Starlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/05/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="18.54" OriginalAmount="18.00" MarkupRule="3.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 28/05/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="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00899392187" Longitude="105.83898017791" StarRating="2" HotelCode="372650|hoa_hong_2_hotel" HotelName="Hoa Hong Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/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="18.54" OriginalAmount="18.00" MarkupRule="3.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 27/05/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="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.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 22/05/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="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.07957597" Longitude="105.8167694" StarRating="3" HotelCode="774079|westlake_tay_ho_hotel" HotelName="Westlake Tay Ho Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/05/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="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.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 29/05/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="18.54" OriginalAmount="18.00" MarkupRule="3.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="Free CXL until 28/05/2026" 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="18.54" OriginalAmount="18.00" MarkupRule="3.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 29/05/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="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.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 27/05/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="18.62" OriginalAmount="18.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032625" Longitude="105.791412" StarRating="0" HotelCode="|521696" HotelName="Nature" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="18.62" OriginalAmount="18.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03161" Longitude="105.8512" StarRating="2" HotelCode="|198527" HotelName="Little Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="18.64" OriginalAmount="18.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.009708112475" Longitude="105.84905379749" StarRating="2" HotelCode="227151|3441055" HotelName="My Lan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 28/05/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="16" TotalAmount="18.67" OriginalAmount="18.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033557716706" Longitude="105.76982816896" StarRating="3" HotelCode="434819|3451465" HotelName="Bounty Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="18.72" OriginalAmount="18.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02925704" Longitude="105.84634929" StarRating="3" HotelCode="376062|3475645" HotelName="Hanoi Lotus Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 24/05/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="94" TotalAmount="18.72" OriginalAmount="18.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03558" Longitude="105.84712" StarRating="4" HotelCode="|523207" HotelName="Hanoi Siva Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Hang Ga, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/2/0/7/523207_574e69c1135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.73" OriginalAmount="18.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0171617" Longitude="105.7939786" StarRating="3" HotelCode="|266434" HotelName="Yolowa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="18.74" OriginalAmount="18.19" MarkupRule="3.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="18.80" OriginalAmount="18.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0289381" Longitude="105.7688616" StarRating="3" HotelCode="|420919" HotelName="Dlmos Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="18.83" OriginalAmount="18.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.061577" Longitude="105.808937" StarRating="3" HotelCode="|178756" HotelName="Sunset Westlake Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="18.93" OriginalAmount="18.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03372935489" Longitude="105.84740091861" StarRating="1" HotelCode="397049|2271855" HotelName="La Vision Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="18.96" OriginalAmount="18.41" MarkupRule="3.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="18.98" OriginalAmount="18.43" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="18.98" OriginalAmount="18.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0142169" Longitude="105.8146933" StarRating="3" HotelCode="|270071" HotelName="Hacinco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="19.01" OriginalAmount="18.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.037791709731" Longitude="105.80947110783" StarRating="2" HotelCode="346903|1768848" HotelName="A25 Hotel Alley 379 Doi Can" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>379 Doi Can Street, 25/8 Alley, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/46/ee46e22c8ed9d8ced385022d3d1f9911e06f5418.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.03" OriginalAmount="18.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02887" Longitude="105.84774" StarRating="0" HotelCode="|189493" HotelName="Hanoi New " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <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="19.03" OriginalAmount="18.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.041923" Longitude="105.846734" StarRating="2" HotelCode="|522064" HotelName="Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="19.04" OriginalAmount="18.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.010519" Longitude="105.803429" StarRating="3" HotelCode="|421708" HotelName="Dinh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="19.10" OriginalAmount="18.54" MarkupRule="3.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="94" TotalAmount="19.17" OriginalAmount="18.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030269" Longitude="105.84847" StarRating="3" HotelCode="|153961" HotelName="Phoenix Legend" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="19.18" OriginalAmount="18.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02910104" Longitude="105.76883438" StarRating="3" HotelCode="781323|3448275" HotelName="Dlmos Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="19.19" OriginalAmount="18.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0290877" Longitude="105.8488978" StarRating="3" HotelCode="|419214" HotelName="Galliot Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="19.23" OriginalAmount="18.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.99720193" Longitude="105.81686106" StarRating="2" HotelCode="538540|3459135" HotelName="Amore Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="19.28" OriginalAmount="18.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029241" Longitude="105.848821" StarRating="3" HotelCode="|84058" HotelName="Victory Legend &amp; Spa " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <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="16" TotalAmount="19.29" OriginalAmount="18.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02769437" Longitude="105.85121721" StarRating="3" HotelCode="439833|3455495" HotelName="Little Hanoi Hostel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/05/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="94" TotalAmount="19.30" OriginalAmount="18.74" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="16" TotalAmount="19.31" OriginalAmount="18.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034750508884" Longitude="105.81070353519" StarRating="2" HotelCode="347202|1239898" HotelName="Apec 1 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="19.33" OriginalAmount="18.77" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="19.34" OriginalAmount="18.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.014718" Longitude="105.7803744" StarRating="3" HotelCode="|332151" HotelName="Brilliant Me Tri" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="19.41" OriginalAmount="18.84" MarkupRule="3.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="Free CXL until 21/05/2026">
        <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="19.43" OriginalAmount="18.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03244" Longitude="105.85382" StarRating="3" HotelCode="|189398" HotelName="Hanoi Central Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Be Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/3/9/8/189398_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.44" OriginalAmount="18.87" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="16" TotalAmount="19.46" OriginalAmount="18.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03144286" Longitude="105.79122535" StarRating="3" HotelCode="587715|3471995" HotelName="Poonsa Truong Cong Giai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/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="16" TotalAmount="19.50" OriginalAmount="18.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01765689" Longitude="105.77799252" StarRating="3" HotelCode="586806|3462065" HotelName="Suji Hotel My Dinh" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/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="19.50" OriginalAmount="18.93" MarkupRule="3.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="27" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.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 28/05/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="19.57" OriginalAmount="19" MarkupRule="3.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 28/05/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="27" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02908727" Longitude="105.82846067" StarRating="3" HotelCode="830721|348520" HotelName="Nyt Home Giang Vo 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>35 Cat Linh, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/6b/6f6b67bf7bf9b72a36637d3f804dff72f77f3d46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898660-26132865/1511579557795845938/2387" HotelName="ANNA  AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33450000/33448000/33447924/7475390d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898905-26133255/1511579557795845938/3372" HotelName="KHACH SAN SAO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36310000/36308600/36308590/e49d1e25_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431870-27566638/1511579557795845938/3712" 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="83" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431844-27576806/1511579557795845938/3873" 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="83" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574262-25723559/1511579557795845938/4153" 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="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029066" Longitude="105.848601" StarRating="2" HotelCode="119071|hanoi_ciao_hotel" HotelName="Hanoi Vision Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/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="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028161" Longitude="105.848046" StarRating="3" HotelCode="89659|impressive_boutique_hotel" HotelName="Impressive Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/05/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="19.57" OriginalAmount="19.00" MarkupRule="3.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 29/05/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="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.06679641" Longitude="105.81059131" StarRating="2" HotelCode="595777|thai_hoa_hotel" HotelName="Thai Hoa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Alley 603 L?c Long Quan, Xuan La ward, Hanoi, Tay Ho</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/9f/4c9f4d798b050002c479931fcfe24aa6de5c43ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.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 27/05/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="19.57" OriginalAmount="19.00" MarkupRule="3.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 30/05/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="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02955253" Longitude="105.84868177" StarRating="3" HotelCode="773993|hanoi_hanvet_hotel" 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="19.57" OriginalAmount="19.00" MarkupRule="3.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 20/05/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="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="877566|banana_inn_hostel" HotelName="Hanoi Banana Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>38 Hàng Giay</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/8b/ca8bb632030dc12a4ceb8c3036c8e97ba27b2bbb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.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 24/05/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="19.57" OriginalAmount="19.00" MarkupRule="3.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 29/05/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="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.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 27/05/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="19.57" OriginalAmount="19.00" MarkupRule="3.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 29/05/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="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.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="94" TotalAmount="19.63" OriginalAmount="19.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0333" Longitude="105.78771" StarRating="3" HotelCode="|419851" HotelName="Granda Suites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="94" TotalAmount="19.65" OriginalAmount="19.08" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="94" TotalAmount="19.66" OriginalAmount="19.09" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="16" TotalAmount="19.67" OriginalAmount="19.1" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01051775" Longitude="105.80342801" StarRating="3" HotelCode="853771|3441895" HotelName="Dinh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="19.67" OriginalAmount="19.10" MarkupRule="3.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="16" TotalAmount="19.69" OriginalAmount="19.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.009712412775" Longitude="105.81908149718" StarRating="3" HotelCode="346373|3468375" HotelName="Hacinco Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="19.77" OriginalAmount="19.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03786591" Longitude="105.81331675" StarRating="2" HotelCode="825702|1753108" HotelName="A25 Hotel 26B Allay 379 Doi Can" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/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="19.86" OriginalAmount="19.28" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="19.88" OriginalAmount="19.30" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="16" TotalAmount="19.92" OriginalAmount="19.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.99904211" Longitude="105.85037842" StarRating="2" HotelCode="554557|3432805" HotelName="A25 Hotel 221 Bach Mai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" 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="20.01" OriginalAmount="19.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0325176" Longitude="105.8538803" StarRating="3" HotelCode="|189721" HotelName="Rising Dragon Legend" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="20.03" OriginalAmount="19.45" MarkupRule="3.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="20.04" OriginalAmount="19.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0340048" Longitude="105.8469334" StarRating="3" HotelCode="|189403" HotelName="Hanoi City Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="20.05" OriginalAmount="19.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01466046" Longitude="105.78046187" StarRating="3" HotelCode="621939|3466465" HotelName="Blubiz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="20.06" OriginalAmount="19.48" MarkupRule="3.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="94" TotalAmount="20.14" OriginalAmount="19.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0245" Longitude="105.846" StarRating="3" HotelCode="|420926" HotelName="Little Anh House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>6A Ngo 67 Ly Thuong Kiet Tran Hung Dao Hoang Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/2/6/420926_e4b33001652.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.22" OriginalAmount="19.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03344" Longitude="105.85265" StarRating="3" HotelCode="|189732" HotelName="Skyline Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <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="20.27" OriginalAmount="19.68" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="94" TotalAmount="20.28" OriginalAmount="19.69" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="20.39" OriginalAmount="19.80" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="94" TotalAmount="20.39" OriginalAmount="19.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03216" Longitude="105.85341" StarRating="3" HotelCode="|240630" HotelName="Trang Trang Premium" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="20.41" OriginalAmount="19.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032742" Longitude="105.847767" StarRating="3" HotelCode="|419809" HotelName="Hanoi Gatsby" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="20.50" OriginalAmount="19.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03498" Longitude="105.84763" StarRating="3" HotelCode="|189204" HotelName="Golden Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <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="16" TotalAmount="20.53" OriginalAmount="19.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00979041" Longitude="105.86076144" StarRating="2" HotelCode="764620|3447585" HotelName="A25 Hotel 187 Lo Duc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <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="20.53" OriginalAmount="19.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03216" Longitude="105.84684" StarRating="3" HotelCode="|189200" HotelName="Ambassador Hanoi  and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="20.58" OriginalAmount="19.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03394" Longitude="105.84939" StarRating="3" HotelCode="|189744" HotelName="La Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <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="94" TotalAmount="20.59" OriginalAmount="19.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03231" Longitude="105.85383" StarRating="0" HotelCode="|189793" HotelName="Wild Lotus - Hang Be" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="83" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899440-26134071/1511579557795845938/373" 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="83" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|268494-25492236/1511579557795845938/1333" 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="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898998-26133417/1511579557795845938/3667" 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="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.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 27/05/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="20.60" OriginalAmount="20.00" MarkupRule="3.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 20/05/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="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.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 26/05/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="20.60" OriginalAmount="20.00" MarkupRule="3.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/05/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="20.60" OriginalAmount="20.00" MarkupRule="3.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 24/05/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="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0320087" Longitude="105.76645298" StarRating="0" HotelCode="971239|kings_hotel_24" HotelName="King's Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A14, BT1 Bui Xuan Phai, My Dinh 2, Nam Tu Liem, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/9a/6d9a8e4cf9d63629eae76b05c64eaa328a515321.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032227818673" Longitude="105.84694448183" StarRating="3" HotelCode="916024|art_hotel_hanoi" HotelName="Hanoi Trendy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/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="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.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 26/05/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="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.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 27/05/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="20.62" OriginalAmount="20.02" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="20.69" OriginalAmount="20.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02967" Longitude="105.84399" StarRating="3" HotelCode="|235450" HotelName="Hanoi Lele and Frog" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="20.71" OriginalAmount="20.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0154044" Longitude="105.8004531" StarRating="3" HotelCode="|532757" HotelName="AandD Luxury 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="20.74" OriginalAmount="20.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03199562" Longitude="105.85558651" StarRating="2" HotelCode="587406|3443255" HotelName="Hanoi Stella Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="94" TotalAmount="20.81" OriginalAmount="20.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0183" Longitude="105.8" StarRating="3" HotelCode="|421216" HotelName="Rosa Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="20.84" OriginalAmount="20.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030403" Longitude="105.815491" StarRating="3" HotelCode="|420934" HotelName="La Batisse Kim Ma" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="20.86" OriginalAmount="20.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03153056" Longitude="105.78836693" StarRating="3" HotelCode="597326|3443265" HotelName="Poonsa Tran Thai Tong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Lo D2/D6 Tran Thai Tong, Dich Vong, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/1c/7f1c82bbab5286991f2c17f186bac4eb07096192.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.87" OriginalAmount="20.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.219118" Longitude="105.783205" StarRating="0" HotelCode="|554775" HotelName="Grand Dragon Noi Bai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="20.96" OriginalAmount="20.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0356278" Longitude="105.7952494" StarRating="3" HotelCode="|422121" HotelName="London and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="94" TotalAmount="20.97" OriginalAmount="20.36" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="16" TotalAmount="20.98" OriginalAmount="20.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03390689" Longitude="105.8470162" StarRating="2" HotelCode="421813|3443225" HotelName="Hanoi City Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="21.00" OriginalAmount="20.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034980899545" Longitude="105.84772432892" StarRating="3" HotelCode="309513|1177328" HotelName="Golden Art Trendy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="21.01" OriginalAmount="20.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03217" Longitude="105.84818" StarRating="3" HotelCode="|232318" HotelName="Golden Moon Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>12A Hang Manh Street Hoan Kiem District Hanoi 10000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/1/8/232318_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.04" OriginalAmount="20.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04303824" Longitude="105.84189904" StarRating="2" HotelCode="346891|1753398" HotelName="A25 Hotel 46 Chau Long" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Chau Long, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/492221/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.09" OriginalAmount="20.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0364416" Longitude="105.85266459" StarRating="3" HotelCode="421819|3473535" HotelName="Atrium Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/05/2026" 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="94" TotalAmount="21.12" OriginalAmount="20.50" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="16" TotalAmount="21.14" OriginalAmount="20.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03478597075" Longitude="105.85274132788" StarRating="2" HotelCode="309523|1111298" HotelName="Hanoi Discovery Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/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="16" TotalAmount="21.21" OriginalAmount="20.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032071068806" Longitude="105.84811819263" StarRating="3" HotelCode="435909|3446035" HotelName="Golden Moon Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/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="21.21" OriginalAmount="20.59" MarkupRule="3.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="21.33" OriginalAmount="20.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0334" Longitude="105.854" StarRating="3" HotelCode="|420921" HotelName="Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="21.33" OriginalAmount="20.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03119" Longitude="105.79138" StarRating="3" HotelCode="|238433" HotelName="Poonsa Cau Giay and Serviced Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <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="21.40" OriginalAmount="20.78" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="16" TotalAmount="21.47" OriginalAmount="20.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04563894" Longitude="105.8419765" StarRating="3" HotelCode="771355|3432435" HotelName="A25 Truc Bach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <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="16" TotalAmount="21.53" OriginalAmount="20.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0268971" Longitude="105.8399964" StarRating="1" HotelCode="346250|1733288" HotelName="A25 Hotel 28 Tran Quy Cap" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" 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="94" TotalAmount="21.53" OriginalAmount="20.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.99255" Longitude="105.942362" StarRating="0" HotelCode="|521745" HotelName="Armin Homes 2BR Vinhomes Ocean Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>S2.09 - Vinhomes Ocean Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/7/4/5/521745_5a8ea981134.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.61" OriginalAmount="20.98" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="27" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.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="Free CXL until 23/05/2026" 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="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|593141-25742405/1511579557795845938/404" 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="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574448-25723655/1511579557795845938/435" 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="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1085747-26343786/1511579557795845938/2326" HotelName="CAMELLIA HOMESTAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/44000000/43990000/43980700/43980601/920ba975_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215175-25418659/1511579557795845938/2976" HotelName="A25 DOI CAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9625200/9625195/7e5405e5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1085820-26343906/1511579557795845938/2995" HotelName="BANANA INN HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45510000/45502600/45502541/f9045529_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431799-27569696/1511579557795845938/3101" HotelName="139 P. LO DUC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99340000/99338600/99338541/1102b0d2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.996163" Longitude="-78.506879" StarRating="2" HotelCode="0|243547-25459744/1511579557795845938/3359" 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="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|216674-32719756/1511579557795845938/3379" 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="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217327-25420565/1511579557795845938/3952" 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="21.63" OriginalAmount="21.00" MarkupRule="3.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 21/05/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="21.63" OriginalAmount="21.00" MarkupRule="3.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 28/05/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="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.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="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.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 28/05/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="21.63" OriginalAmount="21.00" MarkupRule="3.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 27/05/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="21.63" OriginalAmount="21.00" MarkupRule="3.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="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="21.63" OriginalAmount="21.00" MarkupRule="3.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 22/05/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="21.63" OriginalAmount="21.00" MarkupRule="3.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 28/05/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="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.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 27/05/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="21.63" OriginalAmount="21.00" MarkupRule="3.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="21.63" OriginalAmount="21.00" MarkupRule="3.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="Non Refundable" 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="21.63" OriginalAmount="21.00" MarkupRule="3.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 23/05/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="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.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 28/05/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="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.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 28/05/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="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.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 29/05/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="21.63" OriginalAmount="21.00" MarkupRule="3.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 29/05/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="21.63" OriginalAmount="21.00" MarkupRule="3.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 27/05/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="21.70" OriginalAmount="21.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032316" Longitude="105.845668" StarRating="0" HotelCode="|83996" HotelName="Hanoi Posh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <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="21.74" OriginalAmount="21.11" MarkupRule="3.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="94" TotalAmount="21.85" OriginalAmount="21.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.042451" Longitude="105.842635" StarRating="0" HotelCode="|552640" HotelName="Wil\'que" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="21.86" OriginalAmount="21.22" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="94" TotalAmount="21.87" OriginalAmount="21.23" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="94" TotalAmount="22.05" OriginalAmount="21.41" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="22.13" OriginalAmount="21.49" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="22.14" OriginalAmount="21.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04276" Longitude="105.80526" StarRating="4" HotelCode="|197755" HotelName="Riverside Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="22.16" OriginalAmount="21.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031615" Longitude="105.850632" StarRating="3" HotelCode="192542|1111388" HotelName="Hanoi Morning Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/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="22.21" OriginalAmount="21.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0351" Longitude="105.84819" StarRating="0" HotelCode="|189390" HotelName="Hanoi Asia Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="22.36" OriginalAmount="21.71" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="22.40" OriginalAmount="21.75" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="22.42" OriginalAmount="21.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032734" Longitude="105.791078" StarRating="3" HotelCode="|419838" HotelName="22Land Classic Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="22.44" OriginalAmount="21.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.037026761636" Longitude="105.85230615289" StarRating="2" HotelCode="268120|1237158" 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="94" TotalAmount="22.48" OriginalAmount="21.83" MarkupRule="3.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="16" TotalAmount="22.51" OriginalAmount="21.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01324235" Longitude="105.85093124" StarRating="2" HotelCode="624214|3456435" HotelName="A25 Hotel 80 Mai Hac De" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" 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="16" TotalAmount="22.56" OriginalAmount="21.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03766566" Longitude="105.80105636" StarRating="3" HotelCode="619827|3461265" HotelName="Royal St Hanoi Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="22.61" OriginalAmount="21.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0339648" Longitude="105.8511962" StarRating="3" HotelCode="|66237" HotelName="Hanoi Silver" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88 HANG BAC STR, HOAN KIEM DIST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/2/3/7/66237_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It has excellent transport links to the cultural area and the shopping area. ROOM: The establishment has comfortable standard deluxe rooms rooms, suites, with an air-conditioning system, a satellite TV and internet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.61" OriginalAmount="21.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0345319" Longitude="105.8150876" StarRating="0" HotelCode="|265210" HotelName="Canary Hotel and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="22.61" OriginalAmount="21.95" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="94" TotalAmount="22.62" OriginalAmount="21.96" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="16" TotalAmount="22.65" OriginalAmount="21.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03452864" Longitude="105.81513081" StarRating="3" HotelCode="755604|3450485" HotelName="Canary Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="22.65" OriginalAmount="21.99" MarkupRule="3.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="Free CXL until 25/05/2026">
        <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="27" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032389877635" Longitude="105.85383873189" StarRating="3" HotelCode="935738|83879" HotelName="Au Coeur Hanoi Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" 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="27" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.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 28/05/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="83" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|168027-25335239/1511579557795845938/1733" HotelName="PRINCE TO TICH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5100000/5091700/5091625/17d82cfc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|358535-25545275/1511579557795845938/2280" HotelName="LOTUS BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12750000/12747600/12747548/7ba0cbeb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|293666-25506029/1511579557795845938/2472" 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="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.344675" Longitude="33.243893" StarRating="2" HotelCode="0|436037-25609897/1511579557795845938/2757" 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="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431818-27569173/1511579557795845938/3647" 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="83" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.4937228" Longitude="-91.997922" StarRating="2" HotelCode="0|243512-25459714/1511579557795845938/3670" HotelName="SERENDIPITY" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1350 Southridge PKWY, Heber Springs, 72543, AR, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4620000/4612000/4611957/dcb310ed_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 79. Suites: 45. Single-bedded accommodations: 34. Double bedrooms: 45. Smoking rooms: 0. Nonsmoking rooms: 79. Physically challenged rooms: 5. Floors: 4. 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- Welcome to the Holiday Inn Express &amp;amp; Suites Heber Springs. Nestled in the Foothills of the Ozarks, where the mountains meet the Greers Ferry Lake &amp;amp; the Little Red River you will find the Holiday Inn Express &amp;amp; Suites of Heber Springs. Our hotel is conveniently located at the intersection of Hwy 25 &amp;amp; Hwy 110, just minutes from downtown Heber Springs.  The Holiday Inn Express &amp;amp; Suites of Heber Springs is the ideal stay for all business and leisure travelers. Enjoy our beautiful scenic locations ranging from nature hiking trails of Sugarloaf Mountain, Collins Creek and JFK Overlook; to the well-known fishing locations on the Little Red River and Greers Ferry Lake. For guests looking for a fun family oriented day, Heber Springs offers two local marinas, Damsite Marina and Heber Springs Marina. Located just outside of Heber Springs, are two primary golf courses, Red Apple and Tannenbaum. Recently opened, the Heber Springs Community Center offers many sporting activities the historic downtown area is known for its wide variety of local shops and galleries. For guests traveling to Heber Springs on business, the hotel is situated between the town's major corporations: Heber Springs Industrial Park, TIGG Corp., ExxonMobil, Defiance Metal Products, &amp;amp; ASU Heber Springs. Stay connected through our free high speed wireless internet along with our 24-hour business center.. Onsite facilities information- ParkingProperty was built in 2011. Property was renovated in 2020. Hotel Currency: USD. Additional Addresses: Other: 1350 Southridge PKWY, Heber Springs, 72543, AR, US. Additional Phone Numbers: Fax - Other: 15018879501. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431865-27575528/1511579557795845938/3901" 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="83" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431915-27567626/1511579557795845938/4333" 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="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033958240669" Longitude="105.85169434547" StarRating="3" HotelCode="169666|monsieur_d_hang_bac_hanoi_vietnam" 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="22.66" OriginalAmount="22.00" MarkupRule="3.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="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.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 28/05/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="22.66" OriginalAmount="22.00" MarkupRule="3.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="22.66" OriginalAmount="22.00" MarkupRule="3.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="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01831176" Longitude="105.84747582" StarRating="3" HotelCode="780940|adonis_hotel_16" HotelName="Adonis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/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="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03400321" Longitude="105.81508854" StarRating="3" HotelCode="866305|fukurai_boutique_apartments_ha_noi" HotelName="Fukurai Boutique Apartments Ha Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026">
        <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="22.66" OriginalAmount="22.00" MarkupRule="3.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 24/05/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="22.66" OriginalAmount="22.00" MarkupRule="3.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 25/05/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="22.67" OriginalAmount="22.01" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="22.69" OriginalAmount="22.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03148" Longitude="105.84543" StarRating="3" HotelCode="|84002" HotelName="Spoon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 NGUYEN VAN TO STR., HOAN KIEM DIST 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/0/2/84002_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is an ideal place for relaxing. SITUATION: This hotel is in the historic centre of Hanoi, close to tourist points of interest, the Hoan Kiem Lake and the opera. It is 3 kilometres away from the railway station. 35 kilometres away, you can find Bai Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.76" OriginalAmount="22.10" MarkupRule="3.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="Non Refundable" 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="16" TotalAmount="22.79" OriginalAmount="22.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04016571" Longitude="105.84821497" StarRating="3" HotelCode="614597|3453445" HotelName="Hanoi Genial Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/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="16" TotalAmount="22.81" OriginalAmount="22.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031507590595" Longitude="105.84553297086" StarRating="3" HotelCode="186268|960895" HotelName="Spoon Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="22.93" OriginalAmount="22.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02508" Longitude="105.8415" StarRating="2" HotelCode="|189614" HotelName="Mango  Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>118 Le Duan Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/6/1/4/189614_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.94" OriginalAmount="22.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03275" Longitude="105.85012" StarRating="3" HotelCode="|189412" HotelName="Parklane Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="22.94" OriginalAmount="22.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03292" Longitude="105.7725" StarRating="3" HotelCode="|234161" HotelName="Au Viet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="22.95" OriginalAmount="22.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03572105" Longitude="105.85148053" StarRating="3" HotelCode="774001|3442915" HotelName="Golden Sail Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/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="94" TotalAmount="23.01" OriginalAmount="22.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0347926" Longitude="105.8450585" StarRating="3" HotelCode="|338417" HotelName="My Moon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <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="94" TotalAmount="23.02" OriginalAmount="22.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02942" Longitude="105.83426" StarRating="3" HotelCode="|84037" HotelName="Hanoi Emotion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>HANG BOT STREET, DONG DA DISTRICT 26-28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/3/7/84037_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a transfer service and a restaurant. The establishment it offers excursions and guided tours. The establishment boasts a car hire service, bicycle rental and motorbike hire. SITUATION: This boutique hotel Hanoi it is in it is in Hang Bot the street el templo de la literatura next to the establishment, guests will find the establishment, la Pagoda del Pilar Ãšnico it is 800 metres away from Hoan Kiem Lake it is 8 minutes drive away from el mausoleo de Ho Chi Minh 850 metres away, guests will find. ROOM: All the rooms have an air-conditioning system, a mini-bar, a hairdryer and a writing desk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.06" OriginalAmount="22.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01802521" Longitude="105.84738543" StarRating="2" HotelCode="554558|3450535" HotelName="A25 Hotel 57 Quang Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/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="23.07" OriginalAmount="22.40" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="94" TotalAmount="23.07" OriginalAmount="22.40" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="16" TotalAmount="23.10" OriginalAmount="22.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="1" HotelCode="766043|3450875" HotelName="A25 Tran Thai Tong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <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="16" TotalAmount="23.15" OriginalAmount="22.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.042575929063" Longitude="105.80512551409" StarRating="4" HotelCode="346953|1198688" HotelName="Riverside Hanoi hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="23.15" OriginalAmount="22.48" MarkupRule="3.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="23.21" OriginalAmount="22.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033193" Longitude="105.850236" StarRating="3" HotelCode="|420770" HotelName="Nexy Living" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>28 Luong Van Can, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/7/7/0/420770_93a32af1707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.23" OriginalAmount="22.55" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="23.26" OriginalAmount="22.58" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="94" TotalAmount="23.36" OriginalAmount="22.68" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="16" TotalAmount="23.39" OriginalAmount="22.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031688" Longitude="105.849677" StarRating="3" HotelCode="186954|1074808" 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="23.46" OriginalAmount="22.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00804" Longitude="105.838637" StarRating="3" HotelCode="|521758" HotelName="Kim Lien-7 Dao Duy Anh- Bay Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P. Dao Duy Anh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/7/5/8/521758_61dabbb1141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.46" OriginalAmount="22.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01334" Longitude="105.85103" StarRating="2" HotelCode="|235452" HotelName="Blue Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="23.48" OriginalAmount="22.80" MarkupRule="3.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 28/05/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="94" TotalAmount="23.51" OriginalAmount="22.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.040169" Longitude="105.848246" StarRating="3" HotelCode="|240148" HotelName="Hanoi Genial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <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="23.51" OriginalAmount="22.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03281" Longitude="105.85042" StarRating="3" HotelCode="|189472" HotelName="Hanoi Golden River " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="23.51" OriginalAmount="22.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03637" Longitude="105.84709" StarRating="3" HotelCode="|189785" HotelName="Tu Linh Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="16" TotalAmount="23.57" OriginalAmount="22.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032782794413" Longitude="105.85007149856" StarRating="3" HotelCode="347272|1240328" HotelName="Hanoi Focus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/05/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="23.60" OriginalAmount="22.91" MarkupRule="3.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="16" TotalAmount="23.61" OriginalAmount="22.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03300679" Longitude="105.77240664" StarRating="3" HotelCode="488555|2240515" HotelName="Au Viet Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="23.63" OriginalAmount="22.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032607" Longitude="105.809227" StarRating="2" HotelCode="|524627" HotelName="Ruby Serviced Apartment Phan Ke Binh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>So 12, Ngo 35 Phan Ke Binh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/2/7/524627_5bc75e40915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.64" OriginalAmount="22.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0296269" Longitude="105.84888369" StarRating="3" HotelCode="853636|3438785" 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="94" TotalAmount="23.68" OriginalAmount="22.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0155117" Longitude="105.8541722" StarRating="3" HotelCode="|265845" HotelName="Binh Anh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="27" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.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 23/05/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="27" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03398002896" Longitude="105.85237936054" StarRating="3" HotelCode="916023|73029" HotelName="Paradise Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899183-26133745/1511579557795845938/2036" HotelName="NEW CENTURY CAU GIAY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39600000/39599800/39599786/478be0db_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-5.13192" Longitude="119.40737" StarRating="3" HotelCode="0|436061-25609913/1511579557795845938/2204" 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="83" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215174-25418657/1511579557795845938/2358" 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="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572687-25722723/1511579557795845938/2515" 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="83" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649507-25826354/1511579557795845938/2564" 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="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431831-27564637/1511579557795845938/2671" 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="83" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431883-27576510/1511579557795845938/3129" 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="23.69" OriginalAmount="23.00" MarkupRule="3.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="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.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 20/05/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="23.69" OriginalAmount="23.00" MarkupRule="3.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 25/05/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="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.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 29/05/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="23.69" OriginalAmount="23.00" MarkupRule="3.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 25/05/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="23.69" OriginalAmount="23.00" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030193" Longitude="105.847111" StarRating="3" HotelCode="931939|royal_palace_2_2" HotelName="Royal Palace Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/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="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03347" Longitude="105.852507" StarRating="2" HotelCode="915996|la_beaute_de_hanoi_hotel_2" HotelName="La Beauté de Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/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="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.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 20/05/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="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="980581|a25_hotel_nguyen_khuyen" HotelName="A25 Hotel Nguyen Khuyen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/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="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.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 25/05/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="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.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="23.85" OriginalAmount="23.16" MarkupRule="3.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="94" TotalAmount="23.89" OriginalAmount="23.19" MarkupRule="3.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="16" TotalAmount="24.02" OriginalAmount="23.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029192088561" Longitude="105.84833460699" StarRating="2" HotelCode="268104|3464035" HotelName="Luxury Backpackers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="94" TotalAmount="24.09" OriginalAmount="23.39" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="24.10" OriginalAmount="23.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.039867" Longitude="105.845501" StarRating="4" HotelCode="|553086" HotelName="Skylark Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="24.14" OriginalAmount="23.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03054" Longitude="105.84884" StarRating="3" HotelCode="|196697" HotelName="Blue Hanoi Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <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="24.17" OriginalAmount="23.47" MarkupRule="3.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="24.22" OriginalAmount="23.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01411" Longitude="105.78099" StarRating="3" HotelCode="|189649" HotelName="Ping Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="24.24" OriginalAmount="23.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0414923" Longitude="105.8448172" StarRating="2" HotelCode="227155|3463645" HotelName="A25 Hotel 44 Hang Bun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" 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="16" TotalAmount="24.26" OriginalAmount="23.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030330553234" Longitude="105.85634646991" StarRating="3" HotelCode="305348|1713918" HotelName="Eclipse Legend Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="16" TotalAmount="24.26" OriginalAmount="23.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02486697" Longitude="105.8413653" StarRating="2" HotelCode="346683|3472305" HotelName="Mango Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="24.26" OriginalAmount="23.55" MarkupRule="3.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="94" TotalAmount="24.34" OriginalAmount="23.63" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="16" TotalAmount="24.36" OriginalAmount="23.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="764412|3459025" HotelName="A25 Hotel 96 Hai Ba Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <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="16" TotalAmount="24.41" OriginalAmount="23.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03477783" Longitude="105.84518305" StarRating="3" HotelCode="585562|3476815" HotelName="My Moon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/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="94" TotalAmount="24.41" OriginalAmount="23.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02659" Longitude="105.84235" StarRating="3" HotelCode="|84057" HotelName="Nam Ngu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="24.42" OriginalAmount="23.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01563801" Longitude="105.85416738" StarRating="2" HotelCode="547853|3432425" HotelName="Binh Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="24.48" OriginalAmount="23.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.06781581" Longitude="105.82196146" StarRating="3" HotelCode="374041|1201018" HotelName="Quang Ba Trade Union Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="16" TotalAmount="24.50" OriginalAmount="23.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01325823" Longitude="105.85103451" StarRating="2" HotelCode="550057|3453325" HotelName="Blue Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="24.53" OriginalAmount="23.82" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="94" TotalAmount="24.56" OriginalAmount="23.84" MarkupRule="3.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="24.66" OriginalAmount="23.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0287996" Longitude="105.843442" StarRating="0" HotelCode="|84001" HotelName="Hanoi Sky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 TONG DUY TAN STR., HOAN KIEM DIST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/0/1/84001_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2011, has 40 rooms and 3 suites. SITUATION: This establishment, Hanoi it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.68" OriginalAmount="23.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="808495|3444015" HotelName="Paper Map" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026">
        <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="24.69" OriginalAmount="23.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0346091" Longitude="105.8467322" StarRating="3" HotelCode="|264997" HotelName="Eco Luxury Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="27" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01958959" Longitude="105.8024735" StarRating="3" HotelCode="553399|152058" HotelName="A1 Hill Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0329508" Longitude="105.8468571" StarRating="3" HotelCode="|419106" HotelName="Hanoi Exclusive" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="83" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649473-25826306/1511579557795845938/1300" 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="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574244-25723549/1511579557795845938/1872" 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="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.170354" Longitude="-94.1841759" StarRating="2" HotelCode="0|516410-25675779/1511579557795845938/2793" 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="83" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898907-26133259/1511579557795845938/2883" HotelName="KING'S" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36940000/36937200/36937140/61e0a8aa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898664-26132871/1511579557795845938/3031" HotelName="APARTMENT PHAM HUY THONG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44560000/44556800/44556792/1820d462_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898922-26133287/1511579557795845938/3457" 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="83" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898722-26132971/1511579557795845938/3494" HotelName="CHEZ TRAM HOMESTAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35200000/35190600/35190520/e48d0ccf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573503-27569746/1511579557795845938/3586" 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="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431817-27568383/1511579557795845938/3602" 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="24.72" OriginalAmount="24.00" MarkupRule="3.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 27/05/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="24.72" OriginalAmount="24.00" MarkupRule="3.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 27/05/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="24.72" OriginalAmount="24.00" MarkupRule="3.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 29/05/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="24.72" OriginalAmount="24.00" MarkupRule="3.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="Free CXL until 23/05/2026">
        <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="24.72" OriginalAmount="24.00" MarkupRule="3.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 28/05/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="24.72" OriginalAmount="24.00" MarkupRule="3.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 29/05/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="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.07830008" Longitude="105.81839593" StarRating="3" HotelCode="878223|a_rich_land_trinh_cong_son" HotelName="A Rich Land Trinh Cong Son" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Pho Tr?nh Công Son, Ngõ 6 Pho, Tr?nh Công Son, Phuong Nhat Tân, Quan Tây Ho, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d6/6cd63818c51362e17a435875dab6b8273c999d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.036494524528" Longitude="105.84703220279" StarRating="3" HotelCode="916013|tu_linh_palace_hotel" HotelName="Tu Linh Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.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 25/05/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="24.81" OriginalAmount="24.09" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="24.81" OriginalAmount="24.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0294444" Longitude="105.8486634" StarRating="2" HotelCode="|270078" HotelName="Astoria Hanoi and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="24.85" OriginalAmount="24.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02182713" Longitude="105.81846229" StarRating="3" HotelCode="320707|3429015" HotelName="The Pearl Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="24.90" OriginalAmount="24.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02653" Longitude="105.84252" StarRating="3" HotelCode="|234554" HotelName="Tk123 Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="94" TotalAmount="25.08" OriginalAmount="24.35" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="16" TotalAmount="25.20" OriginalAmount="24.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03420976" Longitude="105.84736321" StarRating="3" HotelCode="382882|2180485" HotelName="Hanoi Chic Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="25.31" OriginalAmount="24.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0312787" Longitude="105.8500721" StarRating="3" HotelCode="|67291" HotelName="Lakeside Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="25.36" OriginalAmount="24.62" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="16" TotalAmount="25.50" OriginalAmount="24.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0294" Longitude="105.8486" StarRating="3" HotelCode="434775|1718268" HotelName="See You At Lily's Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="25.51" OriginalAmount="24.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03587" Longitude="105.84716" StarRating="3" HotelCode="|240456" HotelName="Golden Rooster" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No 17 Hang Ga, Hang Bo Ward Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/4/5/6/240456_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.59" OriginalAmount="24.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02148" Longitude="105.81844" StarRating="3" HotelCode="|197029" HotelName="The Pearl" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="25.62" OriginalAmount="24.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03158132" Longitude="105.78678144" StarRating="3" HotelCode="857210|3477205" HotelName="Spring Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="25.62" OriginalAmount="24.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03096" Longitude="105.82921" StarRating="2" HotelCode="|196391" HotelName="A25 - 45b Giang Vo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <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="94" TotalAmount="25.67" OriginalAmount="24.92" MarkupRule="3.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="94" TotalAmount="25.68" OriginalAmount="24.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0179329" Longitude="105.8498222" StarRating="3" HotelCode="|338609" HotelName="My 23" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="94" TotalAmount="25.68" OriginalAmount="24.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028711" Longitude="105.785793" StarRating="4" HotelCode="|418706" HotelName="Spring Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="25.71" OriginalAmount="24.96" MarkupRule="3.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="25.73" OriginalAmount="24.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0137706" Longitude="105.8011087" StarRating="3" HotelCode="|266904" HotelName="Dinh Elegant Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4, Group 15D, Trung Yen, Trung Hoa, Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/0/4/266904_beb8c941742.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574049-25723451/1511579557795845938/765" 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="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|243492-25459704/1511579557795845938/1822" 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="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|293609-25506003/1511579557795845938/1844" HotelName="ATRIUM HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9250000/9240800/9240730/f4c9a258_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|436052-25609907/1511579557795845938/2812" 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="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|572096-25722517/1511579557795845938/2843" 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="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437944-27930224/1511579557795845938/3956" HotelName="LUNA'S HOUSE - VINHOMES SMART CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113370000/113365500/113365447/17160650_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431876-27566630/1511579557795845938/3991" HotelName="MYRCELLA URBAN STUDIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93020000/93010600/93010522/12e34ab8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649461-25826290/1511579557795845938/4098" 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="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899425-26134047/1511579557795845938/4205" 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="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.014123918299" Longitude="105.78097785973" StarRating="3" HotelCode="309533|ping_hotel" HotelName="Ping Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.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="Free CXL until 23/05/2026" 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="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.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 26/05/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="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03544634" Longitude="105.8471267" StarRating="3" HotelCode="753610|hanoian_elite_home_hotel" HotelName="Hanoian Elite Home Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/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="25.75" OriginalAmount="25.00" MarkupRule="3.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="Non Refundable">
        <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="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.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 27/05/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="16" TotalAmount="25.79" OriginalAmount="25.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.027932304993" Longitude="105.81238699477" StarRating="3" HotelCode="346262|1238148" HotelName="Sunny Hotel 1" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="25.84" OriginalAmount="25.09" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="94" TotalAmount="25.88" OriginalAmount="25.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03157" Longitude="105.85057" StarRating="3" HotelCode="|189502" HotelName="Royal Holiday Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="25.90" OriginalAmount="25.15" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="25.97" OriginalAmount="25.21" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="26.13" OriginalAmount="25.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035739" Longitude="105.85144" StarRating="3" HotelCode="|420922" HotelName="Golden Sail" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 Hang Buom, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/2/2/420922_513624a1653.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.36" OriginalAmount="25.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03711816" Longitude="105.84848246" StarRating="2" HotelCode="401995|89760" HotelName="Hanoi Little Town Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="94" TotalAmount="26.38" OriginalAmount="25.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034246" Longitude="105.85345" StarRating="3" HotelCode="|420686" HotelName="Hanoi Endless" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="26.41" OriginalAmount="25.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01386456" Longitude="105.8010929" StarRating="3" HotelCode="620441|3436915" HotelName="Dinh Elegant Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="26.53" OriginalAmount="25.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032504993524" Longitude="105.84811245658" StarRating="2" HotelCode="119194|1753058" HotelName="A25 Hotel 26 Hang Non" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" 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="16" TotalAmount="26.63" OriginalAmount="25.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03584963" Longitude="105.84715633" StarRating="3" HotelCode="613566|2520115" HotelName="Golden Rooster Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Hang Ga, Hang Bo Ward, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/45/2745be6935c4625de47980a7491680a933e7eb05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.64" OriginalAmount="25.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03056" Longitude="105.85634" StarRating="0" HotelCode="|420015" HotelName="Alisa and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="26.64" OriginalAmount="25.86" MarkupRule="3.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="16" TotalAmount="26.65" OriginalAmount="25.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03347714" Longitude="105.85006579" StarRating="4" HotelCode="757564|3471725" HotelName="Hanoi L'heritage Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/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="26.68" OriginalAmount="25.90" MarkupRule="3.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="94" TotalAmount="26.75" OriginalAmount="25.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0563106" Longitude="105.8352283" StarRating="4" HotelCode="|418401" HotelName="Thang Loi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <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="94" TotalAmount="26.76" OriginalAmount="25.98" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="26.76" OriginalAmount="25.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0808832" Longitude="105.8174619" StarRating="3" HotelCode="|266213" HotelName="Hoa Dao" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <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="27" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.039968484681" Longitude="105.84563418651" StarRating="4" HotelCode="930851|78426" HotelName="Skylark Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/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="83" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|181602-25366900/1511579557795845938/826" 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="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|168017-25335624/1511579557795845938/1420" 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="83" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215328-25418799/1511579557795845938/1633" HotelName="AU COEUR D` HANOI BOUTIQUE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8670000/8661300/8661239/db1bbdf9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|275522-25498317/1511579557795845938/1855" HotelName="ECLIPSE LEGEND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9350000/9344900/9344862/b3a7a81a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649470-25826300/1511579557795845938/1903" HotelName="GRAND DRAGON HOTEL HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33270000/33263500/33263458/64413ec3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.594381" Longitude="-121.891682" StarRating="3" HotelCode="0|413171-25592077/1511579557795845938/2151" 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="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.2852795" Longitude="114.150757" StarRating="3" HotelCode="0|337520-25528903/1511579557795845938/2353" 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/0d8c7183_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="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|573062-25722925/1511579557795845938/2716" 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="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|572933-25722847/1511579557795845938/2728" 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="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431832-27576508/1511579557795845938/2985" 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="83" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431884-27576726/1511579557795845938/3023" 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="83" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898955-26133335/1511579557795845938/3421" 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="83" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|281981-25501304/1511579557795845938/3999" 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="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1437956-27930566/1511579557795845938/4268" HotelName="SAO MAI BOUTIQUE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103510000/103507000/103506911/1cd7c55b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.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="Free CXL until 20/05/2026">
        <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="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.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="Non Refundable" 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="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.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 27/05/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="26.78" OriginalAmount="26.00" MarkupRule="3.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 27/05/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="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.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 23/05/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="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03118475" Longitude="105.85039975" StarRating="2" HotelCode="915999|hanoi_old_centre_hotel" HotelName="Hanoi Old Centre Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/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="26.78" OriginalAmount="26.00" MarkupRule="3.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 26/05/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="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.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 27/05/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="94" TotalAmount="26.80" OriginalAmount="26.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.015811" Longitude="105.798933" StarRating="3" HotelCode="|421727" HotelName="The Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="27.05" OriginalAmount="26.26" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="27.06" OriginalAmount="26.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035402" Longitude="105.847073" StarRating="3" HotelCode="|419835" HotelName="Lotusama Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="27.12" OriginalAmount="26.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03195068" Longitude="105.84792204" StarRating="3" HotelCode="595764|3470975" HotelName="Little Hanoi Deluxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/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="27.13" OriginalAmount="26.34" MarkupRule="3.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="Free CXL until 23/05/2026">
        <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="94" TotalAmount="27.13" OriginalAmount="26.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0139746" Longitude="105.7811227" StarRating="4" HotelCode="|266421" HotelName="Hanoi Ping Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="27.19" OriginalAmount="26.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032307" Longitude="105.848529" StarRating="0" HotelCode="|470854" HotelName="Hanoi Sena And Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="27.26" OriginalAmount="26.47" MarkupRule="3.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="94" TotalAmount="27.30" OriginalAmount="26.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032856" Longitude="105.849599" StarRating="3" HotelCode="|553573" HotelName="Amara Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="27.37" OriginalAmount="26.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02878" Longitude="105.81266" StarRating="3" HotelCode="|198533" HotelName="Sunny 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="27.38" OriginalAmount="26.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01620663" Longitude="105.79927404" StarRating="3" HotelCode="855955|3429385" HotelName="Hotel The Hanoi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="27.40" OriginalAmount="26.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02913" Longitude="105.84368" StarRating="1" HotelCode="|189526" HotelName="Hanoi Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="27.44" OriginalAmount="26.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031469503323" Longitude="105.8539480748" StarRating="3" HotelCode="268110|1460778" 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="94" TotalAmount="27.49" OriginalAmount="26.69" MarkupRule="3.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="27.55" OriginalAmount="26.75" MarkupRule="3.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="94" TotalAmount="27.55" OriginalAmount="26.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035211" Longitude="105.846962" StarRating="3" HotelCode="|447258" HotelName="Keypad Hotel - 24 Hang Ga" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Pho Hang Ga, Hang Bo, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/2/5/8/447258_7cecbfc0956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.56" OriginalAmount="26.76" MarkupRule="3.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="27.62" OriginalAmount="26.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03231" Longitude="105.85244" StarRating="3" HotelCode="|236084" HotelName="Maro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/05/2026">
        <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="94" TotalAmount="27.68" OriginalAmount="26.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0340571" Longitude="105.787883" StarRating="4" HotelCode="|422177" HotelName="Bao Hung and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="27.73" OriginalAmount="26.92" MarkupRule="3.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="16" TotalAmount="27.78" OriginalAmount="26.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.044137" Longitude="105.818322" StarRating="4" HotelCode="89210|322665" HotelName="Somerset West Lake Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="27" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.020953311418" Longitude="105.85592054591" StarRating="2" HotelCode="166809|73752" HotelName="A25 Hotel 45 Phan Chu Trinh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 23/05/2026" 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="27" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.027755964083" Longitude="105.84050163558" StarRating="3" HotelCode="299434|79682" HotelName="Hanoi Larosa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Nguyen Khuyen Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/38/f638f8850f00eb16dac36b67e8835e77e545bd3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.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 27/05/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="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431924-27564023/1511579557795845938/775" 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="83" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572477-25722651/1511579557795845938/2070" HotelName="BLUE PEARL WEST HANOI HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17250000/17242200/17242185/aafc6422_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217086-25420319/1511579557795845938/2858" 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="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1443395-28862562/1511579557795845938/3193" HotelName="AVANI CENTRAL HANOI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107300000/107297700/107297644/195108e8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649503-25826350/1511579557795845938/3240" 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="83" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431809-27564507/1511579557795845938/3308" 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="83" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1085614-26343588/1511579557795845938/3357" 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="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028575788417" Longitude="105.91933305958" StarRating="3" HotelCode="346760|garco_dragon_hotel" HotelName="Garco Dragon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 29/05/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="27.81" OriginalAmount="27.00" MarkupRule="3.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 21/05/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="27.81" OriginalAmount="27.00" MarkupRule="3.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 23/05/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="27.81" OriginalAmount="27.00" MarkupRule="3.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="Free CXL until 23/05/2026">
        <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="27.81" OriginalAmount="27.00" MarkupRule="3.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 28/05/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="27.83" OriginalAmount="27.02" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="27.85" OriginalAmount="27.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035958" Longitude="105.847721" StarRating="2" HotelCode="|470752" HotelName="Carillon Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hang Dong street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/7/5/2/470752_f1588c71949.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.87" OriginalAmount="27.06" MarkupRule="3.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="28.03" OriginalAmount="27.21" MarkupRule="3.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="28.04" OriginalAmount="27.22" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="94" TotalAmount="28.06" OriginalAmount="27.24" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="28.10" OriginalAmount="27.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0451284" Longitude="105.8425091" StarRating="4" HotelCode="|270548" HotelName="La Santé and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <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="16" TotalAmount="28.27" OriginalAmount="27.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01943228" Longitude="105.85167732" StarRating="3" HotelCode="401578|1752658" HotelName="Hanoi Camellia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" 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="16" TotalAmount="28.31" OriginalAmount="27.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030037056159" Longitude="105.8500009796" StarRating="3" HotelCode="383578|1229398" HotelName="Golden Sun Villa Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="94" TotalAmount="28.37" OriginalAmount="27.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.008937" Longitude="105.80191" StarRating="3" HotelCode="|420684" HotelName="Dinh Ami Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/6/8/4/420684_950379e0457.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.50" OriginalAmount="27.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03307" Longitude="105.85214" StarRating="3" HotelCode="|189599" HotelName="Le Foyer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="28.61" OriginalAmount="27.78" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="16" TotalAmount="28.76" OriginalAmount="27.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04001937" Longitude="105.84546102" StarRating="2" HotelCode="408716|1238618" HotelName="A25 Hotel 19 Phan Dinh Phung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 24/05/2026" 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="94" TotalAmount="28.78" OriginalAmount="27.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0316" Longitude="105.85061" StarRating="3" HotelCode="|189496" HotelName="Hanoi Morning" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="27" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03165228" Longitude="105.85063384" StarRating="3" HotelCode="595824|239494" 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="83" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899264-26133851/1511579557795845938/1083" 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="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413165-25592073/1511579557795845938/1518" 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="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="9.70499" Longitude="100.005" StarRating="3" HotelCode="0|268512-25492248/1511579557795845938/1537" 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="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572684-25722721/1511579557795845938/2618" 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="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1242629-26598346/1511579557795845938/2784" HotelName="20 HOTEL AND APARTMENT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64900000/64897300/64897287/2336e31d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|436049-25609905/1511579557795845938/2894" 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="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431828-27565119/1511579557795845938/3604" 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="83" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431908-27565969/1511579557795845938/4239" HotelName="RUBY SERVICED APARTMENT LIEU GIAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92140000/92138700/92138641/78e2fe60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217289-25420515/1511579557795845938/4299" HotelName="SKYLARK (HOTEL)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102530000/102529700/102529624/2687e5ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033878524424" Longitude="105.84920642766" StarRating="3" HotelCode="140898|la_dolce_vita_hotel" HotelName="La Dolce Vita" 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,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Hang Bo Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b6/d7/b6d704b84fbfdb162d370ff3813751e9fdbc426b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located in the heart of the city, with easy access to the restaurant, shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.042391939682" Longitude="105.84496070717" StarRating="3" HotelCode="347091|thang_long_espana_hotel" HotelName="Thang Long Espana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Nguyen Truong To Street, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/fa/2ffa2c8263efc7c55cb3ba5b43ec99a4fa8c5173.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.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 27/05/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="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.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 27/05/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="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.008196" Longitude="105.83876633333" StarRating="3" HotelCode="916026|kim_lien_hotel" HotelName="Kim Lien Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>7 Dao Duy Anh Street, Dong Da District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/9f/bf9fef4e2a4abb0c3f24a74d34cfef9b51cac402.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2.5-star Kim Lien Hotel offers comfort and convenience whether you're on business or holiday in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.93" OriginalAmount="28.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02444" Longitude="105.85215" StarRating="3" HotelCode="|189584" HotelName="Lenid De Ho Guom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="28.93" OriginalAmount="28.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0224" Longitude="105.85645" StarRating="3" HotelCode="|84082" HotelName="Silver Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/05/2026">
        <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="29.04" OriginalAmount="28.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034388" Longitude="105.854734" StarRating="3" HotelCode="|419892" HotelName="AHA COMMENCER HOTEL HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 HANG MUOI, TRANG TIEN WARD, HOAN KIEM DIST.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/9/2/419892_34336771736.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.07" OriginalAmount="28.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03232558" Longitude="105.78832995" StarRating="3" HotelCode="365516|1238378" HotelName="Luxeden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/05/2026" 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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.17" OriginalAmount="28.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029225" Longitude="105.769345" StarRating="3" HotelCode="|421641" HotelName="K Business 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="29.23" OriginalAmount="28.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02135" Longitude="105.84637" StarRating="2" HotelCode="|198033" HotelName="A25 - 12 Lien Tri" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <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="29.23" OriginalAmount="28.38" MarkupRule="3.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="94" TotalAmount="29.32" OriginalAmount="28.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03712" Longitude="105.80165" StarRating="3" HotelCode="|198532" HotelName="Sen Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="29.36" OriginalAmount="28.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0325382" Longitude="105.7870544" StarRating="3" HotelCode="|266420" HotelName="Inearth Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="29.44" OriginalAmount="28.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0360642" Longitude="105.8477622" StarRating="3" HotelCode="|266290" HotelName="Hanoi Golden Holiday" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>43 Hang Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/2/9/0/266290_87c0b7b1747.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.55" OriginalAmount="28.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0311671" Longitude="105.854909" StarRating="3" HotelCode="|189378" HotelName="Kingly" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="94" TotalAmount="29.58" OriginalAmount="28.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0181667" Longitude="105.8474202" StarRating="3" HotelCode="|419839" HotelName="Adonis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="29.63" OriginalAmount="28.77" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="29.65" OriginalAmount="28.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035367" Longitude="105.852867" StarRating="0" HotelCode="|470973" HotelName="Casa Dos Príncipes Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>56 P. Dao Duy Tu Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/9/7/3/470973_566b57a1250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.68" OriginalAmount="28.82" MarkupRule="3.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="94" TotalAmount="29.76" OriginalAmount="28.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0338581" Longitude="105.8524105" StarRating="2" HotelCode="|270645" HotelName="Gecko" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <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="16" TotalAmount="29.79" OriginalAmount="28.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03597456" Longitude="105.84771792" StarRating="3" HotelCode="599608|3435635" HotelName="Hanoi Golden Holiday Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/05/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="29.84" OriginalAmount="28.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03123" Longitude="105.85095" StarRating="2" HotelCode="|169258" HotelName="Morning Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>NO 10 HANGHANH STR HOANKIEM DIST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/5/8/169258_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of the city. ROOM: Each room has an air-conditioning system and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.85" OriginalAmount="28.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031451" Longitude="105.850372" StarRating="3" HotelCode="404116|1602618" HotelName="Centre Point Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/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="16" TotalAmount="29.86" OriginalAmount="28.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.021583999771" Longitude="105.84642309905" StarRating="1" HotelCode="346888|1753178" HotelName="A25 Hotel 12 Lien Tri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" 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="83" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|898989-26133403/1511579557795845938/817" 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="83" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|189637-25374704/1511579557795845938/1273" 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="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573353-25723129/1511579557795845938/1313" HotelName="HANOI LA STORIA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17830000/17823400/17823352/c7a0d7ec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|168040-25733532/1511579557795845938/1748" 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="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|358526-25545271/1511579557795845938/1986" 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="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215177-25418663/1511579557795845938/2018" 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="83" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|189477-27825181/1511579557795845938/2684" 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="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898681-26132901/1511579557795845938/2845" HotelName="BAYHOMES GREEN BAY SERVICED APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38870000/38864200/38864102/57ab103e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431885-27574681/1511579557795845938/3082" 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="83" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431904-27568539/1511579557795845938/3311" HotelName="PEGASY APARTMENTS &amp;amp; TRAVEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96290000/96280700/96280633/b583b6c0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|885458-26110304/1511579557795845938/3368" HotelName="HILLARY HANOI" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/59000000/58130000/58122300/58122270/5fcc5ed7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1443499-28864598/1511579557795845938/4246" HotelName="SKYLARK (BOUTIQUE)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102530000/102529700/102529624/2687e5ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.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="29.87" OriginalAmount="29.00" MarkupRule="3.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 23/05/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="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.019419778503" Longitude="105.84195792675" StarRating="3" HotelCode="185704|duy_anh" HotelName="Duy Anh Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 4 Vu Huu Loi, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/7b/c07bbce8702d2021a47750b431b10409cb888fcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the business, shopping and finance centre of Hai Ba Trung District, the hotel is on a small a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.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 28/05/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="29.87" OriginalAmount="29.00" MarkupRule="3.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="Non Refundable" 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="29.87" OriginalAmount="29.00" MarkupRule="3.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="Non Refundable">
        <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="94" TotalAmount="29.90" OriginalAmount="29.03" MarkupRule="3.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="16" TotalAmount="29.91" OriginalAmount="29.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.037122211941" Longitude="105.80179123738" StarRating="3" HotelCode="314287|1222658" HotelName="Sen Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/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="94" TotalAmount="30.15" OriginalAmount="29.27" MarkupRule="3.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="30.16" OriginalAmount="29.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031939" Longitude="105.841499" StarRating="3" HotelCode="|423641" HotelName="Bi Ecosuites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="30.17" OriginalAmount="29.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03247" Longitude="105.85323" StarRating="3" HotelCode="|237907" HotelName="Bella Premier &amp; Rooftop Skybar  " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Cau Go Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/9/0/7/237907_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.19" OriginalAmount="29.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03382288" Longitude="105.84860435" StarRating="3" HotelCode="587255|3475275" HotelName="Luxury Old Quarter Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="30.23" OriginalAmount="29.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.06176" Longitude="105.83083" StarRating="3" HotelCode="|189212" HotelName="Wild Lotus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <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="94" TotalAmount="30.26" OriginalAmount="29.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033818" Longitude="105.847718" StarRating="0" HotelCode="|455651" HotelName="Palago Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="30.29" OriginalAmount="29.41" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="30.30" OriginalAmount="29.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0333628" Longitude="105.7917702" StarRating="4" HotelCode="|265856" HotelName="London Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lane 45, Tran Thai Tong Street, Cau Giay District, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/8/5/6/265856_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.41" OriginalAmount="29.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0347" Longitude="105.853" StarRating="3" HotelCode="|419218" HotelName="Hanoi Bella Rosa Trendy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="30.57" OriginalAmount="29.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.967736" Longitude="105.75676" StarRating="4" HotelCode="|418877" HotelName="Green Hadong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="30.58" OriginalAmount="29.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03242442" Longitude="105.78709336" StarRating="3" HotelCode="614844|3446575" HotelName="Inearth Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="30.58" OriginalAmount="29.69" MarkupRule="3.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="94" TotalAmount="30.59" OriginalAmount="29.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03034" Longitude="105.856363" StarRating="4" HotelCode="|418247" HotelName="Hanoi Paradise Center and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>22/5 Hang Voi Street, Ly Thai To Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/2/4/7/418247_a7263eb1511.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.60" OriginalAmount="29.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="600909|2513325" HotelName="Hotel Mai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="30.75" OriginalAmount="29.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0347" Longitude="105.84564" StarRating="4" HotelCode="|189350" HotelName="Bonne Nuit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="30.75" OriginalAmount="29.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.019377" Longitude="105.842149" StarRating="3" HotelCode="|83998" HotelName="Canary Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 VU HUU LOI STREET, HAI BA TRUNG DIST 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/9/8/83998_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a car park, WiFi (free of charge), a reception and a massage service (for a fee), The establishment also offers tourist information and ticket sales. SITUATION: This hotel is 15 minutes away from Hoan Kiem Lake it is situated 20 minutes away from Dong Xuan the Market of el mausoleo de Ho Chi Minh 5 minutes away from the establishment guests have and. 500 metres away from the establishment, you can find Hanoi the Railway Station of. ROOM: All the rooms have a fridge, a safe, cable television, a bathroom with a shower and a hairdryer. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and a lobby bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.84" OriginalAmount="29.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03209716" Longitude="105.82645121" StarRating="3" HotelCode="554396|3443845" HotelName="Kuretake Inn Kim Ma 132" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="30.87" OriginalAmount="29.97" MarkupRule="3.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="27" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.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 30/05/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="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649480-25826316/1511579557795845938/1158" HotelName="HANOI LA SELVA CENTRAL HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34950000/34945900/34945895/1492ba89_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899267-26133855/1511579557795845938/1276" 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="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|252955-25474495/1511579557795845938/2161" HotelName="LAROSA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6900000/6894500/6894418/35ee3309_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|216843-25420113/1511579557795845938/2530" 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="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-16.691247" Longitude="-49.265496" StarRating="3" HotelCode="0|215672-25419079/1511579557795845938/2732" 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="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|243562-25459758/1511579557795845938/2887" 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="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215431-25418885/1511579557795845938/3327" HotelName="CAMELLIA PHO HUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9625000/9624974/9a3a1397_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.346264" Longitude="-75.966103" StarRating="4" HotelCode="0|189874-25374952/1511579557795845938/3401" 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="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437968-27930238/1511579557795845938/3465" 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/ae1f2582_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574286-25723573/1511579557795845938/3509" 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="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1435021-32708735/1511579557795845938/3727" 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="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431869-27565497/1511579557795845938/3870" 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="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|150401-25324671/1511579557795845938/4074" 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="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431917-27562954/1511579557795845938/4345" 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="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.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 28/05/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="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032955279523" Longitude="105.78952075238" StarRating="3" HotelCode="347794|western_hanoi_hotel" HotelName="Western Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>B2 D6 Tran Thai Tong, So 2, Cau Giay, Ha noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/50/d5500582dc7a595c795da0e44a6a54d9fab94217.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.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 27/05/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="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03336351" Longitude="105.79178311" StarRating="4" HotelCode="489457|london_hanoi_hotel" HotelName="London Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lane 45 Tran Thai Tong Street, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/b9/d6b9578e0b25beeaa20dcda1a729580be36a5f4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.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 23/05/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="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.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 24/05/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="30.90" OriginalAmount="30.00" MarkupRule="3.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="30.90" OriginalAmount="30.00" MarkupRule="3.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="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.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 20/05/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="30.93" OriginalAmount="30.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.040328" Longitude="105.874966" StarRating="3" HotelCode="|469452" HotelName="Branda Apartment And" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="30.95" OriginalAmount="30.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0182579" Longitude="105.8504254" StarRating="0" HotelCode="|332096" HotelName="Jb Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Trieu Viet Vuong, Hai Ba Trung Disctrict</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/0/9/6/332096_92d9e9f1814.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.97" OriginalAmount="30.07" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="31.08" OriginalAmount="30.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.044593" Longitude="105.814779" StarRating="3" HotelCode="|178302" HotelName="Cwd" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="31.16" OriginalAmount="30.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0429779" Longitude="105.8761621" StarRating="3" HotelCode="|372919" HotelName="Du Monde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <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="94" TotalAmount="31.31" OriginalAmount="30.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033834" Longitude="105.8486787" StarRating="3" HotelCode="|374889" HotelName="Luxury Old Quarter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="31.33" OriginalAmount="30.42" MarkupRule="3.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="31.56" OriginalAmount="30.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04483" Longitude="105.84118" StarRating="0" HotelCode="|239047" HotelName="An Nguyen Building" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>59 Nguyen Khac Hieu, Truc Bach Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/0/4/7/239047_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.58" OriginalAmount="30.66" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="94" TotalAmount="31.58" OriginalAmount="30.66" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="16" TotalAmount="31.61" OriginalAmount="30.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01714386884" Longitude="105.84862589836" StarRating="3" HotelCode="23147|2513795" HotelName="Ocean Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/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="31.64" OriginalAmount="30.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03313" Longitude="105.78873" StarRating="3" HotelCode="|189791" HotelName="Western Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lane 2 Tran Thai Tong road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/9/1/189791_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.71" OriginalAmount="30.79" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="31.72" OriginalAmount="30.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0206715" Longitude="105.8461938" StarRating="3" HotelCode="|46242" HotelName="Rosaliza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>TRAN QUOC TOAN STR., HOAN KIEM DISTRICT 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/4/2/46242_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 50 rooms. SITUATION: The hotel is 10 minutes away from the city centre. ROOM: The establishment has stylish rooms, Guests are offered non-smoking rooms and disabled access rooms. FACILITIES: At no extra cost, guests can enjoy a gym and a sauna. PAYMENT METHODS: Customers can pay using credit cards, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.88" OriginalAmount="30.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.023475" Longitude="105.847738" StarRating="3" HotelCode="|189621" HotelName="Muong Thanh Hanoi Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>78 Tho Nhuom, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/6/2/1/189621_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.036962" Longitude="105.849901" StarRating="3" HotelCode="931944|77882" 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="83" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649523-25826378/1511579557795845938/1442" HotelName="HANOI EXCLUSIVE HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41510000/41501800/41501773/3f09d979_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899274-27556987/1511579557795845938/1849" 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="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215532-25418969/1511579557795845938/2270" 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="83" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573428-25723167/1511579557795845938/2423" 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="83" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|168008-25335232/1511579557795845938/2519" 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="83" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|579332-25726047/1511579557795845938/2703" 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="83" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898709-26132951/1511579557795845938/2947" 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="83" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431882-27574825/1511579557795845938/3150" HotelName="NINE HOUSING 279 DOI CAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105200000/105198400/105198322/d34e090b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431905-27566955/1511579557795845938/3234" 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="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.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="Non Refundable" 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="31.93" OriginalAmount="31.00" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03967847" Longitude="105.84684992" StarRating="3" HotelCode="523459|mon_regency_hotel" HotelName="Mon Regency Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.046132" Longitude="105.78421" StarRating="0" HotelCode="423652|mai_villa_mai_hanh_" HotelName="Mai Villa - Mai Hanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Concierge,Designated Smoking Area,Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine>A25 Tuoi Tre Alley, Hoang Quoc Viet, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/1a/fa1a31559aa0b9b8eb560bedcc6404b31d40c718.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Hanoi, Mai Villa - Mai Hanh puts everything the city has to offer just ou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.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="Free CXL until 27/05/2026" 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="31.93" OriginalAmount="31.00" MarkupRule="3.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="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034579104325" Longitude="105.84741353989" StarRating="3" HotelCode="904830|hanoi_topaz_hotel" HotelName="Hanoi Golden Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" 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="31.93" OriginalAmount="31.00" MarkupRule="3.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="32.01" OriginalAmount="31.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.010816" Longitude="105.795151" StarRating="3" HotelCode="|421021" HotelName="Luckful" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="32.14" OriginalAmount="31.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031596246961" Longitude="105.8496121355" StarRating="3" HotelCode="373468|1250848" HotelName="Church Boutique 58 Hang Gai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" 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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.17" OriginalAmount="31.23" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="32.20" OriginalAmount="31.26" MarkupRule="3.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="16" TotalAmount="32.40" OriginalAmount="31.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.042103670601" Longitude="105.84541804327" StarRating="3" HotelCode="97516|1238438" HotelName="Adamas Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="32.55" OriginalAmount="31.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04223" Longitude="105.8457" StarRating="3" HotelCode="|196806" HotelName="Adamas Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <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="32.55" OriginalAmount="31.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04022" Longitude="105.86681" StarRating="3" HotelCode="|197320" HotelName="New Era and Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Nguyen Van Cu Str.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/3/2/0/197320_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.60" OriginalAmount="31.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.042222" Longitude="105.845346" StarRating="4" HotelCode="|468862" HotelName="Minasi Premium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="32.60" OriginalAmount="31.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.96078" Longitude="105.7918" StarRating="4" HotelCode="|197489" HotelName="Muong Thanh Xa La" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No 66, Phuc La Str. , Xa La Urban</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/4/8/9/197489_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.66" OriginalAmount="31.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.041120644196" Longitude="105.8285704787" StarRating="3" HotelCode="346840|1243538" HotelName="CWD Hotel - Trung Tam Phu Nu Va Phat Trien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/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="16" TotalAmount="32.67" OriginalAmount="31.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.041233198292" Longitude="105.84442287683" StarRating="3" HotelCode="185777|1215808" HotelName="Santa Barbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 24/05/2026" 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="16" TotalAmount="32.71" OriginalAmount="31.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03479875" Longitude="105.8454925" StarRating="4" HotelCode="347712|2240565" HotelName="Bonne Nuit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="32.72" OriginalAmount="31.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0131127" Longitude="105.8477247" StarRating="3" HotelCode="|270625" HotelName="Luxor Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>73 To Hien Thanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/6/2/5/270625_040eb2d1352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.85" OriginalAmount="31.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033771" Longitude="105.847966" StarRating="3" HotelCode="68342|569565" HotelName="Quoc Hoa Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="16" TotalAmount="32.88" OriginalAmount="31.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.008052574717" Longitude="105.8459214752" StarRating="3" HotelCode="316790|1244718" 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="94" TotalAmount="32.91" OriginalAmount="31.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.015624" Longitude="105.777218" StarRating="3" HotelCode="|521856" HotelName="Blubiz 8" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="32.94" OriginalAmount="31.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031911669372" Longitude="105.84827887579" StarRating="2" HotelCode="268109|1108488" HotelName="Holiday Emerald Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/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="16" TotalAmount="32.95" OriginalAmount="31.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.960547254715" Longitude="105.79229593689" StarRating="4" HotelCode="309532|3473695" HotelName="Muong Thanh Xa La Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>66 Phuc La Street, Xa La Residence Zone, Phuc La Ward, Ha Ðong District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/b3/f2b35c3eca467aa3c9f806e446c68ab155f19432.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a bar, a newspaper stand and a busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032564" Longitude="105.853834" StarRating="3" HotelCode="931932|79049" HotelName="Classic Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/05/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="27" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.99378748" Longitude="105.86905141" StarRating="0" HotelCode="984724|255866" HotelName="Vinhomes Times City - Park Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1367821-26665002/1511579557795845938/1038" 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="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|283259-25501782/1511579557795845938/1050" 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="83" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|899460-26134097/1511579557795845938/2466" 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="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="9.75675" Longitude="-84.6115" StarRating="2" HotelCode="0|217029-25420273/1511579557795845938/2697" HotelName="MORNING" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 3 km south from Carara National Park, CARARA, CR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2538700/2538686/221ea19c_b.jpg</HotelPictures>
        <HotelDescription>The hotel is located only 80 km from San Jose, the capital of Costa Rica. It is also located near to some of the most colourful, bustling beaches, national parks and picturesque towns of the country. The hotel borders Carara National Park, one of the largest protected areas in Costa Rica and home to one of the few remaining populations of Scarlet Macaws in the country, and the Tarcoles River is nearby, home of many crocodiles that can be easily seen from the river bridge. The hotel has 57 rooms that are surrounded by lush tropical gardens and set amidst a private reserve of 500 hectares of rainforest with a beautiful river that flows next to the complex. Guests can enjoy a drink in the bar and dine in one of the two restaurants at this eco hotel. The rooms are surrounded by tropical rainforest and offer beautiful views of the garden. They are equipped with a terrace, air conditioning, a ceiling fan, hot water, closet, telephone and TV. All are also en suite with a double or king-size bed. Guests are invited to take a dip in the swimming pool.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.0965116" Longitude="-34.8848754" StarRating="2" HotelCode="0|215193-25418677/1511579557795845938/2863" 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/037b348a_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="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1085777-26343838/1511579557795845938/3642" HotelName="MIA CASA BY SATORI" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46570000/46564100/46564098/86ab2d86_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413636-25592271/1511579557795845938/3679" 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="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|216011-25419355/1511579557795845938/3847" 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="83" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431862-27568445/1511579557795845938/4233" 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="32.96" OriginalAmount="32.00" MarkupRule="3.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 25/05/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="32.96" OriginalAmount="32.00" MarkupRule="3.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 29/05/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="32.96" OriginalAmount="32.00" MarkupRule="3.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="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.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="33.02" OriginalAmount="32.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.993066" Longitude="105.867993" StarRating="3" HotelCode="|420801" HotelName="Luna's Splendid Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Park 3 Times City 458 Minh Khai Hai Ba Trung Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/8/0/1/420801_9c22dc91716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.23" OriginalAmount="32.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.043645" Longitude="105.841783" StarRating="3" HotelCode="141681|1146588" HotelName="Hong Ngoc Cochinchine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/05/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="16" TotalAmount="33.27" OriginalAmount="32.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.023538269368" Longitude="105.8478573875" StarRating="4" HotelCode="347865|3441505" HotelName="Muong Thanh Hanoi Centre Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>78 Tho Nhuom, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/9f/8e9f8a7f460562e38f8f0744c5119bdd6005d8a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.28" OriginalAmount="32.31" MarkupRule="3.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="33.32" OriginalAmount="32.35" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="33.37" OriginalAmount="32.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0335436" Longitude="105.8526071" StarRating="3" HotelCode="|83980" HotelName="Calypso Legend Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <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="33.45" OriginalAmount="32.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03213" Longitude="105.84683" StarRating="3" HotelCode="|196694" HotelName="Art Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <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="33.58" OriginalAmount="32.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033175" Longitude="105.817361" StarRating="2" HotelCode="|524678" HotelName="Ruby Luxury Apartment Van Phuc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>so 1 ngo 1 Van Phuc, Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/7/8/524678_6d4562f0933.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.60" OriginalAmount="32.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0043824" Longitude="105.7320437" StarRating="3" HotelCode="|267583" HotelName="Oriana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="33.60" OriginalAmount="32.62" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="16" TotalAmount="33.63" OriginalAmount="32.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00425236" Longitude="105.73219574" StarRating="3" HotelCode="635844|3472755" HotelName="Oriana Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="33.68" OriginalAmount="32.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031502298997" Longitude="105.85490494967" StarRating="3" HotelCode="167043|1126558" HotelName="Hanoi La Siesta Diamond Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" 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="16" TotalAmount="33.78" OriginalAmount="32.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.013279068384" Longitude="105.84764097358" StarRating="3" HotelCode="346898|2012525" HotelName="Nesta Hanoi Hotel - To Hien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="33.81" OriginalAmount="32.83" MarkupRule="3.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="16" TotalAmount="33.89" OriginalAmount="32.9" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.043020590492" Longitude="105.84347069263" StarRating="3" HotelCode="176880|1075378" HotelName="La Belle Vie" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="16" TotalAmount="33.97" OriginalAmount="32.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03211997" Longitude="105.85322973" StarRating="3" HotelCode="547848|2240535" HotelName="Bella Rosa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/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="83" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431926-27571371/1511579557795845938/950" 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="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573329-25723111/1511579557795845938/1341" 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="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898786-26133045/1511579557795845938/2663" 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="83" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413402-25592187/1511579557795845938/2890" 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="83" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431866-27573666/1511579557795845938/3943" 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="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|135227-25304919/1511579557795845938/4374" 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="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.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="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031512313112" Longitude="105.8493950218" StarRating="4" HotelCode="186797|golden_silk_boutique_hotel" 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="33.99" OriginalAmount="33.00" MarkupRule="3.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="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03348301" Longitude="105.85236675" StarRating="3" HotelCode="309515|calypso_suites_hotel" HotelName="Calypso Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/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="94" TotalAmount="34.03" OriginalAmount="33.04" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="34.21" OriginalAmount="33.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0247626" Longitude="105.8187139" StarRating="3" HotelCode="|270701" HotelName="Rose Garden Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="34.26" OriginalAmount="33.26" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="94" TotalAmount="34.33" OriginalAmount="33.33" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="34.35" OriginalAmount="33.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.007239" Longitude="105.781562" StarRating="0" HotelCode="|469146" HotelName="Gloud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <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="34.49" OriginalAmount="33.49" MarkupRule="3.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="16" TotalAmount="34.65" OriginalAmount="33.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031596" Longitude="105.848298" StarRating="3" HotelCode="119041|1110528" HotelName="Hong Ngoc Dynastie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/05/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="16" TotalAmount="34.72" OriginalAmount="33.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01588435234" Longitude="105.85787151559" StarRating="4" HotelCode="320046|1589158" HotelName="The Ann" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="94" TotalAmount="34.75" OriginalAmount="33.74" MarkupRule="3.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="34.80" OriginalAmount="33.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03139" Longitude="105.84921" StarRating="4" HotelCode="|83981" HotelName="Golden Silk Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HANG GAI, HOAN KIEM DIS. 109-111</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/8/1/83981_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 11 floors, WiFi (free of charge), a reception, room service, tourist information, a car hire service, a business centre, a laundry service and a transfer service to the airport, (for a fee). SITUATION: This hotel is in Hanoi the historic centre of 700 metres away, guests can find Hoan Kiem Lake 10 minutes away from the establishment guests have Dong Xuan the Market of it is situated 4 kilometres away from Hanoi the Railway Station of 45 minutes away from the establishment you have Noi Bai Airport. ROOM: Each room has an air-conditioning system, a television, a safety deposit box, a mini-bar, a bathroom with a shower or bath, complimentary bathroom items and a hairdryer. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.92" OriginalAmount="33.90" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.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 30/05/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="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02740216" Longitude="105.85751843" StarRating="3" HotelCode="753370|348351" HotelName="Grand Cititel Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/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="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649519-25826372/1511579557795845938/1176" 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="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|359468-25545725/1511579557795845938/1787" 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="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|572027-25722487/1511579557795845938/2011" 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="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215471-25418931/1511579557795845938/2597" HotelName="CLASSIC STREET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6560000/6559500/6559423/d041862a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1242674-26598376/1511579557795845938/3005" 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="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431811-27573604/1511579557795845938/3243" HotelName="BRILLIANT NATURE SUITES &amp;amp; SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103370000/103364100/103364072/5eab4773_edited_9d91_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|216946-32719762/1511579557795845938/3939" 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="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1437949-27930564/1511579557795845938/4378" 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="35.02" OriginalAmount="34.00" MarkupRule="3.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 29/05/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="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.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="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.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 28/05/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="35.02" OriginalAmount="34.00" MarkupRule="3.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 27/05/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="35.02" OriginalAmount="34.00" MarkupRule="3.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 21/05/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="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.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 24/05/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="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.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 27/05/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="35.02" OriginalAmount="34.00" MarkupRule="3.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="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.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="35.13" OriginalAmount="34.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.201097" Longitude="105.831302" StarRating="4" HotelCode="|533803" HotelName="Noibai Luxury Homestay AAG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/8/0/3/533803_2e0ed081102.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.27" OriginalAmount="34.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.039611" Longitude="105.846891" StarRating="4" HotelCode="|265885" HotelName="Mon Regency" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="35.48" OriginalAmount="34.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030644" Longitude="105.845485" StarRating="3" HotelCode="261903|941655" HotelName="Golden Cyclo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/2026" 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="94" TotalAmount="35.54" OriginalAmount="34.50" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="94" TotalAmount="35.69" OriginalAmount="34.65" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="16" TotalAmount="35.89" OriginalAmount="34.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04366" Longitude="105.841775" StarRating="4" HotelCode="900190|568585" HotelName="Flower Garden Hanoi Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="35.92" OriginalAmount="34.87" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="36.02" OriginalAmount="34.97" MarkupRule="3.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="27" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032397154924" Longitude="105.85393055756" StarRating="2" HotelCode="119056|71414" HotelName="Old Quarter Centre Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="27" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.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 28/05/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="16" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.019006662168" Longitude="105.85417807102" StarRating="4" HotelCode="18080|34084" HotelName="Sunway" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="83" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9253976" Longitude="9.5040716" StarRating="3" HotelCode="0|252906-25474445/1511579557795845938/725" 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="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|216932-25420191/1511579557795845938/3136" HotelName="LUXEDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8680000/8672300/8672279/b4fa6e80_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|216121-25419469/1511579557795845938/3940" 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="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.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="Non Refundable" 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="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01639" Longitude="105.8504" StarRating="3" HotelCode="119047|midori_boutique_hotel_3" HotelName="Midori Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="36.05" OriginalAmount="35.00" MarkupRule="3.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="36.05" OriginalAmount="35.00" MarkupRule="3.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 29/05/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="36.16" OriginalAmount="35.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.042079" Longitude="105.846918" StarRating="4" HotelCode="|83976" HotelName="Chalcedony" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <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="36.17" OriginalAmount="35.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030755" Longitude="105.849387" StarRating="3" HotelCode="|189485" HotelName="Hanoi Meracus Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>32 Hang Trong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/8/5/189485_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.18" OriginalAmount="35.13" MarkupRule="3.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="36.39" OriginalAmount="35.33" MarkupRule="3.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="94" TotalAmount="36.44" OriginalAmount="35.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.019801" Longitude="105.85617" StarRating="4" HotelCode="|266229" HotelName="The Lapis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="36.72" OriginalAmount="35.65" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="16" TotalAmount="36.77" OriginalAmount="35.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031467" Longitude="105.85485" StarRating="3" HotelCode="900081|103742" HotelName="Hanoi Focus Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="36.93" OriginalAmount="35.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0462298" Longitude="105.8054262" StarRating="4" HotelCode="|40512" HotelName="Somerset Hoa Binh Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="36.97" OriginalAmount="35.89" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="83" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431921-27570144/1511579557795845938/795" 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="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|116297-25286155/1511579557795845938/1685" 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="83" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|593223-25742531/1511579557795845938/2193" 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="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.765900000000000" Longitude="-104.994600000000000" StarRating="3" HotelCode="0|281930-25501274/1511579557795845938/2276" 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="83" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431906-27563794/1511579557795845938/3318" 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="37.08" OriginalAmount="36.00" MarkupRule="3.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="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.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="Free CXL until 26/05/2026" 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="37.08" OriginalAmount="36.00" MarkupRule="3.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 25/05/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="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.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="37.39" OriginalAmount="36.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01636" Longitude="105.85708" StarRating="4" HotelCode="|30342" HotelName="Sunway  Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="37.45" OriginalAmount="36.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.000607" Longitude="105.871092" StarRating="3" HotelCode="|189725" HotelName="A25 Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>684 Minh Khai Street, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/2/5/189725_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.57" OriginalAmount="36.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033783175841" Longitude="105.85295787223" StarRating="3" HotelCode="141679|1200608" HotelName="Oriental Central Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" 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="37.61" OriginalAmount="36.51" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="37.76" OriginalAmount="36.66" MarkupRule="3.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="16" TotalAmount="37.92" OriginalAmount="36.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028460480264" Longitude="105.8483093977" StarRating="3" HotelCode="167041|894885" 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="94" TotalAmount="37.92" OriginalAmount="36.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0153" Longitude="105.81297" StarRating="3" HotelCode="|189254" HotelName="Capital Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="37.95" OriginalAmount="36.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02771" Longitude="105.85828" StarRating="3" HotelCode="|189587" HotelName="Hong Ha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="37.97" OriginalAmount="36.86" MarkupRule="3.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="37.97" OriginalAmount="36.86" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="37.98" OriginalAmount="36.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03208" Longitude="105.84816" StarRating="3" HotelCode="|189521" HotelName="Serene Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <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="37.98" OriginalAmount="36.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03112" Longitude="105.84997" StarRating="4" HotelCode="|84040" HotelName="Imperial  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <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="83" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649482-25826320/1511579557795845938/962" HotelName="HANOI ESPLENDOR HOTEL AND SPA" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35710000/35702500/35702482/080546c3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|268490-25492234/1511579557795845938/1717" 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="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181648-25366934/1511579557795845938/2442" HotelName="MUONG THANH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7240000/7233100/7233014/5ab6ade4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899263-26133849/1511579557795845938/2835" 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="83" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431836-27563910/1511579557795845938/3078" 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="38.11" OriginalAmount="37.00" MarkupRule="3.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="38.11" OriginalAmount="37.00" MarkupRule="3.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="38.11" OriginalAmount="37.00" MarkupRule="3.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 21/05/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="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.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 24/05/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="16" TotalAmount="38.23" OriginalAmount="37.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="834414|3455755" HotelName="Khách San A25 Hàng Duong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/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="94" TotalAmount="38.31" OriginalAmount="37.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.044341" Longitude="105.843437" StarRating="3" HotelCode="|171205" HotelName="Babylon Grand  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>57 Pham Hong Thai Street ,Ba Dinh D Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/2/0/5/171205_97096b21023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.37" OriginalAmount="37.25" MarkupRule="3.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="Free CXL until 25/05/2026">
        <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="94" TotalAmount="38.43" OriginalAmount="37.31" MarkupRule="3.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="16" TotalAmount="38.69" OriginalAmount="37.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028874539307" Longitude="105.84468323314" StarRating="4" HotelCode="162437|569695" HotelName="Silk Path Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,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="94" TotalAmount="38.78" OriginalAmount="37.65" MarkupRule="3.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="94" TotalAmount="38.88" OriginalAmount="37.75" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="16" TotalAmount="38.98" OriginalAmount="37.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.000706768788" Longitude="105.87107199755" StarRating="4" HotelCode="347534|1720308" HotelName="Hanoi Sahul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" 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="39.03" OriginalAmount="37.89" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="94" TotalAmount="39.05" OriginalAmount="37.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0400015" Longitude="105.8419949" StarRating="4" HotelCode="|265073" HotelName="Army" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1A Nguyen Tri Phuong Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/0/7/3/265073_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.10" OriginalAmount="37.96" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="39.14" OriginalAmount="38" MarkupRule="3.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 23/05/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="27" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.044387683251" Longitude="105.84351180357" StarRating="3" HotelCode="931940|78622" HotelName="May De Ville City Center II" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="83" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|217059-25420297/1511579557795845938/836" 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="83" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215984-25419335/1511579557795845938/1043" 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="83" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|588122-25733334/1511579557795845938/1244" HotelName="HALAIS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31470000/31470000/31469958/acec1eb7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899301-26133901/1511579557795845938/1911" 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="83" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215236-25418713/1511579557795845938/2642" 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="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|135245-25304937/1511579557795845938/3571" 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="83" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899331-26133931/1511579557795845938/4166" HotelName="SHENDO VINHOMES METROPOLIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35130000/35121100/35121044/9162f952_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03126" Longitude="105.85515" StarRating="4" HotelCode="518376|hanoi_emerald_waters_hotel_spa" HotelName="Hanoi Emerald Waters Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 20/05/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="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.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="39.25" OriginalAmount="38.11" MarkupRule="3.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="16" TotalAmount="39.40" OriginalAmount="38.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032603058401" Longitude="105.84927215508" StarRating="3" HotelCode="347108|1229338" HotelName="Golden Sun Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 28/05/2026" 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="39.47" OriginalAmount="38.32" MarkupRule="3.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="94" TotalAmount="39.52" OriginalAmount="38.37" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="39.79" OriginalAmount="38.63" MarkupRule="3.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="39.79" OriginalAmount="38.63" MarkupRule="3.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="94" TotalAmount="39.79" OriginalAmount="38.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0349" Longitude="105.848097" StarRating="3" HotelCode="|65355" HotelName="Hanoi Capital" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <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="39.81" OriginalAmount="38.65" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="16" TotalAmount="39.95" OriginalAmount="38.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03094311" Longitude="105.84844947" StarRating="3" HotelCode="727151|3437185" HotelName="Haibay Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/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="94" TotalAmount="40.02" OriginalAmount="38.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028755" Longitude="105.848183" StarRating="4" HotelCode="|267442" HotelName="Conifer Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <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="94" TotalAmount="40.09" OriginalAmount="38.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02529" Longitude="105.84585" StarRating="0" HotelCode="|233227" HotelName="Lenid Tho Nhuom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>54 Tho Nhuom Street, Tran Hung Dao Ward Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/2/2/7/233227_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.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="Free CXL until 25/05/2026" 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="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|150388-25324667/1511579557795845938/1170" 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="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1437960-27930567/1511579557795845938/1351" 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="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|189446-25374476/1511579557795845938/1877" 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="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898841-26133141/1511579557795845938/2817" 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="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|898824-32724618/1511579557795845938/3139" 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="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437967-27930237/1511579557795845938/3988" HotelName="MOONLIT SUITES HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109910000/109902300/109902273/00d55f6c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437958-27930232/1511579557795845938/4206" HotelName="FLESTA NUI TRUC SERVICED APARTMENT &amp;amp; HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110630000/110627600/110627514/2e9e368a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.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 28/05/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="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="4" HotelCode="619522|the_noble_swan_hotel_spa" HotelName="The Noble Swan Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Chan Cam Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/58/815890182085c57e016ffdb2640ed4fa8395e835.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A safe, a restaurant, a café, a babysitting service, a childcare service, room service and a busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.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 22/05/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="40.17" OriginalAmount="39.00" MarkupRule="3.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="Non Refundable" 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="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.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 24/05/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="40.40" OriginalAmount="39.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.020649" Longitude="105.781163" StarRating="0" HotelCode="|420395" HotelName="Cindy Vinhomes Skylake" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Vinhomes Skylake Pham Hung Nam Tu Liem Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/3/9/5/420395_01482a21741.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.47" OriginalAmount="39.29" MarkupRule="3.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="16" TotalAmount="40.49" OriginalAmount="39.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031628163866" Longitude="105.84963032832" StarRating="3" HotelCode="303735|1244528" HotelName="Silk Queen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" 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="94" TotalAmount="40.54" OriginalAmount="39.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01623" Longitude="105.8569" StarRating="0" HotelCode="|84089" HotelName="La Casa Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 PHAM DINH HO STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/8/9/84089_44113e91220.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 2010, has 80 rooms, suites and 1 apartment. This air-conditioned establishment has a lobby, with express check-out, a reception, a safety deposit box service, a currency exchange service, a lift, internet, conference facilities and a business centre. Our guests can find a restaurant, bars, room service, a laundry service (for a fee), an indoor car park and bicycle hire. SITUATION: This hotel is in Hanoi the heart of 20 minutes away from the establishment, guests will find Hanoi the district of Hoan Kiem Lake it is 3 kilometres away from Hang Co the Railway Station of it is situated 35 kilometres away from Noi Bai Airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a king-size bed, a direct line telephone, a satellite or cable television, internet, a safety deposit box, a mini-bar, a coffee maker, a kettle, an ironing set, an air-conditioning system and central heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.02" OriginalAmount="39.83" MarkupRule="3.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="94" TotalAmount="41.04" OriginalAmount="39.84" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="94" TotalAmount="41.08" OriginalAmount="39.88" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="16" TotalAmount="41.13" OriginalAmount="39.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03220436" Longitude="105.8546803" StarRating="3" HotelCode="620235|3447785" HotelName="Sunline Paon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" 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="83" TotalAmount="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.08591" Longitude="34.77594" StarRating="3" HotelCode="0|426152-25601742/1511579557795845938/1619" HotelName="HANOI FOCUS BOUTIQUE HOTEL (OLD QARTER)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <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="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899308-26133909/1511579557795845938/1973" 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="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181676-25366976/1511579557795845938/2256" 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="83" TotalAmount="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431837-27564744/1511579557795845938/3080" 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="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431892-27570796/1511579557795845938/3108" 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="83" TotalAmount="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431822-27568167/1511579557795845938/3692" HotelName="ELI RINA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95870000/95862400/95862315/11c82397_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|166320-25334987/1511579557795845938/3886" HotelName="SPLENDID HOLIDAY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4480000/4475300/4475239/0c52a372_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032379" Longitude="105.85131" StarRating="3" HotelCode="101674|serenade_hotel" HotelName="Oriental Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" 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="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.016431494031" Longitude="105.85732314848" StarRating="4" HotelCode="166806|prestige_hotel_hanoi" HotelName="La Casa Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Pham Dinh Ho Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/b8/21b8396bf35582f8f4330782dedfd22761e99c7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is tucked away on a quiet tree-lined street in the heart of Hanoi. It is just 20 minutes' ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.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 26/05/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="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02877005" Longitude="105.84816969" StarRating="3" HotelCode="630776|conifer_grand_hotel" HotelName="Conifer Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/05/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="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03975744" Longitude="105.84785153" StarRating="2" HotelCode="600349|an_hotel_3" HotelName="An Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Hang Giay, Dong Xuan, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/2c/692cc52fc23221c07ec8e17cad16362736010929.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Hanoi (Hoan Kiem), An Hotel is minutes from Hang Dau Water Tower ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.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="Free CXL until 21/05/2026" 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="94" TotalAmount="41.59" OriginalAmount="40.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030288" Longitude="105.8481879" StarRating="4" HotelCode="|266927" HotelName="The Noble Swan and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Chan Cam, Hoan Kiem, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/2/7/266927_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.72" OriginalAmount="40.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03643" Longitude="105.81044" StarRating="3" HotelCode="|419615" HotelName="Azumaya Linh Lang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>26 Linh Lang, Ba Dinh, Ba Dinh, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/6/1/5/419615_ea020761702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.73" OriginalAmount="40.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.025660789413" Longitude="105.85248568834" StarRating="3" HotelCode="422403|1896275" HotelName="Silk Path Boutique Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" 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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.79" OriginalAmount="40.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.212919771464" Longitude="105.8026518907" StarRating="1" HotelCode="393191|1807408" 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="94" TotalAmount="42.00" OriginalAmount="40.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03571" Longitude="105.85119" StarRating="4" HotelCode="|234406" HotelName="Mk Premier 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/2/3/4/4/0/6/234406_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.02" OriginalAmount="40.80" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="42.21" OriginalAmount="40.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01454" Longitude="105.850623" StarRating="3" HotelCode="|535765" HotelName="Camellia Residence Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="83" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|281939-25501280/1511579557795845938/1768" 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="83" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|150400-25324669/1511579557795845938/2304" HotelName="SILK PATH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3350000/3347800/3347727/033d56d5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.7625181" Longitude="-80.1937545" StarRating="3" HotelCode="0|268480-25492226/1511579557795845938/2409" 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="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|268516-27712692/1511579557795845938/3386" HotelName="SAMOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9490000/9483500/9483462/e574e949_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1272177-26618100/1511579557795845938/3855" 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="83" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431879-27568833/1511579557795845938/4066" 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="83" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431840-27564112/1511579557795845938/4095" 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="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03573543" Longitude="105.8512021" StarRating="3" HotelCode="382861|mk_premier_boutique_hotel" HotelName="MK Premier Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 – 74 Hang Buom Street, Hoan Kiem District, Hanoi City</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/76/3f76259e5fa9339b70968ea084cb2e1568e8c3bf.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="42.23" OriginalAmount="41.00" MarkupRule="3.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="42.43" OriginalAmount="41.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.036654" Longitude="105.814621" StarRating="3" HotelCode="|189727" HotelName="Sakura" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="42.46" OriginalAmount="41.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.021951029966" Longitude="105.85393667221" StarRating="3" HotelCode="37079|569375" HotelName="Hoa Binh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Ly Thuong Kiet, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/7c/627c2abf2e7f490af05bf08ab7c102eecbb50371.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the French Quarter of Hanoi, not far from the famous Hoan Kiem...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.50" OriginalAmount="41.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03538" Longitude="105.847131" StarRating="4" HotelCode="|84028" HotelName="L'heritage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="42.69" OriginalAmount="41.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.016244" Longitude="105.778082" StarRating="3" HotelCode="|521702" HotelName="Blubiz 5" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="42.91" OriginalAmount="41.66" MarkupRule="3.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="16" TotalAmount="42.97" OriginalAmount="41.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04886709" Longitude="105.78405077" StarRating="2" HotelCode="640255|3459015" HotelName="Grace Hotel Ha Noi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 24/05/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="94" TotalAmount="43.03" OriginalAmount="41.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.019608" Longitude="105.855707" StarRating="3" HotelCode="|84006" HotelName="De Syloia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TRAN HUNG DAO, HOAN KIEM 17A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/0/6/84006_87e7cee1055.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is close to the opera and Hoan Kiem Lake 40 minutes away from the establishment guests have Noi Bai Airport. ROOM: The rooms have a bath, WiFi (free of charge), an air-conditioning system, a satellite television, a mini-bar, a safe, a hairdryer, a sitting area, a sofa and table. FACILITIES: You can pay with a well-equipped gym, tourist information, excursions and car hire. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.12" OriginalAmount="41.86" MarkupRule="3.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="16" TotalAmount="43.19" OriginalAmount="41.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03557247" Longitude="105.81846668" StarRating="4" HotelCode="346889|1456448" HotelName="SUPER HOTEL Candle" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="43.21" OriginalAmount="41.95" MarkupRule="3.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="83" TotalAmount="43.26" OriginalAmount="42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|587894-25733236/1511579557795845938/412" 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="43.26" OriginalAmount="42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|573011-25722889/1511579557795845938/426" 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="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.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="43.26" OriginalAmount="42.00" MarkupRule="3.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 20/05/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="43.26" OriginalAmount="42.00" MarkupRule="3.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="43.54" OriginalAmount="42.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03218" Longitude="105.85316" StarRating="3" HotelCode="|233404" HotelName="Hanoi Bella Rosa and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Cau Go Street Hanoi 10000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/4/0/4/233404_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.62" OriginalAmount="42.35" MarkupRule="3.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="16" TotalAmount="43.68" OriginalAmount="42.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03652032" Longitude="105.81473331" StarRating="3" HotelCode="374456|1729458" HotelName="Sakura Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="43.70" OriginalAmount="42.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03098" Longitude="105.848438" StarRating="4" HotelCode="|267642" HotelName="Hai Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <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="43.78" OriginalAmount="42.50" MarkupRule="3.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="16" TotalAmount="43.83" OriginalAmount="42.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03650917" Longitude="105.81045363" StarRating="3" HotelCode="757203|3442975" HotelName="Azumaya Hotel Linh Lang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/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="94" TotalAmount="43.97" OriginalAmount="42.69" MarkupRule="3.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="Free CXL until 31/05/2026">
        <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="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04314575" Longitude="105.84384281" StarRating="0" HotelCode="956584|417317" 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="83" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="60.2484535" Longitude="25.0073741" StarRating="4" HotelCode="0|572900-25722827/1511579557795845938/843" HotelName="HAI BAY HOTEL" Meals="ROOM ONLY" 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="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="44.5972991" Longitude="-75.7064593" StarRating="3" HotelCode="0|181530-25366836/1511579557795845938/1962" 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="83" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573032-25722903/1511579557795845938/2026" HotelName="HANOI BELLA ROSA SUITE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17360000/17354500/17354453/5d78828a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|436199-25609983/1511579557795845938/3038" HotelName="LUXOR BOUTIQUE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8660000/8657600/8657560/afdc68d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|135244-25304935/1511579557795845938/3202" 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="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|593169-25742449/1511579557795845938/3688" 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="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|268530-25492252/1511579557795845938/3792" 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="94" TotalAmount="44.65" OriginalAmount="43.35" MarkupRule="3.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="16" TotalAmount="44.69" OriginalAmount="43.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03207319" Longitude="105.85391603" StarRating="3" HotelCode="382864|1589298" 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="94" TotalAmount="44.70" OriginalAmount="43.40" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="44.77" OriginalAmount="43.47" MarkupRule="3.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="45.07" OriginalAmount="43.76" MarkupRule="3.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="16" TotalAmount="45.29" OriginalAmount="43.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01581305" Longitude="105.85797849" StarRating="3" HotelCode="386044|1831418" 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="27" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.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="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431923-27573069/1511579557795845938/1035" 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="83" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.07344" Longitude="18.1993" StarRating="3" HotelCode="0|574232-25723541/1511579557795845938/1113" 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="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|252897-25474441/1511579557795845938/1484" HotelName="HANOI PEARL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6620000/6614100/6614063/eb324a2c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|519341-25677233/1511579557795845938/1548" HotelName="LAPIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17480000/17471600/17471570/31edab72_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|345722-25535812/1511579557795845938/2373" 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="83" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|281978-25501302/1511579557795845938/2847" 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="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649518-25826370/1511579557795845938/4176" HotelName="THE Q HOTEL HANOI" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41910000/41906600/41906561/af39ff6c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.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="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.2055901" Longitude="105.83034037" StarRating="2" HotelCode="692084|hanoi_airport_hostel" HotelName="Hanoi Airport Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 Vo Nguyen Giap Street, Thai Phu, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/76/737623d11393666a675a37f66110853fca90cafc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.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 28/05/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="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.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="45.61" OriginalAmount="44.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03547" Longitude="105.81854" StarRating="4" HotelCode="|189250" HotelName="Super Candle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <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="16" TotalAmount="45.62" OriginalAmount="44.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0669955" Longitude="105.82014922" StarRating="4" HotelCode="82057|1094508" HotelName="Diamond Westlake Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="46.01" OriginalAmount="44.67" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="46.05" OriginalAmount="44.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02841" Longitude="105.85712" StarRating="0" HotelCode="|84098" HotelName="Thang Long Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>TONG DAN STREET,HOAN KIEM DISTRICT,HANOI, VIETNAM 1C</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/9/8/84098_896e1da1057.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a car park (free of charge), WiFi (free of charge), a reception, a baggage room, a laundry service, an ironing service and ticket sales. The establishment boasts a business centre, a restaurant and a club. SITUATION: This establishment, Hanoi it is in Bairro Antiguo it is situated 5 minutes walk away from, el mercado de Dong Xuan 15 minutes walk away, you can find el mausoleo de Ho Chi Minh it is 15 minutes drive away from, the establishment is a 35-minute drive away from Noi Bai Airport. ROOM: The rooms have an air-conditioning system, a balcony with city views, kettle, a mini-bar, cable television, a sitting area, a bathroom with a shower or bath, slippers and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.35" OriginalAmount="45" MarkupRule="3.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 29/05/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="46.35" OriginalAmount="45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|104911-25281366/1511579557795845938/461" HotelName="ORIENTAL SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2180000/2174400/2174373/50a3739c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="46.35" OriginalAmount="45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215410-25418867/1511579557795845938/1325" 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="46.35" OriginalAmount="45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.832959" Longitude="23.47694" StarRating="4" HotelCode="0|345506-25535714/1511579557795845938/1821" HotelName="LA CASA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> Yavor 53 str./ Mis Stone str. Parcaleto District, BANSKO, BG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11730000/11723000/11722967/77aa9580_b.jpg</HotelPictures>
        <HotelDescription>Nestled in Bansko, this appealing apartment complex is located in Bulgaria's number one ski resort, offering sophisticated facilities at the foot of the magnificent Pirin Mountains. The hotel is 500 m from the town centre and only 270 m from the Gondola, which takes guests to the ski slopes in around 20 minutes. The modern property combines up-to-date equipment with cosiness and comfort. Guests will have a real feeling of relaxation in the stylish apartments and studios, which feature a kitchen area, a dining and recreation place and Wi-Fi access. Visitors may enjoy pleasant dinners at the on-site restaurant and play a game of billiards at the cosy bar. The establishment also boasts a fantastic wellness area with spa facilities, a well-fitted gym and an inviting swimming pool for adults and children. Those travelling on business purposes may take advantage of the meeting facilities offered by the property as well as an underground parking.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="46.35" OriginalAmount="45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898994-26133409/1511579557795845938/2336" 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="46.35" OriginalAmount="45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437952-27930228/1511579557795845938/4236" 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="63" TotalAmount="46.35" OriginalAmount="45.00" MarkupRule="3.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="16" TotalAmount="46.59" OriginalAmount="45.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.042876" Longitude="105.838074" StarRating="3" HotelCode="401580|89729" HotelName="Anise Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" 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="27" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.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="Non Refundable" 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="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437948-27930225/1511579557795845938/4022" 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="83" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431860-27566357/1511579557795845938/4294" 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="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.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 27/05/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="94" TotalAmount="47.57" OriginalAmount="46.18" MarkupRule="3.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="48.31" OriginalAmount="46.90" MarkupRule="3.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="83" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|592784-25741967/1511579557795845938/863" 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="83" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|592934-25742185/1511579557795845938/1700" 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="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|295982-25506833/1511579557795845938/1998" HotelName="HANOI DISCOVERY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2528500/2528486/w951h647x0y0-c0e05899_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.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 27/05/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="48.48" OriginalAmount="47.07" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="48.60" OriginalAmount="47.18" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="16" TotalAmount="48.77" OriginalAmount="47.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031448" Longitude="105.854929" StarRating="3" HotelCode="167047|1450248" HotelName="Hanoi E Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 28/05/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="83" TotalAmount="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431833-27573431/1511579557795845938/2989" 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="83" TotalAmount="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|268470-27830042/1511579557795845938/3144" 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="83" TotalAmount="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.817564" Longitude="13.245315" StarRating="4" HotelCode="0|436250-25610009/1511579557795845938/3916" 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="94" TotalAmount="49.58" OriginalAmount="48.14" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="50.15" OriginalAmount="48.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029023" Longitude="105.850147" StarRating="3" HotelCode="|153903" HotelName="Minerva Church" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 9 Nha Tho Street, Hoan Kiem Dist, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/9/0/3/153903_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, room service, a business centre and tourist information. It also has a reception, a baggage room, a laundry service and a car hire desk. SITUATION: This establishment is in the historic centre of Hanoi. It is situated 5 minutes walk away from el teatro de marionetas acuÃ¡ticas de Thang Long and Hoan Kiem Lake This hotel is a 5-minute walk away from el puente Huc and Ngoc Son Temple it is situated 10 minutes walk away from Dong Xuan Market ROOM: Customers have stylish rooms with WiFi (free of charge), wooden floors, an air-conditioning system, a flatscreen TV with cable television, a kettle, a coffee maker, a mini-bar, a bathroom with a shower or bath, a bathrobe, slippers and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.27" OriginalAmount="48.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0330210902" Longitude="105.85388293799" StarRating="3" HotelCode="119039|1103078" 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="27" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031210560421" Longitude="105.85570659263" StarRating="3" HotelCode="916004|76012" HotelName="Hanoi Antique Legend Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Lo Su Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/ed/91ed7c8b80aa0346e141d6de7495868b52603163.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649475-25826310/1511579557795845938/1202" 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/631a720c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437957-27930231/1511579557795845938/3053" 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="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|116308-25286161/1511579557795845938/3524" 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="50.47" OriginalAmount="49.00" MarkupRule="3.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="94" TotalAmount="50.49" OriginalAmount="49.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0231209" Longitude="105.8482536" StarRating="4" HotelCode="|266223" HotelName="Hanoi Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <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="94" TotalAmount="50.63" OriginalAmount="49.16" MarkupRule="3.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="50.71" OriginalAmount="49.23" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="50.88" OriginalAmount="49.40" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="51.15" OriginalAmount="49.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04249" Longitude="105.84483" StarRating="3" HotelCode="|189759" HotelName="Thang Long Espana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>63 Nguyen Truong To Street, Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/5/9/189759_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.32" OriginalAmount="49.83" MarkupRule="3.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="16" TotalAmount="51.37" OriginalAmount="49.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.027769490565" Longitude="105.82154095173" StarRating="4" HotelCode="59862|34024" HotelName="Hanoi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="51.44" OriginalAmount="49.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.06225" Longitude="105.82442" StarRating="5" HotelCode="|189351" HotelName="Elegant Suites Westlake" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10B Dang Thai Mai Street Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/3/5/1/189351_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.48" OriginalAmount="49.98" MarkupRule="3.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="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="50.088436" Longitude="14.4095224" StarRating="3" HotelCode="0|181655-25366950/1511579557795845938/238" 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="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573194-25723017/1511579557795845938/1149" 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="83" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|189461-25374498/1511579557795845938/1307" 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="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|358457-25545253/1511579557795845938/1339" HotelName="ARMY HOTEL NGUYEN TRI PHUONG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12780000/12776600/12776546/ddcd2c58_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215646-25419057/1511579557795845938/1374" HotelName="AIRA BOUTIQUE HANOI HOTEL &amp;amp; SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2700000/2691000/2690931/2c65ac33_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|168014-25336703/1511579557795845938/2044" HotelName="IMPERIAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3950000/3949400/3949358/cf86e93d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649512-25826362/1511579557795845938/2425" HotelName="KEGON HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38650000/38643400/38643339/1eaf4072_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431841-27576926/1511579557795845938/3484" 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="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035305110963" Longitude="105.8470594883" StarRating="3" HotelCode="175709|celia_hotel_hanoi" HotelName="L'Heritage Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/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="51.68" OriginalAmount="50.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0172141" Longitude="105.8290189" StarRating="4" HotelCode="|265853" HotelName="Dream and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="27" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035955661091" Longitude="105.84917755822" StarRating="3" HotelCode="347011|83949" HotelName="Hanoi Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/05/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="27" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.052201485223" Longitude="105.83703300563" StarRating="4" HotelCode="916027|74675" HotelName="The Hanoi Club Hotel &amp; Lake Palais Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="83" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.31296" Longitude="123.89596" StarRating="3" HotelCode="0|413216-25592101/1511579557795845938/1648" HotelName="BELLA ROSA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>101-E Ramon Aboitiz St., Camputhaw ,Cebu,  6000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15240000/15230800/15230780/eeaecc1f_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Cebu, Casa Rosario Hotel puts everything the city has to offer just outside your doorstep. Featuring a complete list of amenities, guests will find their stay at the property a comfortable one. Free Wi-Fi in all rooms, Wi-Fi in public areas, car park, room service, restaurant are there for guest`s enjoyment. Guestrooms are fitted with all the amenities you need for a good night`s sleep. In some of the rooms, guests can find television LCD/plasma screen, internet access – wireless, internet access – wireless (complimentary), air conditioning, television. The hotel offers various recreational opportunities. For reliable service and professional staff, Casa Rosario Hotel caters to your needs. &lt;br /&gt;Guests over 12 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1264950-26611382/1511579557795845938/3247" 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="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.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="52.96" OriginalAmount="51.42" MarkupRule="3.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="52.98" OriginalAmount="51.44" MarkupRule="3.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="94" TotalAmount="53.29" OriginalAmount="51.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0336846" Longitude="105.8110323" StarRating="3" HotelCode="|266328" HotelName="Momizi Business" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="94" TotalAmount="53.34" OriginalAmount="51.79" MarkupRule="3.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="94" TotalAmount="53.34" OriginalAmount="51.79" MarkupRule="3.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="53.42" OriginalAmount="51.86" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="16" TotalAmount="53.46" OriginalAmount="51.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034536685241" Longitude="105.84736308128" StarRating="4" HotelCode="375408|1896315" 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="53.50" OriginalAmount="51.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031415" Longitude="105.856143" StarRating="0" HotelCode="|84048" HotelName="Jacosmo and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 LO SU STREET, HOAN KIEM DISTRICT 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/4/8/84048_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has computers with internet, a business centre, a secretary service, a reception, a baggage room and a restaurant with buffet breakfast. SITUATION: This establishment, is in Hanoi the historic centre of 150 metres away, guests will find Hoan Kiem Lake Ngoc Son Temple it is situated 3 minutes walk away from, the establishment is a 40-minute drive away from Noi Bai the airport. ROOM: Each room has internet, city views, views of the river and Lo Su views of They have wooden floors, a flat-screen television, a safety deposit box, water (free of charge), a kettle and a coffee maker.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01727376" Longitude="105.82902247" StarRating="3" HotelCode="554552|165342" HotelName="Dream Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/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="27" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.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="Non Refundable" 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="83" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|626577-25796890/1511579557795845938/665" HotelName="GRAND VISTA HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39550000/39549500/39549423/13fbec01_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431867-27569273/1511579557795845938/4080" 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="83" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431874-27573561/1511579557795845938/4085" 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="63" TotalAmount="53.56" OriginalAmount="52.00" MarkupRule="3.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="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,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="63" TotalAmount="53.56" OriginalAmount="52.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.021298" Longitude="105.817938" StarRating="4" HotelCode="65455|fortuna_hotel_hanoi" HotelName="Fortuna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="53.56" OriginalAmount="52.00" MarkupRule="3.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 22/05/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="63" TotalAmount="53.56" OriginalAmount="52.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033021933328" Longitude="105.85351288319" StarRating="3" HotelCode="904829|hanoi_tirant_hotel" HotelName="Tirant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Gia Ngu street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/df/17df3b89359653286b8d614d4322cb1d949f0894.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Hanoi, Vietnam. Centrally located in the Old Quarter and Hoam Kiem Lake are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.59" OriginalAmount="52.03" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="53.67" OriginalAmount="52.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0290837" Longitude="105.8238341" StarRating="0" HotelCode="|265066" HotelName="Lancaster Hanoi Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="53.78" OriginalAmount="52.21" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="53.85" OriginalAmount="52.28" MarkupRule="3.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="Free CXL until 27/05/2026">
        <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="53.87" OriginalAmount="52.30" MarkupRule="3.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="94" TotalAmount="53.89" OriginalAmount="52.32" MarkupRule="3.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="94" TotalAmount="54.25" OriginalAmount="52.67" MarkupRule="3.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="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649481-25826318/1511579557795845938/1653" 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="83" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217143-25420365/1511579557795845938/1866" 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="83" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437951-27930227/1511579557795845938/3979" 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="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.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 21/05/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="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03141391" Longitude="105.85489896" StarRating="4" HotelCode="565844|silk_queen_grand_hotel" HotelName="Silk Queen Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Lo Su Str, Hoan Kiem Dist., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/2a/182a4e9a6169887ff55c3c9aeaeefac9bf3165eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.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 27/05/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="94" TotalAmount="55.29" OriginalAmount="53.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030576" Longitude="105.849655" StarRating="4" HotelCode="|446723" HotelName="L’hÔtel Du Lac Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <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="75" TotalAmount="55.42" OriginalAmount="53.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.026045" Longitude="105.841609" StarRating="4" HotelCode="899853|VN000007" HotelName="Mercure La Gare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|205576-25403540/1511579557795845938/2324" 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="83" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898853-26133159/1511579557795845938/2512" HotelName="HNC PREMIER HOTEL AND RESIDENCES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37920000/37918200/37918153/ca9da01c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.6157" Longitude="24.9481" StarRating="4" HotelCode="0|592796-25741987/1511579557795845938/2751" 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="83" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431807-27551240/1511579557795845938/3261" 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="83" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574322-25723591/1511579557795845938/3337" 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="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431854-27568423/1511579557795845938/3961" HotelName="IREST ORANGE TAY HO LAKESIDE APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96150000/96141100/96141100/10a72217_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431911-27566633/1511579557795845938/4241" 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="94" TotalAmount="56.55" OriginalAmount="54.90" MarkupRule="3.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="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="30.647853" Longitude="104.088848" StarRating="3" HotelCode="0|426146-25601740/1511579557795845938/1692" HotelName="DREAM HOTELS &amp;amp; RESIDENCES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <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="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="28.375443" Longitude="-81.508964" StarRating="4" HotelCode="0|189925-25375022/1511579557795845938/2723" 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="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.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="56.65" OriginalAmount="55.00" MarkupRule="3.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="94" TotalAmount="57.39" OriginalAmount="55.72" MarkupRule="3.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="57.57" OriginalAmount="55.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.043387" Longitude="105.818339" StarRating="3" HotelCode="|446989" HotelName="Lexington Apartments - Westlake" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>249 Thuy Khue, Tay Ho, 249, Quan Tay Ho, Hanoi, 10000, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/8/9/446989_4f5cb3a1731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.62" OriginalAmount="55.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029227" Longitude="105.845333" StarRating="0" HotelCode="|447426" HotelName="Hanoi Calista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|345653-25535788/1511579557795845938/1829" 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="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|168013-25335234/1511579557795845938/2482" 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="83" TotalAmount="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431827-27565122/1511579557795845938/4382" HotelName="FIVE STAR WESTLAKE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91210000/91206600/91206515/360e69a9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.13" OriginalAmount="56.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035953" Longitude="105.820913" StarRating="0" HotelCode="|521460" HotelName="The Galaxy Home Apartment Doi Can" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/4/6/0/521460_c05fabb1100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.31" OriginalAmount="56.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02316524" Longitude="105.84820587" StarRating="3" HotelCode="554106|2271805" HotelName="Kuretakeso Tho Nhuom 84" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="58.34" OriginalAmount="56.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032815" Longitude="105.852981" StarRating="4" HotelCode="|446699" HotelName="San Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <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="58.61" OriginalAmount="56.90" MarkupRule="3.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="83" TotalAmount="58.71" OriginalAmount="57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|270212-25496533/1511579557795845938/830" 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="83" TotalAmount="58.71" OriginalAmount="57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|573698-25723283/1511579557795845938/1869" 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="83" TotalAmount="58.71" OriginalAmount="57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437964-27930235/1511579557795845938/3821" HotelName="HOTEL DE LAGOM" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110860000/110853300/110853272/d44fdc79_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="58.71" OriginalAmount="57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431868-27575781/1511579557795845938/3908" 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="27" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.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="27" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.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 27/05/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="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|181519-25366824/1511579557795845938/1402" HotelName="ANTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3660000/3656900/3656805/6e3cad64_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|216956-25420207/1511579557795845938/1910" 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="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217038-25420281/1511579557795845938/2156" 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="83" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|270239-25496543/1511579557795845938/2539" HotelName="LANCASTER HANOI SERVICED APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37810000/37806600/37806565/11486655_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431846-27575674/1511579557795845938/3376" 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="83" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431863-27562701/1511579557795845938/3977" 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="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.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="59.87" OriginalAmount="58.13" MarkupRule="3.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="16" TotalAmount="60.35" OriginalAmount="58.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03066" Longitude="105.812056" StarRating="5" HotelCode="401999|43004" HotelName="Hanoi Daewoo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="60.54" OriginalAmount="58.78" MarkupRule="3.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="27" TotalAmount="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034478053221" Longitude="105.84662031298" StarRating="3" HotelCode="309525|152152" HotelName="Eco Luxury Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 29/05/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="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573737-25723301/1511579557795845938/2196" 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="94" TotalAmount="61.05" OriginalAmount="59.27" MarkupRule="3.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="94" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.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="83" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.174000000000000" Longitude="-106.589000000000000" StarRating="5" HotelCode="0|270221-25496537/1511579557795845938/1544" 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="83" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1433996-27825459/1511579557795845938/3813" 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="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0025129" Longitude="105.79400529" StarRating="3" HotelCode="781409|roygent_parks_hanoi" HotelName="Roygent Parks Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/05/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="61.82" OriginalAmount="60.02" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="16" TotalAmount="62.74" OriginalAmount="60.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030595653929" Longitude="105.78542627109" StarRating="4" HotelCode="435940|2201055" HotelName="Novotel Suites Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="62.83" OriginalAmount="61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|413345-25592161/1511579557795845938/942" HotelName="EMERALD WATERS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15100000/15093800/15093707/95b30e2e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="62.83" OriginalAmount="61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431864-27574143/1511579557795845938/3719" 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="83" TotalAmount="62.83" OriginalAmount="61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431861-27568739/1511579557795845938/4037" 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="27" TotalAmount="63.86" OriginalAmount="62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.06636657" Longitude="105.82621873" StarRating="4" HotelCode="571547|228804" HotelName="Somerset West Point Hanoi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" 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="63.86" OriginalAmount="62" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431803-27566730/1511579557795845938/3113" 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="16" TotalAmount="64.35" OriginalAmount="62.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.064297305092" Longitude="105.82818364418" StarRating="4" HotelCode="119051|1105408" HotelName="Fraser Suites Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="16" TotalAmount="64.74" OriginalAmount="62.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03503278" Longitude="105.81459015" StarRating="4" HotelCode="613313|2513405" HotelName="Grandiose Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/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="27" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03422696517" Longitude="105.85340662698" StarRating="4" HotelCode="935740|83894" 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="83" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|649494-25826342/1511579557795845938/762" 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="63" TotalAmount="64.89" OriginalAmount="63.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="784936|pu_luong_eco_garden" HotelName="Pu Luong Eco Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27/37 Dai Co Viet</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/b0/67b0a0e72b6e2a18a66f6639ab1367f3998c4015.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.22" OriginalAmount="63.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.05261" Longitude="105.83649" StarRating="4" HotelCode="|189768" HotelName="The Hanoi Club and Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="66.00" OriginalAmount="64.08" MarkupRule="3.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="94" TotalAmount="66.33" OriginalAmount="64.40" MarkupRule="3.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="Free CXL until 25/05/2026">
        <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="66.95" OriginalAmount="65" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|309341-32720619/1511579557795845938/3576" 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="83" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649524-25826380/1511579557795845938/1282" 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="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649525-25826382/1511579557795845938/2507" 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="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431855-27576708/1511579557795845938/4219" 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="83" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1454620-32415180/1511579557795845938/4362" 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="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.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="27" TotalAmount="69.01" OriginalAmount="67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033057" Longitude="105.852732" StarRating="3" HotelCode="170736|73599" HotelName="May de Ville Old Quarter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/05/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="83" TotalAmount="69.01" OriginalAmount="67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437955-27930230/1511579557795845938/4318" HotelName="THE LEGEND HANOI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110880000/110877300/110877211/abc05ff9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.36" OriginalAmount="67.34" MarkupRule="3.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="94" TotalAmount="69.47" OriginalAmount="67.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0670322" Longitude="105.7885312" StarRating="0" HotelCode="|444979" HotelName="Fraser Residence Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="69.49" OriginalAmount="67.47" MarkupRule="3.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="69.57" OriginalAmount="67.54" MarkupRule="3.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="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|12478-25199200/1511579557795845938/545" 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="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649491-25826336/1511579557795845938/1614" 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/8ebf08bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.98" OriginalAmount="68.91" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="83" TotalAmount="71.07" OriginalAmount="69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|189519-25374562/1511579557795845938/1021" 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="94" TotalAmount="72.09" OriginalAmount="69.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030808" Longitude="105.848263" StarRating="4" HotelCode="|444980" HotelName="GM Premium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="72.10" OriginalAmount="70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.018025193315" Longitude="105.84204643965" StarRating="5" HotelCode="33277|24336" HotelName="Hôtel du Parc Hanoi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/05/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,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84 Tran Nhan Tong Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/9e/959e9bf376b033989b4d292209706a69537fff20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in downtown Hanoi, this city hotel is close to prominent office locations, hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.25" OriginalAmount="70.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03021" Longitude="105.81217" StarRating="0" HotelCode="|189263" HotelName="Daeha Hanoi Serviced Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="72.30" OriginalAmount="70.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01786" Longitude="105.84205" StarRating="5" HotelCode="|38257" HotelName="Du Parc Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>84 TRAN NHAN TONG STREET, HANOI, VIETNAM 84</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/5/7/38257_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 257 rooms and suites. The establishment with air-conditioning, renovated in 2008, has a lobby, a reception, a safety deposit box service, a currency exchange service, a lift and a kiosk. The establishment has a cafÃ©, a bar, a restaurant, a conference room, room service, a laundry service, a car park (for a fee) and WiFi (for a fee). SITUATION: It is inHanoi the city centre of Close to offices, historic points of interest, commercial areas, parks and lakes. ROOM: The rooms have internet, a satellite TV, a safe, a writing desk, a direct line telephone and a fax machine. They also have an individual air-conditioning system, a hairdryer, a bathroom with a shower, a bath, a double or king-size bed, a mini-bar, a coffee maker and a kettle. FACILITIES: The establishment has a swimming pool, deck chairs, a jacuzzi, a sauna and a gym. The establishment also offers a massage service (available for a fee), a bar and live music at night. MEALS: Regarding the food and beverage offering, the establishment offers 3 restaurants, buffet breakfast, lunch and dinner and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1324792-26636542/1511579557795845938/3120" 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="83" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1242713-26598418/1511579557795845938/3180" HotelName="EASTIN HOTEL AND RESIDENCES HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/56000000/55030000/55026700/55026645/eba69e0f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.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 27/05/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="94" TotalAmount="73.17" OriginalAmount="71.04" MarkupRule="3.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="Free CXL until 25/05/2026">
        <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="16" TotalAmount="73.58" OriginalAmount="71.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034968928738" Longitude="105.84746827261" StarRating="3" HotelCode="306414|1453698" HotelName="Serene Boutique Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="83" TotalAmount="74.16" OriginalAmount="72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431834-27567673/1511579557795845938/2700" 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="83" TotalAmount="75.19" OriginalAmount="73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|899448-26134083/1511579557795845938/509" HotelName="WYNDHAM SKY LAKE RESORT AND VILLAS" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45280000/45272600/45272528/c0c50029_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="75.19" OriginalAmount="73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|295988-25506837/1511579557795845938/1416" 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="83" TotalAmount="75.19" OriginalAmount="73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|898795-26133063/1511579557795845938/2504" 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="83" TotalAmount="75.19" OriginalAmount="73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1441951-28832922/1511579557795845938/4034" HotelName="LE PREMIER HOTEL &amp;amp; ROOFTOP BAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111440000/111433900/111433844/ee47b455_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.24" OriginalAmount="73.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01224" Longitude="105.85516" StarRating="5" HotelCode="|37120" HotelName="Somerset Grand Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>HAI BA TRUNG STREET HANOI 49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/1/2/0/37120_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.94" OriginalAmount="73.73" MarkupRule="3.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="16" TotalAmount="75.96" OriginalAmount="73.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02958901" Longitude="105.84569006" StarRating="3" HotelCode="549770|2240675" HotelName="O'Gallery Premier Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="94" TotalAmount="77.13" OriginalAmount="74.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03733" Longitude="105.85211" StarRating="2" HotelCode="|83990" HotelName="Hanoi Amber" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="77.14" OriginalAmount="74.89" MarkupRule="3.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="83" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|601367-25756232/1511579557795845938/4226" 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="94" TotalAmount="78.24" OriginalAmount="75.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03388" Longitude="105.85339" StarRating="0" HotelCode="|67294" HotelName="Gia Thinh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <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="83" TotalAmount="78.28" OriginalAmount="76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649509-25826358/1511579557795845938/2828" 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="94" TotalAmount="78.60" OriginalAmount="76.31" MarkupRule="3.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="94" TotalAmount="78.73" OriginalAmount="76.44" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="94" TotalAmount="79.24" OriginalAmount="76.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.064697" Longitude="105.865307" StarRating="3" HotelCode="|420400" HotelName="Maison Haily" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Lane 2/437 Ngoc Thuy Street Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/4/0/0/420400_05145361745.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="79.31" OriginalAmount="77" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|572861-25722809/1511579557795845938/722" 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="79.31" OriginalAmount="77" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215940-25419299/1511579557795845938/2376" 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="83" TotalAmount="79.31" OriginalAmount="77" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1453216-32415199/1511579557795845938/3742" HotelName="DUSIT LE PALAIS TU HOA HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112530000/112529500/112529481/a1003242_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01697593" Longitude="105.7831085" StarRating="4" HotelCode="510090|calidas_landmark72_royal_residence" HotelName="Landmark72" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" 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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="80.34" OriginalAmount="78" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215539-25418975/1511579557795845938/1604" 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="83" TotalAmount="80.34" OriginalAmount="78" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1406016-27563110/1511579557795845938/3530" HotelName="HOTEL DE SOURIANT PREMIUM HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83790000/83785600/83785540/37ae4e90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.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 29/05/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="81.14" OriginalAmount="78.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033983" Longitude="105.85172" StarRating="3" HotelCode="|419843" HotelName="Ancyra Tamtam By Continent - Near Hoan Kiem Lake" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 Hang Bac</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/4/3/419843_965a7581518.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="82.40" OriginalAmount="80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215438-25418891/1511579557795845938/996" 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="83" TotalAmount="82.40" OriginalAmount="80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437953-27930229/1511579557795845938/4237" 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="94" TotalAmount="83.89" OriginalAmount="81.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02842" Longitude="105.85089" StarRating="5" HotelCode="|189197" HotelName="Apricot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="83" TotalAmount="84.46" OriginalAmount="82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.746775" Longitude="-73.991688" StarRating="5" HotelCode="0|181522-25366828/1511579557795845938/614" 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="84.46" OriginalAmount="82" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649496-25826344/1511579557795845938/1625" 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="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.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="84.80" OriginalAmount="82.33" MarkupRule="3.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="85.47" OriginalAmount="82.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035927" Longitude="105.806693" StarRating="3" HotelCode="|446951" HotelName="Hana Stay Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>226 Duong Buoi, Ba Dinh, Hanoi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/5/1/446951_74800220612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.03" OriginalAmount="83.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032057" Longitude="105.848487" StarRating="3" HotelCode="|189401" HotelName="Hanoi Sunshine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="27" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.049749404013" Longitude="105.83997040987" StarRating="5" HotelCode="23837|4842" HotelName="Pan Pacific Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="86.73" OriginalAmount="84.20" MarkupRule="3.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="87.55" OriginalAmount="85.00" MarkupRule="3.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="94" TotalAmount="87.68" OriginalAmount="85.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028828" Longitude="105.845683" StarRating="3" HotelCode="|420681" HotelName="Hanoi Central and Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Hoi Vu, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/6/8/1/420681_f2ae21f0454.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.91" OriginalAmount="86.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02791526" Longitude="105.85102389" StarRating="5" HotelCode="374068|1601268" HotelName="Apricot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/2026" 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="89.38" OriginalAmount="86.78" MarkupRule="3.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="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.019426" Longitude="105.855359" StarRating="4" HotelCode="255657|hilton_garden_inn_hanoi" 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="27" TotalAmount="90.64" OriginalAmount="88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02895722" Longitude="105.84594989" StarRating="3" HotelCode="854824|377179" HotelName="Central Hotel &amp; Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 - 7 Hoi Vu, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/21/9e2171692077fa78a95b590d36a7c22e73f6da66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="90.64" OriginalAmount="88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899165-26133723/1511579557795845938/273" 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="83" TotalAmount="90.64" OriginalAmount="88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|76249-25245889/1511579557795845938/2173" HotelName="SOMERSET GRAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1560000/1559100/1559027/a3645fbd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="90.70" OriginalAmount="88.06" MarkupRule="3.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" 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="83" TotalAmount="91.67" OriginalAmount="89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|632171-25806911/1511579557795845938/2111" 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="83" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431859-27566371/1511579557795845938/3971" HotelName="LA RENTA CENTER HOTEL &amp;amp; SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92710000/92707700/92707616/3682ae0b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="95.79" OriginalAmount="93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.9430167335459" Longitude="-112.131256585234" StarRating="4" HotelCode="0|3116-25185909/1511579557795845938/271" 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/0761591f_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="27" TotalAmount="97.85" OriginalAmount="95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032043124059" Longitude="105.81238894907" StarRating="4" HotelCode="978665|348475" HotelName="Lotte The Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="97.85" OriginalAmount="95" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|215391-25418853/1511579557795845938/430" 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="97.85" OriginalAmount="95" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431856-27566019/1511579557795845938/4120" 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="83" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431857-27574682/1511579557795845938/4154" 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="94" TotalAmount="101.68" OriginalAmount="98.72" MarkupRule="3.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="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.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="83" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|413666-25592279/1511579557795845938/300" HotelName="O'GALLERY PREMIER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15870000/15868400/15868395/15102a01_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|592931-25742183/1511579557795845938/1731" HotelName="HANOI CENTRAL HOTEL AND RESIDENCES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32830000/32821600/32821552/6f30529f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649520-32722496/1511579557795845938/3011" HotelName="SHINING CENTRAL HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29330000/29326500/29326412/95c1360b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.027452" Longitude="105.767596" StarRating="5" HotelCode="169664|24715" HotelName="Crowne Plaza West Hanoi Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" 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="16" TotalAmount="107.99" OriginalAmount="104.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.024169" Longitude="105.84851" StarRating="5" HotelCode="17753|96058" HotelName="Meliá Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/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="94" TotalAmount="108.25" OriginalAmount="105.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03152" Longitude="105.85409" StarRating="3" HotelCode="|84056" HotelName="Amorita Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>07 HANG DAU STREET 07</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/5/6/84056_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 38 rooms, a lobby, express check-out, a safety deposit box service, a currency exchange service and a lift. The establishment offers facilities for disabled guests a laundry service, pets are allowed, You are also offered a safety deposit box service and room service. SITUATION: This hotel is in Hanoi the historic centre of Hoan Kiem Lake it is situated 2 minutes walk away from, the night market and, the hotel is situated 1 kilometre away from the motorway, the city centre, is situated 40 kilometres away from Noi Bai Airport. ROOM: Each room has pillows, parquet flooring, a bathroom with a shower, a bath, an LCD TV, windows, views of the city, computer and internet (free of charge), They also have a hairdryer, a direct line telephone, a mini-bar, a coffee maker, a kettle, an iron, an individual air-conditioning system and a balcony. OTHERS: Regarding the food and beverage offering, you can enjoy a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.17" OriginalAmount="107.93" MarkupRule="3.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="Free CXL until 31/05/2026">
        <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="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|181569-25366876/1511579557795845938/1220" 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="94" TotalAmount="112.39" OriginalAmount="109.12" MarkupRule="3.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="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.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="Free CXL until 28/05/2026" 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="94" TotalAmount="115.35" OriginalAmount="111.99" MarkupRule="3.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="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.016653129091" Longitude="105.78394174576" StarRating="4" HotelCode="175725|intercontinental_hanoi_landmark72" HotelName="Intercontinental Hanoi Landmark 72" Meals="BED &amp; BREAKFAST" 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="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|112775-25284517/1511579557795845938/882" HotelName="MOVENPICK HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/490000/481600/481549/216f0534_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="122.57" OriginalAmount="119" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431839-27575059/1511579557795845938/3086" 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="83" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|579407-27420591/1511579557795845938/112" 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="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.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="127.72" OriginalAmount="124" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|281963-25501294/1511579557795845938/513" 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="83" TotalAmount="127.72" OriginalAmount="124" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431820-27576634/1511579557795845938/3579" 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="83" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898921-26133285/1511579557795845938/3096" 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="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351741-27558756/1511579557795845938/4342" 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="94" TotalAmount="132.17" OriginalAmount="128.32" MarkupRule="3.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="133.30" OriginalAmount="129.42" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="134.79" OriginalAmount="130.86" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="83" TotalAmount="135.96" OriginalAmount="132" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649484-25826324/1511579557795845938/2288" 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="94" TotalAmount="138.89" OriginalAmount="134.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032306" Longitude="105.812531" StarRating="5" HotelCode="|169189" HotelName="Lotte  Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="83" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3114-25184092/1511579557795845938/375" 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="94" TotalAmount="146.61" OriginalAmount="142.34" MarkupRule="3.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="94" TotalAmount="150.12" OriginalAmount="145.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01645" Longitude="105.7834" StarRating="5" HotelCode="|224386" HotelName="Intercontinental Hanoi Landmark72, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="83" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|149842-25322614/1511579557795845938/601" HotelName="DE L'OPERA - MGALLERY COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4020000/4011600/4011565/8a2e722f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649497-25826346/1511579557795845938/475" 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_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="186.18" OriginalAmount="180.76" MarkupRule="3.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" 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="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431858-27567268/1511579557795845938/4194" HotelName="LA PASSION PREMIUM CAU GO HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/95000000/94700000/94690700/94690668/668dea15_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.18" OriginalAmount="206.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.007742" Longitude="105.782571" StarRating="5" HotelCode="930848|jw_marriott_hotel_hanoi" HotelName="JW Marriott Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="231.19" OriginalAmount="224.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02913" Longitude="105.845" StarRating="3" HotelCode="|83977" HotelName="Beryl Charm and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>HANG BONG STR, HANG BONG WARD ,HOAN KIEM DIST. 173</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/7/7/83977_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2012, has 36 rooms, 18 single rooms, 18 double rooms and 2 suites. SITUATION: This hotel Hanoi it is in Close to the bus station, the railway station and public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.02" OriginalAmount="234.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029088877535" Longitude="105.84492176771" StarRating="3" HotelCode="189199|angel_palace_hotel" HotelName="Angel Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.173 Hang Bong str., Hoan Kiem Dist., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/12/df12dcf88f3858aebf72ad0671ef819f9d7684aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a wonderful place located right in Hanoi’s Old Quarter, the most ancient commercial cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.57" OriginalAmount="306.38" MarkupRule="3.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="356.38" OriginalAmount="346" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1242641-26598354/1511579557795845938/2582" 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="94" TotalAmount="367.48" OriginalAmount="356.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02283" Longitude="105.85963" StarRating="4" HotelCode="|240305" HotelName="Mon Chéri Cruises" Meals="FULL-BOARD" BedType="FULL-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 24 Lane 33B Pham Ngu Lao street Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/3/0/5/240305_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="440.84" OriginalAmount="428" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1242664-26598370/1511579557795845938/2782" 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="27" TotalAmount="474.83" OriginalAmount="461" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.059564214964" Longitude="105.83153218031" StarRating="5" HotelCode="41081|7465" HotelName="Sheraton Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,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="11.55" OriginalAmount="11.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0019885" Longitude="105.8076376" StarRating="1" HotelCode="|264848" HotelName="Nhan Hoa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>66/116 Nhan Hoa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.86" OriginalAmount="11.51" MarkupRule="3.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="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>56 Le Van Thiem, Nhan Chinh, Thanh xuan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.02" OriginalAmount="11.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0280123" Longitude="105.8556479" StarRating="0" HotelCode="|270566" HotelName="Golden Time" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>43 Ly Thai To</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.18" OriginalAmount="11.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0118815" Longitude="105.7768232" StarRating="3" HotelCode="|265233" HotelName="V-studio Apartment 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 16, Lane 1, Dong Me, Me Tri, Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.66" OriginalAmount="12.29" MarkupRule="3.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="12.82" OriginalAmount="12.45" MarkupRule="3.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="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.5, alley 97 Dinh Thon,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.59" OriginalAmount="13.19" MarkupRule="3.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="15.65" OriginalAmount="15.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035319" Longitude="105.845505" StarRating="3" HotelCode="|267484" HotelName="Hanoi Prime Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Huong, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.27" OriginalAmount="15.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0114826" Longitude="105.8039263" StarRating="3" HotelCode="|266445" HotelName="Dai Duong Hanoi Iii" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>33, Alley 34, Nguyen Thi Dinh, Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.18" OriginalAmount="16.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030459" Longitude="105.856162" StarRating="0" HotelCode="|421185" HotelName="Old Quarter 1961" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="17.51" OriginalAmount="17.00" MarkupRule="3.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="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.56" OriginalAmount="17.05" MarkupRule="3.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="18.05" OriginalAmount="17.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0353026" Longitude="105.8469576" StarRating="3" HotelCode="|266199" HotelName="Hanoi Starlight" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>34 Hang Ga</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.13" OriginalAmount="17.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0343989" Longitude="105.8468127" StarRating="3" HotelCode="|269964" HotelName="Serenity Diamond" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Cua Dong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.73" OriginalAmount="18.18" MarkupRule="3.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="19.18" OriginalAmount="18.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029416" Longitude="105.848337" StarRating="3" HotelCode="|267917" HotelName="Impressive Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Au Trieu Street, Old Quarter - Hoan Kiem District Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.63" OriginalAmount="19.06" MarkupRule="3.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="19.89" OriginalAmount="19.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0337079" Longitude="105.8478051" StarRating="3" HotelCode="|270713" HotelName="Hanoi La Vision" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 Bat Dan, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.53" OriginalAmount="20.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0319985" Longitude="105.8555305" StarRating="2" HotelCode="|338648" HotelName="Hanoi Stella" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Tre, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.61" OriginalAmount="21.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0331249" Longitude="105.834513" StarRating="4" HotelCode="|266767" HotelName="Hung Vuong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Hung Vuong, Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.73" OriginalAmount="23.04" MarkupRule="3.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="25.04" OriginalAmount="24.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0327025" Longitude="105.8501013" StarRating="0" HotelCode="|265813" HotelName="Nexy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 To Tich Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.37" OriginalAmount="27.54" MarkupRule="3.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="28.60" OriginalAmount="27.77" MarkupRule="3.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="30.71" OriginalAmount="29.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04079" Longitude="105.86711" StarRating="3" HotelCode="|84063" HotelName="Vesna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <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="32.16" OriginalAmount="31.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0396724" Longitude="105.8478895" StarRating="2" HotelCode="|265728" HotelName="An" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Hang Giay, Dong Xuan, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.33" OriginalAmount="32.36" MarkupRule="3.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="39.18" OriginalAmount="38.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.036509" Longitude="105.847126" StarRating="3" HotelCode="|84047" HotelName="Hanoi Triumphal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="41.59" OriginalAmount="40.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035579" Longitude="105.850509" StarRating="3" HotelCode="|84077" HotelName="Hanoi Topaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <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="59.10" OriginalAmount="57.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0296822" Longitude="105.8505088" StarRating="3" HotelCode="|270674" HotelName="Bonsella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 Bao Khanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.27" OriginalAmount="60.46" MarkupRule="3.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>
    <HotelStay SourceId="94" TotalAmount="73.21" OriginalAmount="71.08" MarkupRule="3.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>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access,Central Heating,Diet Meals,Massage Centre,Sauna,Kitchen,Nightclub,Shopping Arcade,Swimming Pool,Garden,Golf,Jacuzzi,Spa,Bicycle Rental,24 Hour Front Desk,24 Hour Room Service,Dry Cleaning,Elevator,Parking,Valet Parking,Babysitting,Business Centre,Coffee Shop,Concierge,Fitness Centre,LCD/Projector,Luggage Storage,Pets allowed,ATM/Cash Machine,Smoking Rooms,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Meeting Room,Beauty Salon,Housekeeping,Pick &amp;amp; Drop,Library,Limousine Service,Off-Site Parking,Dining,Printer,Gift Shop,Porter</BasicAmenities>
    <HotelRating>3,4,5,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,FAMILY-FRIENDLY HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,SPA HOTEL,ECO HOTEL,CONFERENCE HOTEL,HOTEL,CLUB RESORT,APARTMENT,GOLF HOTEL,APARTHOTEL,HOSTELS,VILLAGE,APARTMENT HOTEL,AIRPORT HOTELS</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
c226ba3b-2979-4c8e-8e1e-feb2ab99dbbd|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="c226ba3b-2979-4c8e-8e1e-feb2ab99dbbd">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84793" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-04T00:00:00" End="2026-06-05T00: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
c226ba3b-2979-4c8e-8e1e-feb2ab99dbbd|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
c226ba3b-2979-4c8e-8e1e-feb2ab99dbbd|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
c226ba3b-2979-4c8e-8e1e-feb2ab99dbbd|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c226ba3b-2979-4c8e-8e1e-feb2ab99dbbd|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
c226ba3b-2979-4c8e-8e1e-feb2ab99dbbd|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
c226ba3b-2979-4c8e-8e1e-feb2ab99dbbd|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:217f992f-3775-467d-ac74-547cae66ebce
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
c226ba3b-2979-4c8e-8e1e-feb2ab99dbbd|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
c226ba3b-2979-4c8e-8e1e-feb2ab99dbbd|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
c226ba3b-2979-4c8e-8e1e-feb2ab99dbbd|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-05-20T09:23:21.6544342+01:00" Version="0" EchoToken="Search" TransactionIdentifier="c226ba3b-2979-4c8e-8e1e-feb2ab99dbbd" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="7.21" OriginalAmount="7" MarkupRule="3.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 27/05/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="7.21" OriginalAmount="7" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573950-32721848/7759995591825478227/2253" HotelName="MELY HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15240000/15232400/15232391/c05f1390_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7.21" OriginalAmount="7.00" MarkupRule="3.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 27/05/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="7.21" OriginalAmount="7.00" MarkupRule="3.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="63" TotalAmount="7.21" OriginalAmount="7.00" MarkupRule="3.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 29/05/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="94" TotalAmount="7.52" OriginalAmount="7.30" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="16" TotalAmount="7.69" OriginalAmount="7.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034235860578" Longitude="105.84725155338" StarRating="2" HotelCode="119195|1743608" HotelName="Hanoi City Backpackers Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/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="8.08" OriginalAmount="7.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0457535" Longitude="105.7916112" StarRating="3" HotelCode="|265639" HotelName="Blue Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="8.20" OriginalAmount="7.96" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="83" TotalAmount="8.24" OriginalAmount="8" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431919-27575100/7759995591825478227/836" 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="8.24" OriginalAmount="8.00" MarkupRule="3.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 28/05/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="8.24" OriginalAmount="8.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03469447" Longitude="105.84568072" StarRating="2" HotelCode="777720|hanoi_backpacker_suite_hostel" HotelName="Hanoi Backpacker Suite Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Cua Dong, Hang Ma, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/05/040576cbf79dc12493314322d6c304b068adc1e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8.48" OriginalAmount="8.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.19819921" Longitude="105.83263495" StarRating="3" HotelCode="781320|2513215" HotelName="Luxury Airport Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>93 Road 2, Mai Dinh, Soc Son, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/d6/64d6c58344907a3577ff3b9730d454ca239fc8cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8.77" OriginalAmount="8.51" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="9.04" OriginalAmount="8.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.1982" Longitude="105.833" StarRating="3" HotelCode="|420931" HotelName="Luxury Airport Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No 93 , Road 2 , Mai Dinh , Soc Son , Ha Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/3/1/420931_18f17ae1616.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9.05" OriginalAmount="8.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.124692" Longitude="105.770588" StarRating="2" HotelCode="|521807" HotelName="New An Phú" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <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="16" TotalAmount="9.06" OriginalAmount="8.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03230498" Longitude="105.78954715" StarRating="3" HotelCode="600509|3442375" HotelName="Bach Duong Hotel Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/05/2026" 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="9.13" OriginalAmount="8.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.8986756" Longitude="105.8671954" StarRating="3" HotelCode="|421553" HotelName="Oyo 930 Thang Long" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="9.24" OriginalAmount="8.97" MarkupRule="3.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="83" TotalAmount="9.27" OriginalAmount="9" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|268510-25492246/7759995591825478227/2362" 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="9.27" OriginalAmount="9.00" MarkupRule="3.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 28/05/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="9.27" OriginalAmount="9.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032583" Longitude="105.853805" StarRating="3" HotelCode="916022|hanoi_cozy_hotel_2" HotelName="Hanoi Central Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Be Street, Hoan Kiem District, Hanoi 0084</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/0e/6d0ed8cbb58a6bf0523c7e67a5b0da0dd2260a7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9.27" OriginalAmount="9.00" MarkupRule="3.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 27/05/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="94" TotalAmount="9.54" OriginalAmount="9.26" MarkupRule="3.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="94" TotalAmount="9.64" OriginalAmount="9.36" MarkupRule="3.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="16" TotalAmount="9.76" OriginalAmount="9.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03450968" Longitude="105.84744374" StarRating="2" HotelCode="550104|2513145" HotelName="Hanoi Lotus Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="9.89" OriginalAmount="9.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.103574" Longitude="105.413608" StarRating="2" HotelCode="|537262" HotelName="Hai Au" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Tinh Lo 87A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/2/6/2/537262_cde1ae52137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.01" OriginalAmount="9.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.002564" Longitude="105.841711" StarRating="3" HotelCode="|421251" HotelName="Linh Anh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No 24 Lane 266 Le Thanh Nghi Hai Ba Trung District Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/2/5/1/421251_18568df1720.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10.17" OriginalAmount="9.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034669" Longitude="105.852161" StarRating="2" HotelCode="53752|3473045" HotelName="Ibiz City Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="10.27" OriginalAmount="9.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.21697255" Longitude="105.78126917" StarRating="2" HotelCode="762464|3451065" HotelName="Sao Mai Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="63" TotalAmount="10.30" OriginalAmount="10.00" MarkupRule="3.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 28/05/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="10.30" OriginalAmount="10.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034762536046" Longitude="105.85182612407" StarRating="2" HotelCode="346279|hanoi_marriotte_hotel" HotelName="Hanoi Marriotte Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 26/05/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="10.30" OriginalAmount="10.00" MarkupRule="3.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="63" TotalAmount="10.30" OriginalAmount="10.00" MarkupRule="3.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="Free CXL until 25/05/2026" 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="10.30" OriginalAmount="10.00" MarkupRule="3.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 27/05/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="10.33" OriginalAmount="10.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00939" Longitude="105.81167" StarRating="0" HotelCode="|521712" HotelName="Sao Nguyen Ngoc Vu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="10.39" OriginalAmount="10.09" MarkupRule="3.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="10.55" OriginalAmount="10.24" MarkupRule="3.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="94" TotalAmount="10.64" OriginalAmount="10.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.954725" Longitude="105.766819" StarRating="0" HotelCode="|521433" HotelName="Queen Hotel 2 - Ha Dong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>26 BT4 KDT Van Phu, Phu La</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/4/3/3/521433_aa7990b1138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.73" OriginalAmount="10.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01397" Longitude="105.86399" StarRating="3" HotelCode="|234481" HotelName="Gallant" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="10.75" OriginalAmount="10.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00945" Longitude="105.79795" StarRating="3" HotelCode="|235414" HotelName="V-studio Apartment 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="10.79" OriginalAmount="10.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0346817" Longitude="105.8518982" StarRating="0" HotelCode="|270097" HotelName="Ibiz City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="94" TotalAmount="10.85" OriginalAmount="10.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03471" Longitude="105.85214" StarRating="3" HotelCode="|189617" HotelName="Marriotte Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="10.97" OriginalAmount="10.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.014004462844" Longitude="105.86403714744" StarRating="3" HotelCode="347771|1252268" HotelName="Gallant Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" 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="11.03" OriginalAmount="10.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0102987" Longitude="105.8651049" StarRating="3" HotelCode="|374877" HotelName="Le Grand Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="11.07" OriginalAmount="10.75" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="16" TotalAmount="11.31" OriginalAmount="10.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.21676551" Longitude="105.78116459" StarRating="2" HotelCode="375171|1788568" 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="27" TotalAmount="11.33" OriginalAmount="11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031974709172" Longitude="105.84778899944" StarRating="2" HotelCode="915995|76324" HotelName="Hanoi Charming Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="83" TotalAmount="11.33" OriginalAmount="11" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572297-25722600/7759995591825478227/6330" 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="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.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="11.33" OriginalAmount="11.00" MarkupRule="3.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 27/05/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="11.33" OriginalAmount="11.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03402921" Longitude="105.85149406" StarRating="0" HotelCode="268118|oyo_604_queen_hotel" HotelName="Hanoi Queen Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>116 Hang Bac Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/1c/a61cbf497ebb82de6d76d34c59b02ce7ad0b4a43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.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 28/05/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="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.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 23/05/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="11.33" OriginalAmount="11.00" MarkupRule="3.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 26/05/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="11.33" OriginalAmount="11.00" MarkupRule="3.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 29/05/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="11.33" OriginalAmount="11.00" MarkupRule="3.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 29/05/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="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.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 29/05/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="63" TotalAmount="11.33" OriginalAmount="11.00" MarkupRule="3.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="11.66" OriginalAmount="11.32" MarkupRule="3.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="94" TotalAmount="11.70" OriginalAmount="11.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035556" Longitude="105.772611" StarRating="0" HotelCode="|533499" HotelName="Hoang Anh 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Number 05, Lane 28, Duong Khue Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/4/9/9/533499_d0ede4f1440.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.72" OriginalAmount="11.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0351278" Longitude="105.8000437" StarRating="1" HotelCode="|421429" HotelName="Khach San Phuong Dong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="11.74" OriginalAmount="11.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.982403" Longitude="105.785533" StarRating="2" HotelCode="|567099" HotelName="Queen - Mo Lao" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>16B3 Mo Lao, Ha Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/0/9/9/567099_3a2a5571214.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.87" OriginalAmount="11.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0057938" Longitude="105.7826336" StarRating="3" HotelCode="|266624" HotelName="Nam Long Ha Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="12.04" OriginalAmount="11.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.204998" Longitude="105.829909" StarRating="3" HotelCode="|420665" HotelName="Anova 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="12.09" OriginalAmount="11.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="636655|3433005" HotelName="NYT Home Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="16" TotalAmount="12.10" OriginalAmount="11.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="766793|3458495" HotelName="Hoang Anh 1 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Duong Khue Street, Lane 28, Mai Dich Ward, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/23/a5/23a540e9f5ed8f076ddbb4bbc7ce8c7f9f7bdd6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.10" OriginalAmount="11.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.218997" Longitude="105.783156" StarRating="0" HotelCode="|525809" HotelName="Golden Lotus Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="12.12" OriginalAmount="11.77" MarkupRule="3.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="94" TotalAmount="12.16" OriginalAmount="11.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02112" Longitude="105.846747" StarRating="0" HotelCode="|535421" HotelName="Hanowood Homestay and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="12.17" OriginalAmount="11.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0349633" Longitude="105.80073349" StarRating="3" HotelCode="835898|3447085" HotelName="Hotel Phunng Dông" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="94" TotalAmount="12.24" OriginalAmount="11.88" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="94" TotalAmount="12.24" OriginalAmount="11.88" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="16" TotalAmount="12.26" OriginalAmount="11.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00628103" Longitude="105.78232938" StarRating="2" HotelCode="600898|3445005" HotelName="Nam Long Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/05/2026" 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="12.29" OriginalAmount="11.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03304" Longitude="105.7898" StarRating="3" HotelCode="|189585" HotelName="Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="83" TotalAmount="12.36" OriginalAmount="12" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|899186-26133749/7759995591825478227/2188" 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="83" TotalAmount="12.36" OriginalAmount="12" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431891-27575664/7759995591825478227/2963" 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="83" TotalAmount="12.36" OriginalAmount="12" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431804-27576688/7759995591825478227/3544" 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="12.36" OriginalAmount="12" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431825-27576820/7759995591825478227/3869" 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="12.36" OriginalAmount="12" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|181516-25366821/7759995591825478227/6337" 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="83" TotalAmount="12.36" OriginalAmount="12" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431824-27602733/7759995591825478227/7608" 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="12.36" OriginalAmount="12.00" MarkupRule="3.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 29/05/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="12.36" OriginalAmount="12.00" MarkupRule="3.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 29/05/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="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03743061" Longitude="105.85171074" StarRating="2" HotelCode="877793|hanoi_boutique_house" HotelName="Hanoi Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Thanh Ha Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a9/33a94fabc5352a3e9ccaf9fb25c88883e7a0d77e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12.36" OriginalAmount="12.00" MarkupRule="3.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 24/05/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="12.49" OriginalAmount="12.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.1987057" Longitude="105.8271708" StarRating="3" HotelCode="|446958" HotelName="Noi Bai Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="12.61" OriginalAmount="12.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.010809575644" Longitude="105.80627729458" StarRating="3" HotelCode="346263|1464088" HotelName="Sunny Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="12.64" OriginalAmount="12.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01922143" Longitude="105.80041242" StarRating="3" HotelCode="600513|3430565" HotelName="Dai Duong Ha Noi Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" 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="16" TotalAmount="12.79" OriginalAmount="12.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032530368132" Longitude="105.78981365188" StarRating="3" HotelCode="347507|1718378" HotelName="Home Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="16" TotalAmount="12.82" OriginalAmount="12.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.21871641" Longitude="105.80416895" StarRating="2" HotelCode="774011|3446475" HotelName="Coffe House Homestay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="12.82" OriginalAmount="12.45" MarkupRule="3.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="94" TotalAmount="12.90" OriginalAmount="12.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028537" Longitude="105.768595" StarRating="3" HotelCode="|421240" HotelName="Duc Long" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <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="94" TotalAmount="12.99" OriginalAmount="12.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0117732" Longitude="105.8518016" StarRating="2" HotelCode="|270662" HotelName="Oyo 518 Chariot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>235 Pho Hue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/6/6/2/270662_6bf3d531751.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.00" OriginalAmount="12.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01195614" Longitude="105.80709484" StarRating="2" HotelCode="615137|3430975" HotelName="ISTAY Hotel Apartment 6" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 26/05/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="16" TotalAmount="13.11" OriginalAmount="12.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02808352" Longitude="105.84297532" StarRating="3" HotelCode="586763|3435285" HotelName="Hanoi Bel Ami Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="94" TotalAmount="13.13" OriginalAmount="12.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0323804" Longitude="105.7980086" StarRating="3" HotelCode="|420318" HotelName="Victor Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="13.25" OriginalAmount="12.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03234232" Longitude="105.78990417" StarRating="3" HotelCode="471332|1937355" HotelName="One Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/05/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="13.26" OriginalAmount="12.87" MarkupRule="3.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="13.31" OriginalAmount="12.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.002554" Longitude="105.802482" StarRating="0" HotelCode="|521710" HotelName="Quang Chung" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="13.37" OriginalAmount="12.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.218806306426" Longitude="105.78326697533" StarRating="2" HotelCode="227157|1801188" HotelName="Noi Bai Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/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="27" TotalAmount="13.39" OriginalAmount="13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02776677" Longitude="105.82361786" StarRating="3" HotelCode="958298|348522" HotelName="NYT Home Giang Vo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026">
        <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="27" TotalAmount="13.39" OriginalAmount="13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01202156" Longitude="105.776916" StarRating="3" HotelCode="554410|165398" HotelName="V-Studio Hotel Apartment 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="83" TotalAmount="13.39" OriginalAmount="13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|574211-25723533/7759995591825478227/1925" HotelName="PHUONG TRANG HOTEL HANOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21310000/21303400/21303347/eaad3290_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="13.39" OriginalAmount="13" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431910-27603159/7759995591825478227/7778" 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="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03012" Longitude="105.83418" StarRating="3" HotelCode="|420625" HotelName="Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 Hang Chao Street, Cat Linh Ward, Dong Da District, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/6/2/5/420625_60cf15e1716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.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 26/05/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="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029205879909" Longitude="105.84832904616" StarRating="2" HotelCode="306558|bluebell_hotel_2" HotelName="Bluebell Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/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="13.39" OriginalAmount="13.00" MarkupRule="3.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 23/05/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="13.39" OriginalAmount="13.00" MarkupRule="3.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="Non Refundable">
        <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="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01967218" Longitude="105.77794451" StarRating="2" HotelCode="621848|v_house_5_serviced_apartment" HotelName="Vinn Hotel Apartment 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/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="13.39" OriginalAmount="13.00" MarkupRule="3.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 27/05/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="13.39" OriginalAmount="13.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03001883" Longitude="105.83450874" StarRating="2" HotelCode="609884|royal_hotel_99" HotelName="Royal Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/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="63" TotalAmount="13.39" OriginalAmount="13.00" MarkupRule="3.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="Non Refundable">
        <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="94" TotalAmount="13.45" OriginalAmount="13.06" MarkupRule="3.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="13.53" OriginalAmount="13.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035374" Longitude="105.810834" StarRating="0" HotelCode="|534153" HotelName="NB Apartment - Linh Lang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="13.54" OriginalAmount="13.15" MarkupRule="3.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="16" TotalAmount="13.55" OriginalAmount="13.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.21889398" Longitude="105.78331658" StarRating="3" HotelCode="374682|3473305" HotelName="Dragon Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/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="16" TotalAmount="13.57" OriginalAmount="13.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03262556" Longitude="105.79856656" StarRating="3" HotelCode="771333|3450585" HotelName="Victor Hotel Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="13.57" OriginalAmount="13.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00998" Longitude="105.80558" StarRating="3" HotelCode="|196430" HotelName="Hanz Sunny 2 Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="13.81" OriginalAmount="13.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03496704" Longitude="105.84820548" StarRating="3" HotelCode="587333|2302485" HotelName="New Vision Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="13.81" OriginalAmount="13.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.022298" Longitude="105.841623" StarRating="2" HotelCode="|523101" HotelName="Phuc Quy by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>149 D. Le Duan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/0/1/523101_bc54b240904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.83" OriginalAmount="13.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.21874" Longitude="105.78326" StarRating="2" HotelCode="|197836" HotelName="Noi Bai Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <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="94" TotalAmount="13.93" OriginalAmount="13.52" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="13.95" OriginalAmount="13.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03729" Longitude="105.85184" StarRating="3" HotelCode="|235636" HotelName="Winter Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="13.97" OriginalAmount="13.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.20473914" Longitude="105.83011748" StarRating="3" HotelCode="586954|3473425" HotelName="Anova Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="14.04" OriginalAmount="13.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0144173" Longitude="105.8651003" StarRating="3" HotelCode="|266308" HotelName="Riverside Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="14.16" OriginalAmount="13.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00353" Longitude="105.77971" StarRating="2" HotelCode="|537202" HotelName="Hoang Gia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="14.21" OriginalAmount="13.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0291" Longitude="105.84843" StarRating="0" HotelCode="|196813" HotelName="Especen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>28 Tho Xuong street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/1/3/196813_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.27" OriginalAmount="13.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00902384" Longitude="105.81241069" StarRating="3" HotelCode="772415|3475425" HotelName="Louisland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/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="94" TotalAmount="14.30" OriginalAmount="13.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0105817" Longitude="105.7768865" StarRating="3" HotelCode="|266428" HotelName="Istay Apartment 5" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="27" TotalAmount="14.42" OriginalAmount="14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.011939825034" Longitude="105.85181812507" StarRating="2" HotelCode="347016|255714" HotelName="Chariot Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" 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="83" TotalAmount="14.42" OriginalAmount="14" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572651-25722701/7759995591825478227/3622" 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="83" TotalAmount="14.42" OriginalAmount="14" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|436220-25609992/7759995591825478227/6153" 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="14.42" OriginalAmount="14" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431838-27592611/7759995591825478227/8410" HotelName="HANOI HIDDEN GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91990000/91981100/91981003/00d17cc7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034694539757" Longitude="105.85205830118" StarRating="1" HotelCode="119049|silver_legend_hanoi_hotel_2" HotelName="Hanoi Legend Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>47 Luong Ngoc Quyen Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/6b/ab6b8c998a818b479eb893041b48481c8f822cdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.42" OriginalAmount="14.00" MarkupRule="3.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="14.42" OriginalAmount="14.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03621459" Longitude="105.85470274" StarRating="0" HotelCode="978772|cactus_homestay" HotelName="Cactus Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hong Ha So 4 Ngo 463, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa1da1afe01cdd43f5d1a25513a204d80121b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.44" OriginalAmount="14.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01109794" Longitude="105.7763195" StarRating="3" HotelCode="600095|3428765" HotelName="ISTAY Hotel Apartment 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 30/05/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="14.47" OriginalAmount="14.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0349549" Longitude="105.8482385" StarRating="3" HotelCode="|266004" HotelName="Dream Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <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="16" TotalAmount="14.53" OriginalAmount="14.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01438059" Longitude="105.865176" StarRating="3" HotelCode="619378|3465695" HotelName="Riverside Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="14.54" OriginalAmount="14.12" MarkupRule="3.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="94" TotalAmount="14.54" OriginalAmount="14.12" MarkupRule="3.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="16" TotalAmount="14.57" OriginalAmount="14.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01713513" Longitude="105.77755274" StarRating="3" HotelCode="554405|3429085" HotelName="iStay Studio Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="14.65" OriginalAmount="14.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02316921" Longitude="105.82117445" StarRating="3" HotelCode="586864|3432305" HotelName="Blue Hanoi Inn Luxury Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/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="16" TotalAmount="14.69" OriginalAmount="14.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00353742" Longitude="105.77973739" StarRating="2" HotelCode="834180|3457805" HotelName="Hotel Hoang Gia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="14.71" OriginalAmount="14.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.219984" Longitude="105.783168" StarRating="3" HotelCode="|446952" HotelName="Hanz Duc Hieu 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="14.78" OriginalAmount="14.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.012412" Longitude="105.850427" StarRating="3" HotelCode="|421432" HotelName="Ohana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="14.84" OriginalAmount="14.41" MarkupRule="3.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="14.89" OriginalAmount="14.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.990857" Longitude="105.736768" StarRating="0" HotelCode="|521670" HotelName="Royal Duong Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="14.94" OriginalAmount="14.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02396" Longitude="105.82048" StarRating="0" HotelCode="|189219" HotelName="Blue 29" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="94" TotalAmount="15.00" OriginalAmount="14.56" MarkupRule="3.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="15.07" OriginalAmount="14.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03477" Longitude="105.84739" StarRating="3" HotelCode="|189619" HotelName="Milton Boutique " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="15.09" OriginalAmount="14.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0290486" Longitude="105.7843614" StarRating="3" HotelCode="|460786" HotelName="Granda Central Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="15.10" OriginalAmount="14.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.065905" Longitude="105.825686" StarRating="0" HotelCode="|533892" HotelName="Westlake Emerald Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="15.17" OriginalAmount="14.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.036657" Longitude="105.8523193" StarRating="3" HotelCode="|270588" HotelName="Holiday Suites &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="15.22" OriginalAmount="14.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02212884" Longitude="105.77591518" StarRating="3" HotelCode="854580|3468795" HotelName="Khach San Viet My" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="15.30" OriginalAmount="14.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.026736" Longitude="105.836831" StarRating="0" HotelCode="|534892" HotelName="Van Mieu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="16" TotalAmount="15.31" OriginalAmount="14.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03623607" Longitude="105.85112177" StarRating="2" HotelCode="601108|3462445" HotelName="Hanoi Golden Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="16" TotalAmount="15.31" OriginalAmount="14.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="856254|3432655" HotelName="Anna Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="15.34" OriginalAmount="14.89" MarkupRule="3.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="15.36" OriginalAmount="14.91" MarkupRule="3.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="15.40" OriginalAmount="14.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.037373" Longitude="105.851431" StarRating="2" HotelCode="|84031" HotelName="Prince Ii" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="83" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899202-26133773/7759995591825478227/2234" 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="83" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572369-25722625/7759995591825478227/3021" 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="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573536-25723213/7759995591825478227/3430" 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="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|217236-25420459/7759995591825478227/4147" 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="83" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|579272-25726022/7759995591825478227/4427" 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="83" TotalAmount="15.45" OriginalAmount="15" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|574019-25723440/7759995591825478227/6167" 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="15.45" OriginalAmount="15.00" MarkupRule="3.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 27/05/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="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.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 27/05/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="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.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="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.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 29/05/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="15.45" OriginalAmount="15.00" MarkupRule="3.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 25/05/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="15.45" OriginalAmount="15.00" MarkupRule="3.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 29/05/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="16" TotalAmount="15.55" OriginalAmount="15.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.023971881626" Longitude="105.82047271467" StarRating="2" HotelCode="347106|1759978" HotelName="Blue 29 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 27/05/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="16" TotalAmount="15.56" OriginalAmount="15.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01122291" Longitude="105.80396928" StarRating="3" HotelCode="600908|3476025" HotelName="Dai Duong Hotel 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment,Apartment,Apartment,Hotel,Hotel,Hotel,Hotel" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="15.58" OriginalAmount="15.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033994" Longitude="105.853379" StarRating="3" HotelCode="|420641" HotelName="Trang Trang Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="15.60" OriginalAmount="15.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.020098" Longitude="105.7781279" StarRating="0" HotelCode="|265874" HotelName="Istay Hotel Apartment 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="15.64" OriginalAmount="15.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031368" Longitude="105.852179" StarRating="2" HotelCode="|84074" HotelName="Lucky 2 and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="15.81" OriginalAmount="15.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0108831" Longitude="105.7951702" StarRating="3" HotelCode="|266608" HotelName="Blue Hanoi Inn City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <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="16" TotalAmount="15.85" OriginalAmount="15.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01909023914" Longitude="105.83548927242" StarRating="3" HotelCode="346708|1189548" HotelName="Van Mieu 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="94" TotalAmount="15.86" OriginalAmount="15.40" MarkupRule="3.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="94" TotalAmount="16.04" OriginalAmount="15.57" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="16.11" OriginalAmount="15.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031551" Longitude="105.8455557" StarRating="2" HotelCode="|265836" HotelName="Maison D' Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="94" TotalAmount="16.12" OriginalAmount="15.65" MarkupRule="3.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="16" TotalAmount="16.15" OriginalAmount="15.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03702721" Longitude="105.84802441" StarRating="3" HotelCode="753387|3462055" HotelName="Mayflower Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="16.20" OriginalAmount="15.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01959429" Longitude="105.77897856" StarRating="3" HotelCode="554400|3465435" HotelName="iStay Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="16" TotalAmount="16.21" OriginalAmount="15.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04334228" Longitude="105.86522568" StarRating="3" HotelCode="587337|3958825" HotelName="Sao Bang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/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="94" TotalAmount="16.26" OriginalAmount="15.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.014398" Longitude="105.863154" StarRating="3" HotelCode="|447064" HotelName="Golden 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="16.36" OriginalAmount="15.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0315609" Longitude="105.84553509" StarRating="3" HotelCode="594738|3449265" HotelName="Hanoi Pho Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="16" TotalAmount="16.36" OriginalAmount="15.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03633922" Longitude="105.85040421" StarRating="2" HotelCode="773586|3473115" HotelName="Hanoi Golden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="16" TotalAmount="16.40" OriginalAmount="15.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029093992861" Longitude="105.84934523313" StarRating="3" HotelCode="305345|1075498" HotelName="Splendid Star Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="16.42" OriginalAmount="15.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0299751" Longitude="105.848414" StarRating="3" HotelCode="|269941" HotelName="Serenity Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="16.48" OriginalAmount="16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03531903" Longitude="105.84549296" StarRating="3" HotelCode="631409|255755" HotelName="Hanoi Prime Center Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="83" TotalAmount="16.48" OriginalAmount="16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|345584-25535756/7759995591825478227/3569" HotelName="FAMILY TRANSIT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11550000/11541400/11541359/6137a25a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="16.48" OriginalAmount="16" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|436247-32732741/7759995591825478227/6634" 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="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.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 27/05/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="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.053874120828" Longitude="105.8376704134" StarRating="2" HotelCode="347436|hoang_gia_hotel__4" HotelName="Hoang Gia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>150 Nghi Tam Street, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/84/98846dc13f8048293d81fb02b0e02808b8a8c85e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hoang Gia Hotel in Hanoi (Hai Ba Trung), you'll be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.008689772061" Longitude="105.79691317407" StarRating="2" HotelCode="347799|bali_hotel_5" HotelName="Busan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>210 Tran Duy Hung, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/d0/60d02fd98e7b03722e96f4eabe2745ba2a8f0816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.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 28/05/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="16.48" OriginalAmount="16.00" MarkupRule="3.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="16.48" OriginalAmount="16.00" MarkupRule="3.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 20/05/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="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.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 23/05/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="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.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="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031715098806" Longitude="105.84884047508" StarRating="2" HotelCode="904826|lucky_hotel_hang_hom_street_2" HotelName="Lucky 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Hang Hom Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3e/c43edff72e32cb5f902bda43eff0a965cae8dd53.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="94" TotalAmount="16.49" OriginalAmount="16.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.051381" Longitude="105.810988" StarRating="5" HotelCode="|446677" HotelName="Vnahomes Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="16.51" OriginalAmount="16.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.20459" Longitude="105.83108" StarRating="3" HotelCode="|232875" HotelName="New Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="16.57" OriginalAmount="16.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028189" Longitude="105.8430959" StarRating="3" HotelCode="|419736" HotelName="Millennium Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="94" TotalAmount="16.57" OriginalAmount="16.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0289011" Longitude="105.8478454" StarRating="3" HotelCode="|266201" HotelName="Vision Premier and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="16.64" OriginalAmount="16.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.010824719787" Longitude="105.79513633812" StarRating="3" HotelCode="614489|3448145" HotelName="Blue Hanoi Inn City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="16.69" OriginalAmount="16.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035296736116" Longitude="105.85244698955" StarRating="3" HotelCode="421806|1111228" HotelName="Hanoi Elite Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="16.70" OriginalAmount="16.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032256" Longitude="105.850071" StarRating="2" HotelCode="|84043" HotelName="Il Divo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>08 TO TICH STREET, HOAN KIEM DISTRICT 08</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/4/3/84043_aeb94771342.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge), rooms with air-conditioning, a bath and computer. SITUATION: This hotel Hanoi it is in Close to Hoan Kiem Lake San Jose Cathedral la Seda the street shops, restaurants and leisure areas. ROOM: Each room has a balcony with views of the city, soundproofed windows, cable television and a mini-bar. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.71" OriginalAmount="16.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032599" Longitude="105.82755" StarRating="3" HotelCode="|534157" HotelName="NB APARTMENT - KIM MA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="16.84" OriginalAmount="16.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032734" Longitude="105.791078" StarRating="3" HotelCode="|419838" HotelName="22Land Classic Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="16.86" OriginalAmount="16.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0419842" Longitude="105.8466625" StarRating="3" HotelCode="|66168" HotelName="The Flower Boutique  and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="17.02" OriginalAmount="16.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.185593" Longitude="105.783055" StarRating="0" HotelCode="|472279" HotelName="Me Linh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="17.10" OriginalAmount="16.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028708" Longitude="105.845313" StarRating="2" HotelCode="|84026" HotelName="Urban Alley" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="17.14" OriginalAmount="16.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031635" Longitude="105.855839" StarRating="0" HotelCode="|84072" HotelName="Labevie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/05/2026">
        <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="17.17" OriginalAmount="16.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.041923" Longitude="105.846734" StarRating="2" HotelCode="|522064" HotelName="Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="16" TotalAmount="17.18" OriginalAmount="16.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.041984206031" Longitude="105.84666252136" StarRating="3" HotelCode="59861|825195" HotelName="Flower" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" 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="94" TotalAmount="17.22" OriginalAmount="16.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.99255" Longitude="105.942362" StarRating="0" HotelCode="|521745" HotelName="Armin Homes 2BR Vinhomes Ocean Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>S2.09 - Vinhomes Ocean Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/7/4/5/521745_5a8ea981134.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.27" OriginalAmount="16.77" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="17.31" OriginalAmount="16.81" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="94" TotalAmount="17.31" OriginalAmount="16.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03489" Longitude="105.853031" StarRating="3" HotelCode="|554766" HotelName="THE SILK GRAND PREMIUM HOTEL and SPA" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="17.45" OriginalAmount="16.94" MarkupRule="3.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="16" TotalAmount="17.46" OriginalAmount="16.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03390974" Longitude="105.79095495" StarRating="0" HotelCode="691043|3474785" 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="17.50" OriginalAmount="16.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.050791" Longitude="105.838521" StarRating="0" HotelCode="|536427" HotelName="MoonLight Tay Ho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="27" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033723" Longitude="105.855127" StarRating="3" HotelCode="905921|76394" HotelName="Hanoi Prince Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/05/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="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02810915" Longitude="105.84291932" StarRating="3" HotelCode="968990|348498" HotelName="Millennium Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="83" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572456-25722645/7759995591825478227/3065" 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="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431870-27593438/7759995591825478227/6483" 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="83" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898660-26132866/7759995591825478227/6803" HotelName="ANNA  AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33450000/33448000/33447924/7475390d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437967-27930975/7759995591825478227/6808" HotelName="MOONLIT SUITES HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109910000/109902300/109902273/00d55f6c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431844-27603627/7759995591825478227/8391" 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="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032089830396" Longitude="105.85550173989" StarRating="3" HotelCode="119188|golden_orchid_hotel_2" HotelName="Labevie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/05/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="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.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 24/05/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="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029012362776" Longitude="105.84785414749" StarRating="2" HotelCode="347068|hanoi_new_hotel" HotelName="Vision Premier Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/05/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="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.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 20/05/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="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.20482059" Longitude="105.83108949" StarRating="3" HotelCode="518272|new_airport_hotel_2" HotelName="New Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotels,Hotel" CnxPolicy="Free CXL until 27/05/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="17.51" OriginalAmount="17.00" MarkupRule="3.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="17.51" OriginalAmount="17.00" MarkupRule="3.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 27/05/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="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03294023" Longitude="105.78858224" StarRating="3" HotelCode="856402|nature_hotel_3" HotelName="Nature Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/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="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.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 25/05/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="17.51" OriginalAmount="17.00" MarkupRule="3.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 27/05/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="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.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 26/05/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="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.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 29/05/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="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.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 27/05/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="16" TotalAmount="17.54" OriginalAmount="17.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01625145" Longitude="105.82189999" StarRating="3" HotelCode="853428|3441965" HotelName="Soleil Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>28 Hoang Cau Street, Lane 95, O Cho Dua Ward, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ef/5def6cb169989427d88e5cc9282689bc3ba086d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.54" OriginalAmount="17.03" MarkupRule="3.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="Free CXL until 27/05/2026">
        <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="17.55" OriginalAmount="17.04" MarkupRule="3.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="16" TotalAmount="17.66" OriginalAmount="17.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00504405" Longitude="105.80095409" StarRating="3" HotelCode="754818|3959075" HotelName="Vy House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="17.69" OriginalAmount="17.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01472" Longitude="105.80072" StarRating="3" HotelCode="|240309" HotelName="Granda Trung Hoa Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 35, Lane 2, Trung Kinh street, Trung Hoa ward, Cau Giay district,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/3/0/9/240309_20.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.74" OriginalAmount="17.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.078792" Longitude="105.81832" StarRating="0" HotelCode="|524688" HotelName="JOY APARTMENT TAY HO" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="17.79" OriginalAmount="17.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03525" Longitude="105.82155" StarRating="2" HotelCode="|196390" HotelName="A25 - Doi Can 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>379/25/8 Doi Can, Lieu Giai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/3/9/0/196390_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.92" OriginalAmount="17.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033701467317" Longitude="105.84756785323" StarRating="3" HotelCode="346581|1111248" HotelName="Little Hanoi Diamond Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="17.96" OriginalAmount="17.44" MarkupRule="3.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="17.97" OriginalAmount="17.45" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="94" TotalAmount="17.97" OriginalAmount="17.45" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="18.00" OriginalAmount="17.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03596" Longitude="105.84767" StarRating="3" HotelCode="|420333" HotelName="Antique Angel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <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="18.02" OriginalAmount="17.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0356306" Longitude="105.7719254" StarRating="3" HotelCode="|264602" HotelName="Bounty" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/05/2026">
        <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="18.05" OriginalAmount="17.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.052267" Longitude="105.83857" StarRating="3" HotelCode="|420918" HotelName="The Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="16" TotalAmount="18.12" OriginalAmount="17.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032504036669" Longitude="105.85386963554" StarRating="3" HotelCode="268112|3466255" HotelName="Rising Dragon Legend Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="18.18" OriginalAmount="17.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.2028" Longitude="105.8321" StarRating="3" HotelCode="435850|2512995" 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="94" TotalAmount="18.21" OriginalAmount="17.68" MarkupRule="3.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="Free CXL until 31/05/2026">
        <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="18.26" OriginalAmount="17.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.040202" Longitude="105.867097" StarRating="0" HotelCode="|266988" HotelName="Phuong Trang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="18.26" OriginalAmount="17.73" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="18.31" OriginalAmount="17.78" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="16" TotalAmount="18.36" OriginalAmount="17.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.05227335" Longitude="105.83862903" StarRating="2" HotelCode="572152|3445475" HotelName="The Royal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="27" TotalAmount="18.54" OriginalAmount="18" MarkupRule="3.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 28/05/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="83" TotalAmount="18.54" OriginalAmount="18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217548-25420735/7759995591825478227/302" 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="83" TotalAmount="18.54" OriginalAmount="18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|243572-25459772/7759995591825478227/1449" 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="18.54" OriginalAmount="18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573425-25723165/7759995591825478227/1617" 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="18.54" OriginalAmount="18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215757-25419153/7759995591825478227/2311" 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="18.54" OriginalAmount="18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1264906-26611366/7759995591825478227/3884" 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="83" TotalAmount="18.54" OriginalAmount="18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899440-26134072/7759995591825478227/4454" 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="83" TotalAmount="18.54" OriginalAmount="18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431905-27593755/7759995591825478227/6715" 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="18.54" OriginalAmount="18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|268494-25492237/7759995591825478227/7604" HotelName="HANOI ELITE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2535400/2535388/4017932c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="18.54" OriginalAmount="18" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1443227-28860023/7759995591825478227/8252" HotelName="SUMITOMO13 APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96930000/96926900/96926811/f4e15868_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.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 25/05/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="18.54" OriginalAmount="18.00" MarkupRule="3.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 28/05/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="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00899392187" Longitude="105.83898017791" StarRating="2" HotelCode="372650|hoa_hong_2_hotel" HotelName="Hoa Hong Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/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="18.54" OriginalAmount="18.00" MarkupRule="3.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 27/05/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="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.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 22/05/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="18.54" OriginalAmount="18.00" MarkupRule="3.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 29/05/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="18.54" OriginalAmount="18.00" MarkupRule="3.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 27/05/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="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.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="Free CXL until 28/05/2026" 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="18.54" OriginalAmount="18.00" MarkupRule="3.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 27/05/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="18.62" OriginalAmount="18.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032625" Longitude="105.791412" StarRating="0" HotelCode="|521696" HotelName="Nature" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="18.62" OriginalAmount="18.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03161" Longitude="105.8512" StarRating="2" HotelCode="|198527" HotelName="Little Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="18.64" OriginalAmount="18.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.009708112475" Longitude="105.84905379749" StarRating="2" HotelCode="227151|3441055" HotelName="My Lan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 28/05/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="16" TotalAmount="18.67" OriginalAmount="18.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033557716706" Longitude="105.76982816896" StarRating="3" HotelCode="434819|3451465" HotelName="Bounty Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="18.72" OriginalAmount="18.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02925704" Longitude="105.84634929" StarRating="3" HotelCode="376062|3475645" HotelName="Hanoi Lotus Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 24/05/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="94" TotalAmount="18.72" OriginalAmount="18.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03558" Longitude="105.84712" StarRating="4" HotelCode="|523207" HotelName="Hanoi Siva Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Hang Ga, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/2/0/7/523207_574e69c1135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.73" OriginalAmount="18.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0171617" Longitude="105.7939786" StarRating="3" HotelCode="|266434" HotelName="Yolowa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="18.74" OriginalAmount="18.19" MarkupRule="3.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="18.80" OriginalAmount="18.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0289381" Longitude="105.7688616" StarRating="3" HotelCode="|420919" HotelName="Dlmos Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="18.83" OriginalAmount="18.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.061577" Longitude="105.808937" StarRating="3" HotelCode="|178756" HotelName="Sunset Westlake Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="18.93" OriginalAmount="18.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03372935489" Longitude="105.84740091861" StarRating="1" HotelCode="397049|2271855" HotelName="La Vision Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="18.96" OriginalAmount="18.41" MarkupRule="3.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="18.97" OriginalAmount="18.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03216" Longitude="105.84684" StarRating="3" HotelCode="|189200" HotelName="Ambassador Hanoi  and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="18.98" OriginalAmount="18.43" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="18.98" OriginalAmount="18.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0142169" Longitude="105.8146933" StarRating="3" HotelCode="|270071" HotelName="Hacinco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="19.01" OriginalAmount="18.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.037791709731" Longitude="105.80947110783" StarRating="2" HotelCode="346903|1768848" HotelName="A25 Hotel Alley 379 Doi Can" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>379 Doi Can Street, 25/8 Alley, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/46/ee46e22c8ed9d8ced385022d3d1f9911e06f5418.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.03" OriginalAmount="18.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02887" Longitude="105.84774" StarRating="0" HotelCode="|189493" HotelName="Hanoi New " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <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="19.04" OriginalAmount="18.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.010519" Longitude="105.803429" StarRating="3" HotelCode="|421708" HotelName="Dinh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="19.10" OriginalAmount="18.54" MarkupRule="3.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="94" TotalAmount="19.17" OriginalAmount="18.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030269" Longitude="105.84847" StarRating="3" HotelCode="|153961" HotelName="Phoenix Legend" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="19.18" OriginalAmount="18.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02910104" Longitude="105.76883438" StarRating="3" HotelCode="781323|3448275" HotelName="Dlmos Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="19.19" OriginalAmount="18.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0290877" Longitude="105.8488978" StarRating="3" HotelCode="|419214" HotelName="Galliot Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="19.23" OriginalAmount="18.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.99720193" Longitude="105.81686106" StarRating="2" HotelCode="538540|3459135" HotelName="Amore Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="19.28" OriginalAmount="18.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029241" Longitude="105.848821" StarRating="3" HotelCode="|84058" HotelName="Victory Legend &amp; Spa " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <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="16" TotalAmount="19.29" OriginalAmount="18.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02769437" Longitude="105.85121721" StarRating="3" HotelCode="439833|3455495" HotelName="Little Hanoi Hostel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/05/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="94" TotalAmount="19.30" OriginalAmount="18.74" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="16" TotalAmount="19.31" OriginalAmount="18.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034750508884" Longitude="105.81070353519" StarRating="2" HotelCode="347202|1239898" HotelName="Apec 1 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="19.33" OriginalAmount="18.77" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="19.34" OriginalAmount="18.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.014718" Longitude="105.7803744" StarRating="3" HotelCode="|332151" HotelName="Brilliant Me Tri" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="19.43" OriginalAmount="18.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03244" Longitude="105.85382" StarRating="3" HotelCode="|189398" HotelName="Hanoi Central Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Be Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/3/9/8/189398_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.44" OriginalAmount="18.87" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="16" TotalAmount="19.46" OriginalAmount="18.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03144286" Longitude="105.79122535" StarRating="3" HotelCode="587715|3471995" HotelName="Poonsa Truong Cong Giai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/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="16" TotalAmount="19.50" OriginalAmount="18.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01765689" Longitude="105.77799252" StarRating="3" HotelCode="586806|3462065" HotelName="Suji Hotel My Dinh" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/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="19.50" OriginalAmount="18.93" MarkupRule="3.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="27" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.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 28/05/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="19.57" OriginalAmount="19" MarkupRule="3.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 28/05/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="27" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02908727" Longitude="105.82846067" StarRating="3" HotelCode="830721|348520" HotelName="Nyt Home Giang Vo 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>35 Cat Linh, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/6b/6f6b67bf7bf9b72a36637d3f804dff72f77f3d46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898905-26133255/7759995591825478227/3844" HotelName="KHACH SAN SAO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36310000/36308600/36308590/e49d1e25_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574262-25723559/7759995591825478227/4089" 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="83" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|168027-25339806/7759995591825478227/5419" HotelName="PRINCE TO TICH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5100000/5091700/5091625/17d82cfc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898998-26133418/7759995591825478227/6395" 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="83" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431915-27594429/7759995591825478227/8210" 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="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028161" Longitude="105.848046" StarRating="3" HotelCode="89659|impressive_boutique_hotel" HotelName="Impressive Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/05/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="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029066" Longitude="105.848601" StarRating="2" HotelCode="119071|hanoi_ciao_hotel" HotelName="Hanoi Vision Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/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="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.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 29/05/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="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.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 27/05/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="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.06679641" Longitude="105.81059131" StarRating="2" HotelCode="595777|thai_hoa_hotel" HotelName="Thai Hoa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Alley 603 L?c Long Quan, Xuan La ward, Hanoi, Tay Ho</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/9f/4c9f4d798b050002c479931fcfe24aa6de5c43ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02955253" Longitude="105.84868177" StarRating="3" HotelCode="773993|hanoi_hanvet_hotel" 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="19.57" OriginalAmount="19.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="877566|banana_inn_hostel" HotelName="Hanoi Banana Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>38 Hàng Giay</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/8b/ca8bb632030dc12a4ceb8c3036c8e97ba27b2bbb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.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 20/05/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="19.57" OriginalAmount="19.00" MarkupRule="3.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 24/05/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="19.57" OriginalAmount="19.00" MarkupRule="3.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 27/05/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="19.57" OriginalAmount="19.00" MarkupRule="3.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 29/05/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="63" TotalAmount="19.57" OriginalAmount="19.00" MarkupRule="3.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="94" TotalAmount="19.63" OriginalAmount="19.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0333" Longitude="105.78771" StarRating="3" HotelCode="|419851" HotelName="Granda Suites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="94" TotalAmount="19.65" OriginalAmount="19.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032858" Longitude="105.85303" StarRating="0" HotelCode="|552646" HotelName="Dream Boutique Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <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="19.65" OriginalAmount="19.08" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="94" TotalAmount="19.66" OriginalAmount="19.09" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="16" TotalAmount="19.67" OriginalAmount="19.1" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01051775" Longitude="105.80342801" StarRating="3" HotelCode="853771|3441895" HotelName="Dinh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="19.67" OriginalAmount="19.10" MarkupRule="3.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="16" TotalAmount="19.69" OriginalAmount="19.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.009712412775" Longitude="105.81908149718" StarRating="3" HotelCode="346373|3468375" HotelName="Hacinco Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="19.77" OriginalAmount="19.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03786591" Longitude="105.81331675" StarRating="2" HotelCode="825702|1753108" HotelName="A25 Hotel 26B Allay 379 Doi Can" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/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="19.86" OriginalAmount="19.28" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="19.88" OriginalAmount="19.30" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="16" TotalAmount="19.92" OriginalAmount="19.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.99904211" Longitude="105.85037842" StarRating="2" HotelCode="554557|3432805" HotelName="A25 Hotel 221 Bach Mai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" 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="20.01" OriginalAmount="19.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0325176" Longitude="105.8538803" StarRating="3" HotelCode="|189721" HotelName="Rising Dragon Legend" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="20.04" OriginalAmount="19.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0340048" Longitude="105.8469334" StarRating="3" HotelCode="|189403" HotelName="Hanoi City Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="20.05" OriginalAmount="19.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01466046" Longitude="105.78046187" StarRating="3" HotelCode="621939|3466465" HotelName="Blubiz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="20.06" OriginalAmount="19.48" MarkupRule="3.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="94" TotalAmount="20.14" OriginalAmount="19.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0245" Longitude="105.846" StarRating="3" HotelCode="|420926" HotelName="Little Anh House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>6A Ngo 67 Ly Thuong Kiet Tran Hung Dao Hoang Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/2/6/420926_e4b33001652.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.22" OriginalAmount="19.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03344" Longitude="105.85265" StarRating="3" HotelCode="|189732" HotelName="Skyline Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <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="20.27" OriginalAmount="19.68" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="94" TotalAmount="20.28" OriginalAmount="19.69" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="20.39" OriginalAmount="19.80" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="94" TotalAmount="20.39" OriginalAmount="19.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03216" Longitude="105.85341" StarRating="3" HotelCode="|240630" HotelName="Trang Trang Premium" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="20.41" OriginalAmount="19.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032742" Longitude="105.847767" StarRating="3" HotelCode="|419809" HotelName="Hanoi Gatsby" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="20.50" OriginalAmount="19.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03498" Longitude="105.84763" StarRating="3" HotelCode="|189204" HotelName="Golden Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <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="16" TotalAmount="20.53" OriginalAmount="19.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00979041" Longitude="105.86076144" StarRating="2" HotelCode="764620|3447585" HotelName="A25 Hotel 187 Lo Duc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <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="20.58" OriginalAmount="19.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03394" Longitude="105.84939" StarRating="3" HotelCode="|189744" HotelName="La Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <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="94" TotalAmount="20.59" OriginalAmount="19.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03231" Longitude="105.85383" StarRating="0" HotelCode="|189793" HotelName="Wild Lotus - Hang Be" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="83" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1085747-26343787/7759995591825478227/6840" HotelName="CAMELLIA HOMESTAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/44000000/43990000/43980700/43980601/920ba975_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431818-27595981/7759995591825478227/7472" 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="83" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431817-27595190/7759995591825478227/7534" 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="83" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431799-27596503/7759995591825478227/8018" HotelName="139 P. LO DUC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99340000/99338600/99338541/1102b0d2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898922-26133288/7759995591825478227/8199" 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="83" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1443226-28859990/7759995591825478227/8206" 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="20.60" OriginalAmount="20.00" MarkupRule="3.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 20/05/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="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.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 27/05/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="20.60" OriginalAmount="20.00" MarkupRule="3.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 26/05/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="20.60" OriginalAmount="20.00" MarkupRule="3.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/05/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="20.60" OriginalAmount="20.00" MarkupRule="3.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 24/05/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="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.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 29/05/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="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.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 27/05/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="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032227818673" Longitude="105.84694448183" StarRating="3" HotelCode="916024|art_hotel_hanoi" HotelName="Hanoi Trendy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/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="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.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 26/05/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="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0320087" Longitude="105.76645298" StarRating="0" HotelCode="971239|kings_hotel_24" HotelName="King's Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A14, BT1 Bui Xuan Phai, My Dinh 2, Nam Tu Liem, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/9a/6d9a8e4cf9d63629eae76b05c64eaa328a515321.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.62" OriginalAmount="20.02" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="20.69" OriginalAmount="20.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02967" Longitude="105.84399" StarRating="3" HotelCode="|235450" HotelName="Hanoi Lele and Frog" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="20.71" OriginalAmount="20.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0154044" Longitude="105.8004531" StarRating="3" HotelCode="|532757" HotelName="AandD Luxury 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="20.72" OriginalAmount="20.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0356278" Longitude="105.7952494" StarRating="3" HotelCode="|422121" HotelName="London and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="20.74" OriginalAmount="20.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03199562" Longitude="105.85558651" StarRating="2" HotelCode="587406|3443255" HotelName="Hanoi Stella Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="94" TotalAmount="20.81" OriginalAmount="20.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0183" Longitude="105.8" StarRating="3" HotelCode="|421216" HotelName="Rosa Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="20.84" OriginalAmount="20.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030403" Longitude="105.815491" StarRating="3" HotelCode="|420934" HotelName="La Batisse Kim Ma" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="20.86" OriginalAmount="20.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03153056" Longitude="105.78836693" StarRating="3" HotelCode="597326|3443265" HotelName="Poonsa Tran Thai Tong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Lo D2/D6 Tran Thai Tong, Dich Vong, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/1c/7f1c82bbab5286991f2c17f186bac4eb07096192.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.87" OriginalAmount="20.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.219118" Longitude="105.783205" StarRating="0" HotelCode="|554775" HotelName="Grand Dragon Noi Bai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="20.97" OriginalAmount="20.36" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="16" TotalAmount="20.98" OriginalAmount="20.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03390689" Longitude="105.8470162" StarRating="2" HotelCode="421813|3443225" HotelName="Hanoi City Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="21.00" OriginalAmount="20.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034980899545" Longitude="105.84772432892" StarRating="3" HotelCode="309513|1177328" HotelName="Golden Art Trendy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="21.01" OriginalAmount="20.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03217" Longitude="105.84818" StarRating="3" HotelCode="|232318" HotelName="Golden Moon Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>12A Hang Manh Street Hoan Kiem District Hanoi 10000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/1/8/232318_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.04" OriginalAmount="20.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04303824" Longitude="105.84189904" StarRating="2" HotelCode="346891|1753398" HotelName="A25 Hotel 46 Chau Long" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Chau Long, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/492221/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.09" OriginalAmount="20.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0364416" Longitude="105.85266459" StarRating="3" HotelCode="421819|3473535" HotelName="Atrium Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/05/2026" 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="94" TotalAmount="21.12" OriginalAmount="20.50" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="16" TotalAmount="21.14" OriginalAmount="20.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03478597075" Longitude="105.85274132788" StarRating="2" HotelCode="309523|1111298" HotelName="Hanoi Discovery Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/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="16" TotalAmount="21.21" OriginalAmount="20.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032071068806" Longitude="105.84811819263" StarRating="3" HotelCode="435909|3446035" HotelName="Golden Moon Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/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="21.21" OriginalAmount="20.59" MarkupRule="3.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="21.33" OriginalAmount="20.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0334" Longitude="105.854" StarRating="3" HotelCode="|420921" HotelName="Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="21.33" OriginalAmount="20.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03119" Longitude="105.79138" StarRating="3" HotelCode="|238433" HotelName="Poonsa Cau Giay and Serviced Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <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="21.40" OriginalAmount="20.78" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="16" TotalAmount="21.47" OriginalAmount="20.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04563894" Longitude="105.8419765" StarRating="3" HotelCode="771355|3432435" HotelName="A25 Truc Bach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <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="16" TotalAmount="21.53" OriginalAmount="20.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0268971" Longitude="105.8399964" StarRating="1" HotelCode="346250|1733288" HotelName="A25 Hotel 28 Tran Quy Cap" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" 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="94" TotalAmount="21.61" OriginalAmount="20.98" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="27" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.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="Free CXL until 23/05/2026" 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="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|593141-25742405/7759995591825478227/310" 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="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574448-25723655/7759995591825478227/344" 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="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.996163" Longitude="-78.506879" StarRating="2" HotelCode="0|243547-25459744/7759995591825478227/2159" 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="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215175-25418659/7759995591825478227/3342" HotelName="A25 DOI CAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9625200/9625195/7e5405e5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1085820-26343906/7759995591825478227/3374" HotelName="BANANA INN HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45510000/45502600/45502541/f9045529_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217327-25420565/7759995591825478227/3802" 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="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|216674-32719756/7759995591825478227/3936" 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="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|358535-25545276/7759995591825478227/5320" HotelName="LOTUS BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12750000/12747600/12747548/7ba0cbeb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572687-25722724/7759995591825478227/6163" 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="83" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431904-27595347/7759995591825478227/6832" 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="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431831-27591433/7759995591825478227/8328" 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="21.63" OriginalAmount="21.00" MarkupRule="3.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="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.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 28/05/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="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.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 21/05/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="21.63" OriginalAmount="21.00" MarkupRule="3.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 27/05/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="21.63" OriginalAmount="21.00" MarkupRule="3.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 28/05/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="21.63" OriginalAmount="21.00" MarkupRule="3.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="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="21.63" OriginalAmount="21.00" MarkupRule="3.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 22/05/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="21.63" OriginalAmount="21.00" MarkupRule="3.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="21.63" OriginalAmount="21.00" MarkupRule="3.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 27/05/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="21.63" OriginalAmount="21.00" MarkupRule="3.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 28/05/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="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.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="Non Refundable" 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="21.63" OriginalAmount="21.00" MarkupRule="3.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 23/05/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="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.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 29/05/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="21.63" OriginalAmount="21.00" MarkupRule="3.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 28/05/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="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.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 28/05/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="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.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 27/05/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="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.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 29/05/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="21.63" OriginalAmount="21.00" MarkupRule="3.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 27/05/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="21.70" OriginalAmount="21.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032316" Longitude="105.845668" StarRating="0" HotelCode="|83996" HotelName="Hanoi Posh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <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="21.74" OriginalAmount="21.11" MarkupRule="3.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="94" TotalAmount="21.85" OriginalAmount="21.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.042451" Longitude="105.842635" StarRating="0" HotelCode="|552640" HotelName="Wil\'que" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="21.86" OriginalAmount="21.22" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="94" TotalAmount="21.87" OriginalAmount="21.23" MarkupRule="3.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="Free CXL until 31/05/2026">
        <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="94" TotalAmount="22.05" OriginalAmount="21.41" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="22.13" OriginalAmount="21.49" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="22.14" OriginalAmount="21.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04276" Longitude="105.80526" StarRating="4" HotelCode="|197755" HotelName="Riverside Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="22.16" OriginalAmount="21.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031615" Longitude="105.850632" StarRating="3" HotelCode="192542|1111388" HotelName="Hanoi Morning Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/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="22.21" OriginalAmount="21.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0351" Longitude="105.84819" StarRating="0" HotelCode="|189390" HotelName="Hanoi Asia Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="22.36" OriginalAmount="21.71" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="22.40" OriginalAmount="21.75" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="16" TotalAmount="22.44" OriginalAmount="21.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.037026761636" Longitude="105.85230615289" StarRating="2" HotelCode="268120|1237158" 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="16" TotalAmount="22.51" OriginalAmount="21.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01324235" Longitude="105.85093124" StarRating="2" HotelCode="624214|3456435" HotelName="A25 Hotel 80 Mai Hac De" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" 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="16" TotalAmount="22.56" OriginalAmount="21.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03766566" Longitude="105.80105636" StarRating="3" HotelCode="619827|3461265" HotelName="Royal St Hanoi Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="22.61" OriginalAmount="21.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0339648" Longitude="105.8511962" StarRating="3" HotelCode="|66237" HotelName="Hanoi Silver" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88 HANG BAC STR, HOAN KIEM DIST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/2/3/7/66237_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It has excellent transport links to the cultural area and the shopping area. ROOM: The establishment has comfortable standard deluxe rooms rooms, suites, with an air-conditioning system, a satellite TV and internet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.61" OriginalAmount="21.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0345319" Longitude="105.8150876" StarRating="0" HotelCode="|265210" HotelName="Canary Hotel and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="22.61" OriginalAmount="21.95" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="94" TotalAmount="22.62" OriginalAmount="21.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0181667" Longitude="105.8474202" StarRating="3" HotelCode="|419839" HotelName="Adonis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="22.62" OriginalAmount="21.96" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="16" TotalAmount="22.65" OriginalAmount="21.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03452864" Longitude="105.81513081" StarRating="3" HotelCode="755604|3450485" HotelName="Canary Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="22.65" OriginalAmount="21.99" MarkupRule="3.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="Free CXL until 25/05/2026">
        <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="27" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032389877635" Longitude="105.85383873189" StarRating="3" HotelCode="935738|83879" HotelName="Au Coeur Hanoi Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" 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="27" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.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 28/05/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="83" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|293666-25506029/7759995591825478227/1667" 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="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431865-27575528/7759995591825478227/2469" 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="83" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.344675" Longitude="33.243893" StarRating="2" HotelCode="0|436037-25609897/7759995591825478227/3359" 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="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.4937228" Longitude="-91.997922" StarRating="2" HotelCode="0|243512-25459714/7759995591825478227/3472" HotelName="SERENDIPITY" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1350 Southridge PKWY, Heber Springs, 72543, AR, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4620000/4612000/4611957/dcb310ed_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 79. Suites: 45. Single-bedded accommodations: 34. Double bedrooms: 45. Smoking rooms: 0. Nonsmoking rooms: 79. Physically challenged rooms: 5. Floors: 4. 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- Welcome to the Holiday Inn Express &amp;amp; Suites Heber Springs. Nestled in the Foothills of the Ozarks, where the mountains meet the Greers Ferry Lake &amp;amp; the Little Red River you will find the Holiday Inn Express &amp;amp; Suites of Heber Springs. Our hotel is conveniently located at the intersection of Hwy 25 &amp;amp; Hwy 110, just minutes from downtown Heber Springs.  The Holiday Inn Express &amp;amp; Suites of Heber Springs is the ideal stay for all business and leisure travelers. Enjoy our beautiful scenic locations ranging from nature hiking trails of Sugarloaf Mountain, Collins Creek and JFK Overlook; to the well-known fishing locations on the Little Red River and Greers Ferry Lake. For guests looking for a fun family oriented day, Heber Springs offers two local marinas, Damsite Marina and Heber Springs Marina. Located just outside of Heber Springs, are two primary golf courses, Red Apple and Tannenbaum. Recently opened, the Heber Springs Community Center offers many sporting activities the historic downtown area is known for its wide variety of local shops and galleries. For guests traveling to Heber Springs on business, the hotel is situated between the town's major corporations: Heber Springs Industrial Park, TIGG Corp., ExxonMobil, Defiance Metal Products, &amp;amp; ASU Heber Springs. Stay connected through our free high speed wireless internet along with our 24-hour business center.. Onsite facilities information- ParkingProperty was built in 2011. Property was renovated in 2020. Hotel Currency: USD. Additional Addresses: Other: 1350 Southridge PKWY, Heber Springs, 72543, AR, US. Additional Phone Numbers: Fax - Other: 15018879501. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-5.13192" Longitude="119.40737" StarRating="3" HotelCode="0|436061-25609914/7759995591825478227/6813" 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="83" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898907-26133260/7759995591825478227/7911" HotelName="KING'S" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36940000/36937200/36937140/61e0a8aa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573503-27596553/7759995591825478227/8381" 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="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033958240669" Longitude="105.85169434547" StarRating="3" HotelCode="169666|monsieur_d_hang_bac_hanoi_vietnam" 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="22.66" OriginalAmount="22.00" MarkupRule="3.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 28/05/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="22.66" OriginalAmount="22.00" MarkupRule="3.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="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.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="22.66" OriginalAmount="22.00" MarkupRule="3.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 28/05/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="22.66" OriginalAmount="22.00" MarkupRule="3.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="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01831176" Longitude="105.84747582" StarRating="3" HotelCode="780940|adonis_hotel_16" HotelName="Adonis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/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="22.66" OriginalAmount="22.00" MarkupRule="3.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 24/05/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="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03400321" Longitude="105.81508854" StarRating="3" HotelCode="866305|fukurai_boutique_apartments_ha_noi" HotelName="Fukurai Boutique Apartments Ha Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026">
        <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="94" TotalAmount="22.67" OriginalAmount="22.01" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="22.69" OriginalAmount="22.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03148" Longitude="105.84543" StarRating="3" HotelCode="|84002" HotelName="Spoon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 NGUYEN VAN TO STR., HOAN KIEM DIST 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/0/2/84002_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is an ideal place for relaxing. SITUATION: This hotel is in the historic centre of Hanoi, close to tourist points of interest, the Hoan Kiem Lake and the opera. It is 3 kilometres away from the railway station. 35 kilometres away, you can find Bai Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.76" OriginalAmount="22.10" MarkupRule="3.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="Non Refundable" 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="16" TotalAmount="22.79" OriginalAmount="22.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04016571" Longitude="105.84821497" StarRating="3" HotelCode="614597|3453445" HotelName="Hanoi Genial Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/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="16" TotalAmount="22.81" OriginalAmount="22.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031507590595" Longitude="105.84553297086" StarRating="3" HotelCode="186268|960895" HotelName="Spoon Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="22.93" OriginalAmount="22.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02508" Longitude="105.8415" StarRating="2" HotelCode="|189614" HotelName="Mango  Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>118 Le Duan Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/6/1/4/189614_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.94" OriginalAmount="22.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03275" Longitude="105.85012" StarRating="3" HotelCode="|189412" HotelName="Parklane Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="22.94" OriginalAmount="22.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03292" Longitude="105.7725" StarRating="3" HotelCode="|234161" HotelName="Au Viet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="22.95" OriginalAmount="22.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03572105" Longitude="105.85148053" StarRating="3" HotelCode="774001|3442915" HotelName="Golden Sail Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/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="94" TotalAmount="23.01" OriginalAmount="22.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0347926" Longitude="105.8450585" StarRating="3" HotelCode="|338417" HotelName="My Moon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <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="94" TotalAmount="23.02" OriginalAmount="22.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02942" Longitude="105.83426" StarRating="3" HotelCode="|84037" HotelName="Hanoi Emotion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>HANG BOT STREET, DONG DA DISTRICT 26-28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/3/7/84037_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a transfer service and a restaurant. The establishment it offers excursions and guided tours. The establishment boasts a car hire service, bicycle rental and motorbike hire. SITUATION: This boutique hotel Hanoi it is in it is in Hang Bot the street el templo de la literatura next to the establishment, guests will find the establishment, la Pagoda del Pilar Ãšnico it is 800 metres away from Hoan Kiem Lake it is 8 minutes drive away from el mausoleo de Ho Chi Minh 850 metres away, guests will find. ROOM: All the rooms have an air-conditioning system, a mini-bar, a hairdryer and a writing desk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.06" OriginalAmount="22.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01802521" Longitude="105.84738543" StarRating="2" HotelCode="554558|3450535" HotelName="A25 Hotel 57 Quang Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/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="23.07" OriginalAmount="22.40" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="94" TotalAmount="23.07" OriginalAmount="22.40" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="16" TotalAmount="23.10" OriginalAmount="22.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="1" HotelCode="766043|3450875" HotelName="A25 Tran Thai Tong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <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="16" TotalAmount="23.15" OriginalAmount="22.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.042575929063" Longitude="105.80512551409" StarRating="4" HotelCode="346953|1198688" HotelName="Riverside Hanoi hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="23.15" OriginalAmount="22.48" MarkupRule="3.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="23.21" OriginalAmount="22.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033193" Longitude="105.850236" StarRating="3" HotelCode="|420770" HotelName="Nexy Living" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>28 Luong Van Can, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/7/7/0/420770_93a32af1707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.23" OriginalAmount="22.55" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="23.26" OriginalAmount="22.58" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="94" TotalAmount="23.36" OriginalAmount="22.68" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="16" TotalAmount="23.39" OriginalAmount="22.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031688" Longitude="105.849677" StarRating="3" HotelCode="186954|1074808" 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="23.46" OriginalAmount="22.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00804" Longitude="105.838637" StarRating="3" HotelCode="|521758" HotelName="Kim Lien-7 Dao Duy Anh- Bay Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P. Dao Duy Anh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/7/5/8/521758_61dabbb1141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.46" OriginalAmount="22.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01334" Longitude="105.85103" StarRating="2" HotelCode="|235452" HotelName="Blue Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="23.48" OriginalAmount="22.80" MarkupRule="3.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 28/05/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="94" TotalAmount="23.51" OriginalAmount="22.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.040169" Longitude="105.848246" StarRating="3" HotelCode="|240148" HotelName="Hanoi Genial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <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="23.51" OriginalAmount="22.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03281" Longitude="105.85042" StarRating="3" HotelCode="|189472" HotelName="Hanoi Golden River " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="23.51" OriginalAmount="22.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03637" Longitude="105.84709" StarRating="3" HotelCode="|189785" HotelName="Tu Linh Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="16" TotalAmount="23.57" OriginalAmount="22.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032782794413" Longitude="105.85007149856" StarRating="3" HotelCode="347272|1240328" HotelName="Hanoi Focus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/05/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="23.60" OriginalAmount="22.91" MarkupRule="3.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="16" TotalAmount="23.61" OriginalAmount="22.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03300679" Longitude="105.77240664" StarRating="3" HotelCode="488555|2240515" HotelName="Au Viet Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="23.63" OriginalAmount="22.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032607" Longitude="105.809227" StarRating="2" HotelCode="|524627" HotelName="Ruby Serviced Apartment Phan Ke Binh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>So 12, Ngo 35 Phan Ke Binh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/2/7/524627_5bc75e40915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.64" OriginalAmount="22.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0296269" Longitude="105.84888369" StarRating="3" HotelCode="853636|3438785" 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="94" TotalAmount="23.65" OriginalAmount="22.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.027" Longitude="105.855" StarRating="3" HotelCode="|154681" HotelName="Eclipse Legend" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="23.68" OriginalAmount="22.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0155117" Longitude="105.8541722" StarRating="3" HotelCode="|265845" HotelName="Binh Anh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="27" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.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 23/05/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="27" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03398002896" Longitude="105.85237936054" StarRating="3" HotelCode="916023|73029" HotelName="Paradise Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899183-26133745/7759995591825478227/2174" HotelName="NEW CENTURY CAU GIAY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39600000/39599800/39599786/478be0db_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431883-27576510/7759995591825478227/2606" 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="83" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215174-25418657/7759995591825478227/3297" 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="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649507-25826354/7759995591825478227/3580" 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="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|168017-25340191/7759995591825478227/5713" 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="83" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574244-25723550/7759995591825478227/6120" 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="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|293609-25506004/7759995591825478227/6612" HotelName="ATRIUM HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9250000/9240800/9240730/f4c9a258_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437944-27930962/7759995591825478227/6776" HotelName="LUNA'S HOUSE - VINHOMES SMART CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113370000/113365500/113365447/17160650_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1085614-26343589/7759995591825478227/8203" 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="23.69" OriginalAmount="23.00" MarkupRule="3.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="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.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 20/05/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="23.69" OriginalAmount="23.00" MarkupRule="3.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 29/05/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="23.69" OriginalAmount="23.00" MarkupRule="3.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 25/05/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="23.69" OriginalAmount="23.00" MarkupRule="3.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 25/05/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="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.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 25/05/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="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.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="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.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 20/05/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="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030193" Longitude="105.847111" StarRating="3" HotelCode="931939|royal_palace_2_2" HotelName="Royal Palace Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/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="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03347" Longitude="105.852507" StarRating="2" HotelCode="915996|la_beaute_de_hanoi_hotel_2" HotelName="La Beauté de Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/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="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="980581|a25_hotel_nguyen_khuyen" HotelName="A25 Hotel Nguyen Khuyen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/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="23.85" OriginalAmount="23.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034246" Longitude="105.85345" StarRating="3" HotelCode="|420686" HotelName="Hanoi Endless" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="23.85" OriginalAmount="23.16" MarkupRule="3.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="94" TotalAmount="23.88" OriginalAmount="23.18" MarkupRule="3.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="Free CXL until 25/05/2026">
        <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="23.89" OriginalAmount="23.19" MarkupRule="3.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="23.90" OriginalAmount="23.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02653" Longitude="105.84252" StarRating="3" HotelCode="|234554" HotelName="Tk123 Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <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="16" TotalAmount="24.02" OriginalAmount="23.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029192088561" Longitude="105.84833460699" StarRating="2" HotelCode="268104|3464035" HotelName="Luxury Backpackers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="94" TotalAmount="24.03" OriginalAmount="23.33" MarkupRule="3.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="Free CXL until 27/05/2026">
        <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="94" TotalAmount="24.09" OriginalAmount="23.39" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="24.14" OriginalAmount="23.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03054" Longitude="105.84884" StarRating="3" HotelCode="|196697" HotelName="Blue Hanoi Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <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="24.17" OriginalAmount="23.47" MarkupRule="3.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="24.22" OriginalAmount="23.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01411" Longitude="105.78099" StarRating="3" HotelCode="|189649" HotelName="Ping Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="24.24" OriginalAmount="23.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0414923" Longitude="105.8448172" StarRating="2" HotelCode="227155|3463645" HotelName="A25 Hotel 44 Hang Bun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" 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="16" TotalAmount="24.26" OriginalAmount="23.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030330553234" Longitude="105.85634646991" StarRating="3" HotelCode="305348|1713918" HotelName="Eclipse Legend Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="16" TotalAmount="24.26" OriginalAmount="23.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02486697" Longitude="105.8413653" StarRating="2" HotelCode="346683|3472305" HotelName="Mango Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="24.26" OriginalAmount="23.55" MarkupRule="3.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="94" TotalAmount="24.34" OriginalAmount="23.63" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="16" TotalAmount="24.36" OriginalAmount="23.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="764412|3459025" HotelName="A25 Hotel 96 Hai Ba Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <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="94" TotalAmount="24.38" OriginalAmount="23.67" MarkupRule="3.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="16" TotalAmount="24.41" OriginalAmount="23.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03477783" Longitude="105.84518305" StarRating="3" HotelCode="585562|3476815" HotelName="My Moon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/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="94" TotalAmount="24.41" OriginalAmount="23.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02659" Longitude="105.84235" StarRating="3" HotelCode="|84057" HotelName="Nam Ngu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="24.42" OriginalAmount="23.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01563801" Longitude="105.85416738" StarRating="2" HotelCode="547853|3432425" HotelName="Binh Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="24.48" OriginalAmount="23.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.06781581" Longitude="105.82196146" StarRating="3" HotelCode="374041|1201018" HotelName="Quang Ba Trade Union Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="16" TotalAmount="24.50" OriginalAmount="23.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01325823" Longitude="105.85103451" StarRating="2" HotelCode="550057|3453325" HotelName="Blue Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="24.53" OriginalAmount="23.82" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="94" TotalAmount="24.56" OriginalAmount="23.84" MarkupRule="3.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="24.63" OriginalAmount="23.91" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="24.66" OriginalAmount="23.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0287996" Longitude="105.843442" StarRating="0" HotelCode="|84001" HotelName="Hanoi Sky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 TONG DUY TAN STR., HOAN KIEM DIST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/0/1/84001_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2011, has 40 rooms and 3 suites. SITUATION: This establishment, Hanoi it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.68" OriginalAmount="23.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="808495|3444015" HotelName="Paper Map" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026">
        <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="24.69" OriginalAmount="23.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0346091" Longitude="105.8467322" StarRating="3" HotelCode="|264997" HotelName="Eco Luxury Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="27" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01958959" Longitude="105.8024735" StarRating="3" HotelCode="553399|152058" HotelName="A1 Hill Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="83" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649473-25826306/7759995591825478227/1468" 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="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898664-26132871/7759995591825478227/3363" HotelName="APARTMENT PHAM HUY THONG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44560000/44556800/44556792/1820d462_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.170354" Longitude="-94.1841759" StarRating="2" HotelCode="0|516410-25675779/7759995591825478227/3638" 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="83" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898722-26132971/7759995591825478227/3667" HotelName="CHEZ TRAM HOMESTAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35200000/35190600/35190520/e48d0ccf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|281981-25501305/7759995591825478227/4443" 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="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898955-26133336/7759995591825478227/6314" 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="83" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215328-25418800/7759995591825478227/6352" HotelName="AU COEUR D` HANOI BOUTIQUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8670000/8661300/8661239/db1bbdf9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431876-27593430/7759995591825478227/6991" HotelName="MYRCELLA URBAN STUDIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93020000/93010600/93010522/12e34ab8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0329508" Longitude="105.8468571" StarRating="3" HotelCode="|419106" HotelName="Hanoi Exclusive" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.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 27/05/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="24.72" OriginalAmount="24.00" MarkupRule="3.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 27/05/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="24.72" OriginalAmount="24.00" MarkupRule="3.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 29/05/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="24.72" OriginalAmount="24.00" MarkupRule="3.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 28/05/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="24.72" OriginalAmount="24.00" MarkupRule="3.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 29/05/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="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.07830008" Longitude="105.81839593" StarRating="3" HotelCode="878223|a_rich_land_trinh_cong_son" HotelName="A Rich Land Trinh Cong Son" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Pho Tr?nh Công Son, Ngõ 6 Pho, Tr?nh Công Son, Phuong Nhat Tân, Quan Tây Ho, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d6/6cd63818c51362e17a435875dab6b8273c999d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.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 25/05/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="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.036494524528" Longitude="105.84703220279" StarRating="3" HotelCode="916013|tu_linh_palace_hotel" HotelName="Tu Linh Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="24.81" OriginalAmount="24.09" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="24.81" OriginalAmount="24.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0294444" Longitude="105.8486634" StarRating="2" HotelCode="|270078" HotelName="Astoria Hanoi and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="24.85" OriginalAmount="24.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02182713" Longitude="105.81846229" StarRating="3" HotelCode="320707|3429015" HotelName="The Pearl Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="25.12" OriginalAmount="24.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032856" Longitude="105.849599" StarRating="3" HotelCode="|553573" HotelName="Amara Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="25.20" OriginalAmount="24.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03420976" Longitude="105.84736321" StarRating="3" HotelCode="382882|2180485" HotelName="Hanoi Chic Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="25.31" OriginalAmount="24.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0312787" Longitude="105.8500721" StarRating="3" HotelCode="|67291" HotelName="Lakeside Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="25.42" OriginalAmount="24.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02148" Longitude="105.81844" StarRating="3" HotelCode="|197029" HotelName="The Pearl" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="25.50" OriginalAmount="24.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0294" Longitude="105.8486" StarRating="3" HotelCode="434775|1718268" HotelName="See You At Lily's Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="25.51" OriginalAmount="24.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03587" Longitude="105.84716" StarRating="3" HotelCode="|240456" HotelName="Golden Rooster" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No 17 Hang Ga, Hang Bo Ward Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/4/5/6/240456_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.62" OriginalAmount="24.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03096" Longitude="105.82921" StarRating="2" HotelCode="|196391" HotelName="A25 - 45b Giang Vo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <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="16" TotalAmount="25.63" OriginalAmount="24.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03158132" Longitude="105.78678144" StarRating="3" HotelCode="857210|3477205" HotelName="Spring Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="25.67" OriginalAmount="24.92" MarkupRule="3.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="94" TotalAmount="25.68" OriginalAmount="24.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0179329" Longitude="105.8498222" StarRating="3" HotelCode="|338609" HotelName="My 23" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="94" TotalAmount="25.68" OriginalAmount="24.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028711" Longitude="105.785793" StarRating="4" HotelCode="|418706" HotelName="Spring Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="25.71" OriginalAmount="24.96" MarkupRule="3.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="25.73" OriginalAmount="24.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0137706" Longitude="105.8011087" StarRating="3" HotelCode="|266904" HotelName="Dinh Elegant Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4, Group 15D, Trung Yen, Trung Hoa, Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/0/4/266904_beb8c941742.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574049-25723451/7759995591825478227/842" 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="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|243492-25459704/7759995591825478227/2144" 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="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|436052-25609907/7759995591825478227/3337" 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="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|572096-25722517/7759995591825478227/3343" 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="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649461-25826290/7759995591825478227/3956" 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="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899425-26134047/7759995591825478227/4115" 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="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|181602-25366901/7759995591825478227/4847" 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="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9253976" Longitude="9.5040716" StarRating="3" HotelCode="0|252906-25474446/7759995591825478227/5105" 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="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572477-25722652/7759995591825478227/6745" HotelName="BLUE PEARL WEST HANOI HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17250000/17242200/17242185/aafc6422_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413636-25592272/7759995591825478227/7339" 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="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|573062-25722926/7759995591825478227/8183" 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="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431832-27603329/7759995591825478227/8374" 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="83" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1443395-28862564/7759995591825478227/8389" HotelName="AVANI CENTRAL HANOI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107300000/107297700/107297644/195108e8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.014123918299" Longitude="105.78097785973" StarRating="3" HotelCode="309533|ping_hotel" HotelName="Ping Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="25.75" OriginalAmount="25.00" MarkupRule="3.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="Free CXL until 23/05/2026" 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="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03544634" Longitude="105.8471267" StarRating="3" HotelCode="753610|hanoian_elite_home_hotel" HotelName="Hanoian Elite Home Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/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="25.75" OriginalAmount="25.00" MarkupRule="3.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 26/05/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="25.75" OriginalAmount="25.00" MarkupRule="3.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="Non Refundable">
        <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="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.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 27/05/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="16" TotalAmount="25.79" OriginalAmount="25.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.027932304993" Longitude="105.81238699477" StarRating="3" HotelCode="346262|1238148" HotelName="Sunny Hotel 1" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="25.84" OriginalAmount="25.09" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="94" TotalAmount="25.88" OriginalAmount="25.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03157" Longitude="105.85057" StarRating="3" HotelCode="|189502" HotelName="Royal Holiday Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="25.90" OriginalAmount="25.15" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="25.97" OriginalAmount="25.21" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="26.13" OriginalAmount="25.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035739" Longitude="105.85144" StarRating="3" HotelCode="|420922" HotelName="Golden Sail" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 Hang Buom, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/2/2/420922_513624a1653.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.16" OriginalAmount="25.40" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="16" TotalAmount="26.36" OriginalAmount="25.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03711816" Longitude="105.84848246" StarRating="2" HotelCode="401995|89760" HotelName="Hanoi Little Town Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="16" TotalAmount="26.41" OriginalAmount="25.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01386456" Longitude="105.8010929" StarRating="3" HotelCode="620441|3436915" HotelName="Dinh Elegant Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="26.53" OriginalAmount="25.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032504993524" Longitude="105.84811245658" StarRating="2" HotelCode="119194|1753058" HotelName="A25 Hotel 26 Hang Non" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" 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="16" TotalAmount="26.63" OriginalAmount="25.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03584963" Longitude="105.84715633" StarRating="3" HotelCode="613566|2520115" HotelName="Golden Rooster Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Hang Ga, Hang Bo Ward, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/45/2745be6935c4625de47980a7491680a933e7eb05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.64" OriginalAmount="25.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03056" Longitude="105.85634" StarRating="0" HotelCode="|420015" HotelName="Alisa and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="26.64" OriginalAmount="25.86" MarkupRule="3.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="16" TotalAmount="26.65" OriginalAmount="25.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03347714" Longitude="105.85006579" StarRating="4" HotelCode="757564|3471725" HotelName="Hanoi L'heritage Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/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="26.65" OriginalAmount="25.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02878" Longitude="105.81266" StarRating="3" HotelCode="|198533" HotelName="Sunny 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/05/2026">
        <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="94" TotalAmount="26.68" OriginalAmount="25.90" MarkupRule="3.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="94" TotalAmount="26.75" OriginalAmount="25.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0563106" Longitude="105.8352283" StarRating="4" HotelCode="|418401" HotelName="Thang Loi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <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="94" TotalAmount="26.76" OriginalAmount="25.98" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="26.76" OriginalAmount="25.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0808832" Longitude="105.8174619" StarRating="3" HotelCode="|266213" HotelName="Hoa Dao" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <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="27" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.039968484681" Longitude="105.84563418651" StarRating="4" HotelCode="930851|78426" HotelName="Skylark Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/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="83" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649470-25826300/7759995591825478227/2225" HotelName="GRAND DRAGON HOTEL HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33270000/33263500/33263458/64413ec3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431884-27576726/7759995591825478227/2476" 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="83" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|572933-25722847/7759995591825478227/2535" 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="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.594381" Longitude="-121.891682" StarRating="3" HotelCode="0|413171-25592077/7759995591825478227/3180" 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="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.2852795" Longitude="114.150757" StarRating="3" HotelCode="0|337520-25528903/7759995591825478227/3353" 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/0d8c7183_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="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1437956-27930566/7759995591825478227/4212" HotelName="SAO MAI BOUTIQUE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103510000/103507000/103506911/1cd7c55b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899264-26133852/7759995591825478227/5084" HotelName="PARAGON NOI BAI HOTEL AND POOL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45290000/45287200/45287182/53a8d1a5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431924-27590820/7759995591825478227/5229" 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="83" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|168040-25733533/7759995591825478227/6112" 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="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217086-25420320/7759995591825478227/6501" 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="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="9.70499" Longitude="100.005" StarRating="3" HotelCode="0|268512-25492249/7759995591825478227/7655" 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="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898681-26132902/7759995591825478227/7811" HotelName="BAYHOMES GREEN BAY SERVICED APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38870000/38864200/38864102/57ab103e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|189477-27825938/7759995591825478227/7938" 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="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217289-25420516/7759995591825478227/8047" HotelName="SKYLARK (HOTEL)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102530000/102529700/102529624/2687e5ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.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="Free CXL until 20/05/2026">
        <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="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.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="Non Refundable" 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="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.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 27/05/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="26.78" OriginalAmount="26.00" MarkupRule="3.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 27/05/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="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.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 24/05/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="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.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 27/05/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="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03118475" Longitude="105.85039975" StarRating="2" HotelCode="915999|hanoi_old_centre_hotel" HotelName="Hanoi Old Centre Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/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="26.78" OriginalAmount="26.00" MarkupRule="3.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 26/05/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="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.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 23/05/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="26.80" OriginalAmount="26.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.015811" Longitude="105.798933" StarRating="3" HotelCode="|421727" HotelName="The Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="27.05" OriginalAmount="26.26" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="27.06" OriginalAmount="26.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035402" Longitude="105.847073" StarRating="3" HotelCode="|419835" HotelName="Lotusama Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="27.12" OriginalAmount="26.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03195068" Longitude="105.84792204" StarRating="3" HotelCode="595764|3470975" HotelName="Little Hanoi Deluxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/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="27.13" OriginalAmount="26.34" MarkupRule="3.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="Free CXL until 23/05/2026">
        <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="94" TotalAmount="27.13" OriginalAmount="26.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0139746" Longitude="105.7811227" StarRating="4" HotelCode="|266421" HotelName="Hanoi Ping Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="27.13" OriginalAmount="26.34" MarkupRule="3.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="27.19" OriginalAmount="26.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032307" Longitude="105.848529" StarRating="0" HotelCode="|470854" HotelName="Hanoi Sena And Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="27.26" OriginalAmount="26.47" MarkupRule="3.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="94" TotalAmount="27.40" OriginalAmount="26.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02913" Longitude="105.84368" StarRating="1" HotelCode="|189526" HotelName="Hanoi Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="27.44" OriginalAmount="26.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031469503323" Longitude="105.8539480748" StarRating="3" HotelCode="268110|1460778" 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="94" TotalAmount="27.49" OriginalAmount="26.69" MarkupRule="3.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="27.55" OriginalAmount="26.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035211" Longitude="105.846962" StarRating="3" HotelCode="|447258" HotelName="Keypad Hotel - 24 Hang Ga" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Pho Hang Ga, Hang Bo, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/2/5/8/447258_7cecbfc0956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.55" OriginalAmount="26.75" MarkupRule="3.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="16" TotalAmount="27.60" OriginalAmount="26.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01620663" Longitude="105.79927404" StarRating="3" HotelCode="855955|3429385" HotelName="Hotel The Hanoi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="27.62" OriginalAmount="26.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03231" Longitude="105.85244" StarRating="3" HotelCode="|236084" HotelName="Maro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/05/2026">
        <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="94" TotalAmount="27.68" OriginalAmount="26.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0340571" Longitude="105.787883" StarRating="4" HotelCode="|422177" HotelName="Bao Hung and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="27.72" OriginalAmount="26.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.039867" Longitude="105.845501" StarRating="4" HotelCode="|553086" HotelName="Skylark Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="27.73" OriginalAmount="26.92" MarkupRule="3.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="27.76" OriginalAmount="26.95" MarkupRule="3.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="16" TotalAmount="27.78" OriginalAmount="26.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.044137" Longitude="105.818322" StarRating="4" HotelCode="89210|322665" HotelName="Somerset West Lake Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="27.80" OriginalAmount="26.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03307" Longitude="105.85214" StarRating="3" HotelCode="|189599" HotelName="Le Foyer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="27" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.020953311418" Longitude="105.85592054591" StarRating="2" HotelCode="166809|73752" HotelName="A25 Hotel 45 Phan Chu Trinh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 23/05/2026" 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="27" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.027755964083" Longitude="105.84050163558" StarRating="3" HotelCode="299434|79682" HotelName="Hanoi Larosa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Nguyen Khuyen Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/38/f638f8850f00eb16dac36b67e8835e77e545bd3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.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 27/05/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="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649503-25826350/7759995591825478227/2103" 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="83" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431809-27564507/7759995591825478227/3568" 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="83" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|898989-26133404/7759995591825478227/4820" 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="83" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1435021-32708737/7759995591825478227/6526" 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="83" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431911-27593433/7759995591825478227/8023" 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="83" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1443499-28864597/7759995591825478227/8126" HotelName="SKYLARK (BOUTIQUE)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102530000/102529700/102529624/2687e5ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|885458-26110305/7759995591825478227/8236" HotelName="HILLARY HANOI" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/59000000/58130000/58122300/58122270/5fcc5ed7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.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 21/05/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="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028575788417" Longitude="105.91933305958" StarRating="3" HotelCode="346760|garco_dragon_hotel" HotelName="Garco Dragon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 29/05/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="27.81" OriginalAmount="27.00" MarkupRule="3.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 23/05/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="27.81" OriginalAmount="27.00" MarkupRule="3.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="Free CXL until 23/05/2026">
        <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="27.81" OriginalAmount="27.00" MarkupRule="3.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 28/05/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="27.83" OriginalAmount="27.02" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="27.85" OriginalAmount="27.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035958" Longitude="105.847721" StarRating="2" HotelCode="|470752" HotelName="Carillon Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hang Dong street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/7/5/2/470752_f1588c71949.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.87" OriginalAmount="27.06" MarkupRule="3.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="28.03" OriginalAmount="27.21" MarkupRule="3.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="28.04" OriginalAmount="27.22" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="94" TotalAmount="28.06" OriginalAmount="27.24" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="28.07" OriginalAmount="27.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033798" Longitude="105.848887" StarRating="0" HotelCode="|66232" HotelName="La Dolce Vita" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HANG BO STR.,HOAN KIEM DIST.,53 53</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/2/3/2/66232_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2009 with air-conditioning, has 52 rooms, a hall with a reception, a reception, a currency exchange service, a lift, a hairdresser's, a cafÃ©, a bar, a restaurant, room service and a laundry service. SITUATION: The hotel is in the city centre excellent transport links to restaurants, shops, the nightlife and the historic centre. it is 3 minutes away from Hoan Kiem Lake it is situated 40 minutes away from Noi Bai Airport. ROOM: The rooms have a bathroom with a shower, a hairdryer, a double bed, a direct line telephone, satellite or cable TV, internet, a mini-bar, a coffee maker, a kettle and an air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offersLa Dolce Vita the restaurant. PAYMENT METHODS: Customers can pay by credit cards, American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.27" OriginalAmount="27.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01943228" Longitude="105.85167732" StarRating="3" HotelCode="401578|1752658" HotelName="Hanoi Camellia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" 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="16" TotalAmount="28.31" OriginalAmount="27.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030037056159" Longitude="105.8500009796" StarRating="3" HotelCode="383578|1229398" HotelName="Golden Sun Villa Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="94" TotalAmount="28.37" OriginalAmount="27.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.008937" Longitude="105.80191" StarRating="3" HotelCode="|420684" HotelName="Dinh Ami Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/6/8/4/420684_950379e0457.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.42" OriginalAmount="27.59" MarkupRule="3.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="94" TotalAmount="28.61" OriginalAmount="27.78" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="16" TotalAmount="28.76" OriginalAmount="27.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04001937" Longitude="105.84546102" StarRating="2" HotelCode="408716|1238618" HotelName="A25 Hotel 19 Phan Dinh Phung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 24/05/2026" 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="94" TotalAmount="28.78" OriginalAmount="27.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0316" Longitude="105.85061" StarRating="3" HotelCode="|189496" HotelName="Hanoi Morning" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="27" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03165228" Longitude="105.85063384" StarRating="3" HotelCode="595824|239494" 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="83" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413165-25592073/7759995591825478227/1203" 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="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1242629-26598346/7759995591825478227/3309" HotelName="20 HOTEL AND APARTMENT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64900000/64897300/64897287/2336e31d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|436049-25609905/7759995591825478227/3335" 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="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572684-25722721/7759995591825478227/3602" 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="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431828-27565119/7759995591825478227/3826" 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="83" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431908-27565969/7759995591825478227/4151" HotelName="RUBY SERVICED APARTMENT LIEU GIAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92140000/92138700/92138641/78e2fe60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|168008-25339799/7759995591825478227/6173" 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="83" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573428-25723168/7759995591825478227/7315" HotelName="HANOI PING LUXURY HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19310000/19308100/19308090/0ef000a4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431917-27589750/7759995591825478227/8271" 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="94" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03007" Longitude="105.85043" StarRating="3" HotelCode="|197680" HotelName="Sunline" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.042391939682" Longitude="105.84496070717" StarRating="3" HotelCode="347091|thang_long_espana_hotel" HotelName="Thang Long Espana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Nguyen Truong To Street, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/fa/2ffa2c8263efc7c55cb3ba5b43ec99a4fa8c5173.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.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 27/05/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="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.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 27/05/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="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.008196" Longitude="105.83876633333" StarRating="3" HotelCode="916026|kim_lien_hotel" HotelName="Kim Lien Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>7 Dao Duy Anh Street, Dong Da District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/9f/bf9fef4e2a4abb0c3f24a74d34cfef9b51cac402.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2.5-star Kim Lien Hotel offers comfort and convenience whether you're on business or holiday in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.93" OriginalAmount="28.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02444" Longitude="105.85215" StarRating="3" HotelCode="|189584" HotelName="Lenid De Ho Guom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="28.93" OriginalAmount="28.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0224" Longitude="105.85645" StarRating="3" HotelCode="|84082" HotelName="Silver Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/05/2026">
        <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="28.98" OriginalAmount="28.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03712" Longitude="105.80165" StarRating="3" HotelCode="|198532" HotelName="Sen Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="29.07" OriginalAmount="28.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03232558" Longitude="105.78832995" StarRating="3" HotelCode="365516|1238378" HotelName="Luxeden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/05/2026" 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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.17" OriginalAmount="28.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029225" Longitude="105.769345" StarRating="3" HotelCode="|421641" HotelName="K Business 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="29.23" OriginalAmount="28.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02135" Longitude="105.84637" StarRating="2" HotelCode="|198033" HotelName="A25 - 12 Lien Tri" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <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="29.23" OriginalAmount="28.38" MarkupRule="3.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="94" TotalAmount="29.36" OriginalAmount="28.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0325382" Longitude="105.7870544" StarRating="3" HotelCode="|266420" HotelName="Inearth Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="29.44" OriginalAmount="28.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0360642" Longitude="105.8477622" StarRating="3" HotelCode="|266290" HotelName="Hanoi Golden Holiday" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>43 Hang Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/2/9/0/266290_87c0b7b1747.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.55" OriginalAmount="28.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0311671" Longitude="105.854909" StarRating="3" HotelCode="|189378" HotelName="Kingly" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="94" TotalAmount="29.63" OriginalAmount="28.77" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="29.65" OriginalAmount="28.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035367" Longitude="105.852867" StarRating="0" HotelCode="|470973" HotelName="Casa Dos Príncipes Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>56 P. Dao Duy Tu Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/9/7/3/470973_566b57a1250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.76" OriginalAmount="28.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0338581" Longitude="105.8524105" StarRating="2" HotelCode="|270645" HotelName="Gecko" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <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="16" TotalAmount="29.79" OriginalAmount="28.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03597456" Longitude="105.84771792" StarRating="3" HotelCode="599608|3435635" HotelName="Hanoi Golden Holiday Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/05/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="29.84" OriginalAmount="28.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03123" Longitude="105.85095" StarRating="2" HotelCode="|169258" HotelName="Morning Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>NO 10 HANGHANH STR HOANKIEM DIST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/5/8/169258_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of the city. ROOM: Each room has an air-conditioning system and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.85" OriginalAmount="28.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031451" Longitude="105.850372" StarRating="3" HotelCode="404116|1602618" HotelName="Centre Point Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/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="16" TotalAmount="29.86" OriginalAmount="28.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.021583999771" Longitude="105.84642309905" StarRating="1" HotelCode="346888|1753178" HotelName="A25 Hotel 12 Lien Tri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" 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="83" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|189637-25374704/7759995591825478227/1550" HotelName="OLD CENTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4730000/4724500/4724492/4d234c3e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573353-25723129/7759995591825478227/1793" HotelName="HANOI LA STORIA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17830000/17823400/17823352/c7a0d7ec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431885-27574681/7759995591825478227/2526" 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="83" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|358526-25545271/7759995591825478227/2634" 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="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215177-25418663/7759995591825478227/2950" 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="83" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431866-27600479/7759995591825478227/6667" 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="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649480-25826317/7759995591825478227/6767" HotelName="HANOI LA SELVA CENTRAL HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34950000/34945900/34945895/1492ba89_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.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 23/05/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="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.019419778503" Longitude="105.84195792675" StarRating="3" HotelCode="185704|duy_anh" HotelName="Duy Anh Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 4 Vu Huu Loi, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/7b/c07bbce8702d2021a47750b431b10409cb888fcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the business, shopping and finance centre of Hai Ba Trung District, the hotel is on a small a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.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="29.87" OriginalAmount="29.00" MarkupRule="3.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="Non Refundable" 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="29.87" OriginalAmount="29.00" MarkupRule="3.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="Non Refundable">
        <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="94" TotalAmount="29.90" OriginalAmount="29.03" MarkupRule="3.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="16" TotalAmount="29.91" OriginalAmount="29.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.037122211941" Longitude="105.80179123738" StarRating="3" HotelCode="314287|1222658" HotelName="Sen Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/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="94" TotalAmount="30.07" OriginalAmount="29.19" MarkupRule="3.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="Free CXL until 25/05/2026">
        <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="94" TotalAmount="30.16" OriginalAmount="29.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031939" Longitude="105.841499" StarRating="3" HotelCode="|423641" HotelName="Bi Ecosuites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="30.17" OriginalAmount="29.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03247" Longitude="105.85323" StarRating="3" HotelCode="|237907" HotelName="Bella Premier &amp; Rooftop Skybar  " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Cau Go Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/9/0/7/237907_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.19" OriginalAmount="29.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03382288" Longitude="105.84860435" StarRating="3" HotelCode="587255|3475275" HotelName="Luxury Old Quarter Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="30.23" OriginalAmount="29.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.06176" Longitude="105.83083" StarRating="3" HotelCode="|189212" HotelName="Wild Lotus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <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="94" TotalAmount="30.26" OriginalAmount="29.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033818" Longitude="105.847718" StarRating="0" HotelCode="|455651" HotelName="Palago Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="30.29" OriginalAmount="29.41" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="30.30" OriginalAmount="29.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0247626" Longitude="105.8187139" StarRating="3" HotelCode="|270701" HotelName="Rose Garden Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="30.30" OriginalAmount="29.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0333628" Longitude="105.7917702" StarRating="4" HotelCode="|265856" HotelName="London Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lane 45, Tran Thai Tong Street, Cau Giay District, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/8/5/6/265856_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.41" OriginalAmount="29.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0347" Longitude="105.853" StarRating="3" HotelCode="|419218" HotelName="Hanoi Bella Rosa Trendy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="30.57" OriginalAmount="29.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.967736" Longitude="105.75676" StarRating="4" HotelCode="|418877" HotelName="Green Hadong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="30.58" OriginalAmount="29.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03242442" Longitude="105.78709336" StarRating="3" HotelCode="614844|3446575" HotelName="Inearth Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="30.58" OriginalAmount="29.69" MarkupRule="3.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="94" TotalAmount="30.59" OriginalAmount="29.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03034" Longitude="105.856363" StarRating="4" HotelCode="|418247" HotelName="Hanoi Paradise Center and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>22/5 Hang Voi Street, Ly Thai To Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/2/4/7/418247_a7263eb1511.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.60" OriginalAmount="29.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="600909|2513325" HotelName="Hotel Mai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/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="30.75" OriginalAmount="29.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0347" Longitude="105.84564" StarRating="4" HotelCode="|189350" HotelName="Bonne Nuit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="30.75" OriginalAmount="29.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.019377" Longitude="105.842149" StarRating="3" HotelCode="|83998" HotelName="Canary Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 VU HUU LOI STREET, HAI BA TRUNG DIST 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/9/8/83998_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a car park, WiFi (free of charge), a reception and a massage service (for a fee), The establishment also offers tourist information and ticket sales. SITUATION: This hotel is 15 minutes away from Hoan Kiem Lake it is situated 20 minutes away from Dong Xuan the Market of el mausoleo de Ho Chi Minh 5 minutes away from the establishment guests have and. 500 metres away from the establishment, you can find Hanoi the Railway Station of. ROOM: All the rooms have a fridge, a safe, cable television, a bathroom with a shower and a hairdryer. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and a lobby bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.84" OriginalAmount="29.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03209716" Longitude="105.82645121" StarRating="3" HotelCode="554396|3443845" HotelName="Kuretake Inn Kim Ma 132" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="30.85" OriginalAmount="29.95" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="30.87" OriginalAmount="29.97" MarkupRule="3.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="27" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.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 30/05/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="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|216843-25420113/7759995591825478227/1836" 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="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899267-26133855/7759995591825478227/1875" HotelName="PAROSAND HANOI HOTEL AND APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35590000/35583900/35583837/4edf44ce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431869-27565497/7759995591825478227/2447" 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="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|243562-25459758/7759995591825478227/2641" 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="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|252955-25474495/7759995591825478227/2869" HotelName="LAROSA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6900000/6894500/6894418/35ee3309_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.346264" Longitude="-75.966103" StarRating="4" HotelCode="0|189874-25374952/7759995591825478227/3251" HotelName="SOMERSET WEST LAKE SERVICED RESIDENCES" Meals="ROOM ONLY" 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="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574286-25723573/7759995591825478227/3301" 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="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215431-25418885/7759995591825478227/3588" HotelName="CAMELLIA PHO HUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9625000/9624974/9a3a1397_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-16.691247" Longitude="-49.265496" StarRating="3" HotelCode="0|215672-25419079/7759995591825478227/3627" 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="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|150401-25324671/7759995591825478227/3962" 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="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437968-27930238/7759995591825478227/4002" 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/ae1f2582_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|899460-26134098/7759995591825478227/6035" 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="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|135227-25304920/7759995591825478227/7509" 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="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898709-26132952/7759995591825478227/7839" 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="30.90" OriginalAmount="30.00" MarkupRule="3.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 28/05/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="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032955279523" Longitude="105.78952075238" StarRating="3" HotelCode="347794|western_hanoi_hotel" HotelName="Western Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>B2 D6 Tran Thai Tong, So 2, Cau Giay, Ha noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/50/d5500582dc7a595c795da0e44a6a54d9fab94217.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03336351" Longitude="105.79178311" StarRating="4" HotelCode="489457|london_hanoi_hotel" HotelName="London Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lane 45 Tran Thai Tong Street, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/b9/d6b9578e0b25beeaa20dcda1a729580be36a5f4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.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 27/05/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="30.90" OriginalAmount="30.00" MarkupRule="3.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 23/05/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="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.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 24/05/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="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="884747|anns_house_serviced_apartment" HotelName="Ann's House Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>26B Alley 1, Dinh Thon, My Dinh, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/bd/8ebdbaa38c5c62b4ca44a3bc903c61beed0e02ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.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="30.90" OriginalAmount="30.00" MarkupRule="3.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="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.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 20/05/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="30.93" OriginalAmount="30.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.040328" Longitude="105.874966" StarRating="3" HotelCode="|469452" HotelName="Branda Apartment And" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="30.95" OriginalAmount="30.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0182579" Longitude="105.8504254" StarRating="0" HotelCode="|332096" HotelName="Jb Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Trieu Viet Vuong, Hai Ba Trung Disctrict</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/0/9/6/332096_92d9e9f1814.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.08" OriginalAmount="30.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.044593" Longitude="105.814779" StarRating="3" HotelCode="|178302" HotelName="Cwd" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="31.16" OriginalAmount="30.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0429779" Longitude="105.8761621" StarRating="3" HotelCode="|372919" HotelName="Du Monde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <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="94" TotalAmount="31.31" OriginalAmount="30.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033834" Longitude="105.8486787" StarRating="3" HotelCode="|374889" HotelName="Luxury Old Quarter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="31.37" OriginalAmount="30.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.042222" Longitude="105.845346" StarRating="4" HotelCode="|468862" HotelName="Minasi Premium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="31.56" OriginalAmount="30.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04483" Longitude="105.84118" StarRating="0" HotelCode="|239047" HotelName="An Nguyen Building" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>59 Nguyen Khac Hieu, Truc Bach Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/0/4/7/239047_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.58" OriginalAmount="30.66" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="94" TotalAmount="31.58" OriginalAmount="30.66" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="16" TotalAmount="31.61" OriginalAmount="30.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01714386884" Longitude="105.84862589836" StarRating="3" HotelCode="23147|2513795" HotelName="Ocean Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/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="31.64" OriginalAmount="30.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03313" Longitude="105.78873" StarRating="3" HotelCode="|189791" HotelName="Western Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lane 2 Tran Thai Tong road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/9/1/189791_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.71" OriginalAmount="30.79" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="31.72" OriginalAmount="30.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0206715" Longitude="105.8461938" StarRating="3" HotelCode="|46242" HotelName="Rosaliza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>TRAN QUOC TOAN STR., HOAN KIEM DISTRICT 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/4/2/46242_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 50 rooms. SITUATION: The hotel is 10 minutes away from the city centre. ROOM: The establishment has stylish rooms, Guests are offered non-smoking rooms and disabled access rooms. FACILITIES: At no extra cost, guests can enjoy a gym and a sauna. PAYMENT METHODS: Customers can pay using credit cards, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.88" OriginalAmount="30.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.023475" Longitude="105.847738" StarRating="3" HotelCode="|189621" HotelName="Muong Thanh Hanoi Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>78 Tho Nhuom, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/6/2/1/189621_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.036962" Longitude="105.849901" StarRating="3" HotelCode="931944|77882" 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="83" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649523-25826378/7759995591825478227/1692" 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="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431882-27574825/7759995591825478227/2488" HotelName="NINE HOUSING 279 DOI CAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105200000/105198400/105198322/d34e090b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899274-27556987/7759995591825478227/2728" 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="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215532-25418969/7759995591825478227/3198" 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="83" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|579332-25726047/7759995591825478227/3616" 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="83" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1367821-26665003/7759995591825478227/5367" 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="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="9.75675" Longitude="-84.6115" StarRating="2" HotelCode="0|217029-25420274/7759995591825478227/5625" HotelName="MORNING" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 3 km south from Carara National Park, CARARA, CR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2538700/2538686/221ea19c_b.jpg</HotelPictures>
        <HotelDescription>The hotel is located only 80 km from San Jose, the capital of Costa Rica. It is also located near to some of the most colourful, bustling beaches, national parks and picturesque towns of the country. The hotel borders Carara National Park, one of the largest protected areas in Costa Rica and home to one of the few remaining populations of Scarlet Macaws in the country, and the Tarcoles River is nearby, home of many crocodiles that can be easily seen from the river bridge. The hotel has 57 rooms that are surrounded by lush tropical gardens and set amidst a private reserve of 500 hectares of rainforest with a beautiful river that flows next to the complex. Guests can enjoy a drink in the bar and dine in one of the two restaurants at this eco hotel. The rooms are surrounded by tropical rainforest and offer beautiful views of the garden. They are equipped with a terrace, air conditioning, a ceiling fan, hot water, closet, telephone and TV. All are also en suite with a double or king-size bed. Guests are invited to take a dip in the swimming pool.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215236-25418714/7759995591825478227/7279" 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="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.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="Non Refundable" 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="31.93" OriginalAmount="31.00" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.046132" Longitude="105.78421" StarRating="0" HotelCode="423652|mai_villa_mai_hanh_" HotelName="Mai Villa - Mai Hanh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Concierge,Designated Smoking Area,Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine>A25 Tuoi Tre Alley, Hoang Quoc Viet, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/1a/fa1a31559aa0b9b8eb560bedcc6404b31d40c718.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Hanoi, Mai Villa - Mai Hanh puts everything the city has to offer just ou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03967847" Longitude="105.84684992" StarRating="3" HotelCode="523459|mon_regency_hotel" HotelName="Mon Regency Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.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="Free CXL until 27/05/2026" 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="31.93" OriginalAmount="31.00" MarkupRule="3.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="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.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="32.01" OriginalAmount="31.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.010816" Longitude="105.795151" StarRating="3" HotelCode="|421021" HotelName="Luckful" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="16" TotalAmount="32.14" OriginalAmount="31.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031596246961" Longitude="105.8496121355" StarRating="3" HotelCode="373468|1250848" HotelName="Church Boutique 58 Hang Gai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" 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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.17" OriginalAmount="31.23" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="32.20" OriginalAmount="31.26" MarkupRule="3.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="16" TotalAmount="32.40" OriginalAmount="31.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.042103670601" Longitude="105.84541804327" StarRating="3" HotelCode="97516|1238438" HotelName="Adamas Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="32.55" OriginalAmount="31.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04223" Longitude="105.8457" StarRating="3" HotelCode="|196806" HotelName="Adamas Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <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="32.55" OriginalAmount="31.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04022" Longitude="105.86681" StarRating="3" HotelCode="|197320" HotelName="New Era and Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Nguyen Van Cu Str.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/3/2/0/197320_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.60" OriginalAmount="31.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.96078" Longitude="105.7918" StarRating="4" HotelCode="|197489" HotelName="Muong Thanh Xa La" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No 66, Phuc La Str. , Xa La Urban</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/4/8/9/197489_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.66" OriginalAmount="31.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.041120644196" Longitude="105.8285704787" StarRating="3" HotelCode="346840|1243538" HotelName="CWD Hotel - Trung Tam Phu Nu Va Phat Trien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/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="16" TotalAmount="32.67" OriginalAmount="31.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.041233198292" Longitude="105.84442287683" StarRating="3" HotelCode="185777|1215808" HotelName="Santa Barbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 24/05/2026" 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="16" TotalAmount="32.71" OriginalAmount="31.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03479875" Longitude="105.8454925" StarRating="4" HotelCode="347712|2240565" HotelName="Bonne Nuit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="32.72" OriginalAmount="31.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0131127" Longitude="105.8477247" StarRating="3" HotelCode="|270625" HotelName="Luxor Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>73 To Hien Thanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/6/2/5/270625_040eb2d1352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.72" OriginalAmount="31.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03139" Longitude="105.84921" StarRating="4" HotelCode="|83981" HotelName="Golden Silk Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HANG GAI, HOAN KIEM DIS. 109-111</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/8/1/83981_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 11 floors, WiFi (free of charge), a reception, room service, tourist information, a car hire service, a business centre, a laundry service and a transfer service to the airport, (for a fee). SITUATION: This hotel is in Hanoi the historic centre of 700 metres away, guests can find Hoan Kiem Lake 10 minutes away from the establishment guests have Dong Xuan the Market of it is situated 4 kilometres away from Hanoi the Railway Station of 45 minutes away from the establishment you have Noi Bai Airport. ROOM: Each room has an air-conditioning system, a television, a safety deposit box, a mini-bar, a bathroom with a shower or bath, complimentary bathroom items and a hairdryer. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.85" OriginalAmount="31.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033771" Longitude="105.847966" StarRating="3" HotelCode="68342|569565" HotelName="Quoc Hoa Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="16" TotalAmount="32.88" OriginalAmount="31.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.008052574717" Longitude="105.8459214752" StarRating="3" HotelCode="316790|1244718" 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="94" TotalAmount="32.91" OriginalAmount="31.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.015624" Longitude="105.777218" StarRating="3" HotelCode="|521856" HotelName="Blubiz 8" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="32.94" OriginalAmount="31.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031911669372" Longitude="105.84827887579" StarRating="2" HotelCode="268109|1108488" HotelName="Holiday Emerald Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/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="16" TotalAmount="32.95" OriginalAmount="31.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.960547254715" Longitude="105.79229593689" StarRating="4" HotelCode="309532|3473695" HotelName="Muong Thanh Xa La Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>66 Phuc La Street, Xa La Residence Zone, Phuc La Ward, Ha Ðong District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/b3/f2b35c3eca467aa3c9f806e446c68ab155f19432.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a bar, a newspaper stand and a busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032564" Longitude="105.853834" StarRating="3" HotelCode="931932|79049" HotelName="Classic Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/05/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="27" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.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 28/05/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="27" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.99378748" Longitude="105.86905141" StarRating="0" HotelCode="984724|255866" HotelName="Vinhomes Times City - Park Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|283259-25501782/7759995591825478227/1661" 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="83" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1085777-26343838/7759995591825478227/2285" 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="83" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.0965116" Longitude="-34.8848754" StarRating="2" HotelCode="0|215193-25418677/7759995591825478227/3362" 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/037b348a_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="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|216011-25419355/7759995591825478227/3755" 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="83" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431862-27568445/7759995591825478227/4314" 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="83" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|359468-25545726/7759995591825478227/5778" 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="83" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|216946-32731279/7759995591825478227/6683" 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="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1437949-27931302/7759995591825478227/8114" 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="32.96" OriginalAmount="32.00" MarkupRule="3.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 22/05/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="32.96" OriginalAmount="32.00" MarkupRule="3.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 29/05/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="32.96" OriginalAmount="32.00" MarkupRule="3.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="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.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="33.02" OriginalAmount="32.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.993066" Longitude="105.867993" StarRating="3" HotelCode="|420801" HotelName="Luna's Splendid Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Park 3 Times City 458 Minh Khai Hai Ba Trung Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/8/0/1/420801_9c22dc91716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.23" OriginalAmount="32.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.043645" Longitude="105.841783" StarRating="3" HotelCode="141681|1146588" HotelName="Hong Ngoc Cochinchine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/05/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="16" TotalAmount="33.27" OriginalAmount="32.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.023538269368" Longitude="105.8478573875" StarRating="4" HotelCode="347865|3441505" HotelName="Muong Thanh Hanoi Centre Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>78 Tho Nhuom, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/9f/8e9f8a7f460562e38f8f0744c5119bdd6005d8a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.28" OriginalAmount="32.31" MarkupRule="3.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="33.32" OriginalAmount="32.35" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="33.37" OriginalAmount="32.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0335436" Longitude="105.8526071" StarRating="3" HotelCode="|83980" HotelName="Calypso Legend Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <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="33.45" OriginalAmount="32.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03213" Longitude="105.84683" StarRating="3" HotelCode="|196694" HotelName="Art Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <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="33.58" OriginalAmount="32.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033175" Longitude="105.817361" StarRating="2" HotelCode="|524678" HotelName="Ruby Luxury Apartment Van Phuc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>so 1 ngo 1 Van Phuc, Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/7/8/524678_6d4562f0933.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.60" OriginalAmount="32.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0043824" Longitude="105.7320437" StarRating="3" HotelCode="|267583" HotelName="Oriana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="33.60" OriginalAmount="32.62" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="16" TotalAmount="33.63" OriginalAmount="32.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.00425236" Longitude="105.73219574" StarRating="3" HotelCode="635844|3472755" HotelName="Oriana Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="16" TotalAmount="33.68" OriginalAmount="32.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031502298997" Longitude="105.85490494967" StarRating="3" HotelCode="167043|1126558" HotelName="Hanoi La Siesta Diamond Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" 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="33.68" OriginalAmount="32.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01586" Longitude="105.85787" StarRating="4" HotelCode="|189764" HotelName="The Ann Hanoi and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="16" TotalAmount="33.78" OriginalAmount="32.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.013279068384" Longitude="105.84764097358" StarRating="3" HotelCode="346898|2012525" HotelName="Nesta Hanoi Hotel - To Hien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="33.81" OriginalAmount="32.83" MarkupRule="3.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="16" TotalAmount="33.89" OriginalAmount="32.9" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.043020590492" Longitude="105.84347069263" StarRating="3" HotelCode="176880|1075378" HotelName="La Belle Vie" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="16" TotalAmount="33.97" OriginalAmount="32.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03211997" Longitude="105.85322973" StarRating="3" HotelCode="547848|2240535" HotelName="Bella Rosa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/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="83" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431926-27571371/7759995591825478227/881" 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="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573329-25723111/7759995591825478227/1839" 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="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413402-25592187/7759995591825478227/1880" 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="83" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898786-26133045/7759995591825478227/2492" 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="83" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|116297-25286156/7759995591825478227/7878" 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="83" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431811-27600416/7759995591825478227/8086" HotelName="BRILLIANT NATURE SUITES &amp;amp; SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103370000/103364100/103364072/5eab4773_edited_9d91_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.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="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031512313112" Longitude="105.8493950218" StarRating="4" HotelCode="186797|golden_silk_boutique_hotel" 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="33.99" OriginalAmount="33.00" MarkupRule="3.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="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03348301" Longitude="105.85236675" StarRating="3" HotelCode="309515|calypso_suites_hotel" HotelName="Calypso Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/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="94" TotalAmount="34.03" OriginalAmount="33.04" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="34.33" OriginalAmount="33.33" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="34.35" OriginalAmount="33.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.007239" Longitude="105.781562" StarRating="0" HotelCode="|469146" HotelName="Gloud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <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="34.49" OriginalAmount="33.49" MarkupRule="3.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="16" TotalAmount="34.65" OriginalAmount="33.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031596" Longitude="105.848298" StarRating="3" HotelCode="119041|1110528" HotelName="Hong Ngoc Dynastie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/05/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="16" TotalAmount="34.72" OriginalAmount="33.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01588435234" Longitude="105.85787151559" StarRating="4" HotelCode="320046|1589158" HotelName="The Ann" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="94" TotalAmount="34.73" OriginalAmount="33.72" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.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 30/05/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="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02740216" Longitude="105.85751843" StarRating="3" HotelCode="753370|348351" HotelName="Grand Cititel Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/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="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649519-25826372/7759995591825478227/1603" 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="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1242674-26598376/7759995591825478227/2430" 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="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|572027-25722487/7759995591825478227/2903" 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="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215471-25418931/7759995591825478227/3583" HotelName="CLASSIC STREET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6560000/6559500/6559423/d041862a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215984-25419336/7759995591825478227/4982" 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="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431921-27596951/7759995591825478227/5164" 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="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.765900000000000" Longitude="-104.994600000000000" StarRating="3" HotelCode="0|281930-25501275/7759995591825478227/5996" 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="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899331-26133932/7759995591825478227/7678" HotelName="SHENDO VINHOMES METROPOLIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35130000/35121100/35121044/9162f952_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431807-27578028/7759995591825478227/8089" 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="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.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 29/05/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="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.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="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.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 28/05/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="35.02" OriginalAmount="34.00" MarkupRule="3.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 27/05/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="35.02" OriginalAmount="34.00" MarkupRule="3.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 21/05/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="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.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 27/05/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="35.02" OriginalAmount="34.00" MarkupRule="3.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 24/05/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="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.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="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.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="35.13" OriginalAmount="34.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.201097" Longitude="105.831302" StarRating="4" HotelCode="|533803" HotelName="Noibai Luxury Homestay AAG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/8/0/3/533803_2e0ed081102.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.27" OriginalAmount="34.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.039611" Longitude="105.846891" StarRating="4" HotelCode="|265885" HotelName="Mon Regency" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="35.48" OriginalAmount="34.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030644" Longitude="105.845485" StarRating="3" HotelCode="261903|941655" HotelName="Golden Cyclo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/2026" 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="94" TotalAmount="35.50" OriginalAmount="34.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.043262" Longitude="105.843894" StarRating="4" HotelCode="|66166" HotelName="Flower Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="35.54" OriginalAmount="34.50" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="94" TotalAmount="35.69" OriginalAmount="34.65" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="16" TotalAmount="35.89" OriginalAmount="34.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04366" Longitude="105.841775" StarRating="4" HotelCode="900190|568585" HotelName="Flower Garden Hanoi Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="35.92" OriginalAmount="34.87" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="36.02" OriginalAmount="34.97" MarkupRule="3.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="27" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032397154924" Longitude="105.85393055756" StarRating="2" HotelCode="119056|71414" HotelName="Old Quarter Centre Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="27" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.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 28/05/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="16" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.019006662168" Longitude="105.85417807102" StarRating="4" HotelCode="18080|34084" HotelName="Sunway" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="83" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|216932-25420191/7759995591825478227/2167" HotelName="LUXEDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8680000/8672300/8672279/b4fa6e80_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|216121-25419469/7759995591825478227/3825" 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="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1437960-27931305/7759995591825478227/5343" 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="83" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899308-26133910/7759995591825478227/6169" 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="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|189446-25374477/7759995591825478227/6971" 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="83" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|593223-25742532/7759995591825478227/7083" 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="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|588122-25733335/7759995591825478227/7518" HotelName="HALAIS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31470000/31470000/31469958/acec1eb7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.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="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01639" Longitude="105.8504" StarRating="3" HotelCode="119047|midori_boutique_hotel_3" HotelName="Midori Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="36.05" OriginalAmount="35.00" MarkupRule="3.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="Non Refundable" 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="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.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 29/05/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="36.07" OriginalAmount="35.02" MarkupRule="3.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="36.16" OriginalAmount="35.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.042079" Longitude="105.846918" StarRating="4" HotelCode="|83976" HotelName="Chalcedony" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <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="36.17" OriginalAmount="35.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030755" Longitude="105.849387" StarRating="3" HotelCode="|189485" HotelName="Hanoi Meracus Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>32 Hang Trong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/8/5/189485_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.18" OriginalAmount="35.13" MarkupRule="3.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="36.23" OriginalAmount="35.17" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="36.39" OriginalAmount="35.33" MarkupRule="3.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="94" TotalAmount="36.44" OriginalAmount="35.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.019801" Longitude="105.85617" StarRating="4" HotelCode="|266229" HotelName="The Lapis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="36.72" OriginalAmount="35.65" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="16" TotalAmount="36.77" OriginalAmount="35.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031467" Longitude="105.85485" StarRating="3" HotelCode="900081|103742" HotelName="Hanoi Focus Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="36.93" OriginalAmount="35.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0462298" Longitude="105.8054262" StarRating="4" HotelCode="|40512" HotelName="Somerset Hoa Binh Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="83" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431906-27563794/7759995591825478227/2827" 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="83" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|436199-25609984/7759995591825478227/5829" HotelName="LUXOR BOUTIQUE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8660000/8657600/8657560/afdc68d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|268490-25492235/7759995591825478227/6519" 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="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431836-27590707/7759995591825478227/8545" 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="37.08" OriginalAmount="36.00" MarkupRule="3.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="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.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="Free CXL until 26/05/2026" 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="37.08" OriginalAmount="36.00" MarkupRule="3.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 25/05/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="16" TotalAmount="37.14" OriginalAmount="36.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03302032" Longitude="105.85236311" StarRating="3" HotelCode="773688|2513035" 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="37.18" OriginalAmount="36.10" MarkupRule="3.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="94" TotalAmount="37.45" OriginalAmount="36.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.000607" Longitude="105.871092" StarRating="3" HotelCode="|189725" HotelName="A25 Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>684 Minh Khai Street, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/2/5/189725_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.57" OriginalAmount="36.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033783175841" Longitude="105.85295787223" StarRating="3" HotelCode="141679|1200608" HotelName="Oriental Central Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" 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="37.61" OriginalAmount="36.51" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="37.62" OriginalAmount="36.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029023" Longitude="105.850147" StarRating="3" HotelCode="|153903" HotelName="Minerva Church" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 9 Nha Tho Street, Hoan Kiem Dist, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/9/0/3/153903_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, room service, a business centre and tourist information. It also has a reception, a baggage room, a laundry service and a car hire desk. SITUATION: This establishment is in the historic centre of Hanoi. It is situated 5 minutes walk away from el teatro de marionetas acuÃ¡ticas de Thang Long and Hoan Kiem Lake This hotel is a 5-minute walk away from el puente Huc and Ngoc Son Temple it is situated 10 minutes walk away from Dong Xuan Market ROOM: Customers have stylish rooms with WiFi (free of charge), wooden floors, an air-conditioning system, a flatscreen TV with cable television, a kettle, a coffee maker, a mini-bar, a bathroom with a shower or bath, a bathrobe, slippers and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.74" OriginalAmount="36.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02771" Longitude="105.85828" StarRating="3" HotelCode="|189587" HotelName="Hong Ha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="16" TotalAmount="37.92" OriginalAmount="36.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028460480264" Longitude="105.8483093977" StarRating="3" HotelCode="167041|894885" 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="94" TotalAmount="37.92" OriginalAmount="36.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0153" Longitude="105.81297" StarRating="3" HotelCode="|189254" HotelName="Capital Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="37.95" OriginalAmount="36.84" MarkupRule="3.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="94" TotalAmount="37.97" OriginalAmount="36.86" MarkupRule="3.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="37.97" OriginalAmount="36.86" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="37.98" OriginalAmount="36.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03208" Longitude="105.84816" StarRating="3" HotelCode="|189521" HotelName="Serene Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <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="37.98" OriginalAmount="36.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03112" Longitude="105.84997" StarRating="4" HotelCode="|84040" HotelName="Imperial  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <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="83" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649482-25826320/7759995591825478227/1115" HotelName="HANOI ESPLENDOR HOTEL AND SPA" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35710000/35702500/35702482/080546c3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181648-25366934/7759995591825478227/1570" HotelName="MUONG THANH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7240000/7233100/7233014/5ab6ade4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899263-26133849/7759995591825478227/2230" 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="83" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431837-27591540/7759995591825478227/8396" 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="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.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="38.11" OriginalAmount="37.00" MarkupRule="3.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="38.11" OriginalAmount="37.00" MarkupRule="3.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 21/05/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="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.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 24/05/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="16" TotalAmount="38.23" OriginalAmount="37.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="834414|3455755" HotelName="Khách San A25 Hàng Duong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/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="94" TotalAmount="38.31" OriginalAmount="37.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.044341" Longitude="105.843437" StarRating="3" HotelCode="|171205" HotelName="Babylon Grand  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>57 Pham Hong Thai Street ,Ba Dinh D Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/2/0/5/171205_97096b21023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.43" OriginalAmount="37.31" MarkupRule="3.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="38.62" OriginalAmount="37.50" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="16" TotalAmount="38.69" OriginalAmount="37.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028874539307" Longitude="105.84468323314" StarRating="4" HotelCode="162437|569695" HotelName="Silk Path Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,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="94" TotalAmount="38.78" OriginalAmount="37.65" MarkupRule="3.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="94" TotalAmount="38.88" OriginalAmount="37.75" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="16" TotalAmount="38.98" OriginalAmount="37.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.000706768788" Longitude="105.87107199755" StarRating="4" HotelCode="347534|1720308" HotelName="Hanoi Sahul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" 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="39.03" OriginalAmount="37.89" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="94" TotalAmount="39.05" OriginalAmount="37.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0400015" Longitude="105.8419949" StarRating="4" HotelCode="|265073" HotelName="Army" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1A Nguyen Tri Phuong Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/0/7/3/265073_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.10" OriginalAmount="37.96" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="39.14" OriginalAmount="38" MarkupRule="3.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 23/05/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="27" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.044387683251" Longitude="105.84351180357" StarRating="3" HotelCode="931940|78622" HotelName="May De Ville City Center II" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="83" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|217059-25420297/7759995591825478227/974" 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="83" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899301-26133901/7759995591825478227/2049" 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="83" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|135245-25304937/7759995591825478227/3535" 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="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03126" Longitude="105.85515" StarRating="4" HotelCode="518376|hanoi_emerald_waters_hotel_spa" HotelName="Hanoi Emerald Waters Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 20/05/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="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.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="39.25" OriginalAmount="38.11" MarkupRule="3.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="16" TotalAmount="39.40" OriginalAmount="38.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032603058401" Longitude="105.84927215508" StarRating="3" HotelCode="347108|1229338" HotelName="Golden Sun Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 28/05/2026" 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="39.47" OriginalAmount="38.32" MarkupRule="3.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="94" TotalAmount="39.52" OriginalAmount="38.37" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="39.79" OriginalAmount="38.63" MarkupRule="3.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="94" TotalAmount="39.79" OriginalAmount="38.63" MarkupRule="3.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="39.79" OriginalAmount="38.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0349" Longitude="105.848097" StarRating="3" HotelCode="|65355" HotelName="Hanoi Capital" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <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="39.81" OriginalAmount="38.65" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="94" TotalAmount="39.89" OriginalAmount="38.73" MarkupRule="3.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="16" TotalAmount="39.95" OriginalAmount="38.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03094311" Longitude="105.84844947" StarRating="3" HotelCode="727151|3437185" HotelName="Haibay Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/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="94" TotalAmount="40.02" OriginalAmount="38.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028755" Longitude="105.848183" StarRating="4" HotelCode="|267442" HotelName="Conifer Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <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="27" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.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="Free CXL until 25/05/2026" 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="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|150388-25324667/7759995591825478227/1461" 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="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|898824-32724618/7759995591825478227/3083" 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="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898841-26133141/7759995591825478227/3789" 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="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437958-27930232/7759995591825478227/3934" HotelName="FLESTA NUI TRUC SERVICED APARTMENT &amp;amp; HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110630000/110627600/110627514/2e9e368a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574442-25723654/7759995591825478227/4414" 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="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431822-27594974/7759995591825478227/7611" HotelName="ELI RINA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95870000/95862400/95862315/11c82397_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.08591" Longitude="34.77594" StarRating="3" HotelCode="0|426152-25601743/7759995591825478227/7906" HotelName="HANOI FOCUS BOUTIQUE HOTEL (OLD QARTER)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <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="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.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 28/05/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="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="4" HotelCode="619522|the_noble_swan_hotel_spa" HotelName="The Noble Swan Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Chan Cam Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/58/815890182085c57e016ffdb2640ed4fa8395e835.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A safe, a restaurant, a café, a babysitting service, a childcare service, room service and a busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.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 24/05/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="40.17" OriginalAmount="39.00" MarkupRule="3.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="Non Refundable" 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="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.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 24/05/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="40.40" OriginalAmount="39.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.020649" Longitude="105.781163" StarRating="0" HotelCode="|420395" HotelName="Cindy Vinhomes Skylake" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Vinhomes Skylake Pham Hung Nam Tu Liem Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/3/9/5/420395_01482a21741.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.49" OriginalAmount="39.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031628163866" Longitude="105.84963032832" StarRating="3" HotelCode="303735|1244528" HotelName="Silk Queen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" 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="94" TotalAmount="40.54" OriginalAmount="39.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01623" Longitude="105.8569" StarRating="0" HotelCode="|84089" HotelName="La Casa Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 PHAM DINH HO STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/8/9/84089_44113e91220.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 2010, has 80 rooms, suites and 1 apartment. This air-conditioned establishment has a lobby, with express check-out, a reception, a safety deposit box service, a currency exchange service, a lift, internet, conference facilities and a business centre. Our guests can find a restaurant, bars, room service, a laundry service (for a fee), an indoor car park and bicycle hire. SITUATION: This hotel is in Hanoi the heart of 20 minutes away from the establishment, guests will find Hanoi the district of Hoan Kiem Lake it is 3 kilometres away from Hang Co the Railway Station of it is situated 35 kilometres away from Noi Bai Airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a king-size bed, a direct line telephone, a satellite or cable television, internet, a safety deposit box, a mini-bar, a coffee maker, a kettle, an ironing set, an air-conditioning system and central heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.04" OriginalAmount="39.84" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="94" TotalAmount="41.08" OriginalAmount="39.88" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="16" TotalAmount="41.13" OriginalAmount="39.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03220436" Longitude="105.8546803" StarRating="3" HotelCode="620235|3447785" HotelName="Sunline Paon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" 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="83" TotalAmount="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181676-25366976/7759995591825478227/1337" HotelName="NESTA" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6070000/6060300/6060274/b511763b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431892-27570796/7759995591825478227/2605" 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="83" TotalAmount="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|166320-25334987/7759995591825478227/3547" HotelName="SPLENDID HOLIDAY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4480000/4475300/4475239/0c52a372_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.07344" Longitude="18.1993" StarRating="3" HotelCode="0|574232-25723542/7759995591825478227/5241" 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="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.7625181" Longitude="-80.1937545" StarRating="3" HotelCode="0|268480-25492227/7759995591825478227/7197" 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="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431840-27590909/7759995591825478227/8490" 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="41.20" OriginalAmount="40.00" MarkupRule="3.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 26/05/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="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.016431494031" Longitude="105.85732314848" StarRating="4" HotelCode="166806|prestige_hotel_hanoi" HotelName="La Casa Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Pham Dinh Ho Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/b8/21b8396bf35582f8f4330782dedfd22761e99c7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is tucked away on a quiet tree-lined street in the heart of Hanoi. It is just 20 minutes' ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032379" Longitude="105.85131" StarRating="3" HotelCode="101674|serenade_hotel" HotelName="Oriental Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" 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="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02877005" Longitude="105.84816969" StarRating="3" HotelCode="630776|conifer_grand_hotel" HotelName="Conifer Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/05/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="41.20" OriginalAmount="40.00" MarkupRule="3.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="Free CXL until 21/05/2026" 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="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03975744" Longitude="105.84785153" StarRating="2" HotelCode="600349|an_hotel_3" HotelName="An Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Hang Giay, Dong Xuan, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/2c/692cc52fc23221c07ec8e17cad16362736010929.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Hanoi (Hoan Kiem), An Hotel is minutes from Hang Dau Water Tower ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.59" OriginalAmount="40.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030288" Longitude="105.8481879" StarRating="4" HotelCode="|266927" HotelName="The Noble Swan and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Chan Cam, Hoan Kiem, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/2/7/266927_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.72" OriginalAmount="40.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03643" Longitude="105.81044" StarRating="3" HotelCode="|419615" HotelName="Azumaya Linh Lang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>26 Linh Lang, Ba Dinh, Ba Dinh, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/6/1/5/419615_ea020761702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.73" OriginalAmount="40.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.025660789413" Longitude="105.85248568834" StarRating="3" HotelCode="422403|1896275" HotelName="Silk Path Boutique Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" 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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.79" OriginalAmount="40.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.212919771464" Longitude="105.8026518907" StarRating="1" HotelCode="393191|1807408" 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="94" TotalAmount="42.00" OriginalAmount="40.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01454" Longitude="105.850623" StarRating="3" HotelCode="|535765" HotelName="Camellia Residence Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="42.00" OriginalAmount="40.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03571" Longitude="105.85119" StarRating="4" HotelCode="|234406" HotelName="Mk Premier 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/2/3/4/4/0/6/234406_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.02" OriginalAmount="40.80" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="83" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|150400-25324669/7759995591825478227/1396" HotelName="SILK PATH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3350000/3347800/3347727/033d56d5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|281939-25501280/7759995591825478227/2175" 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="83" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431879-27568833/7759995591825478227/2874" 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="83" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|268516-27712692/7759995591825478227/3201" HotelName="SAMOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9490000/9483500/9483462/e574e949_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1272177-26618100/7759995591825478227/3383" 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="83" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215410-25418868/7759995591825478227/5424" 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="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437957-27930969/7759995591825478227/7986" 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="94" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03573543" Longitude="105.8512021" StarRating="3" HotelCode="382861|mk_premier_boutique_hotel" HotelName="MK Premier Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 – 74 Hang Buom Street, Hoan Kiem District, Hanoi City</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/76/3f76259e5fa9339b70968ea084cb2e1568e8c3bf.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="42.23" OriginalAmount="41.00" MarkupRule="3.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="42.43" OriginalAmount="41.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.036654" Longitude="105.814621" StarRating="3" HotelCode="|189727" HotelName="Sakura" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="16" TotalAmount="42.46" OriginalAmount="41.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.021951029966" Longitude="105.85393667221" StarRating="3" HotelCode="37079|569375" HotelName="Hoa Binh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Ly Thuong Kiet, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/7c/627c2abf2e7f490af05bf08ab7c102eecbb50371.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the French Quarter of Hanoi, not far from the famous Hoan Kiem...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.50" OriginalAmount="41.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03538" Longitude="105.847131" StarRating="4" HotelCode="|84028" HotelName="L'heritage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="42.64" OriginalAmount="41.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.037762" Longitude="105.847117" StarRating="4" HotelCode="|418702" HotelName="Hanoian Central Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="42.69" OriginalAmount="41.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.016244" Longitude="105.778082" StarRating="3" HotelCode="|521702" HotelName="Blubiz 5" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="42.71" OriginalAmount="41.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.038819" Longitude="105.807234" StarRating="4" HotelCode="|552533" HotelName="FTE Ba Dinh " Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="42.91" OriginalAmount="41.66" MarkupRule="3.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="16" TotalAmount="42.97" OriginalAmount="41.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04886709" Longitude="105.78405077" StarRating="2" HotelCode="640255|3459015" HotelName="Grace Hotel Ha Noi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 24/05/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="94" TotalAmount="43.03" OriginalAmount="41.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.019608" Longitude="105.855707" StarRating="3" HotelCode="|84006" HotelName="De Syloia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TRAN HUNG DAO, HOAN KIEM 17A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/0/6/84006_87e7cee1055.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is close to the opera and Hoan Kiem Lake 40 minutes away from the establishment guests have Noi Bai Airport. ROOM: The rooms have a bath, WiFi (free of charge), an air-conditioning system, a satellite television, a mini-bar, a safe, a hairdryer, a sitting area, a sofa and table. FACILITIES: You can pay with a well-equipped gym, tourist information, excursions and car hire. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.12" OriginalAmount="41.86" MarkupRule="3.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="16" TotalAmount="43.19" OriginalAmount="41.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03557247" Longitude="105.81846668" StarRating="4" HotelCode="346889|1456448" HotelName="SUPER HOTEL Candle" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="43.21" OriginalAmount="41.95" MarkupRule="3.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="83" TotalAmount="43.26" OriginalAmount="42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|587894-25733236/7759995591825478227/410" 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="43.26" OriginalAmount="42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|573011-25722889/7759995591825478227/423" 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="43.26" OriginalAmount="42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="60.2484535" Longitude="25.0073741" StarRating="4" HotelCode="0|572900-25722828/7759995591825478227/4813" HotelName="HAI BAY HOTEL" Meals="ROOM ONLY" 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="43.26" OriginalAmount="42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|281978-25501303/7759995591825478227/6180" 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="43.26" OriginalAmount="42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="44.5972991" Longitude="-75.7064593" StarRating="3" HotelCode="0|181530-25366837/7759995591825478227/8074" 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="43.26" OriginalAmount="42.00" MarkupRule="3.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 20/05/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="43.26" OriginalAmount="42.00" MarkupRule="3.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="43.26" OriginalAmount="42.00" MarkupRule="3.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="43.54" OriginalAmount="42.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03218" Longitude="105.85316" StarRating="3" HotelCode="|233404" HotelName="Hanoi Bella Rosa and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Cau Go Street Hanoi 10000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/4/0/4/233404_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.62" OriginalAmount="42.35" MarkupRule="3.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="16" TotalAmount="43.68" OriginalAmount="42.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03652032" Longitude="105.81473331" StarRating="3" HotelCode="374456|1729458" HotelName="Sakura Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/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="94" TotalAmount="43.70" OriginalAmount="42.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03098" Longitude="105.848438" StarRating="4" HotelCode="|267642" HotelName="Hai Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <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="43.78" OriginalAmount="42.50" MarkupRule="3.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="16" TotalAmount="43.83" OriginalAmount="42.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03650917" Longitude="105.81045363" StarRating="3" HotelCode="757203|3442975" HotelName="Azumaya Hotel Linh Lang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/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="94" TotalAmount="43.97" OriginalAmount="42.69" MarkupRule="3.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="Free CXL until 31/05/2026">
        <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="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04314575" Longitude="105.84384281" StarRating="0" HotelCode="956584|417317" 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="83" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573032-25722903/7759995591825478227/2132" HotelName="HANOI BELLA ROSA SUITE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17360000/17354500/17354453/5d78828a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|135244-25304935/7759995591825478227/2997" 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="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|593169-25742449/7759995591825478227/3486" 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="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|268530-25492252/7759995591825478227/3800" 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="83" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|268470-27830054/7759995591825478227/8483" 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="94" TotalAmount="44.37" OriginalAmount="43.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02529" Longitude="105.84585" StarRating="0" HotelCode="|233227" HotelName="Lenid Tho Nhuom" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>54 Tho Nhuom Street, Tran Hung Dao Ward Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/2/2/7/233227_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.69" OriginalAmount="43.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03207319" Longitude="105.85391603" StarRating="3" HotelCode="382864|1589298" 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="94" TotalAmount="44.70" OriginalAmount="43.40" MarkupRule="3.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="Free CXL until 24/05/2026">
        <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="44.77" OriginalAmount="43.47" MarkupRule="3.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="45.07" OriginalAmount="43.76" MarkupRule="3.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="94" TotalAmount="45.22" OriginalAmount="43.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03547" Longitude="105.81854" StarRating="4" HotelCode="|189250" HotelName="Super Candle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <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="16" TotalAmount="45.29" OriginalAmount="43.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01581305" Longitude="105.85797849" StarRating="3" HotelCode="386044|1831418" 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="27" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.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="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431923-27573069/7759995591825478227/845" 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="83" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|345722-25535812/7759995591825478227/1428" 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="83" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|252897-25474441/7759995591825478227/1753" HotelName="HANOI PEARL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6620000/6614100/6614063/eb324a2c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|519341-25677233/7759995591825478227/2007" 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="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649518-25826370/7759995591825478227/4096" HotelName="THE Q HOTEL HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41910000/41906600/41906561/af39ff6c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|104911-25281367/7759995591825478227/4537" HotelName="ORIENTAL SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2180000/2174400/2174373/50a3739c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898994-26133410/7759995591825478227/5415" 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="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437952-27930966/7759995591825478227/8016" 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="83" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431860-27593155/7759995591825478227/8523" 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="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.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="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.2055901" Longitude="105.83034037" StarRating="2" HotelCode="692084|hanoi_airport_hostel" HotelName="Hanoi Airport Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 Vo Nguyen Giap Street, Thai Phu, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/76/737623d11393666a675a37f66110853fca90cafc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.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 28/05/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="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.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="16" TotalAmount="45.62" OriginalAmount="44.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0669955" Longitude="105.82014922" StarRating="4" HotelCode="82057|1094508" HotelName="Diamond Westlake Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="46.01" OriginalAmount="44.67" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="46.05" OriginalAmount="44.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02841" Longitude="105.85712" StarRating="0" HotelCode="|84098" HotelName="Thang Long Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>TONG DAN STREET,HOAN KIEM DISTRICT,HANOI, VIETNAM 1C</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/9/8/84098_896e1da1057.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a car park (free of charge), WiFi (free of charge), a reception, a baggage room, a laundry service, an ironing service and ticket sales. The establishment boasts a business centre, a restaurant and a club. SITUATION: This establishment, Hanoi it is in Bairro Antiguo it is situated 5 minutes walk away from, el mercado de Dong Xuan 15 minutes walk away, you can find el mausoleo de Ho Chi Minh it is 15 minutes drive away from, the establishment is a 35-minute drive away from Noi Bai Airport. ROOM: The rooms have an air-conditioning system, a balcony with city views, kettle, a mini-bar, cable television, a sitting area, a bathroom with a shower or bath, slippers and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.35" OriginalAmount="45" MarkupRule="3.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 29/05/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="46.35" OriginalAmount="45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.832959" Longitude="23.47694" StarRating="4" HotelCode="0|345506-25535714/7759995591825478227/2560" HotelName="LA CASA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> Yavor 53 str./ Mis Stone str. Parcaleto District, BANSKO, BG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11730000/11723000/11722967/77aa9580_b.jpg</HotelPictures>
        <HotelDescription>Nestled in Bansko, this appealing apartment complex is located in Bulgaria's number one ski resort, offering sophisticated facilities at the foot of the magnificent Pirin Mountains. The hotel is 500 m from the town centre and only 270 m from the Gondola, which takes guests to the ski slopes in around 20 minutes. The modern property combines up-to-date equipment with cosiness and comfort. Guests will have a real feeling of relaxation in the stylish apartments and studios, which feature a kitchen area, a dining and recreation place and Wi-Fi access. Visitors may enjoy pleasant dinners at the on-site restaurant and play a game of billiards at the cosy bar. The establishment also boasts a fantastic wellness area with spa facilities, a well-fitted gym and an inviting swimming pool for adults and children. Those travelling on business purposes may take advantage of the meeting facilities offered by the property as well as an underground parking.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="46.35" OriginalAmount="45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|295982-25506834/7759995591825478227/8083" HotelName="HANOI DISCOVERY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2528500/2528486/w951h647x0y0-c0e05899_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="46.35" OriginalAmount="45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431833-27600243/7759995591825478227/8382" 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="46.35" OriginalAmount="45.00" MarkupRule="3.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="16" TotalAmount="46.59" OriginalAmount="45.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.042876" Longitude="105.838074" StarRating="3" HotelCode="401580|89729" HotelName="Anise Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" 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="27" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.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="Non Refundable" 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="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437948-27930225/7759995591825478227/2789" 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="83" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|592784-25741968/7759995591825478227/5262" HotelName="ACOUSTIC HOTEL AND SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33180000/33171300/33171257/9302b2d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.6157" Longitude="24.9481" StarRating="4" HotelCode="0|592796-25741988/7759995591825478227/6299" 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="83" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|592934-25742186/7759995591825478227/7693" 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="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1264950-26611383/7759995591825478227/8192" 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="47.46" OriginalAmount="46.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030576" Longitude="105.849655" StarRating="4" HotelCode="|446723" HotelName="L’hÔtel Du Lac Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <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="47.57" OriginalAmount="46.18" MarkupRule="3.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="83" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215646-25419058/7759995591825478227/5182" HotelName="AIRA BOUTIQUE HANOI HOTEL &amp;amp; SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2700000/2691000/2690931/2c65ac33_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.31296" Longitude="123.89596" StarRating="3" HotelCode="0|413216-25592102/7759995591825478227/6401" HotelName="BELLA ROSA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>101-E Ramon Aboitiz St., Camputhaw ,Cebu,  6000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15240000/15230800/15230780/eeaecc1f_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Cebu, Casa Rosario Hotel puts everything the city has to offer just outside your doorstep. Featuring a complete list of amenities, guests will find their stay at the property a comfortable one. Free Wi-Fi in all rooms, Wi-Fi in public areas, car park, room service, restaurant are there for guest`s enjoyment. Guestrooms are fitted with all the amenities you need for a good night`s sleep. In some of the rooms, guests can find television LCD/plasma screen, internet access – wireless, internet access – wireless (complimentary), air conditioning, television. The hotel offers various recreational opportunities. For reliable service and professional staff, Casa Rosario Hotel caters to your needs. &lt;br /&gt;Guests over 12 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.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 27/05/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="48.48" OriginalAmount="47.07" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="48.60" OriginalAmount="47.18" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="16" TotalAmount="48.77" OriginalAmount="47.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031448" Longitude="105.854929" StarRating="3" HotelCode="167047|1450248" HotelName="Hanoi E Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 28/05/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="83" TotalAmount="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.817564" Longitude="13.245315" StarRating="4" HotelCode="0|436250-25610009/7759995591825478227/4052" 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="83" TotalAmount="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|189461-25374499/7759995591825478227/5361" 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="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|116308-25286162/7759995591825478227/6869" 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="83" TotalAmount="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649475-25826311/7759995591825478227/7293" 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/631a720c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035305110963" Longitude="105.8470594883" StarRating="3" HotelCode="175709|celia_hotel_hanoi" HotelName="L'Heritage Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/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="49.58" OriginalAmount="48.14" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="16" TotalAmount="50.27" OriginalAmount="48.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0330210902" Longitude="105.85388293799" StarRating="3" HotelCode="119039|1103078" 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="27" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031210560421" Longitude="105.85570659263" StarRating="3" HotelCode="916004|76012" HotelName="Hanoi Antique Legend Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Lo Su Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/ed/91ed7c8b80aa0346e141d6de7495868b52603163.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|358457-25545254/7759995591825478227/5463" HotelName="ARMY HOTEL NGUYEN TRI PHUONG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12780000/12776600/12776546/ddcd2c58_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431874-27600373/7759995591825478227/6788" 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="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.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="94" TotalAmount="50.49" OriginalAmount="49.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0231209" Longitude="105.8482536" StarRating="4" HotelCode="|266223" HotelName="Hanoi Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <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="94" TotalAmount="50.63" OriginalAmount="49.16" MarkupRule="3.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="50.71" OriginalAmount="49.23" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="50.88" OriginalAmount="49.40" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="51.12" OriginalAmount="49.63" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="51.15" OriginalAmount="49.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04249" Longitude="105.84483" StarRating="3" HotelCode="|189759" HotelName="Thang Long Espana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>63 Nguyen Truong To Street, Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/5/9/189759_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.17" OriginalAmount="49.68" MarkupRule="3.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="16" TotalAmount="51.37" OriginalAmount="49.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.027769490565" Longitude="105.82154095173" StarRating="4" HotelCode="59862|34024" HotelName="Hanoi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="51.44" OriginalAmount="49.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.06225" Longitude="105.82442" StarRating="5" HotelCode="|189351" HotelName="Elegant Suites Westlake" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10B Dang Thai Mai Street Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/3/5/1/189351_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.48" OriginalAmount="49.98" MarkupRule="3.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="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="50.088436" Longitude="14.4095224" StarRating="3" HotelCode="0|181655-25366950/7759995591825478227/324" 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="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573194-25723017/7759995591825478227/1331" 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="83" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|168014-25336703/7759995591825478227/2270" HotelName="IMPERIAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3950000/3949400/3949358/cf86e93d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649512-25826362/7759995591825478227/3147" HotelName="KEGON HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38650000/38643400/38643339/1eaf4072_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431841-27576926/7759995591825478227/3968" 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="83" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431827-27591919/7759995591825478227/7769" HotelName="FIVE STAR WESTLAKE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91210000/91206600/91206515/360e69a9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.80" OriginalAmount="50.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0176346" Longitude="105.8156133" StarRating="4" HotelCode="|33847" HotelName="Fortuna Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="27" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035955661091" Longitude="105.84917755822" StarRating="3" HotelCode="347011|83949" HotelName="Hanoi Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/05/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="27" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.052201485223" Longitude="105.83703300563" StarRating="4" HotelCode="916027|74675" HotelName="The Hanoi Club Hotel &amp; Lake Palais Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/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="83" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|181569-25366877/7759995591825478227/5541" 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="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|168013-25339801/7759995591825478227/6092" 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="83" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431863-27589498/7759995591825478227/6907" 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="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.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="52.96" OriginalAmount="51.42" MarkupRule="3.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="52.98" OriginalAmount="51.44" MarkupRule="3.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="94" TotalAmount="53.29" OriginalAmount="51.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0336846" Longitude="105.8110323" StarRating="3" HotelCode="|266328" HotelName="Momizi Business" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="94" TotalAmount="53.34" OriginalAmount="51.79" MarkupRule="3.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="94" TotalAmount="53.34" OriginalAmount="51.79" MarkupRule="3.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="53.42" OriginalAmount="51.86" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="16" TotalAmount="53.46" OriginalAmount="51.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034536685241" Longitude="105.84736308128" StarRating="4" HotelCode="375408|1896315" 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="53.50" OriginalAmount="51.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031415" Longitude="105.856143" StarRating="0" HotelCode="|84048" HotelName="Jacosmo and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 LO SU STREET, HOAN KIEM DISTRICT 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/4/8/84048_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has computers with internet, a business centre, a secretary service, a reception, a baggage room and a restaurant with buffet breakfast. SITUATION: This establishment, is in Hanoi the historic centre of 150 metres away, guests will find Hoan Kiem Lake Ngoc Son Temple it is situated 3 minutes walk away from, the establishment is a 40-minute drive away from Noi Bai the airport. ROOM: Each room has internet, city views, views of the river and Lo Su views of They have wooden floors, a flat-screen television, a safety deposit box, water (free of charge), a kettle and a coffee maker.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01727376" Longitude="105.82902247" StarRating="3" HotelCode="554552|165342" HotelName="Dream Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/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="27" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.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="Non Refundable" 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="83" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|626577-25796890/7759995591825478227/705" HotelName="GRAND VISTA HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39550000/39549500/39549423/13fbec01_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431867-27569273/7759995591825478227/2432" 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="83" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|181519-25366825/7759995591825478227/5620" HotelName="ANTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3660000/3656900/3656805/6e3cad64_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649481-25826319/7759995591825478227/5979" 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="53.56" OriginalAmount="52.00" MarkupRule="3.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 22/05/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="63" TotalAmount="53.56" OriginalAmount="52.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.021298" Longitude="105.817938" StarRating="4" HotelCode="65455|fortuna_hotel_hanoi" HotelName="Fortuna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="53.56" OriginalAmount="52.00" MarkupRule="3.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="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,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="63" TotalAmount="53.56" OriginalAmount="52.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033021933328" Longitude="105.85351288319" StarRating="3" HotelCode="904829|hanoi_tirant_hotel" HotelName="Tirant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Gia Ngu street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/df/17df3b89359653286b8d614d4322cb1d949f0894.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Hanoi, Vietnam. Centrally located in the Old Quarter and Hoam Kiem Lake are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.67" OriginalAmount="52.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0290837" Longitude="105.8238341" StarRating="0" HotelCode="|265066" HotelName="Lancaster Hanoi Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="53.78" OriginalAmount="52.21" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="94" TotalAmount="53.85" OriginalAmount="52.28" MarkupRule="3.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="Free CXL until 27/05/2026">
        <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="53.87" OriginalAmount="52.30" MarkupRule="3.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="94" TotalAmount="54.25" OriginalAmount="52.67" MarkupRule="3.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="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217143-25420365/7759995591825478227/2003" HotelName="PING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6520000/6516600/6516555/31f37a96_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437951-27930227/7759995591825478227/2572" 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="83" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|216956-25420208/7759995591825478227/5920" 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="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431855-27603529/7759995591825478227/8535" 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="54.59" OriginalAmount="53.00" MarkupRule="3.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 21/05/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="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03141391" Longitude="105.85489896" StarRating="4" HotelCode="565844|silk_queen_grand_hotel" HotelName="Silk Queen Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Lo Su Str, Hoan Kiem Dist., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/2a/182a4e9a6169887ff55c3c9aeaeefac9bf3165eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.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 27/05/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="94" TotalAmount="54.95" OriginalAmount="53.35" MarkupRule="3.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="75" TotalAmount="55.42" OriginalAmount="53.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.026045" Longitude="105.841609" StarRating="4" HotelCode="899853|VN000007" HotelName="Mercure La Gare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|205576-25403540/7759995591825478227/1526" 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="83" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574322-25723591/7759995591825478227/3156" 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="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898853-26133159/7759995591825478227/3190" HotelName="HNC PREMIER HOTEL AND RESIDENCES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37920000/37918200/37918153/ca9da01c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431854-27568423/7759995591825478227/4206" HotelName="IREST ORANGE TAY HO LAKESIDE APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96150000/96141100/96141100/10a72217_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649525-25826383/7759995591825478227/5665" 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="94" TotalAmount="56.23" OriginalAmount="54.59" MarkupRule="3.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="56.55" OriginalAmount="54.90" MarkupRule="3.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="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="28.375443" Longitude="-81.508964" StarRating="4" HotelCode="0|189925-25375022/7759995591825478227/1706" HotelName="THE HANOI CLUB HOTEL &amp;amp; LAKE PALAIS RESIDENCES" Meals="ROOM ONLY" 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="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="30.647853" Longitude="104.088848" StarRating="3" HotelCode="0|426146-25601740/7759995591825478227/3019" HotelName="DREAM HOTELS &amp;amp; RESIDENCES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <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="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|649494-25826343/7759995591825478227/4836" HotelName="OAKWOOD RESIDENCE HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37800000/37795200/37795128/5d275068_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|270212-25496534/7759995591825478227/4917" 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="83" TotalAmount="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|345653-25535789/7759995591825478227/5886" 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="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431861-27595547/7759995591825478227/8452" 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="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.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="56.65" OriginalAmount="55.00" MarkupRule="3.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="94" TotalAmount="56.96" OriginalAmount="55.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0172141" Longitude="105.8290189" StarRating="4" HotelCode="|265853" HotelName="Dream and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <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="57.57" OriginalAmount="55.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.043387" Longitude="105.818339" StarRating="3" HotelCode="|446989" HotelName="Lexington Apartments - Westlake" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>249 Thuy Khue, Tay Ho, 249, Quan Tay Ho, Hanoi, 10000, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/8/9/446989_4f5cb3a1731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.62" OriginalAmount="55.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029227" Longitude="105.845333" StarRating="0" HotelCode="|447426" HotelName="Hanoi Calista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <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="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431868-27602602/7759995591825478227/6664" 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="58.13" OriginalAmount="56.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035953" Longitude="105.820913" StarRating="0" HotelCode="|521460" HotelName="The Galaxy Home Apartment Doi Can" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/4/6/0/521460_c05fabb1100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.31" OriginalAmount="56.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02316524" Longitude="105.84820587" StarRating="3" HotelCode="554106|2271805" HotelName="Kuretakeso Tho Nhuom 84" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="94" TotalAmount="58.34" OriginalAmount="56.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032815" Longitude="105.852981" StarRating="4" HotelCode="|446699" HotelName="San Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <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="58.61" OriginalAmount="56.90" MarkupRule="3.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="83" TotalAmount="58.71" OriginalAmount="57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|573698-25723283/7759995591825478227/2309" 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="83" TotalAmount="58.71" OriginalAmount="57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437964-27930235/7759995591825478227/4249" HotelName="HOTEL DE LAGOM" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110860000/110853300/110853272/d44fdc79_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="58.71" OriginalAmount="57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217038-25420282/7759995591825478227/5244" 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="83" TotalAmount="58.71" OriginalAmount="57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431846-27602495/7759995591825478227/8276" 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="27" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.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="27" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.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 27/05/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="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|270239-25496543/7759995591825478227/3285" HotelName="LANCASTER HANOI SERVICED APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37810000/37806600/37806565/11486655_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573737-25723302/7759995591825478227/7093" 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="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.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="59.87" OriginalAmount="58.13" MarkupRule="3.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="16" TotalAmount="60.35" OriginalAmount="58.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03066" Longitude="105.812056" StarRating="5" HotelCode="401999|43004" HotelName="Hanoi Daewoo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="60.54" OriginalAmount="58.78" MarkupRule="3.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="27" TotalAmount="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034478053221" Longitude="105.84662031298" StarRating="3" HotelCode="309525|152152" HotelName="Eco Luxury Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 29/05/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="94" TotalAmount="61.05" OriginalAmount="59.27" MarkupRule="3.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="83" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.174000000000000" Longitude="-106.589000000000000" StarRating="5" HotelCode="0|270221-25496537/7759995591825478227/2046" 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="83" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1433996-27825459/7759995591825478227/4032" 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="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|413345-25592162/7759995591825478227/5312" HotelName="EMERALD WATERS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15100000/15093800/15093707/95b30e2e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215539-25418976/7759995591825478227/5680" 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="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0025129" Longitude="105.79400529" StarRating="3" HotelCode="781409|roygent_parks_hanoi" HotelName="Roygent Parks Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/05/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="61.82" OriginalAmount="60.02" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="62.69" OriginalAmount="60.86" MarkupRule="3.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="16" TotalAmount="62.74" OriginalAmount="60.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030595653929" Longitude="105.78542627109" StarRating="4" HotelCode="435940|2201055" HotelName="Novotel Suites Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="62.83" OriginalAmount="61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431864-27574143/7759995591825478227/2381" 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="83" TotalAmount="62.83" OriginalAmount="61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431803-27593530/7759995591825478227/8054" 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="27" TotalAmount="63.86" OriginalAmount="62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.06636657" Longitude="105.82621873" StarRating="4" HotelCode="571547|228804" HotelName="Somerset West Point Hanoi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" 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="63.86" OriginalAmount="62" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649491-25826337/7759995591825478227/6059" 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/8ebf08bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.35" OriginalAmount="62.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.064297305092" Longitude="105.82818364418" StarRating="4" HotelCode="119051|1105408" HotelName="Fraser Suites Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/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="16" TotalAmount="64.74" OriginalAmount="62.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03503278" Longitude="105.81459015" StarRating="4" HotelCode="613313|2513405" HotelName="Grandiose Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/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="27" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03422696517" Longitude="105.85340662698" StarRating="4" HotelCode="935740|83894" 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="83" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|309341-32732136/7759995591825478227/8102" 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="64.89" OriginalAmount="63.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="784936|pu_luong_eco_garden" HotelName="Pu Luong Eco Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27/37 Dai Co Viet</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/b0/67b0a0e72b6e2a18a66f6639ab1367f3998c4015.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|12478-25202310/7759995591825478227/4669" 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="94" TotalAmount="66.33" OriginalAmount="64.40" MarkupRule="3.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="Free CXL until 25/05/2026">
        <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="66.95" OriginalAmount="65" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437955-27930968/7759995591825478227/8215" HotelName="THE LEGEND HANOI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110880000/110877300/110877211/abc05ff9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.72" OriginalAmount="65.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0297473" Longitude="105.828284" StarRating="5" HotelCode="|269935" HotelName="Pullman Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Cat Linh Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/9/3/5/269935_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649524-25826380/7759995591825478227/812" 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="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1454620-32415180/7759995591825478227/4138" 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="83" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|899448-26134084/7759995591825478227/5051" HotelName="WYNDHAM SKY LAKE RESORT AND VILLAS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45280000/45272600/45272528/c0c50029_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1441951-28854392/7759995591825478227/6739" HotelName="LE PREMIER HOTEL &amp;amp; ROOFTOP BAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111440000/111433900/111433844/ee47b455_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1242713-26598419/7759995591825478227/7217" HotelName="EASTIN HOTEL AND RESIDENCES HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/56000000/55030000/55026700/55026645/eba69e0f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|601367-25756233/7759995591825478227/7973" 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="27" TotalAmount="69.01" OriginalAmount="67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033057" Longitude="105.852732" StarRating="3" HotelCode="170736|73599" HotelName="May de Ville Old Quarter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/05/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="83" TotalAmount="69.01" OriginalAmount="67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|295988-25506838/7759995591825478227/5935" 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="83" TotalAmount="69.01" OriginalAmount="67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|898795-26133064/7759995591825478227/8161" 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="94" TotalAmount="69.36" OriginalAmount="67.34" MarkupRule="3.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="94" TotalAmount="69.47" OriginalAmount="67.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0670322" Longitude="105.7885312" StarRating="0" HotelCode="|444979" HotelName="Fraser Residence Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="69.49" OriginalAmount="67.47" MarkupRule="3.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="69.57" OriginalAmount="67.54" MarkupRule="3.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="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|189519-25374563/7759995591825478227/5329" 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="83" TotalAmount="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1453216-32416608/7759995591825478227/7732" HotelName="DUSIT LE PALAIS TU HOA HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112530000/112529500/112529481/a1003242_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.98" OriginalAmount="68.91" MarkupRule="3.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="Free CXL until 28/05/2026">
        <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="83" TotalAmount="71.07" OriginalAmount="69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|572861-25722810/7759995591825478227/4651" 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="94" TotalAmount="71.73" OriginalAmount="69.64" MarkupRule="3.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="72.10" OriginalAmount="70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.018025193315" Longitude="105.84204643965" StarRating="5" HotelCode="33277|24336" HotelName="Hôtel du Parc Hanoi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/05/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,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84 Tran Nhan Tong Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/9e/959e9bf376b033989b4d292209706a69537fff20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in downtown Hanoi, this city hotel is close to prominent office locations, hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.30" OriginalAmount="70.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01786" Longitude="105.84205" StarRating="5" HotelCode="|38257" HotelName="Du Parc Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>84 TRAN NHAN TONG STREET, HANOI, VIETNAM 84</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/5/7/38257_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 257 rooms and suites. The establishment with air-conditioning, renovated in 2008, has a lobby, a reception, a safety deposit box service, a currency exchange service, a lift and a kiosk. The establishment has a cafÃ©, a bar, a restaurant, a conference room, room service, a laundry service, a car park (for a fee) and WiFi (for a fee). SITUATION: It is inHanoi the city centre of Close to offices, historic points of interest, commercial areas, parks and lakes. ROOM: The rooms have internet, a satellite TV, a safe, a writing desk, a direct line telephone and a fax machine. They also have an individual air-conditioning system, a hairdryer, a bathroom with a shower, a bath, a double or king-size bed, a mini-bar, a coffee maker and a kettle. FACILITIES: The establishment has a swimming pool, deck chairs, a jacuzzi, a sauna and a gym. The establishment also offers a massage service (available for a fee), a bar and live music at night. MEALS: Regarding the food and beverage offering, the establishment offers 3 restaurants, buffet breakfast, lunch and dinner and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1324792-26636542/7759995591825478227/2069" 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="83" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431834-27594476/7759995591825478227/8305" 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="73.13" OriginalAmount="71.00" MarkupRule="3.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 27/05/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="94" TotalAmount="73.17" OriginalAmount="71.04" MarkupRule="3.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="Free CXL until 25/05/2026">
        <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="16" TotalAmount="73.58" OriginalAmount="71.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034968928738" Longitude="105.84746827261" StarRating="3" HotelCode="306414|1453698" HotelName="Serene Boutique Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="83" TotalAmount="74.16" OriginalAmount="72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649509-25826359/7759995591825478227/6162" 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="83" TotalAmount="74.16" OriginalAmount="72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437953-27930967/7759995591825478227/8017" 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="94" TotalAmount="75.24" OriginalAmount="73.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01224" Longitude="105.85516" StarRating="5" HotelCode="|37120" HotelName="Somerset Grand Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>HAI BA TRUNG STREET HANOI 49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/1/2/0/37120_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.94" OriginalAmount="73.73" MarkupRule="3.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="16" TotalAmount="75.96" OriginalAmount="73.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02958901" Longitude="105.84569006" StarRating="3" HotelCode="549770|2240675" HotelName="O'Gallery Premier Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="94" TotalAmount="77.04" OriginalAmount="74.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.064697" Longitude="105.865307" StarRating="3" HotelCode="|420400" HotelName="Maison Haily" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Lane 2/437 Ngoc Thuy Street Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/4/0/0/420400_05145361745.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.13" OriginalAmount="74.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03733" Longitude="105.85211" StarRating="2" HotelCode="|83990" HotelName="Hanoi Amber" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="77.14" OriginalAmount="74.89" MarkupRule="3.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="78.24" OriginalAmount="75.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03388" Longitude="105.85339" StarRating="0" HotelCode="|67294" HotelName="Gia Thinh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <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="83" TotalAmount="78.28" OriginalAmount="76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649496-25826345/7759995591825478227/6389" 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="94" TotalAmount="78.60" OriginalAmount="76.31" MarkupRule="3.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="94" TotalAmount="78.73" OriginalAmount="76.44" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="83" TotalAmount="79.31" OriginalAmount="77" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215940-25419299/7759995591825478227/1487" 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="83" TotalAmount="80.34" OriginalAmount="78" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1406016-27563110/7759995591825478227/4007" HotelName="HOTEL DE SOURIANT PREMIUM HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83790000/83785600/83785540/37ae4e90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.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 29/05/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="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01697593" Longitude="105.7831085" StarRating="4" HotelCode="510090|calidas_landmark72_royal_residence" HotelName="Landmark72" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" 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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.14" OriginalAmount="78.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.033983" Longitude="105.85172" StarRating="3" HotelCode="|419843" HotelName="Ancyra Tamtam By Continent - Near Hoan Kiem Lake" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 Hang Bac</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/4/3/419843_965a7581518.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.37" OriginalAmount="79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|413666-25592280/7759995591825478227/4467" HotelName="O'GALLERY PREMIER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15870000/15868400/15868395/15102a01_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.37" OriginalAmount="79.00" MarkupRule="3.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 29/05/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="82.28" OriginalAmount="79.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.05022" Longitude="105.83981" StarRating="5" HotelCode="|28716" HotelName="Pan Pacific Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 THANH NIEN ROAD, BA DINH DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/7/1/6/28716_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2007, has 20 floors and 322 rooms. This air-conditioned hotel has a lobby, with express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a hairdresser's, a bar, a pub, a nightclub, a restaurant, conference facilities and internet. The establishment also has room service, a laundry service and a car park. SITUATION: This business hotel, West Lake it is in Ho Chi Minh City it is located close to 4 kilometres away, you can find Hanoi the centre of In the surrounding area, you can find the tourist attractions. ROOM: The modern rooms stylish, have a balcony or terrace, a bathroom, a shower, a hairdryer, a direct line telephone, a satellite television, internet, a mini-bar, a coffee maker, a kettle, a safety deposit box, a double or king-size bed, an air-conditioning system and central heating. FACILITIES: The establishment boasts a swimming pool, a sauna (free of charge), a steam bath, a jacuzzi, a gym, spa treatments and a massage service. The establishment also has deck chairs and parasols. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, a continental breakfast and buffet and Ã  la carte lunch and dinner. Clients can book all inclusive. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="82.40" OriginalAmount="80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215438-25418891/7759995591825478227/1065" 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="83" TotalAmount="82.40" OriginalAmount="80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899165-26133724/7759995591825478227/4426" 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="83" TotalAmount="83.43" OriginalAmount="81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.746775" Longitude="-73.991688" StarRating="5" HotelCode="0|181522-25366829/7759995591825478227/4579" 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="94" TotalAmount="83.89" OriginalAmount="81.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02842" Longitude="105.85089" StarRating="5" HotelCode="|189197" HotelName="Apricot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <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="84.14" OriginalAmount="81.69" MarkupRule="3.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="84.80" OriginalAmount="82.33" MarkupRule="3.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="85.47" OriginalAmount="82.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035927" Longitude="105.806693" StarRating="3" HotelCode="|446951" HotelName="Hana Stay Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>226 Duong Buoi, Ba Dinh, Hanoi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/5/1/446951_74800220612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.03" OriginalAmount="83.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032057" Longitude="105.848487" StarRating="3" HotelCode="|189401" HotelName="Hanoi Sunshine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <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="94" TotalAmount="86.73" OriginalAmount="84.20" MarkupRule="3.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="87.55" OriginalAmount="85.00" MarkupRule="3.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="94" TotalAmount="87.68" OriginalAmount="85.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.028828" Longitude="105.845683" StarRating="3" HotelCode="|420681" HotelName="Hanoi Central and Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Hoi Vu, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/6/8/1/420681_f2ae21f0454.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.91" OriginalAmount="86.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02791526" Longitude="105.85102389" StarRating="5" HotelCode="374068|1601268" HotelName="Apricot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/2026" 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="89.38" OriginalAmount="86.78" MarkupRule="3.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="83" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|76249-25245890/7759995591825478227/5516" HotelName="SOMERSET GRAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1560000/1559100/1559027/a3645fbd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.019426" Longitude="105.855359" StarRating="4" HotelCode="255657|hilton_garden_inn_hanoi" 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="16" TotalAmount="90.62" OriginalAmount="87.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02895722" Longitude="105.84594989" StarRating="3" HotelCode="854824|3429675" HotelName="Central Hotel &amp; Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 - 7 Hoi Vu, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/21/9e2171692077fa78a95b590d36a7c22e73f6da66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="90.70" OriginalAmount="88.06" MarkupRule="3.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" 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="83" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431859-27566371/7759995591825478227/4221" HotelName="LA RENTA CENTER HOTEL &amp;amp; SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92710000/92707700/92707616/3682ae0b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="94.76" OriginalAmount="92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.9430167335459" Longitude="-112.131256585234" StarRating="4" HotelCode="0|3116-25191547/7759995591825478227/4556" 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/0761591f_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="94" TotalAmount="95.74" OriginalAmount="92.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032201" Longitude="105.8126" StarRating="4" HotelCode="|266917" HotelName="Lotte The Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>54 Lieu Giai, Ba Dinh, Hanoi, Ba Dinh, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/1/7/266917_e76d5321007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="95.79" OriginalAmount="93" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|592931-25742184/7759995591825478227/7926" HotelName="HANOI CENTRAL HOTEL AND RESIDENCES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32830000/32821600/32821552/6f30529f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="96.82" OriginalAmount="94" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431856-27592816/7759995591825478227/8610" 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="83" TotalAmount="97.85" OriginalAmount="95" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|215391-25418853/7759995591825478227/421" 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="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431857-27574682/7759995591825478227/4319" HotelName="L7 WEST LAKE HANOI BY LOTTE - L7 RESIDENCES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104890000/104884300/104884261/97123273_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.68" OriginalAmount="98.72" MarkupRule="3.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="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.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="83" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649520-32722496/7759995591825478227/2739" HotelName="SHINING CENTRAL HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29330000/29326500/29326412/95c1360b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.027452" Longitude="105.767596" StarRating="5" HotelCode="169664|24715" HotelName="Crowne Plaza West Hanoi Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" 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="16" TotalAmount="107.99" OriginalAmount="104.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.024169" Longitude="105.84851" StarRating="5" HotelCode="17753|96058" HotelName="Meliá Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/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="94" TotalAmount="110.29" OriginalAmount="107.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02534" Longitude="105.8482" StarRating="5" HotelCode="|29406" HotelName="Melia Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <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="110.31" OriginalAmount="107.10" MarkupRule="3.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="111.17" OriginalAmount="107.93" MarkupRule="3.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="Free CXL until 31/05/2026">
        <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="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|112775-25284518/7759995591825478227/4763" HotelName="MOVENPICK HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/490000/481600/481549/216f0534_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.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="Free CXL until 28/05/2026" 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="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.016653129091" Longitude="105.78394174576" StarRating="4" HotelCode="175725|intercontinental_hanoi_landmark72" HotelName="Intercontinental Hanoi Landmark 72" Meals="BED &amp; BREAKFAST" 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="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898921-26133286/7759995591825478227/8028" 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="94" TotalAmount="119.96" OriginalAmount="116.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.01645" Longitude="105.7834" StarRating="5" HotelCode="|224386" HotelName="Intercontinental Hanoi Landmark72, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="83" TotalAmount="121.54" OriginalAmount="118" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431839-27601879/7759995591825478227/8434" 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="94" TotalAmount="121.73" OriginalAmount="118.18" MarkupRule="3.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="83" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|579407-27420591/7759995591825478227/187" 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="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3114-25189730/7759995591825478227/4610" 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="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.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="127.72" OriginalAmount="124" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|281963-25501294/7759995591825478227/673" HotelName="LOTTE HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8830000/8829300/8829295/5a6e5238_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="127.72" OriginalAmount="124" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431820-27576634/7759995591825478227/3779" 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="83" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351741-27558756/7759995591825478227/4230" 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="83" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|149842-25322615/7759995591825478227/4716" HotelName="DE L'OPERA - MGALLERY COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4020000/4011600/4011565/8a2e722f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.17" OriginalAmount="128.32" MarkupRule="3.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="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649484-25826325/7759995591825478227/7164" 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="94" TotalAmount="133.30" OriginalAmount="129.42" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="134.79" OriginalAmount="130.86" MarkupRule="3.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="Free CXL until 30/05/2026">
        <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="138.89" OriginalAmount="134.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.032306" Longitude="105.812531" StarRating="5" HotelCode="|169189" HotelName="Lotte  Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <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="83" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649497-25826346/7759995591825478227/578" 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_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.24" OriginalAmount="174.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.03152" Longitude="105.85409" StarRating="3" HotelCode="|84056" HotelName="Amorita Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>07 HANG DAU STREET 07</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/5/6/84056_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 38 rooms, a lobby, express check-out, a safety deposit box service, a currency exchange service and a lift. The establishment offers facilities for disabled guests a laundry service, pets are allowed, You are also offered a safety deposit box service and room service. SITUATION: This hotel is in Hanoi the historic centre of Hoan Kiem Lake it is situated 2 minutes walk away from, the night market and, the hotel is situated 1 kilometre away from the motorway, the city centre, is situated 40 kilometres away from Noi Bai Airport. ROOM: Each room has pillows, parquet flooring, a bathroom with a shower, a bath, an LCD TV, windows, views of the city, computer and internet (free of charge), They also have a hairdryer, a direct line telephone, a mini-bar, a coffee maker, a kettle, an iron, an individual air-conditioning system and a balcony. OTHERS: Regarding the food and beverage offering, you can enjoy a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="180.25" OriginalAmount="175" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431858-27594070/7759995591825478227/8495" HotelName="LA PASSION PREMIUM CAU GO HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/95000000/94700000/94690700/94690668/668dea15_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="186.18" OriginalAmount="180.76" MarkupRule="3.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" 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="212.18" OriginalAmount="206.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.007742" Longitude="105.782571" StarRating="5" HotelCode="930848|jw_marriott_hotel_hanoi" HotelName="JW Marriott Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="231.19" OriginalAmount="224.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02913" Longitude="105.845" StarRating="3" HotelCode="|83977" HotelName="Beryl Charm and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>HANG BONG STR, HANG BONG WARD ,HOAN KIEM DIST. 173</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/7/7/83977_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2012, has 36 rooms, 18 single rooms, 18 double rooms and 2 suites. SITUATION: This hotel Hanoi it is in Close to the bus station, the railway station and public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.02" OriginalAmount="234.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029088877535" Longitude="105.84492176771" StarRating="3" HotelCode="189199|angel_palace_hotel" HotelName="Angel Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.173 Hang Bong str., Hoan Kiem Dist., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/12/df12dcf88f3858aebf72ad0671ef819f9d7684aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a wonderful place located right in Hanoi’s Old Quarter, the most ancient commercial cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.57" OriginalAmount="306.38" MarkupRule="3.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="352.26" OriginalAmount="342" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1242641-26598355/7759995591825478227/6242" 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="94" TotalAmount="367.48" OriginalAmount="356.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.02283" Longitude="105.85963" StarRating="4" HotelCode="|240305" HotelName="Mon Chéri Cruises" Meals="FULL-BOARD" BedType="FULL-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 24 Lane 33B Pham Ngu Lao street Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/3/0/5/240305_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="440.84" OriginalAmount="428" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1242664-26598370/7759995591825478227/1715" 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="27" TotalAmount="474.83" OriginalAmount="461" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.059564214964" Longitude="105.83153218031" StarRating="5" HotelCode="41081|7465" HotelName="Sheraton Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,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="11.55" OriginalAmount="11.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0019885" Longitude="105.8076376" StarRating="1" HotelCode="|264848" HotelName="Nhan Hoa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>66/116 Nhan Hoa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.86" OriginalAmount="11.51" MarkupRule="3.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="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>56 Le Van Thiem, Nhan Chinh, Thanh xuan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.02" OriginalAmount="11.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0280123" Longitude="105.8556479" StarRating="0" HotelCode="|270566" HotelName="Golden Time" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>43 Ly Thai To</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.18" OriginalAmount="11.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0118815" Longitude="105.7768232" StarRating="3" HotelCode="|265233" HotelName="V-studio Apartment 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 16, Lane 1, Dong Me, Me Tri, Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.66" OriginalAmount="12.29" MarkupRule="3.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="12.82" OriginalAmount="12.45" MarkupRule="3.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="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.5, alley 97 Dinh Thon,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.59" OriginalAmount="13.19" MarkupRule="3.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="15.01" OriginalAmount="14.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035319" Longitude="105.845505" StarRating="3" HotelCode="|267484" HotelName="Hanoi Prime Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Huong, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.27" OriginalAmount="15.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0114826" Longitude="105.8039263" StarRating="3" HotelCode="|266445" HotelName="Dai Duong Hanoi Iii" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>33, Alley 34, Nguyen Thi Dinh, Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.18" OriginalAmount="16.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.030459" Longitude="105.856162" StarRating="0" HotelCode="|421185" HotelName="Old Quarter 1961" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <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="17.51" OriginalAmount="17.00" MarkupRule="3.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="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.56" OriginalAmount="17.05" MarkupRule="3.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="18.05" OriginalAmount="17.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0353026" Longitude="105.8469576" StarRating="3" HotelCode="|266199" HotelName="Hanoi Starlight" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>34 Hang Ga</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.13" OriginalAmount="17.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0343989" Longitude="105.8468127" StarRating="3" HotelCode="|269964" HotelName="Serenity Diamond" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Cua Dong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.18" OriginalAmount="18.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.029416" Longitude="105.848337" StarRating="3" HotelCode="|267917" HotelName="Impressive Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Au Trieu Street, Old Quarter - Hoan Kiem District Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.63" OriginalAmount="19.06" MarkupRule="3.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="19.89" OriginalAmount="19.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0337079" Longitude="105.8478051" StarRating="3" HotelCode="|270713" HotelName="Hanoi La Vision" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 Bat Dan, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.53" OriginalAmount="20.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0319985" Longitude="105.8555305" StarRating="2" HotelCode="|338648" HotelName="Hanoi Stella" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Tre, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.61" OriginalAmount="21.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0331249" Longitude="105.834513" StarRating="4" HotelCode="|266767" HotelName="Hung Vuong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Hung Vuong, Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.73" OriginalAmount="23.04" MarkupRule="3.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="25.04" OriginalAmount="24.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0327025" Longitude="105.8501013" StarRating="0" HotelCode="|265813" HotelName="Nexy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 To Tich Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.37" OriginalAmount="27.54" MarkupRule="3.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="28.60" OriginalAmount="27.77" MarkupRule="3.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="30.71" OriginalAmount="29.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.04079" Longitude="105.86711" StarRating="3" HotelCode="|84063" HotelName="Vesna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <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="30.75" OriginalAmount="29.85" MarkupRule="3.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="32.16" OriginalAmount="31.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0396724" Longitude="105.8478895" StarRating="2" HotelCode="|265728" HotelName="An" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Hang Giay, Dong Xuan, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.92" OriginalAmount="31.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.034592" Longitude="105.847426" StarRating="4" HotelCode="|419121" HotelName="Grande Collection Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="39.18" OriginalAmount="38.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.036509" Longitude="105.847126" StarRating="3" HotelCode="|84047" HotelName="Hanoi Triumphal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <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="41.59" OriginalAmount="40.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.035579" Longitude="105.850509" StarRating="3" HotelCode="|84077" HotelName="Hanoi Topaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <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="41.83" OriginalAmount="40.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0307412" Longitude="105.8493876" StarRating="3" HotelCode="|270709" HotelName="Hanoi Brilliant Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>44 Hang Trong - Hoan Kiem, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.10" OriginalAmount="57.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.0296822" Longitude="105.8505088" StarRating="3" HotelCode="|270674" HotelName="Bonsella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 Bao Khanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.27" OriginalAmount="60.46" MarkupRule="3.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>
    <HotelStay SourceId="94" TotalAmount="73.21" OriginalAmount="71.08" MarkupRule="3.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>
  </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,Diet Meals,Massage Centre,Spa,Swimming Pool,Bicycle Rental,Nightclub,Kitchen,Shopping Arcade,Golf,24 Hour Front Desk,24 Hour Room Service,Dry Cleaning,Elevator,Parking,Valet Parking,Babysitting,Business Centre,Coffee Shop,Concierge,Fitness Centre,LCD/Projector,Luggage Storage,Pets allowed,ATM/Cash Machine,Smoking Rooms,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Meeting Room,Beauty Salon,Housekeeping,Pick &amp;amp; Drop,Library,Limousine Service,Off-Site Parking,Dining,Printer,Gift Shop,Porter</BasicAmenities>
    <HotelRating>5,4,3,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,FAMILY-FRIENDLY HOTEL,HOTEL DE CHARME,HISTORIC HOTEL,ECO HOTEL,HOTEL,APARTMENT,GOLF HOTEL,APARTHOTEL,HOSTELS,VILLAGE,APARTMENT HOTEL,AIRPORT HOTELS</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
cf2a8315-66bf-4231-8fe3-648979ecaf9e|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="cf2a8315-66bf-4231-8fe3-648979ecaf9e">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="49039" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-04T00:00:00" End="2026-06-05T00: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
cf2a8315-66bf-4231-8fe3-648979ecaf9e|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cf2a8315-66bf-4231-8fe3-648979ecaf9e|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:217f992f-3775-467d-ac74-547cae66ebce
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
cf2a8315-66bf-4231-8fe3-648979ecaf9e|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
cf2a8315-66bf-4231-8fe3-648979ecaf9e|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-05-20T09:23:45.3641469+01:00" Version="0" EchoToken="Search" TransactionIdentifier="cf2a8315-66bf-4231-8fe3-648979ecaf9e" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="8.24" OriginalAmount="8.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.254125" Longitude="77.177766" StarRating="2" HotelCode="|553489" HotelName="Jungle by sturmfrei Manali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Manu Temple Rd, Dragon Chowk,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_24e47f81320.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9.58" OriginalAmount="9.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.24849" Longitude="77.183822" StarRating="0" HotelCode="|506008" HotelName="Rising Star" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>near Hadimba Temple Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/6/0/0/8/506008_f00865e1056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.80" OriginalAmount="10.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.24491" Longitude="77.188948" StarRating="3" HotelCode="|564674" HotelName="Samiru" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>OLD MISSION ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/4/6/7/4/564674_d2741061930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.12" OriginalAmount="12.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.2401" Longitude="77.1873" StarRating="3" HotelCode="623742|3240755" HotelName="Sarthak B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Khakhnal Manali-Naggar Highway, Left Bank, Kullu, Manali 175143, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/2d/3b2d70b777710054dd9535242da22876ff25299e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Manali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.69" OriginalAmount="14.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.239452" Longitude="77.188377" StarRating="0" HotelCode="|510034" HotelName="Fabhotel The Moon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Near Electricity Office, Mall Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/0/3/4/510034_a5a69750957.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15.89" OriginalAmount="15.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.223154" Longitude="77.197036" StarRating="2" HotelCode="|455664" HotelName="Shreshtam Lakhnpal Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prini</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/6/6/4/455664_903a50c1752.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.19" OriginalAmount="15.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.180364" Longitude="77.195996" StarRating="3" HotelCode="|462163" HotelName="Sarthak Resorts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Khakhnal Naggar Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/1/6/3/462163_7eb5e1c1126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.30" OriginalAmount="15.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.247177" Longitude="77.181283" StarRating="2" HotelCode="|469033" HotelName="Jubilant Manali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hadimba Temple Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/0/3/3/469033_753b2a11233.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.69" OriginalAmount="16.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.207608" Longitude="77.192107" StarRating="3" HotelCode="|506690" HotelName="SUMMER CAMPS MANALI" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bhanu St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/6/6/9/0/506690_8994ed31045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.00" OriginalAmount="16.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.239452" Longitude="77.188377" StarRating="3" HotelCode="|474771" HotelName="Fabhotel Green View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gurudwara Road, Mall Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/7/7/1/474771_cc50fe31240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.35" OriginalAmount="16.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.26898" Longitude="77.183568" StarRating="3" HotelCode="|513597" HotelName="Snow Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>National Highway 21 Rangri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/3/5/9/7/513597_0a9a0a52054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.59" OriginalAmount="18.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.255462" Longitude="77.178641" StarRating="0" HotelCode="|490684" HotelName="Madpackers Manali - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Apple County Manu Temple Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/0/6/8/4/490684_e394dd51051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.63" OriginalAmount="18.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.141347" Longitude="77.172433" StarRating="2" HotelCode="|474192" HotelName="Camp Exotica Manali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Camp Exotica</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/1/9/2/474192_97bbbea1231.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.34" OriginalAmount="19.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.2401" Longitude="77.1873" StarRating="3" HotelCode="855968|3262015" HotelName="Neha Palace by OYO Rooms" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Naggar Road, Aleo, Manali 175131</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/de/29de9b423fa9fd0a7b8e1ea3c45b8a09f9b56b22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.37" OriginalAmount="19.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.247035" Longitude="77.188727" StarRating="2" HotelCode="198222|981065" HotelName="Tourist" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>85 Circuit House Road, Manali 175131, District Kullu, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/57/9b57a576732dc0c07965d249c52a3706099741d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is situated in Manali. With a total of 15 accommodation units, this is a nice plac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.73" OriginalAmount="20.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.254688" Longitude="77.185885" StarRating="0" HotelCode="|553442" HotelName="Page 3 - Riverside Rooms and Bar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Near Club House, Old Manali,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/4/4/2/553442_5d02fa31345.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.84" OriginalAmount="20.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.25549" Longitude="77.18596" StarRating="2" HotelCode="|566586" HotelName="Alt Life Manali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Clubhouse Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/5/8/6/566586_386b2a41120.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.13" OriginalAmount="20.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.136745" Longitude="77.170447" StarRating="0" HotelCode="|483493" HotelName="Countryside Himalayan Resort, Manali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bharhka Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/4/9/3/483493_a1c5a0e1321.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.82" OriginalAmount="21.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.246533" Longitude="77.183585" StarRating="0" HotelCode="|514900" HotelName="Broadways Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hadimba Road, Near Mall Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/4/9/0/0/514900_e167abb2105.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.65" OriginalAmount="21.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.246018865741" Longitude="77.182524734664" StarRating="3" HotelCode="378474|943375" HotelName="Hotel Broadways Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hadimba Road, Near Hadimba Mata Temple, Manali 175131, Kullu, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/fc/64fc57fe49b9e07f4fbb991922fc6cce76728897.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Manali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.64" OriginalAmount="22.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.217503" Longitude="77.196189" StarRating="0" HotelCode="|503671" HotelName="Loop Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>vill. Shuru, naggar-manali road PO prini</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/3/6/7/1/503671_a1ad5451001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.46" OriginalAmount="23.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.296337" Longitude="77.178598" StarRating="3" HotelCode="|470217" HotelName="Apple Orchard Cottage" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Burwa Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/2/1/7/470217_53c5da01231.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.38" OriginalAmount="24.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.224963" Longitude="77.188199" StarRating="3" HotelCode="|469062" HotelName="Lotus Inn Rothang View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/0/6/2/469062_7d5c86a1241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.76" OriginalAmount="25.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.249739" Longitude="77.182586" StarRating="2" HotelCode="|474170" HotelName="Goroomgo Jupiter Manali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hadimba Temple Rd, Old Manali, Manali</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/1/7/0/474170_8b13a161219.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.77" OriginalAmount="25.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.220374" Longitude="77.195852" StarRating="0" HotelCode="|501049" HotelName="Montana Blues Resort By Snow City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Naggar Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/1/0/4/9/501049_9bee10a1035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.25" OriginalAmount="26.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.22423623" Longitude="77.18900834" StarRating="3" HotelCode="387180|3246105" HotelName="Keys Lite Apple Nest Manali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sajjanu Ville, Rangri, Distt. Kullu, Manali 175131</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/35/aa356985779457985ba8fb6ccefebc41e8ce6631.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.62" OriginalAmount="26.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.298393" Longitude="77.178724" StarRating="2" HotelCode="|455756" HotelName="La Aero Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Near Nehru Kund V.P.O Burua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/7/5/6/455756_c4bcf431744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.52" OriginalAmount="27.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.221" Longitude="77.1888" StarRating="4" HotelCode="|563414" HotelName="The Moniker Resort And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rangri Simsa Road Manali</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/4/1/4/563414_78562501332.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.52" OriginalAmount="27.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.207328" Longitude="77.191421" StarRating="3" HotelCode="|515419" HotelName="Winterfell The Stay, Unique River Front Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bhanu Village</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/5/4/1/9/515419_b049fa91036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.55" OriginalAmount="27.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.243043591708" Longitude="77.189004090807" StarRating="3" HotelCode="290231|943085" HotelName="Snow View" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Lounge">
        <Address>
          <AddressLines>
            <AddressLine>The Mall, Manali 175131, District Kullu</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/1b/071be4712c3536e0aa9eb18c2ade7f71f7a2e31b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.87" OriginalAmount="28.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.24388" Longitude="77.176918" StarRating="0" HotelCode="|451544" HotelName="Mastiff Xanadu Manali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hadimba Temple Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/5/4/4/451544_e71d5eb1131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.51" OriginalAmount="28.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.243121" Longitude="77.18909" StarRating="2" HotelCode="|472154" HotelName="Seven Hills Resort" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Vill. Dhamsu, P.O. Karjan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/1/5/4/472154_f7be1a51247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.62" OriginalAmount="28.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.209701" Longitude="77.200014" StarRating="3" HotelCode="|505221" HotelName="Fabexpress Shami Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shuru, Naggar Rd, Left Bank, Prini</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/2/2/1/505221_5dd968b1057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.85" OriginalAmount="29.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.243512" Longitude="77.189213" StarRating="3" HotelCode="74754|113332" HotelName="Glacier Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hadimba Devi Road, Manali 175131, Kullu, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/87/7887af8a9921aae17c86413961f55f54b4401d8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Manali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.85" OriginalAmount="32.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.244563703134" Longitude="77.179525305557" StarRating="3" HotelCode="443573|978365" HotelName="Hotel Snow Peak Retreat" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Hadimba Temple, Manali 175131</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/cf/fe/cffe71fd87434038ab69451716bc33dfffcc5a6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Manali, Snow Peak Retreat promises a relaxing and won...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.86" OriginalAmount="32.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.249125256437" Longitude="77.184693879427" StarRating="2" HotelCode="178309|976255" HotelName="Hotel Mountain Top" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Garden,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Near Hadimba Temple, Dhungri, Manali 175131, District Kullu, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/74/e8/74e863dc18e09733722212433fcdb5d53c5ae313.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location Located in Manali, Hotel Mountain Top is minutes from Hadimba Temple and close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.13" OriginalAmount="33.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.22856" Longitude="77.18863" StarRating="4" HotelCode="|486603" HotelName="Rock Manali (A Unit of Vivaan Hospitality and Recreations)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kullu Manali Highway, Rangri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/6/6/0/3/486603_ce455422114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.21" OriginalAmount="34.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.230171" Longitude="77.188125" StarRating="4" HotelCode="198230|944178" HotelName="Rock Manali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kullu Manali Highway, National Highway 21, Rangri, Manali 175131, Kullu</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/cb/2acba6b38b0d88f22f8e2d57ca552911ecb6683f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Manali, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.33" OriginalAmount="34.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.258418" Longitude="77.179818" StarRating="1" HotelCode="|505180" HotelName="ArtBuzz Manali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Manu Temple Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/1/8/0/505180_3bd9a571023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.04" OriginalAmount="34.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.240211" Longitude="77.188475" StarRating="3" HotelCode="74761|40704" HotelName="Snowcrest Manor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beyond Log Huts, Manali 175131, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/7b/627b18bca416a3c45c185c9e12a9c7ec4a64880b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Overlooking the Manalsu River in Manali, the dramatic location of this hotel offers spectacular view...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.13" OriginalAmount="35.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.253383" Longitude="77.179828" StarRating="2" HotelCode="|517111" HotelName="Moustache Manali - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CLUBHOUSE ROAD,OLD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/7/1/1/1/517111_5bc49aa1059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.04" OriginalAmount="35.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.22547" Longitude="77.18828" StarRating="3" HotelCode="|490214" HotelName="Thomas villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kanyal Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/0/2/1/4/490214_49d6cc72329.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.16" OriginalAmount="36.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.246387" Longitude="77.183459" StarRating="3" HotelCode="74765|982325" HotelName="Shingar Regency" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hadimba Road, Manali, Himachal Pradesh 175131</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ec/50ec755ecb5f66031e0ed5cb388cf760fbc84002.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.38" OriginalAmount="36.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.245519" Longitude="77.183723" StarRating="3" HotelCode="|492713" HotelName="Glacier Resorts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hadimba Devi Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/2/7/1/3/492713_94d372a1036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.04" OriginalAmount="36.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.180777" Longitude="77.181233" StarRating="2" HotelCode="|470265" HotelName="Vaayu Resorts And Spa Manali" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>NH-21 West Bran</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/2/6/5/470265_68ec2761252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.43" OriginalAmount="37.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.240084" Longitude="77.193744" StarRating="3" HotelCode="|563797" HotelName="Mai Vrindavan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chichoga Rd, Aleo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/7/9/7/563797_7889be21924.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.73" OriginalAmount="37.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.129601" Longitude="77.1699" StarRating="4" HotelCode="|487154" HotelName="Heritage Satikva Resorts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jhonger, Village Sarsai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/7/1/5/4/487154_cfe14271027.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.12" OriginalAmount="37.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.22151987" Longitude="77.19132414" StarRating="3" HotelCode="321858|943505" HotelName="The Manali Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>National Highway 21, Rangree, Manali 175131, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/ea/beea3e4a71204fe15e2fc8428063462b86e35a8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.34" OriginalAmount="38.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.22369" Longitude="77.200349" StarRating="2" HotelCode="|469700" HotelName="Echor Himalayan Heights Manali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ADHPL Barrier Hamta Road, Prini</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/7/0/0/469700_79cf6631253.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.55" OriginalAmount="38.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.246105" Longitude="77.176623" StarRating="3" HotelCode="|494595" HotelName="Nirvana Hills" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hadimba Temple Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/4/5/9/5/494595_3dc30c11013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.71" OriginalAmount="38.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.244735" Longitude="77.176693" StarRating="0" HotelCode="|498619" HotelName="Abhilashi Residency and Spa Manali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Village Nassogi PO Chhiyal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/8/6/1/9/498619_9c87de01156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.08" OriginalAmount="38.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.115421235941" Longitude="77.16156899929" StarRating="3" HotelCode="172390|944195" HotelName="Heritage Village Resorts" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jhonger, Village Sarsai, Naggar - Manali Highway, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/ca/f1cae3f2565f981433ff9e9eb2e08f0fd384aa0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Manali. The nearest airport is Lahore (LHE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.82" OriginalAmount="39.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.248346" Longitude="77.186267" StarRating="3" HotelCode="|499745" HotelName="Kanishka Manali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Log Huts Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/9/7/4/5/499745_cdb8e260857.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.56" OriginalAmount="40.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.2231" Longitude="77.196159" StarRating="0" HotelCode="|554609" HotelName="De Vivendi Resorts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Prini, Naggar road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/6/0/9/554609_bb274a41455.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.93" OriginalAmount="40.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.226423" Longitude="77.182867" StarRating="3" HotelCode="|463090" HotelName="Gezellig Inn - Vardhan Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kanyal Road, P.O - Chhiyal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/0/9/0/463090_1906d6d1201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.03" OriginalAmount="40.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.22248" Longitude="77.196264" StarRating="0" HotelCode="|517226" HotelName="Echor Himalayan Aurum Manali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kullu - Naggar - Manali Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/7/2/2/6/517226_c372cc32243.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.31" OriginalAmount="42.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.216519" Longitude="77.186094" StarRating="3" HotelCode="|553789" HotelName="Gezellig Inn - Golden Apple" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gadherni Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/7/8/9/553789_4f583831443.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.47" OriginalAmount="42.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.2249" Longitude="77.1954" StarRating="3" HotelCode="|557756" HotelName="Ashapuri Residency Manali - A Centrally Heated and Air Conditioned" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Manali Nagar Highway Prini Manali</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/7/5/6/557756_a8c0b7a1144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.35" OriginalAmount="45.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.233894" Longitude="77.19547" StarRating="3" HotelCode="198231|942845" HotelName="Sun Park Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Left Bank, Aleo, New Manali 175131, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/91/c691eb2ffa828c6785f9e1bc89d0fe96c7e0fc55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.81" OriginalAmount="46.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.221236165704" Longitude="77.189137" StarRating="3" HotelCode="290172|944018" HotelName="Daffodil Hotel And Cottages" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kanyal Road, Rangri, Manali 175131, Kullu, Himachal Pradhesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/7d/117d8449095761bf9cd3187a9b82629f463bd8d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Manali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.01" OriginalAmount="46.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.227869" Longitude="77.184989" StarRating="0" HotelCode="|507384" HotelName="Rustic Wood Manali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chhiyal, Kanyal Rd, Simsa, Manali</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/7/3/8/4/507384_53903511123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.89" OriginalAmount="48.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.206319" Longitude="77.190489" StarRating="4" HotelCode="198226|944675" HotelName="Manali Resorts" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Manali 175131, District Kullu - Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/ee/2aeecbc8b6b041e0037b685aab90fa0c20631516.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manali. The nearest airport is Kulu (KUU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.72" OriginalAmount="49.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.24321315316" Longitude="77.188972243551" StarRating="3" HotelCode="290239|3260295" HotelName="Hotel Tashila" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>109/6 Model Town, Manali 175131</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/4f/ed4fff87fa3478050452ee6f0c99dd9301d3802f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Manali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.97" OriginalAmount="49.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.287611666667" Longitude="77.177265333333" StarRating="3" HotelCode="74769|944038" HotelName="The Highland Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nehru Kund, 175131 Manali, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bc/b9/bcb969e0855f3d53232320e668ee0bdc90b00e1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Manali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.94" OriginalAmount="50.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.226533" Longitude="77.216434" StarRating="2" HotelCode="|456370" HotelName="Nirvana Hamta Retreat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Curve No 30 Hamta Hydel Project Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/3/7/0/456370_f287d351746.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.00" OriginalAmount="50.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.22217" Longitude="77.18974" StarRating="3" HotelCode="|519117" HotelName="New Harmony Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rangi NH-21,Kanyal Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/9/1/1/7/519117_9e01ad41138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.83" OriginalAmount="51.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.221226" Longitude="77.189199" StarRating="3" HotelCode="|494549" HotelName="Daffodil Cottages" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kanyal Road, Rangri Tehsil Manal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/4/5/4/9/494549_2f000641059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.36" OriginalAmount="51.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.213593" Longitude="77.197955" StarRating="4" HotelCode="|484524" HotelName="Naturevilas Sarovar Premiere Manali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Naggar Road Shuru, P.O. Prini</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/5/2/4/484524_3629b092042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.66" OriginalAmount="52.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.156425" Longitude="77.17832" StarRating="4" HotelCode="|554228" HotelName="Kaizen x Voyage Resort and Spa, Manali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Near Manali Strays, V.P.O</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/2/2/8/554228_f8778991312.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.31" OriginalAmount="53.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.244662" Longitude="77.176551" StarRating="0" HotelCode="|467834" HotelName="Smugglers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Village Nasogi, near khatusham temple</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/8/3/4/467834_9610da01134.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.61" OriginalAmount="54.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.246962" Longitude="77.188157" StarRating="3" HotelCode="203971|943025" HotelName="Johnson Lodge &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Bar,Fax,Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Circuit House Road, Siyal, Manali 175131, Kullu, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/bb/6fbb1fdfce5195e044a8c07ad95df2f6b3167cf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Manali. The nearest airport is Kulu (KUU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.17" OriginalAmount="56.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.224546452288" Longitude="77.195434570312" StarRating="3" HotelCode="175996|4699625" HotelName="Manali - White Mist, A Sterling Holidays Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Naggar Highway, Left Bank Road, Prini, Manali 175131, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/12/891232131893115754f4067d2d7d3543fa82e441.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set amid an engulfing panorama of mountains, the resort is located on the Manali-Naggar motorway. Bh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.82" OriginalAmount="58.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.206088" Longitude="77.190269" StarRating="0" HotelCode="|562133" HotelName="Mastiff Grand Manali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kullu Manali National Highway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/2/1/3/3/562133_39668ee1117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.77" OriginalAmount="60.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.227330311161" Longitude="77.188773387154" StarRating="3" HotelCode="74763|40184" HotelName="Quality Inn &amp; Suites River Country Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Natioinal Highway 21, Rangri, Manali 175131, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/55/7d555ba624b1c25cfe7ad87d17bd36c32412700f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Manali. The nearest airport is Kulu (KUU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.32" OriginalAmount="63.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.23049" Longitude="77.18802" StarRating="0" HotelCode="|457683" HotelName="Renest River Country Resort Manali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>N-H-21 Rangri,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/7/6/8/3/457683_dd2feb42041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.50" OriginalAmount="64.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.199528" Longitude="77.200908" StarRating="0" HotelCode="|503436" HotelName="Clarks Inn Suites Manali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kullu - Naggar - Manali Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/3/4/3/6/503436_21ab4501053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.68" OriginalAmount="68.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.220163" Longitude="77.198601" StarRating="0" HotelCode="|496960" HotelName="Regenta Place Green Leaf Manali- A Centrally Heated Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Near Gramin Bank, Prini, Teh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/6/9/6/0/496960_588ac201100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.74" OriginalAmount="68.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.221078339478" Longitude="77.200138990829" StarRating="3" HotelCode="74753|1685498" HotelName="Club Mahindra Manali Resort" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kullu, Manali Road, Manali 175131, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/4e/c44e90656e1acafa8dd104dacf757bc7d7a6d052.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in the middle of a beautiful apple orchard about 4 km from the main Manali tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.77" OriginalAmount="68.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.226467" Longitude="77.18925" StarRating="2" HotelCode="|466603" HotelName="Beas Regency" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>On NH-3 Rangri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/6/0/3/466603_f387ae51643.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.99" OriginalAmount="68.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.233155" Longitude="77.193682" StarRating="0" HotelCode="|508438" HotelName="La Serene Valley By DLSs" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nagar Road Near Mountaineering Institute</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/8/4/3/8/508438_0e65ff51102.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.27" OriginalAmount="72.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.24037014125" Longitude="77.188629611243" StarRating="3" HotelCode="74760|942915" HotelName="Snow Valley Resorts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Log Hut Area, Manali 175131, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/86/1686fe8c106298a3184df53f23a7d85245bb9565.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Manali. The nearest airport is Kulu (KUU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.30" OriginalAmount="81.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.253851" Longitude="77.191961" StarRating="4" HotelCode="198240|944188" HotelName="Manuallaya The Resort Spa" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sunny Side, Chadiyari, Manali 175131, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/19/de19390fb276f49f4739744166ab29a5cc0eb97d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manali. The nearest airport is Kulu (KUU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.44" OriginalAmount="96.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.208486" Longitude="77.200431" StarRating="0" HotelCode="|565871" HotelName="The Orchid Manali - a Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kullu-Naggar-Manali Road and Shuru Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/8/7/1/565871_c1734421037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.56" OriginalAmount="101.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.213066" Longitude="77.197035" StarRating="4" HotelCode="|492096" HotelName="Justa Grand View Resort and Spa, Manali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.o, Grand View, Shuru Rd, Prini</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/2/0/9/6/492096_5a8b8961022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.46" OriginalAmount="103.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.153043420892" Longitude="77.175255698217" StarRating="4" HotelCode="398765|1783028" HotelName="LaRiSa Mountain Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kullu - Naggar - Manali Road, Haripur, Manali 175136, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/10/1d10533ff3e6314d373f221f14acb89f50e49ca1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.75" OriginalAmount="104.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.153107" Longitude="77.175857" StarRating="5" HotelCode="|476254" HotelName="Larisa Resort, Manali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Naggar- Manali Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/2/5/4/476254_3d059f42245.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.28" OriginalAmount="121.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.239111" Longitude="77.19282" StarRating="4" HotelCode="|504432" HotelName="Hill River Resort By West Western" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Left Bank, Aleo (Near Mall Road), 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/4/3/2/504432_66adc331034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.56" OriginalAmount="125.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.31265" Longitude="77.168518" StarRating="0" HotelCode="|562828" HotelName="Solang Valley Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>V.P.O. Palchan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/2/8/2/8/562828_00666101252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.70" OriginalAmount="147.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.130134" Longitude="77.15666" StarRating="4" HotelCode="209907|944685" HotelName="Span Resorts" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Kullu-Manali Highway, NH 3, Manali, Katrain Post Office, Kullu, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/bc/a7bc4bf29a74648b77fce18ed960f86f6463eb39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Manali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.91" OriginalAmount="148.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.217938" Longitude="77.195716" StarRating="4" HotelCode="|498172" HotelName="Tiaraas and Resorts - A Five Star Luxury Resort Manali" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Naggar Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/8/1/7/2/498172_99145ba0633.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.21" OriginalAmount="155.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.22467" Longitude="77.217477" StarRating="2" HotelCode="|467902" HotelName="Glamping Club" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Khasra No. 300/156</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/9/0/2/467902_b0997431100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.33" OriginalAmount="157.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.16239" Longitude="77.19031" StarRating="4" HotelCode="|493319" HotelName="Shivadya - A Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Naggar Road, Manali Tehsil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/3/3/1/9/493319_ed072d31021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.27" OriginalAmount="168.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.130041" Longitude="77.155676" StarRating="5" HotelCode="|489508" HotelName="Span Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kullu Manali Highway, Katrain</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/9/5/0/8/489508_6449d151028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.01" OriginalAmount="168.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.245333" Longitude="77.185431" StarRating="2" HotelCode="|456445" HotelName="Manali Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Manali palace N H 3 Near By Hp Petrol</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/4/4/5/456445_17dd7991823.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.65" OriginalAmount="192.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.284953" Longitude="77.173502" StarRating="4" HotelCode="|475945" HotelName="WelcomHeritage Urvashi\'s Retreat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shanag Road, P.O. Bahang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/9/4/5/475945_cd4c4302109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="204.28" OriginalAmount="198.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.28509849" Longitude="77.17333937" StarRating="3" HotelCode="396894|1765778" HotelName="Urvashi's Retreat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Shanag Road, Near Nehrukund, Bahang Post Office, Manali 175103, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/1d/841de2089ce6b224a627b484aa1c24b2cc2a93f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Manali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.099265489915" Longitude="77.151014327228" StarRating="3" HotelCode="456990|3270465" HotelName="Baragarh Villa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Baragarh Estate, Larenkelo Post Office, Gurdorh  175104, District Kullu, Himachal Pradesh</AddressLine>
          </AddressLines>
          <CityName>Manali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/59/3d598e4016541e59f6fe9b9441205967634ac9bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.68" OriginalAmount="247.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.24472" Longitude="77.18231" StarRating="5" HotelCode="|498494" HotelName="The Himalayan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hadimba Road, Kullu Valley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/8/4/9/4/498494_6c6924e1108.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.94" OriginalAmount="27.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.227605" Longitude="77.196916" StarRating="0" HotelCode="|564324" HotelName="Neha Regency" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aleo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Jacuzzi,Lounge,Garden,Kitchen,Bicycle Rental,Central Heating,Nightclub,Sauna,Swimming Pool,24 Hour Room Service,Designated Smoking Area,Dry Cleaning,Parking</BasicAmenities>
    <HotelRating>3,4,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY</Meals>
    <PropertyType>HOTEL,VILLAGE</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
cf2a8315-66bf-4231-8fe3-648979ecaf9e|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="cf2a8315-66bf-4231-8fe3-648979ecaf9e">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="49039" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-04T00:00:00" End="2026-06-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|553489" SourceId="94" />
    <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
cf2a8315-66bf-4231-8fe3-648979ecaf9e|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="cf2a8315-66bf-4231-8fe3-648979ecaf9e" TimeStamp="0001-01-01T00:00:00" HotelName="Jungle by sturmfrei Manali" HotelCode="553489" GTCityId="49039" CountryCode="IN" CityName="Manali" CountryName="India" Address="Manu Temple Rd, Dragon Chowk," SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Double room" RoomTypeCode="553489H1_890H1HNHN71db|1779265457.DGDBAP-GBRA242e1offY|9.23|94|OS4yM3xFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="8" TotalPrice="8.24" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><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-05-20T09:24:17.960542+01:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8.00" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_24e47f81320.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_2586fad1321.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_1e5fbd11314.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_1f1c1ca1315.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_1fcdabd1315.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_208abe51316.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_2128fe21317.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_21c4fab1317.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_226b7f61318.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_231d7641319.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_2399a7b1319.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_243833e1320.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_26370c41322.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_26c55561322.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_27558181323.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_27e43d91323.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_288d3021324.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_2927c4d1325.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/3/4/8/9/553489_2adbe231326.jpg" /></Images><HotelDescription /></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
cf2a8315-66bf-4231-8fe3-648979ecaf9e|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="cf2a8315-66bf-4231-8fe3-648979ecaf9e">
  <Rooms>
    <Room RoomType="Room 1: Double room" 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="553489" SourceId="94" RoomTypeCode="553489H1_890H1HNHN71db|1779265457.DGDBAP-GBRA242e1offY|9.23|94|OS4yM3xFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-06-04T00:00:00" End="2026-06-05T00: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
cf2a8315-66bf-4231-8fe3-648979ecaf9e|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-05-20T09:24:34.9050346+01:00" End="2026-06-01T00:00:00">
        <AmountPercent NmbrOfNights="1" BasisType="Amount" Percent="0" Amount="8.24" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>8.24</TotalAmount>
  <TraceId>cf2a8315-66bf-4231-8fe3-648979ecaf9e</TraceId>
</CheckRatesRS>||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
92520ae8-9c69-4c7b-bcb0-5973c95f577b|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="92520ae8-9c69-4c7b-bcb0-5973c95f577b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="50012" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-25T00:00:00" End="2026-05-29T00: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
92520ae8-9c69-4c7b-bcb0-5973c95f577b|InfiniteSearch|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 97|Infinite|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
92520ae8-9c69-4c7b-bcb0-5973c95f577b|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
92520ae8-9c69-4c7b-bcb0-5973c95f577b|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
92520ae8-9c69-4c7b-bcb0-5973c95f577b|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
92520ae8-9c69-4c7b-bcb0-5973c95f577b|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-05-20T09:25:15.7721638+01:00" Version="0" EchoToken="Search" TransactionIdentifier="92520ae8-9c69-4c7b-bcb0-5973c95f577b" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.575" Longitude="91.8857" StarRating="0" HotelCode="861900|oyo_19292_55_pillars_house" HotelName="OYO 19292 55 Pillars House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>180 Upper Mawprem</AddressLine>
          </AddressLines>
          <CityName>Shillong</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/db/d6db79381586bc7a0bf3ae0b20e53801bcbce3f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.57823032" Longitude="91.88122131" StarRating="3" HotelCode="776047|hotel_aura_14" HotelName="Hotel Aura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Thana Road, Near Payal Cinema, Shillong 793001</AddressLine>
          </AddressLines>
          <CityName>Shillong</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/51/1c513feef17949dd2c4a46339ea320845013a17a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Shillong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.63" OriginalAmount="99.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.563191" Longitude="91.871597" StarRating="2" HotelCode="|455665" HotelName="Lily Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Laban</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/6/6/5/455665_91192ad1753.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.15" OriginalAmount="118.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.572636" Longitude="91.916662" StarRating="2" HotelCode="|526283" HotelName="Magvaris Comfort Inn" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NA, Plot No 154, Lane No 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/2/8/3/526283_d2eb5921046.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.580018" Longitude="91.896916" StarRating="3" HotelCode="465673|hotel_knight_inn" HotelName="Hotel Knight Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Maccabe Road, K.L Complex, Near Sbi Bank, Opposite Neepco, Shillong 793011, Meghalaya</AddressLine>
          </AddressLines>
          <CityName>Shillong</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/84/0684dc4fb5c7d789b62a0810f12c142fc8f36ae3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities for holidaymakers and business guests alike. Roo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.576685294574" Longitude="91.882964340374" StarRating="3" HotelCode="335027|the_eee_cee_hotel" HotelName="The Eee Cee Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jail Road, Khyndailad, Police Bazar, Shillong 793001, Meghalaya</AddressLine>
          </AddressLines>
          <CityName>Shillong</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/94/99942f1016e089f92434fb24881f8229b5f84655.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.56328504" Longitude="91.87160413" StarRating="2" HotelCode="950444|oyo_11515_the_lily_guest_house" HotelName="The Lily Guest House By OYO Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Bishnupur Taxi Stand, Bishnupur Point, Shillong 793004</AddressLine>
          </AddressLines>
          <CityName>Shillong</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/00/c900b85c402cfdd63a709f53c93dc51859ef9232.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.92" OriginalAmount="82.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.577859" Longitude="91.880277" StarRating="0" HotelCode="|337244" HotelName="Oyo 16871 Anant Home Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Anant Homestay, 3rd Floor, Anant Tower, Near Dreamland Arcade, Police Bazar, Shillong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Internet,Room Service,Spa,Lounge</BasicAmenities>
    <HotelRating>3,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c57c2021-e0d5-4efb-8cb2-6894f23341ae|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="c57c2021-e0d5-4efb-8cb2-6894f23341ae">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="66684" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-02T00:00:00" End="2026-06-03T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ghulam@malikexpress.com" Password="Zahra@123" RequestedCurrency="GBP" ClientNationality="PK" 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
c57c2021-e0d5-4efb-8cb2-6894f23341ae|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c57c2021-e0d5-4efb-8cb2-6894f23341ae|MikiSearch|supplier interation failed||Miki|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
c57c2021-e0d5-4efb-8cb2-6894f23341ae|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
c57c2021-e0d5-4efb-8cb2-6894f23341ae|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:e942a619-f409-47a7-8be9-fcc4ff110906
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
c57c2021-e0d5-4efb-8cb2-6894f23341ae|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
c57c2021-e0d5-4efb-8cb2-6894f23341ae|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
c57c2021-e0d5-4efb-8cb2-6894f23341ae|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
c57c2021-e0d5-4efb-8cb2-6894f23341ae|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-05-20T09:57:03.1494292+01:00" Version="0" EchoToken="Search" TransactionIdentifier="c57c2021-e0d5-4efb-8cb2-6894f23341ae" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.5249" Longitude="74.3315" StarRating="3" HotelCode="629946|the_grand_inn_hotel_2" HotelName="The Grand Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Davis Road 5, Lahore 54000</AddressLine>
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/43/d6439be9d1fc9d9bbd16b2b1cd81d9e835045bc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.55493674" Longitude="74.32523334" StarRating="3" HotelCode="511883|lawrence_view_hotel" HotelName="Lawrence View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lawrence Road 54 A, Lahore 94000</AddressLine>
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/08/a0/08a0c11b3b7d28cb443f1401e3ec2d5b46189e9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.52260157" Longitude="74.35542119" StarRating="3" HotelCode="511827|rose_palace_hotel_2" HotelName="Rose Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gurumangat Road 55-N, Gulberg-Ii, Lahore 54000</AddressLine>
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ba/02ba3d167c14d1704992f58e673556fc4039ecdd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.23" OriginalAmount="30.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.5225993" Longitude="74.3554245" StarRating="3" HotelCode="|247599" HotelName="Rose Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>55-N, Gurumangat Road, Gulberg-II,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/5/9/9/247599_173cc6d1619.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.44" OriginalAmount="31.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.5099069" Longitude="74.34320389" StarRating="3" HotelCode="362797|920115" HotelName="Smart Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Concierge,Elevator,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gulberg III, Liberty Market 36, Lahore 54660, Punjab</AddressLine>
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/2f/7f2f77ae0fff6c1a8246ce8100af9847b3c8c5ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Smart Hotel Lahore is a Tourist, Modern, Business, Leisure, City hotel, Honeymoon, Full Service,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.5249" Longitude="74.3315" StarRating="3" HotelCode="728294|314048" HotelName="Shalimar Tower Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-A Main Gulberg, Lahore</AddressLine>
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/f5/35f520432d27ef3c2794ced9c27d0a64726677ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant, a bar and a business centre are available to guests of the hotel. Wireless internet ac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.51413206" Longitude="74.34947374" StarRating="3" HotelCode="512305|royaute_luxury__suites__hotel_lahore" HotelName="Royaute Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/6d/4a6dcf467d25f137f444cac7e1f99f3f78e114de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.45" OriginalAmount="32.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.50994" Longitude="74.34312" StarRating="3" HotelCode="|555417" HotelName="Smart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36-LIBERTY MARKET, GULBERG III, -</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/4/1/7/555417_8fe62f91851.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.69" OriginalAmount="32.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.534089" Longitude="74.342853" StarRating="0" HotelCode="|463641" HotelName="Shalimar Tower Lahore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-A MAIN GULBERGE JAIL ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/6/4/1/463641_58ed8501000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.88" OriginalAmount="32.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.493027" Longitude="74.312554" StarRating="0" HotelCode="|465175" HotelName="One Garden Town Lahore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18/A Tariq Block new Garden Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/1/7/5/465175_535d53e1239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.96" OriginalAmount="34.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.522652981506" Longitude="74.347904532341" StarRating="3" HotelCode="476127|84038" HotelName="Regency Inn Lahore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5/G–1 Block H, Gulberg -II, Lahore</AddressLine>
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/bc/d8bc72a62a6d54a552a5d50dc208479d448ce25b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Regency Inn Hotel is small but fine hotel of Lahore. It has only 20 rooms which are equipped with al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.51178621" Longitude="74.32856169" StarRating="3" HotelCode="795956|362919" HotelName="Grand Palm Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Qaddafi Stadium, Main Ferozepur Road, Lahore</AddressLine>
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/e8/b3e8cbdd3781e484dbd18076250ce3b5d3d6b6c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1067625-26297586/8241032634774521061/90" HotelName="OBAN HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46180000/46173200/46173112/7bd4a273_edited_d943_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1438085-27930303/8241032634774521061/103" HotelName="ROSE PALACE HOTEL GULBERG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91190000/91186200/91186103/5316ca87_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.07" OriginalAmount="35.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.511481" Longitude="74.328703" StarRating="4" HotelCode="|247788" HotelName="Grand Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Grand Palm Hotel,Ferozpur Road.Opp Qaddafi Stadium,Lahore Grand Palm Hotel,Ferozpur Road.Opp Qaddafi Stadium,Lahore</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/7/8/8/247788_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.49671622" Longitude="74.41869238" StarRating="3" HotelCode="363122|grand_enclave" HotelName="Grand Enclave" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Off New Airport Road, Akbar Road, Near Toyota Motors, 54000 Lahore</AddressLine>
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/cd/6bcd89a16236e52b3ece893e41ad546c1ebd35ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.27" OriginalAmount="39.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.5393176" Longitude="74.3503264" StarRating="3" HotelCode="|247783" HotelName="The Residency" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>39 A, Gulberg V, off Zafar Ali Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/7/8/3/247783_293dcb71637.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.539266806947" Longitude="74.350651849668" StarRating="4" HotelCode="345343|the_residency_hotel__2" HotelName="The Residency Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Apartment" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Zafar Ali Road 39-A, Gulberg V, Lahore 54000</AddressLine>
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/70/c370cd6dd49407d67ad1faedfdf590debf77345a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Lahore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.03" OriginalAmount="46.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.5035381" Longitude="74.3492316" StarRating="5" HotelCode="|247784" HotelName="Park Lane Lahore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>107 B-3, M.M. Alam Road, Gulberg III</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/7/8/4/247784_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.80" OriginalAmount="47.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.507385138008" Longitude="74.3545470246" StarRating="2" HotelCode="265550|330615" HotelName="Hotel One Gulberg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40/A-2 Mehmood Ali Kasuri Road, Gulberg lll, 54000 Lahore</AddressLine>
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/22/6c22d5e693ab46c63c5d853ab66e69bdcdd84a08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lahore. The nearest airport is Lahore (LHE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.503517210462" Longitude="74.349320081146" StarRating="4" HotelCode="265551|park_lane_hotel_lahore" HotelName="Park Plaza Lahore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/30/4430f4c5c311106d84109ad321fdd35cc3fda7f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.5094" Longitude="74.3245" StarRating="0" HotelCode="968389|avari_xpress_gulberg" HotelName="Avari Xpress Gulberg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Main Boulevard Gulberg 13-K, Lahore 54660</AddressLine>
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/aa/6daad5b5efcaf031ee39a9a47ae7350943113821.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.81" OriginalAmount="51.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.503272" Longitude="74.349269" StarRating="4" HotelCode="|452686" HotelName="Best Western Premier Hotel Gulberg Lahore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Square One, 110B III MM Alam Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/6/8/6/452686_026b3871238.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.20" OriginalAmount="52.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.503543" Longitude="74.349416" StarRating="3" HotelCode="512488|2198115" HotelName="Park Lane Hotel Lahore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>107 M.M. Alam Road, Lahore</AddressLine>
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/681251/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Lahore, within a 600 m radius of Wagah Border and Vogue Towers, Park Lane Hotel Lahore of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.23" OriginalAmount="52.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.56161488" Longitude="74.33035725" StarRating="5" HotelCode="480828|2179525" HotelName="Luxus Grand Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Egerton Road, Opposite Aiwan-e-Iqbal, 54000 Lahore</AddressLine>
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/00/a40039a01c6981eff7cf4a3990330f1b4391aaa5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Luxus Grand Hotel, you'll be centrally located in L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.21" OriginalAmount="53.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.548259" Longitude="74.344324" StarRating="3" HotelCode="|247563" HotelName="One The Mall Lahore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>105 A, The Mall, Lahore, Punjab</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/5/6/3/247563_13beae71615.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.16" OriginalAmount="54.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.450399" Longitude="74.272262" StarRating="0" HotelCode="|508496" HotelName="Family Lahore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Block R 3 Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/8/4/9/6/508496_352dce21141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.47305567" Longitude="74.39970494" StarRating="0" HotelCode="567254|lahore_guest_house" HotelName="Lahore Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses,Hotel" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Fort Villas 35 B, Lahore 54000</AddressLine>
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/8c/5e8c2c3bcae93b9fca7f35c9a0b58cafec9cb3a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.52" OriginalAmount="55.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.54840059" Longitude="74.34448118" StarRating="2" HotelCode="917111|104172" HotelName="Hotel One The Mall Lahore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>105 - A, Mall Road, 54000 Lahore, Parkistan</AddressLine>
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/f2/02f201686a11fc7dfdfb7c8885f204461c8a75f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lahore. The nearest airport is Lahore (LHE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|415277-25593009/8241032634774521061/64" HotelName="ONE GULBERG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4050000/4042500/4042434/7e469fd0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.39" OriginalAmount="58.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.5617113" Longitude="74.3300867" StarRating="5" HotelCode="|247657" HotelName="Luxus Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-Egerton Road, Opposite Aiwan-e-Iqbal, Lahore.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/6/5/7/247657_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.38" OriginalAmount="63.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.49511" Longitude="74.351346" StarRating="4" HotelCode="|468429" HotelName="Nine Tree Luxury And Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>32 C 3, Gulberg III</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/4/2/9/468429_2d830501853.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.02" OriginalAmount="68.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.520541" Longitude="74.410518" StarRating="5" HotelCode="|565934" HotelName="Royal Swiss Lahore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Airport Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/9/3/4/565934_c205eaa1054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.07" OriginalAmount="69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1272310-32725847/8241032634774521061/117" HotelName="NINE TREE LUXURY HOTEL AND SUITES LAHORE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/66000000/65420000/65418600/65418583/c5a45d94_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.07" OriginalAmount="69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1272300-32655113/8241032634774521061/138" HotelName="BEST WESTERN PREMIER GULBERG LAHORE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/67000000/66500000/66495900/66495824/d73ad703_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.95" OriginalAmount="69.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.5524824" Longitude="74.3386245" StarRating="5" HotelCode="|171225" HotelName="Pearl Continental Lahore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shahrah-E-Quaid-E-Azam, 54000, Lahore, Pakistan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/2/2/5/171225_15e40651433.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in the city centre. It has excellent transport links to shops, the nightlife and restaurants. ROOM: The establishment has 64 suites with telephone, a television, a radio and a mini-bar. Clients are offered non-smoking rooms. FACILITIES: This establishment has a restaurant, stores, meeting rooms, a swimming pool with a terrace, a tennis court, croquet, badminton, a leisure centre, a concierge service, stores and a car park (free of charge). OBSERVATIONS: This establishment offers facilities for people with reduced mobility.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.10" OriginalAmount="70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.561371178268" Longitude="74.329758329465" StarRating="4" HotelCode="79583|193253" HotelName="Hospitality Inn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Jacuzzi,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Egerton Road 25, Lahore 54000</AddressLine>
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/3d/953d1b23f75ad33b85baafa2f56975087649b7f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Lahore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.22" OriginalAmount="71.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.522729" Longitude="74.354303" StarRating="3" HotelCode="|491662" HotelName="Ambiance Boutique Art Lahore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>15-S Off College Road Gulberg II</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/1/6/6/2/491662_c6875272326.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.30" OriginalAmount="72.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.5614601" Longitude="74.3296981" StarRating="4" HotelCode="|247578" HotelName="Four Points by Sheraton Lahore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25-Egerton Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/5/7/8/247578_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.55906759" Longitude="74.32758108" StarRating="4" HotelCode="117972|avari_hotel" HotelName="Avari Lahore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/7d/237d6b901e78e4661afecdad73264457e52ca557.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lahore. The nearest airport is Lahore (LHE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.50926628" Longitude="74.3479522" StarRating="3" HotelCode="512303|heritage_luxury_suites" HotelName="Heritage Luxury Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/c0/a4c0dcb06bdb58bfe624ff08eb37c2ce9649fb73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="80.34" OriginalAmount="78" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|254919-25476743/8241032634774521061/30" HotelName="PEARL CONTINENTAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/6100/6062/7fd555ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.31" OriginalAmount="83.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.522575" Longitude="74.356255" StarRating="4" HotelCode="|452519" HotelName="Ramada by Wyndham Lahore Gulberg II" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 2 4 And 25 N Gulberg Ii L</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/5/1/9/452519_9235d041110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|663072-25838510/8241032634774521061/4" HotelName="AVARI LAHORE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1640000/1635900/1635861/1bcb1a81_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.46770363" Longitude="74.26508421" StarRating="5" HotelCode="641063|314044" HotelName="The Nishat Hotel Emporium Mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MCB Emporium Mall Branch, Abdul Haque Road, just off Canal Bank Road, Johar Town, Lahore 54000</AddressLine>
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/d8/95d8a9a6b3a4cfabfcb1ff9e76d6f021e069391a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.50694606" Longitude="74.3562492" StarRating="4" HotelCode="313125|193249" HotelName="The Nishat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gulberg III, Mian Mahmood Ali Kasuri Road 9A, Lahore 54660</AddressLine>
          </AddressLines>
          <CityName>Lahore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/04/210495e98d41c1013b43774e23573b993ed80245.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lahore. The nearest airport is Lahore (LHE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.79" OriginalAmount="130.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.4676069" Longitude="74.2648214" StarRating="5" HotelCode="|247672" HotelName="Nishat Johar Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Haque Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/6/7/2/247672_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.15" OriginalAmount="131.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.5071479" Longitude="74.3543475" StarRating="5" HotelCode="|247579" HotelName="The Nishat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9A Gulberg III, Mian Mehmood Ali Kasuri Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/5/7/9/247579_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="161.71" OriginalAmount="157" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|663077-32321516/8241032634774521061/101" HotelName="THE NISHAT HOTEL JOHAR TOWN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111250000/111240900/111240824/73ba27f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.12" OriginalAmount="17.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.5650145" Longitude="74.3103111" StarRating="3" HotelCode="|247617" HotelName="Tourist Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Nabha Road, Opposite Custom House, Near GPO Mall Road, Lahore.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.27" OriginalAmount="31.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.5141331" Longitude="74.3494754" StarRating="3" HotelCode="|247586" HotelName="Royaute Luxury - Suites &amp;, Lahore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>43-C/1 Off MM Alam Road, Gulberg III</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service,Internet,Jacuzzi,Sauna,Swimming Pool,Business Centre,Concierge,Elevator,Laundry,Parking</BasicAmenities>
    <HotelRating>4,3,2,5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY</Meals>
    <PropertyType>APARTMENT,HOTEL,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
0aef2767-7aa5-4fb3-8674-790a749dd95e|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
0aef2767-7aa5-4fb3-8674-790a749dd95e|InfiniteSearch|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.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 54|Infinite|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
0aef2767-7aa5-4fb3-8674-790a749dd95e|InfiniteSearch|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 97|Infinite|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
0aef2767-7aa5-4fb3-8674-790a749dd95e|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
0aef2767-7aa5-4fb3-8674-790a749dd95e|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
0aef2767-7aa5-4fb3-8674-790a749dd95e|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
0aef2767-7aa5-4fb3-8674-790a749dd95e|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-05-20T09:58:31.3316731+01:00" Version="0" EchoToken="Search" TransactionIdentifier="0aef2767-7aa5-4fb3-8674-790a749dd95e" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="83" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1423911-27590997/8807633572055741766/6" HotelName="BUDDHA ROCK GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89550000/89548100/89548074/0241e5ff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.90" OriginalAmount="81.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.304999" Longitude="75.620502" StarRating="2" HotelCode="|525912" HotelName="Laal Haveli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Main College Rd, near Police Lines</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/9/1/2/525912_0989d6e1157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="91.67" OriginalAmount="89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1423921-27590991/8807633572055741766/2" HotelName="KARIM GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89550000/89546000/89545931/7abc4a91_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.64" OriginalAmount="97.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.29475" Longitude="75.648781" StarRating="0" HotelCode="|525897" HotelName="Eden Rock Skardu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hameed Garh Chowk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/8/9/7/525897_fb692e21143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.60" OriginalAmount="104.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.322191" Longitude="75.532117" StarRating="0" HotelCode="|534281" HotelName="LashaRi Resort skardu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Main airport road gamba</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/8/1/534281_5c09f2f1104.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.89" OriginalAmount="182.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.266728" Longitude="75.641271" StarRating="0" HotelCode="|521374" HotelName="Mountain Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Skardu view point</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/3/7/4/521374_889ea711104.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.46" OriginalAmount="227.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.291497" Longitude="75.571969" StarRating="3" HotelCode="|470748" HotelName="Dynasty Skardu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>411 Kushmara Road, Gayool</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/7/4/8/470748_faa30451218.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.94" OriginalAmount="237.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.294744" Longitude="75.605374" StarRating="2" HotelCode="|535456" HotelName="Yazgar Residency Skardu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Astana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/4/5/6/535456_5960a261133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.66" OriginalAmount="244.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.367692" Longitude="75.505237" StarRating="3" HotelCode="|535376" HotelName="Blangsa Indus view" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoto</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/3/7/6/535376_24c72361140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.53" OriginalAmount="248.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.285854" Longitude="75.648558" StarRating="3" HotelCode="|535457" HotelName="Comfort Inn Skardu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alamdar Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/4/5/7/535457_8fe5e0a1511.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.25" OriginalAmount="250.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.297577" Longitude="75.635791" StarRating="0" HotelCode="|534279" HotelName="Dewanekhas and Restaurant skardu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dewanekhas Road Kazmi Bazar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/7/9/534279_5a98a5b1102.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="277.07" OriginalAmount="269" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1423933-27596290/8807633572055741766/8" HotelName="SKARDU CITY GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/99000000/98520000/98514100/98514096/0c026ea0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.92" OriginalAmount="283.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.292214" Longitude="75.646546" StarRating="3" HotelCode="|545938" HotelName="Highland View Skardu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Near Development Authority office</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/9/3/8/545938_96a522b1042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="336.12" OriginalAmount="326.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.300522" Longitude="75.549847" StarRating="0" HotelCode="|546094" HotelName="Maple Resorts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bordo Road Shaheed Akhtar Chowk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/0/9/4/546094_ee2d8311010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.23" OriginalAmount="265.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.177948" Longitude="75.907725" StarRating="0" HotelCode="|535452" HotelName="Hotel Golden Eyes and Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sermik Inn Guest House</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities />
    <HotelRating>3</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
  </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
a14caf2a-65c9-4f5e-b3f2-7c27d1bc1b2f|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
a14caf2a-65c9-4f5e-b3f2-7c27d1bc1b2f|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="a14caf2a-65c9-4f5e-b3f2-7c27d1bc1b2f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="66714" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-20T00:00:00" End="2026-06-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ghulam@malikexpress.com" Password="Zahra@123" RequestedCurrency="GBP" ClientNationality="PK" 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
a14caf2a-65c9-4f5e-b3f2-7c27d1bc1b2f|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
a14caf2a-65c9-4f5e-b3f2-7c27d1bc1b2f|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
a14caf2a-65c9-4f5e-b3f2-7c27d1bc1b2f|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
a14caf2a-65c9-4f5e-b3f2-7c27d1bc1b2f|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-05-20T09:59:23.5389694+01:00" Version="0" EchoToken="Search" TransactionIdentifier="a14caf2a-65c9-4f5e-b3f2-7c27d1bc1b2f" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="83" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1423911-27590997/3823350291685692065/6" HotelName="BUDDHA ROCK GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89550000/89548100/89548074/0241e5ff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.90" OriginalAmount="81.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.304999" Longitude="75.620502" StarRating="2" HotelCode="|525912" HotelName="Laal Haveli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Main College Rd, near Police Lines</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/9/1/2/525912_0989d6e1157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="91.67" OriginalAmount="89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1423921-27590991/3823350291685692065/3" HotelName="KARIM GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89550000/89546000/89545931/7abc4a91_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.64" OriginalAmount="97.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.29475" Longitude="75.648781" StarRating="0" HotelCode="|525897" HotelName="Eden Rock Skardu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hameed Garh Chowk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/8/9/7/525897_fb692e21143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.60" OriginalAmount="104.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.322191" Longitude="75.532117" StarRating="0" HotelCode="|534281" HotelName="LashaRi Resort skardu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Main airport road gamba</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/8/1/534281_5c09f2f1104.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.89" OriginalAmount="182.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.266728" Longitude="75.641271" StarRating="0" HotelCode="|521374" HotelName="Mountain Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Skardu view point</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/3/7/4/521374_889ea711104.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.46" OriginalAmount="227.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.291497" Longitude="75.571969" StarRating="3" HotelCode="|470748" HotelName="Dynasty Skardu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>411 Kushmara Road, Gayool</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/7/4/8/470748_faa30451218.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.94" OriginalAmount="237.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.294744" Longitude="75.605374" StarRating="2" HotelCode="|535456" HotelName="Yazgar Residency Skardu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Astana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/4/5/6/535456_5960a261133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.66" OriginalAmount="244.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.367692" Longitude="75.505237" StarRating="3" HotelCode="|535376" HotelName="Blangsa Indus view" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoto</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/3/7/6/535376_24c72361140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.53" OriginalAmount="248.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.285854" Longitude="75.648558" StarRating="3" HotelCode="|535457" HotelName="Comfort Inn Skardu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alamdar Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/4/5/7/535457_8fe5e0a1511.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.25" OriginalAmount="250.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.297577" Longitude="75.635791" StarRating="0" HotelCode="|534279" HotelName="Dewanekhas and Restaurant skardu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dewanekhas Road Kazmi Bazar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/7/9/534279_5a98a5b1102.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="277.07" OriginalAmount="269" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1423933-27596290/3823350291685692065/5" HotelName="SKARDU CITY GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/99000000/98520000/98514100/98514096/0c026ea0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.92" OriginalAmount="283.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.292214" Longitude="75.646546" StarRating="3" HotelCode="|545938" HotelName="Highland View Skardu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Near Development Authority office</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/9/3/8/545938_96a522b1042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="336.12" OriginalAmount="326.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.300522" Longitude="75.549847" StarRating="0" HotelCode="|546094" HotelName="Maple Resorts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bordo Road Shaheed Akhtar Chowk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/0/9/4/546094_ee2d8311010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.23" OriginalAmount="265.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.177948" Longitude="75.907725" StarRating="0" HotelCode="|535452" HotelName="Hotel Golden Eyes and Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sermik Inn Guest House</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities />
    <HotelRating>3</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
  </Filter>
</HotelSearchRS>||True